:root {
  --bg: #ece7dd;
  --ink: #06130f;
  --muted: #536174;
  --line: #d9d0c2;
  --panel: #fffefa;
  --primary: #1f6f5b;
  --accent: #e3f0ec;
  --card-shadow: 0 18px 38px rgba(20, 42, 32, 0.12);
  --card-shadow-hover: 0 22px 46px rgba(20, 42, 32, 0.16);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* POS Plus Gold online register */
.bp-pos-gold-page {
  --gold-ink: #173327;
  --gold-line: #d8c28a;
  --gold-soft: #fff8e3;
  --gold-panel: #ffffff;
}

.business-pos-gold-active .bp-topbar {
  display: none;
}

.bp-pos-gold-summary {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.bp-pos-gold-summary article,
.bp-pos-gold-locked {
  background: linear-gradient(135deg, #ffffff 0%, var(--gold-soft) 100%);
  border: 1px solid rgba(216, 194, 138, .72);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(31, 58, 47, .08);
  padding: 16px;
}

.bp-pos-gold-summary span,
.bp-pos-gold-summary small {
  color: #5a634f;
  display: block;
  font-size: 12px;
}

.bp-pos-gold-summary strong {
  color: var(--gold-ink);
  display: block;
  font-size: 26px;
  line-height: 1.1;
  margin: 4px 0;
}

.bp-pos-gold-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, .8fr);
}

.bp-pos-gold-register,
.bp-pos-gold-ticket {
  border-color: rgba(216, 194, 138, .55);
}

.bp-pos-gold-toolbar,
.bp-pos-gold-filters,
.bp-pos-gold-custom-row,
.bp-pos-gold-payment-row {
  display: grid;
  gap: 10px;
}

.bp-pos-gold-toolbar {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
}

.bp-pos-gold-filters {
  align-items: end;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, .38fr) minmax(150px, .38fr);
  margin-bottom: 14px;
}

.bp-pos-gold-toolbar label,
.bp-pos-gold-filters label,
.bp-pos-gold-customer,
.bp-pos-gold-cash {
  color: #45523d;
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bp-pos-gold-toolbar input,
.bp-pos-gold-toolbar select,
.bp-pos-gold-filters input,
.bp-pos-gold-filters select,
.bp-pos-gold-customer input,
.bp-pos-gold-custom-row input,
.bp-pos-gold-cash input {
  border: 1px solid #ccd8cf;
  border-radius: 8px;
  color: var(--gold-ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
  text-transform: none;
}

.bp-pos-gold-products {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-pos-gold-product {
  align-items: center;
  background: #fff;
  border: 1px solid #d8dfd9;
  border-radius: 8px;
  color: var(--gold-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 86px;
  padding: 12px;
  text-align: left;
}

.bp-pos-gold-product:hover,
.bp-pos-gold-product:focus-visible {
  border-color: var(--gold-line);
  box-shadow: 0 10px 24px rgba(216, 194, 138, .22);
  transform: translateY(-1px);
}

.bp-pos-gold-product strong,
.bp-pos-gold-product small {
  display: block;
  line-height: 1.12;
}

.bp-pos-gold-product small {
  color: #536174;
  font-size: 12px;
  margin-top: 5px;
}

.bp-pos-gold-product em {
  color: #07634e;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.bp-pos-gold-ticket {
  align-self: start;
  display: grid;
  gap: 14px;
  position: sticky;
  top: 112px;
}

.bp-pos-gold-lines {
  border: 1px solid #dbe7df;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 10px;
}

.bp-pos-gold-line {
  align-items: center;
  border-bottom: 1px solid #edf2ee;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 8px 0;
}

.bp-pos-gold-line:last-child {
  border-bottom: 0;
}

.bp-pos-gold-line strong,
.bp-pos-gold-line small {
  display: block;
}

.bp-pos-gold-line small {
  color: #667266;
  font-size: 12px;
}

.bp-pos-gold-quantity {
  align-items: center;
  border: 1px solid #d6e1d9;
  border-radius: 999px;
  display: grid;
  grid-template-columns: 30px 28px 30px;
  height: 34px;
  overflow: hidden;
}

.bp-pos-gold-quantity button {
  border: 0;
  border-radius: 0;
  height: 100%;
  min-height: 0;
  padding: 0;
}

.bp-pos-gold-quantity em {
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.bp-pos-gold-custom-row {
  grid-template-columns: minmax(0, 1fr) 104px auto;
}

.bp-pos-gold-payment {
  display: grid;
  gap: 9px;
}

.bp-pos-gold-payment > span {
  color: #445344;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-pos-gold-payment-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-pos-gold-payment-row button,
.bp-pos-gold-save {
  border-radius: 8px;
  min-height: 44px;
}

.bp-pos-gold-payment-row button.is-active {
  background: var(--gold-ink);
  border-color: var(--gold-ink);
  color: #fff;
}

.bp-pos-gold-total {
  align-items: center;
  border-top: 1px solid #edf2ee;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.bp-pos-gold-total span {
  color: #45523d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-pos-gold-total strong {
  color: #07634e;
  font-size: 30px;
}

.bp-pos-gold-save {
  background: var(--gold-ink);
  border: 1px solid var(--gold-ink);
  color: #fff;
  font-weight: 900;
}

.bp-pos-gold-save:disabled {
  cursor: not-allowed;
  opacity: .46;
}

.bp-pos-gold-recent {
  border-top: 1px solid #edf2ee;
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.bp-pos-gold-recent > strong {
  color: #45523d;
  font-size: 12px;
  text-transform: uppercase;
}

.bp-pos-gold-recent span {
  align-items: center;
  color: #26372e;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
}

.bp-pos-gold-recent em {
  color: #07634e;
  font-style: normal;
  font-weight: 900;
}

.bp-pos-gold-badge {
  align-items: center;
  background: var(--gold-ink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 12px;
  width: 86px;
}

@media (max-width: 1080px) {
  .bp-pos-gold-layout {
    grid-template-columns: 1fr;
  }

  .bp-pos-gold-ticket {
    position: static;
  }

  .bp-pos-gold-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bp-pos-gold-summary,
  .bp-pos-gold-toolbar,
  .bp-pos-gold-filters,
  .bp-pos-gold-products,
  .bp-pos-gold-payment-row,
  .bp-pos-gold-custom-row {
    grid-template-columns: 1fr;
  }

  .bp-pos-gold-line {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .bp-pos-gold-line > strong {
    grid-column: 1 / -1;
    text-align: right;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Mobile landing page composition */
@media (max-width: 620px) {
  body:has(.landing-hero-v2) {
    background:
      radial-gradient(circle at 92% 8%, rgba(185, 221, 205, 0.38), transparent 30%),
      #f3efe6;
  }

  body:has(.landing-hero-v2) .mobile-bar {
    background: rgba(255, 255, 255, 0.92);
    border-bottom-color: rgba(31, 111, 91, 0.12);
    box-shadow: 0 8px 26px rgba(8, 43, 34, 0.07);
    gap: 11px;
    min-height: 62px;
    padding: 10px 14px;
  }

  body:has(.landing-hero-v2) .mobile-menu-button {
    border-radius: 12px;
    min-height: 40px;
    min-width: 40px;
  }

  body:has(.landing-hero-v2) .mobile-brand {
    gap: 0;
  }

  body:has(.landing-hero-v2) .mobile-brand .brand-mark {
    font-size: 20px;
    letter-spacing: -0.025em;
  }

  body:has(.landing-hero-v2) .mobile-brand > span {
    display: none;
  }

  body:has(.landing-hero-v2) .app-shell {
    gap: 28px;
    padding: 0 14px 38px;
  }

  body:has(.landing-hero-v2) .landing-hero {
    gap: 20px;
    padding: 28px 0 6px;
  }

  body:has(.landing-hero-v2) .landing-copy {
    gap: 14px;
  }

  body:has(.landing-hero-v2) .landing-copy .eyebrow {
    background: rgba(221, 237, 229, 0.9);
    border: 1px solid rgba(31, 111, 91, 0.11);
    border-radius: 999px;
    font-size: 9px;
    justify-self: start;
    letter-spacing: 0.055em;
    padding: 7px 9px;
  }

  body:has(.landing-hero-v2) .landing-copy h2,
  body:has(.landing-hero-v2) .landing-hero-v2 .landing-copy h2 {
    font-size: clamp(36px, 10.8vw, 42px);
    letter-spacing: -0.045em;
    line-height: 0.98;
    max-width: 350px;
  }

  body:has(.landing-hero-v2) .landing-copy p {
    font-size: 16px;
    line-height: 1.5;
    max-width: 355px;
  }

  body:has(.landing-hero-v2) .landing-actions {
    display: grid;
    gap: 9px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin-top: 3px;
  }

  body:has(.landing-hero-v2) .landing-actions .button,
  body:has(.landing-hero-v2) .landing-sign-in-link {
    border-radius: 12px;
    font-size: 13px;
    justify-content: center;
    min-height: 46px;
    padding: 10px 9px;
    text-align: center;
  }

  body:has(.landing-hero-v2) .landing-actions .button:first-child {
    box-shadow: 0 12px 26px rgba(31, 111, 91, 0.2);
    grid-column: 1 / -1;
  }

  body:has(.landing-hero-v2) .landing-actions .button.secondary {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(31, 111, 91, 0.15);
  }

  body:has(.landing-hero-v2) .landing-sign-in-link {
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(31, 111, 91, 0.15);
    text-decoration: none;
  }

  body:has(.landing-hero-v2) .landing-trust-row {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2px;
  }

  body:has(.landing-hero-v2) .landing-trust-row span {
    align-content: center;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(31, 111, 91, 0.1);
    border-radius: 12px;
    display: grid;
    font-size: 9px;
    gap: 5px;
    justify-items: center;
    line-height: 1.2;
    min-height: 54px;
    padding: 7px 5px;
    text-align: center;
  }

  body:has(.landing-hero-v2) .landing-trust-row span::before {
    height: 5px;
    width: 5px;
  }

  body:has(.landing-hero-v2) .landing-product-stage {
    border-radius: 22px;
    box-shadow: 0 24px 52px rgba(6, 28, 22, 0.2);
    min-height: 0;
  }

  body:has(.landing-hero-v2) .landing-stage-topbar {
    min-height: 58px;
    padding: 11px 14px;
  }

  body:has(.landing-hero-v2) .landing-stage-brand {
    font-size: 14px;
  }

  body:has(.landing-hero-v2) .landing-stage-brand img {
    height: 30px;
    width: 30px;
  }

  body:has(.landing-hero-v2) .landing-live-pill {
    font-size: 9px;
    padding: 6px 8px;
  }

  body:has(.landing-hero-v2) .landing-stage-canvas {
    display: grid;
    gap: 10px;
    height: auto;
    padding: 112px 12px 14px;
  }

  body:has(.landing-hero-v2) .landing-stage-line {
    display: none;
  }

  body:has(.landing-hero-v2) .landing-stage-card,
  body:has(.landing-hero-v2) .landing-stage-order,
  body:has(.landing-hero-v2) .landing-stage-customer,
  body:has(.landing-hero-v2) .landing-stage-business,
  body:has(.landing-hero-v2) .landing-stage-impact {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  body:has(.landing-hero-v2) .landing-stage-card {
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(2, 18, 14, 0.18);
    gap: 5px;
    padding: 14px;
  }

  body:has(.landing-hero-v2) .landing-stage-order > strong {
    font-size: 18px;
  }

  body:has(.landing-hero-v2) .landing-stage-card small,
  body:has(.landing-hero-v2) .landing-card-label,
  body:has(.landing-hero-v2) .landing-card-kicker {
    font-size: 10px;
  }

  body:has(.landing-hero-v2) .landing-stage-customer {
    align-items: center;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  body:has(.landing-hero-v2) .landing-card-avatar {
    height: 42px;
    width: 42px;
  }

  body:has(.landing-hero-v2) .landing-stage-center {
    height: 72px;
    left: calc(50% - 36px);
    top: 17px;
    width: 72px;
  }

  body:has(.landing-hero-v2) .landing-stage-center img {
    height: 42px;
    width: 42px;
  }

  body:has(.landing-hero-v2) .landing-stage-center-hint {
    font-size: 7px;
    top: calc(100% + 8px);
  }

  body:has(.landing-hero-v2) .landing-product-stage.is-transforming .landing-stage-order,
  body:has(.landing-hero-v2) .landing-product-stage.is-transforming .landing-stage-customer,
  body:has(.landing-hero-v2) .landing-product-stage.is-transforming .landing-stage-business,
  body:has(.landing-hero-v2) .landing-product-stage.is-transforming .landing-stage-impact {
    opacity: 0.08;
    transform: translateY(-8px) scale(0.96);
  }

  body:has(.landing-hero-v2) .landing-stage-caption {
    align-items: center;
    gap: 5px;
    min-height: 82px;
    padding: 17px 14px 19px;
    text-align: center;
  }

  body:has(.landing-hero-v2) .landing-stage-caption strong {
    font-size: 18px;
    line-height: 1.08;
  }

  body:has(.landing-hero-v2) .landing-section,
  body:has(.landing-hero-v2) .landing-access {
    padding: 34px 0;
  }

  body:has(.landing-hero-v2) .section-title h2 {
    font-size: 32px;
    line-height: 1.02;
  }

  body:has(.landing-hero-v2) .landing-audience-card {
    border-radius: 18px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 104px;
}

body {
  background: var(--bg);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  box-shadow: 0 8px 28px rgba(6, 19, 15, 0.08);
  color: var(--ink);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 72px;
  padding: 10px clamp(24px, 3vw, 52px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.mobile-bar,
.mobile-menu,
.mobile-menu-backdrop {
  display: none;
}

.brand-lockup {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.brand-lockup:hover .brand-mark,
.mobile-brand:hover .brand-mark {
  color: var(--primary);
}

.brand-logo {
  background: #fff;
  border-radius: 50%;
  height: 48px;
  object-fit: contain;
  padding: 4px;
  width: 48px;
}

.fordwell-logo {
  display: block;
  flex: 0 0 38px;
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.brand-mark {
  color: var(--primary);
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 0.95;
}

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

.site-header h1 {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2px;
}

.site-nav,
nav {
  align-items: center;
  display: flex;
  gap: 10px;
}

.site-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.site-search {
  flex: 1 1 640px;
  max-width: 680px;
  min-width: 320px;
  position: relative;
}

.site-search input {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.24);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  padding: 0 48px 0 44px;
  width: 100%;
}

.site-search input:focus {
  border-color: rgba(31, 111, 91, 0.58);
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.1);
  outline: none;
}

.site-search-icon,
.site-search-submit {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.site-search-icon {
  height: 34px;
  left: 10px;
  pointer-events: none;
  width: 34px;
}

.site-search-submit {
  background: transparent;
  border: 0;
  border-radius: 999px;
  height: 36px;
  min-height: 36px;
  padding: 0;
  right: 6px;
  width: 36px;
}

.site-search-submit:hover,
.site-search-submit:focus-visible {
  background: #e5f2ee;
  outline: none;
}

.site-search svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.site-search-results {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 12px;
  box-shadow: 0 22px 48px rgba(6, 19, 15, 0.16);
  color: var(--ink);
  display: grid;
  gap: 8px;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 90;
}

.site-search-results[hidden] {
  display: none;
}

.site-search-results-head,
.site-search-empty {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 2px 4px 8px;
}

.site-search-results-head strong,
.site-search-empty strong {
  font-size: 13px;
}

.site-search-results-head span,
.site-search-empty span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.site-search-result-list {
  display: grid;
  gap: 6px;
  max-height: min(58vh, 480px);
  overflow: auto;
}

.site-nav .site-search-result,
nav .site-search-result {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.13);
  border-radius: 10px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr);
  justify-content: stretch;
  max-width: none;
  min-height: 58px;
  padding: 9px;
  text-align: left;
  white-space: normal;
}

.site-nav .site-search-result:hover,
.site-nav .site-search-result:focus-visible,
nav .site-search-result:hover,
nav .site-search-result:focus-visible {
  background: #edf7f1;
  border-color: rgba(31, 111, 91, 0.36);
  outline: none;
}

.site-search-result-icon {
  align-items: center;
  background: #e5f2ee;
  border: 1px solid #c8e4dc;
  border-radius: 9px;
  color: var(--primary);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.site-search-result-icon .dashboard-action-icon {
  height: 20px;
  width: 20px;
}

.site-search-result span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.site-search-result strong,
.site-search-result small,
.site-search-result em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-search-result strong {
  font-size: 14px;
  line-height: 1.15;
}

.site-search-result small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.site-search-result em {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

nav a,
button,
.button {
  align-items: center;
  background: var(--primary);
  border: 1px solid transparent;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
}

.site-nav > a,
nav a {
  border-radius: 8px;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav > a.active {
  background: #fffefa;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 10px 24px rgba(20, 42, 32, 0.1);
  color: var(--primary);
  position: relative;
}

.site-nav > a.active::before {
  background: var(--primary);
  border-radius: 999px;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
}

.site-nav > a.active:hover,
.site-nav > a.active:focus-visible {
  border-color: rgba(31, 111, 91, 0.64);
  box-shadow: 0 14px 30px rgba(20, 42, 32, 0.14);
  outline: none;
}

.account-dropdown {
  position: relative;
}

.cart-pill {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.26);
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  min-height: 46px;
  min-width: 54px;
  padding: 0 13px;
  position: relative;
}

.cart-pill svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 24px;
}

.cart-pill span {
  align-items: center;
  background: var(--primary);
  border: 2px solid #fffefa;
  border-radius: 999px;
  color: #ffffff;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 5px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.header-notification-shell {
  display: inline-flex;
  gap: 8px;
  position: relative;
}

.header-notification-shell.hidden {
  display: none;
}

.header-notification-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.26);
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  min-height: 46px;
  padding: 0;
  position: relative;
  width: 46px;
}

.header-notification-button svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 23px;
}

.header-notification-button.has-notifications {
  background: #fffefa;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.07);
}

.header-notification-button span {
  align-items: center;
  background: #dff2eb;
  border: 1px solid #bfe2d6;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  min-height: 21px;
  min-width: 21px;
  padding: 2px 6px;
  position: absolute;
  right: -8px;
  top: -8px;
}

.header-points-shell {
  position: relative;
}

.header-points-shell.hidden {
  display: none;
}

.header-points-pill {
  align-content: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.26);
  border-radius: 10px;
  color: var(--ink);
  display: grid;
  gap: 1px;
  justify-items: start;
  min-height: 46px;
  min-width: 118px;
  padding: 7px 12px;
  text-decoration: none;
}

.header-points-pill:hover,
.header-points-pill:focus-visible {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 10px 22px rgba(20, 42, 32, 0.1);
  outline: none;
}

.header-points-pill strong {
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.header-points-pill span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.header-points-menu {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(6, 19, 15, 0.16);
  color: var(--ink);
  display: grid;
  gap: 10px;
  max-height: min(72vh, 540px);
  overflow: auto;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(440px, calc(100vw - 28px));
  z-index: 82;
}

.header-points-menu[hidden] {
  display: none;
}

.header-points-menu-head {
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  display: grid;
  gap: 3px;
  padding-bottom: 10px;
}

.header-points-menu-head span,
.header-points-menu-head small,
.header-points-ledger small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.header-points-menu-head strong {
  color: var(--primary);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.header-points-summary {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.header-points-summary a {
  background: #f6fbf9;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  text-decoration: none;
}

.header-points-summary small,
.header-points-summary strong,
.header-points-summary em {
  min-width: 0;
  overflow-wrap: anywhere;
}

.header-points-summary a:hover,
.header-points-summary a:focus-visible {
  border-color: rgba(31, 111, 91, 0.4);
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.08);
  outline: none;
}

.header-points-summary strong {
  color: var(--primary);
  font-size: 15px;
  font-weight: 900;
}

.header-points-summary em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.header-points-ledger {
  display: grid;
  gap: 8px;
}

.header-points-ledger > strong {
  font-size: 13px;
}

.header-points-ledger a {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 9px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

.header-points-ledger a:hover,
.header-points-ledger a:focus-visible,
.header-points-menu-link:hover,
.header-points-menu-link:focus-visible {
  border-color: rgba(31, 111, 91, 0.4);
  outline: none;
}

.header-points-ledger b {
  display: block;
  font-size: 13px;
  line-height: 1.15;
}

.header-points-ledger em {
  color: var(--primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.header-points-menu-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.header-points-menu-link {
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 9px 12px;
  text-align: center;
  text-decoration: none;
}

.header-points-menu-link.secondary {
  background: #ffffff;
}

.header-notification-menu {
  background: #fffefa;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(6, 19, 15, 0.16);
  color: var(--ink);
  max-height: min(72vh, 520px);
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(360px, calc(100vw - 28px));
  z-index: 80;
}

.header-notification-menu-head {
  align-items: flex-start;
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 1px 2px 8px;
}

.header-notification-menu-head strong,
.header-notification-item strong {
  color: var(--ink);
  display: block;
  font-size: 13px;
  line-height: 1.15;
}

.header-notification-menu-head span,
.header-notification-item small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
}

.header-notification-menu-head button {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 3px 0;
  white-space: nowrap;
}

.header-notification-head-link {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  display: inline;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  min-height: 0;
  max-width: none;
  overflow: visible;
  padding: 3px 0 0;
  padding-top: 3px;
  text-decoration: underline;
  text-overflow: clip;
  white-space: nowrap;
}

.header-notification-menu-list {
  display: grid;
  gap: 6px;
  padding-top: 8px;
}

.header-notification-item {
  align-items: stretch;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 10px;
  display: grid;
  gap: 2px;
  grid-template-columns: minmax(0, 1fr) 22px;
  min-width: 0;
  overflow: hidden;
}

.header-message-item {
  grid-template-columns: minmax(0, 1fr);
}

.header-message-item a {
  padding-right: 8px;
}

.header-notification-item a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: grid;
  gap: 8px;
  grid-template-columns: 38px minmax(0, 1fr);
  justify-content: stretch;
  max-width: none;
  min-height: 0;
  overflow: visible;
  padding: 7px 0 7px 8px;
  text-decoration: none;
  width: 100%;
}

.header-notification-item a:hover strong,
.header-notification-item a:focus-visible strong {
  color: var(--primary);
  text-decoration: underline;
}

.header-notification-media {
  align-items: center;
  background: #e6f3ef;
  border-radius: 9px;
  color: var(--primary);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}

.header-notification-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.header-notification-media svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.header-notification-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-notification-item em {
  color: var(--primary);
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  margin-top: 3px;
}

.header-notification-item > button {
  align-self: start;
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  min-height: 26px;
  padding: 6px 6px 0 0;
}

.header-notification-item > button:hover,
.header-notification-item > button:focus-visible {
  color: #a1271b;
}

#nav-account.account-pill {
  align-items: center;
  background: transparent;
  border-color: rgba(31, 111, 91, 0.26);
  border-radius: 10px;
  box-shadow: none;
  color: var(--ink);
  display: grid;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr) 12px;
  justify-content: stretch;
  line-height: 1.05;
  min-height: 46px;
  min-width: 178px;
  padding: 6px 12px 6px 8px;
  position: relative;
  width: auto;
}

#nav-account.account-pill:hover,
#nav-account.account-pill:focus {
  background: rgba(227, 240, 236, 0.58);
  border-color: rgba(31, 111, 91, 0.44);
}

#nav-account.account-pill::after {
  display: none;
}

#nav-account.account-pill.is-signed-out {
  gap: 8px;
  grid-template-columns: 30px auto 10px;
  min-height: 42px;
  min-width: 116px;
  padding: 5px 10px 5px 7px;
}

.account-pill-avatar {
  align-items: center;
  background: #e5f2ee;
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.account-pill-avatar svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 20px;
}

#nav-account.account-pill.is-signed-out .account-pill-avatar {
  height: 30px;
  width: 30px;
}

#nav-account.account-pill.is-signed-out .account-pill-avatar svg {
  height: 18px;
  width: 18px;
}

.account-pill-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.account-pill-copy span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-pill-copy strong {
  color: var(--primary);
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#nav-account.account-pill.is-signed-out .account-pill-copy {
  display: block;
}

#nav-account.account-pill.is-signed-out .account-pill-copy span {
  display: none;
}

#nav-account.account-pill.is-signed-out .account-pill-copy strong {
  font-size: 14px;
}

.account-pill-caret {
  align-self: center;
  height: 12px;
  position: relative;
  width: 12px;
}

.account-pill-caret::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--primary);
  content: "";
  left: 1px;
  position: absolute;
  top: 4px;
}

#nav-account.account-pill.is-signed-out .account-pill-caret {
  width: 10px;
}

#nav-account.account-pill.is-signed-out .account-pill-caret::before {
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 5px;
  left: 1px;
  top: 4px;
}

.account-dropdown-menu {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(10, 33, 24, 0.16);
  display: none;
  gap: 5px;
  min-width: 315px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 40;
}

.account-dropdown-menu::before {
  bottom: 100%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
}

.account-dropdown:hover .account-dropdown-menu,
.account-dropdown:focus-within .account-dropdown-menu,
.account-dropdown.is-open .account-dropdown-menu {
  display: grid;
}

.account-profile-stack {
  background: #f7f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.account-profile-row {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid var(--line);
  color: inherit;
  display: grid;
  gap: 9px;
  grid-template-columns: 32px minmax(0, 1fr);
  justify-content: stretch;
  max-width: none;
  min-height: 50px;
  overflow: visible;
  padding: 7px 9px;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}

.account-profile-row:last-child {
  border-bottom: 0;
}

.account-profile-row.active,
.account-profile-row:hover {
  background: #ffffff;
}

.account-profile-row.active {
  border-radius: 0;
}

.account-profile-row strong,
.account-profile-row small {
  display: block;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.account-profile-row strong {
  font-size: 14px;
}

.account-profile-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.account-menu-avatar,
.account-action-icon {
  align-items: center;
  background: #e5f2ee;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

img.account-menu-avatar {
  object-fit: cover;
}

.account-menu-avatar img {
  border-radius: inherit;
  height: 100%;
  object-fit: contain;
  padding: 2px;
  width: 100%;
}

.account-menu-avatar svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 17px;
}

.account-see-all {
  background: transparent;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  min-height: 0;
  padding: 2px 2px;
  text-decoration: none;
}

.account-menu-divider {
  border-top: 1px solid var(--line);
  margin: 3px 0;
}

.account-dropdown-menu > a:not(.account-see-all),
.account-dropdown-menu > button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  display: grid;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 32px;
  padding: 5px 7px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.account-menu-category {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 7px 4px 2px;
  padding: 10px 8px 2px;
  text-transform: uppercase;
}

.account-menu-category:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 4px;
}

.account-business-menu-link {
  align-items: start;
  display: grid !important;
  gap: 2px;
}

.account-business-menu-link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-business-menu-link small {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
}

.account-dropdown-menu > a:not(.account-see-all):hover,
.account-dropdown-menu > button:hover {
  background: #edf6f2;
  color: var(--primary);
}

.account-see-all:hover {
  color: #124c3e;
  text-decoration: underline;
}

.mobile-menu a {
  color: var(--ink);
  text-decoration: none;
}

nav a.active {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.24);
}

button.secondary,
.button.secondary {
  background: var(--accent);
  color: #004438;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.app-shell {
  display: grid;
  flex: 1 0 auto;
  gap: 16px;
  margin: 0;
  max-width: none;
  min-height: calc(100vh - 84px);
  padding: 22px clamp(22px, 3vw, 54px);
  width: 100%;
}

.route-loading-shell {
  align-content: start;
  background: #f5f2ec;
  display: grid;
  gap: 16px;
  min-height: 70vh;
  padding: clamp(18px, 4vw, 48px);
}

.route-loading-card {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(6, 19, 15, 0.08);
  display: grid;
  gap: 10px;
  max-width: 520px;
  padding: 18px;
}

.route-loading-brand {
  color: var(--primary);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.route-loading-card p {
  color: var(--muted);
  margin: 0;
}

.route-loading-bar {
  background: #e5eee9;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  position: relative;
}

.route-loading-bar::after {
  animation: route-load 1.05s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, #1f6f5b, transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-100%);
}

@keyframes route-load {
  to {
    transform: translateX(100%);
  }
}

body.giveback-guest-mode {
  background:
    linear-gradient(180deg, rgba(237, 247, 241, 0.72), rgba(236, 231, 221, 0) 340px),
    var(--bg);
}

body.giveback-guest-mode .site-header {
  background: rgba(255, 254, 250, 0.96);
  box-shadow: none;
  min-height: 68px;
  padding-block: 10px;
}

body.giveback-guest-mode .site-nav {
  display: none;
}

body.giveback-guest-mode .fordwell-logo {
  flex-basis: 42px;
  height: 42px;
  width: 42px;
}

body.giveback-guest-mode #business-name {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2px;
}

body.giveback-guest-mode .app-shell {
  min-height: calc(100vh - 68px);
  padding-top: clamp(18px, 3vw, 38px);
}

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

.hero {
  display: grid;
  gap: 10px;
}

.landing-hero {
  align-items: center;
  display: grid;
  gap: clamp(24px, 4vw, 64px);
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: calc(100vh - 132px);
  padding: clamp(26px, 5vw, 76px) 0 34px;
  width: 100%;
}

.landing-copy,
.access-copy,
.section-title {
  display: grid;
  gap: 16px;
}

.landing-copy h2 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.96;
  max-width: 920px;
}

.landing-copy p,
.access-copy p {
  color: #4f5d57;
  font-size: 19px;
  line-height: 1.55;
  max-width: 720px;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.landing-visual {
  align-content: center;
  background:
    linear-gradient(145deg, #ffffff 0%, #f8fbf7 54%, #eef7f1 100%);
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(6, 19, 15, 0.13);
  display: grid;
  gap: 16px;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 38px);
  position: relative;
}

.landing-visual::before {
  background:
    linear-gradient(90deg, rgba(31, 111, 91, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(31, 111, 91, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.landing-visual img {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(6, 19, 15, 0.14);
  justify-self: center;
  max-width: 178px;
  padding: 12px;
  position: relative;
  width: 44%;
  z-index: 1;
}

.portal-preview {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 19, 15, 0.12);
  display: grid;
  gap: 7px;
  justify-self: start;
  max-width: 340px;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.portal-preview span,
.portal-preview small {
  color: var(--muted);
  font-weight: 800;
}

.portal-preview strong {
  color: var(--primary);
  font-size: 30px;
}

.secondary-preview {
  justify-self: end;
}

.landing-hero-v2 {
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.82fr);
}

.landing-hero-v2 .landing-copy h2 {
  font-size: clamp(48px, 6.6vw, 82px);
  letter-spacing: -0.045em;
  max-width: 790px;
}

.landing-sign-in-link {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  padding: 8px 6px;
  text-decoration: none;
}

.landing-sign-in-link:hover,
.landing-sign-in-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.landing-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 8px;
}

.landing-trust-row span {
  align-items: center;
  color: #4b5d56;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
}

.landing-trust-row span::before {
  background: #78a992;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.landing-product-stage {
  background: #0d2f27;
  border: 1px solid rgba(10, 48, 39, 0.28);
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(6, 28, 22, 0.2);
  color: #fff;
  min-height: 590px;
  overflow: hidden;
  position: relative;
}

.landing-stage-topbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  min-height: 64px;
  padding: 14px 18px;
}

.landing-stage-brand {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  gap: 9px;
}

.landing-stage-brand img {
  background: #fff;
  border-radius: 10px;
  height: 32px;
  padding: 4px;
  width: 32px;
}

.landing-live-pill {
  align-items: center;
  background: rgba(184, 235, 207, 0.12);
  border: 1px solid rgba(184, 235, 207, 0.28);
  border-radius: 999px;
  color: #c7f2dc;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 7px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.landing-live-pill::before {
  background: #6bd39d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(107, 211, 157, 0.13);
  content: "";
  height: 7px;
  width: 7px;
}

.landing-stage-canvas {
  background:
    radial-gradient(circle at 50% 48%, rgba(109, 211, 158, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 36px 36px, 36px 36px;
  height: 450px;
  position: relative;
}

.landing-stage-card {
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  color: var(--ink);
  display: grid;
  gap: 5px;
  padding: 15px;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center;
  transition: opacity 230ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 460ms ease;
  z-index: 2;
}

.landing-stage-card small,
.landing-card-label,
.landing-card-kicker {
  color: #60726b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.landing-stage-card > strong {
  color: #173f35;
  font-size: 17px;
  line-height: 1.14;
}

.landing-stage-order {
  left: 26px;
  top: 30px;
  width: 232px;
}

.landing-stage-order > strong {
  color: var(--stage-accent, var(--primary));
  font-size: 19px;
}

.landing-card-flow {
  align-items: center;
  display: flex;
  gap: 5px;
  margin-top: 4px;
  min-width: 0;
}

.landing-card-flow span {
  background: var(--stage-accent-soft, #e5f0eb);
  border-radius: 999px;
  color: var(--stage-accent, #286c59);
  font-size: 8px;
  font-weight: 900;
  padding: 4px 6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.landing-card-flow i {
  background: #a8cabb;
  flex: 1 1 8px;
  height: 1px;
  min-width: 5px;
}

.landing-order-progress {
  background: #e6eee9;
  border-radius: 999px;
  height: 5px;
  margin-top: 5px;
  overflow: hidden;
}

.landing-order-progress span {
  background: linear-gradient(90deg, #1f6f5b, #78b296);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: background 320ms ease, width 460ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 72%;
}

.landing-stage-customer {
  align-items: start;
  bottom: 40px;
  display: grid;
  gap: 11px;
  grid-template-columns: 38px minmax(0, 1fr);
  left: 24px;
  width: 222px;
}

.landing-stage-customer > span:last-child {
  display: grid;
  gap: 3px;
}

.landing-stage-customer strong {
  color: #173f35;
  font-size: 14px;
  line-height: 1.15;
}

.landing-stage-customer small:last-child {
  font-size: 9px;
  font-weight: 700;
}

.landing-card-avatar {
  align-items: center;
  background: var(--stage-accent-soft, #e2f0e9);
  border-radius: 50%;
  color: var(--stage-accent, #1f6f5b);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.landing-stage-business {
  right: 24px;
  top: 54px;
  width: 224px;
}

.landing-stage-impact {
  bottom: 32px;
  right: 22px;
  width: 224px;
}

.landing-stage-impact > strong {
  color: var(--stage-accent, #875d24);
}

.landing-stage-center {
  appearance: none;
  align-items: center;
  background: #f6fbf8;
  border: 7px solid var(--stage-accent-ring, rgba(42, 105, 87, 0.32));
  border-radius: 50%;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  display: flex;
  font: inherit;
  height: 96px;
  justify-content: center;
  left: calc(50% - 48px);
  padding: 0;
  position: absolute;
  top: calc(50% - 48px);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 96px;
  z-index: 3;
}

.landing-stage-center::before,
.landing-stage-center::after {
  border: 1px solid rgba(161, 222, 195, 0.56);
  border-radius: inherit;
  content: "";
  inset: -13px;
  pointer-events: none;
  position: absolute;
}

.landing-stage-center::after {
  animation: landing-center-pulse 2.8s ease-out infinite;
  inset: -7px;
}

.landing-stage-center:hover {
  border-color: rgba(91, 186, 143, 0.66);
  box-shadow: 0 23px 54px rgba(0, 0, 0, 0.34), 0 0 0 5px rgba(169, 225, 199, 0.12);
  cursor: pointer;
  transform: scale(1.06);
}

.landing-stage-center:focus-visible {
  outline: 3px solid #f3c46b;
  outline-offset: 6px;
}

.landing-stage-center img {
  height: 58px;
  object-fit: contain;
  transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 58px;
}

.landing-stage-center-hint {
  background: rgba(9, 51, 41, 0.92);
  border: 1px solid rgba(191, 231, 213, 0.35);
  border-radius: 999px;
  color: #f4fbf7;
  font-size: 9px;
  font-weight: 900;
  left: 50%;
  letter-spacing: 0.05em;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  white-space: nowrap;
}

@keyframes landing-center-pulse {
  0% {
    opacity: 0.72;
    transform: scale(1);
  }

  72%,
  100% {
    opacity: 0;
    transform: scale(1.34);
  }
}

.landing-stage-line {
  border-top: 1px dashed rgba(185, 231, 209, 0.42);
  height: 1px;
  left: 22%;
  position: absolute;
  top: 49%;
  transform-origin: center;
  transition: opacity 230ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 58%;
  z-index: 1;
}

.landing-stage-line-a {
  transform: rotate(31deg);
}

.landing-stage-line-b {
  transform: rotate(-32deg);
}

.landing-stage-line-c {
  transform: rotate(90deg);
}

.landing-product-stage[data-audience="customer"] {
  --stage-accent: #1f6f5b;
  --stage-accent-ring: rgba(77, 156, 124, 0.46);
  --stage-accent-soft: #e2f0e9;
  --stage-caption: #b9ddcd;
}

.landing-product-stage[data-audience="business"] {
  --stage-accent: #2b657b;
  --stage-accent-ring: rgba(77, 143, 169, 0.48);
  --stage-accent-soft: #e0edf2;
  --stage-caption: #b9d3de;
}

.landing-product-stage[data-audience="organization"] {
  --stage-accent: #875d24;
  --stage-accent-ring: rgba(205, 152, 69, 0.52);
  --stage-accent-soft: #f7ecd5;
  --stage-caption: #f3c46b;
}

.landing-product-stage[data-story="1"] .landing-stage-line-a {
  transform: rotate(15deg);
}

.landing-product-stage[data-story="1"] .landing-stage-line-b {
  transform: rotate(-50deg);
}

.landing-product-stage[data-story="1"] .landing-stage-line-c {
  transform: rotate(104deg);
}

.landing-product-stage[data-story="2"] .landing-stage-line-a {
  transform: rotate(48deg);
}

.landing-product-stage[data-story="2"] .landing-stage-line-b {
  transform: rotate(-18deg);
}

.landing-product-stage[data-story="2"] .landing-stage-line-c {
  transform: rotate(78deg);
}

.landing-product-stage.is-transforming .landing-stage-order {
  opacity: 0.08;
  transform: translate3d(88px, 92px, 0) rotate(8deg) scale(0.76);
}

.landing-product-stage.is-transforming .landing-stage-business {
  opacity: 0.08;
  transform: translate3d(-86px, 78px, 0) rotate(-8deg) scale(0.76);
}

.landing-product-stage.is-transforming .landing-stage-customer {
  opacity: 0.08;
  transform: translate3d(92px, -86px, 0) rotate(-7deg) scale(0.76);
}

.landing-product-stage.is-transforming .landing-stage-impact {
  opacity: 0.08;
  transform: translate3d(-90px, -82px, 0) rotate(7deg) scale(0.76);
}

.landing-product-stage.is-transforming .landing-stage-line {
  opacity: 0;
  transform: rotate(0deg) scaleX(0.08);
}

.landing-product-stage.is-transforming .landing-stage-center {
  border-color: rgba(243, 196, 107, 0.8);
  transform: rotate(180deg) scale(1.13);
}

.landing-product-stage.is-transforming .landing-stage-center img {
  transform: rotate(-180deg) scale(0.86);
}

.landing-stage-caption {
  align-items: center;
  background: var(--stage-caption, #f3c46b);
  color: #1b2e28;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px 22px;
  transition: background 420ms ease;
}

.landing-stage-caption span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.landing-stage-caption strong {
  font-size: 20px;
}

.landing-section,
.landing-access {
  margin: 0 auto;
  max-width: 1240px;
  padding: 42px 0;
  scroll-margin-top: 104px;
  width: 100%;
}

.landing-section {
  display: grid;
  gap: 22px;
}

.section-title {
  max-width: 760px;
}

.section-title > p {
  color: #52635d;
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.section-title h2,
.access-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

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

.info-grid article {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-height: 188px;
  padding: 22px;
}

.info-grid b {
  color: var(--primary);
  font-size: 18px;
}

.info-grid p {
  color: #51615b;
  line-height: 1.48;
}

.landing-audience-grid {
  gap: 16px;
}

.landing-audience-grid .landing-audience-card {
  border-radius: 16px;
  min-height: 330px;
  overflow: hidden;
  padding: 26px;
  position: relative;
}

.landing-audience-card::after {
  border-radius: 50%;
  content: "";
  height: 150px;
  opacity: 0.28;
  position: absolute;
  right: -58px;
  top: -58px;
  width: 150px;
}

.landing-audience-card.customer::after {
  background: #8fc9ad;
}

.landing-audience-card.business::after {
  background: #f1c472;
}

.landing-audience-card.organization::after {
  background: #9eaad6;
}

.landing-audience-number {
  color: #899790;
  font-size: 12px;
  font-weight: 900;
}

.landing-audience-grid .landing-audience-card b {
  margin-top: 14px;
}

.landing-audience-card h3 {
  font-size: 25px;
  line-height: 1.08;
  margin: 0;
  max-width: 280px;
}

.landing-audience-card a {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  margin-top: auto;
  text-decoration: none;
}

.landing-audience-card a:hover,
.landing-audience-card a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.landing-how-section {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-bottom: 26px;
  margin-top: 28px;
  padding-block: 64px;
}

.landing-journey {
  counter-reset: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}

.landing-journey li {
  align-items: start;
  border-top: 2px solid #cbdad3;
  display: grid;
  gap: 13px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 22px 22px 0 0;
  position: relative;
}

.landing-journey li::before {
  background: var(--primary);
  border: 5px solid var(--bg);
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 15px;
}

.landing-journey li > span {
  align-items: center;
  background: #e3efe9;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.landing-journey li div {
  display: grid;
  gap: 5px;
}

.landing-journey strong {
  font-size: 17px;
}

.landing-journey small {
  color: #5c6c66;
  font-size: 13px;
  line-height: 1.42;
}

.landing-access {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.65fr);
}

.access-panel {
  box-shadow: 0 18px 48px rgba(6, 19, 15, 0.08);
}

.role-choice {
  display: grid;
  gap: 10px;
  max-width: 640px;
}

.role-choice label {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 14px;
}

.role-choice input {
  accent-color: var(--primary);
  height: 18px;
  min-height: 0;
  padding: 0;
  width: 18px;
}

.role-choice span {
  display: grid;
  gap: 3px;
}

.role-choice small {
  color: var(--muted);
  font-weight: 700;
}

.auth-role-choice {
  max-width: none;
}

.business-onboarding {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  padding-top: 16px;
}

.business-onboarding .auth-heading p {
  color: var(--muted);
  line-height: 1.45;
}

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

.onboarding-guide div {
  align-items: start;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 26px minmax(0, 1fr);
  padding: 10px;
}

.onboarding-guide strong {
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.onboarding-guide span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.business-logo-uploader {
  align-items: center;
  background: #f8fbfa;
  border: 1px dashed #bdd7cc;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
  padding: 14px;
}

.business-logo-uploader span {
  display: grid;
  gap: 4px;
}

.business-logo-uploader small,
.business-product-picker small,
.product-license-option small,
.product-license-option em,
.business-next-steps p {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.business-product-picker {
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.business-product-picker > div {
  display: grid;
  gap: 4px;
}

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

.mini-check-option {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 42px;
  padding: 9px 10px;
}

.mini-check-option input {
  accent-color: var(--primary);
  height: 16px;
  min-height: 0;
  padding: 0;
  width: 16px;
}

.mini-check-option span {
  font-size: 13px;
  font-weight: 800;
}

.product-license-option {
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 12px;
}

.product-license-option input {
  accent-color: var(--primary);
  height: 18px;
  margin-top: 2px;
  min-height: 0;
  padding: 0;
  width: 18px;
}

.product-license-option span {
  display: grid;
  gap: 4px;
}

.product-license-option em {
  color: var(--primary);
  font-weight: 900;
}

.business-next-steps {
  display: grid;
  gap: 18px;
}

.business-next-steps h3 {
  font-size: 28px;
  line-height: 1.08;
}

.next-step-list {
  display: grid;
  gap: 8px;
}

.next-step-list div {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 32px minmax(0, 1fr);
  padding: 12px;
}

.next-step-list strong {
  align-items: center;
  background: var(--primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.business-product-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.business-product-summary span {
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.checkout-page {
  align-content: start;
  display: grid;
  gap: 22px;
}

.checkout-layout {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
}

.checkout-summary {
  display: grid;
  gap: 14px;
}

.checkout-summary h3 {
  font-size: 26px;
  line-height: 1.08;
}

.checkout-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.checkout-product-facts span {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
}

.legal-page {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 1450px;
  padding: 18px 0 34px;
  width: 100%;
}

.legal-hero {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: clamp(22px, 3vw, 34px);
}

.legal-hero h2 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
}

.legal-hero p {
  color: #4f5d57;
  font-size: 16px;
  line-height: 1.5;
  max-width: 760px;
}

.legal-doc-tabs {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: thin;
}

.legal-doc-tabs a {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--ink);
  flex: 0 0 auto;
  font-weight: 900;
  font-size: 14px;
  min-height: 36px;
  padding: 8px 12px;
  text-decoration: none;
}

.legal-doc-tabs a.active,
.legal-doc-tabs a:hover {
  background: var(--primary);
  color: #ffffff;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 0.22fr) minmax(0, 1fr) minmax(260px, 0.28fr);
  min-height: 620px;
}

.legal-nav {
  background: rgba(255, 254, 250, 0.78);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  max-height: min(620px, calc(100vh - 118px));
  overflow-y: auto;
  padding: 7px;
  position: sticky;
  top: 104px;
}

.legal-nav a {
  background: transparent;
  border-radius: 7px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
  font-size: 14px;
  min-height: 34px;
  padding: 8px 10px;
  text-decoration: none;
}

.legal-nav .legal-tree-level-2 {
  color: #466158;
  font-size: 12px;
  font-weight: 700;
  margin-left: 12px;
  min-height: 30px;
  padding-left: 10px;
}

.legal-nav a.active,
.legal-nav a:hover {
  background: #edf7f1;
  color: var(--primary);
}

.legal-content {
  display: grid;
  gap: 15px;
  max-height: min(620px, calc(100vh - 118px));
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 14px;
}

.legal-content section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 16px;
}

.legal-content section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
  color: var(--ink);
  line-height: 1.16;
}

.legal-content h2 {
  font-size: 24px;
}

.legal-content h3 {
  font-size: 19px;
}

.legal-content h4 {
  font-size: 16px;
}

.legal-content p {
  color: #41534d;
  font-size: 15px;
  line-height: 1.45;
}

.legal-content ul {
  color: #41534d;
  display: grid;
  font-size: 15px;
  gap: 5px;
  line-height: 1.42;
  margin: 0;
  padding-left: 20px;
}

.legal-content a {
  color: var(--primary);
  font-weight: 800;
}

.legal-summary {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  max-height: min(620px, calc(100vh - 118px));
  overflow-y: auto;
  padding: 18px;
  position: sticky;
  top: 104px;
}

.legal-summary > h2 {
  font-size: 24px;
  line-height: 1;
}

.legal-summary-list {
  display: grid;
  gap: 10px;
}

.legal-summary section {
  border-left: 3px solid transparent;
  display: none;
  gap: 8px;
  padding: 0 0 0 12px;
}

.legal-summary section.active {
  border-color: var(--primary);
  display: grid;
}

.legal-summary h3 {
  color: var(--primary);
  font-size: 15px;
}

.legal-summary p {
  color: #31433d;
  font-size: 14px;
  line-height: 1.45;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid rgba(31, 111, 91, 0.16);
  display: grid;
  flex-shrink: 0;
  gap: 0;
  margin-top: auto;
  padding: 0;
}

.site-footer-main {
  background: #f2f8f4;
  display: block;
  padding: 30px clamp(22px, 4vw, 64px);
}

.site-footer-brand {
  display: none;
}

.site-footer-brand strong {
  color: var(--primary);
  font-size: 24px;
  line-height: 1;
}

.site-footer-brand span,
.site-footer-note {
  color: var(--muted);
}

.site-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(31, 111, 91, 0.12);
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 16px clamp(22px, 4vw, 64px) 28px;
}

.site-footer-legal {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 800;
  gap: 5px 14px;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
}

.site-footer-logo {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  gap: 8px;
  text-decoration: none;
}

.site-footer-logo img {
  height: 30px;
  object-fit: contain;
  width: 30px;
}

.site-footer-logo:hover {
  color: var(--primary);
  text-decoration: none;
}

.business-registration-page,
.business-registration-form-wrap {
  display: grid;
  gap: 18px;
}

.business-registration-intro {
  display: grid;
  gap: 8px;
  max-width: 760px;
}

.business-registration-intro h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.organization-registration-page:not(.fundraiser-registration-page) {
  gap: 12px;
  margin: 0 auto;
  max-width: 1450px;
  padding: 18px 0 34px;
  width: 100%;
}

.organization-registration-page:not(.fundraiser-registration-page) .business-registration-intro {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  max-width: none;
  min-height: 128px;
  padding: clamp(22px, 3vw, 34px);
}

.organization-registration-page:not(.fundraiser-registration-page) .business-registration-intro h2 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.98;
}

.organization-registration-page:not(.fundraiser-registration-page) .business-registration-intro p {
  color: #4f5d57;
  font-size: 16px;
  line-height: 1.5;
  max-width: 760px;
}

.organization-registration-page:not(.fundraiser-registration-page) > .panel {
  background: #ffffff;
}

.organization-registration-account-page {
  margin-top: 12px;
}

@media (max-width: 820px) {
  .organization-registration-account-page {
    margin-top: 10px;
    padding-inline: 10px;
  }
}

.business-confirm-layout {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
}

.business-confirm-card,
.business-registration-complete {
  align-self: start;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.business-confirm-card {
  position: sticky;
  top: 112px;
}

.public-business-page {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
}

.public-business-mobile-header {
  display: none;
}

.public-business-nav {
  align-items: center;
  background: rgba(255, 254, 250, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  position: sticky;
  top: 104px;
  z-index: 8;
}

.public-business-nav a,
.public-business-nav button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--primary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 8px 11px;
  text-decoration: none;
}

.public-business-nav a:hover,
.public-business-nav a:focus-visible,
.public-business-nav button:hover,
.public-business-nav button:focus-visible,
.public-business-nav button.is-active {
  background: #edf7f1;
  border-color: #cce3d7;
  outline: 0;
}

.public-business-nav button.is-active {
  box-shadow: inset 0 0 0 1px rgba(16, 100, 78, 0.18);
}

.public-business-hero,
.public-business-section {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.public-business-section {
  overflow: visible;
}

.public-business-cover {
  background:
    linear-gradient(90deg, rgba(8, 25, 16, 0.62), rgba(8, 25, 16, 0.18)),
    linear-gradient(110deg, #214438, #bf743d 44%, #20140f 70%, #a73521);
  background-position: center;
  background-size: cover;
  min-height: clamp(150px, 20vw, 250px);
  position: relative;
}

.public-business-hero-main {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  padding: 22px clamp(18px, 3vw, 32px) 22px;
}

.public-business-logo {
  align-items: center;
  background: #ffffff;
  border: 6px solid #fffefa;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(6, 19, 15, 0.16);
  color: var(--primary);
  display: flex;
  font-size: 34px;
  font-weight: 900;
  height: 128px;
  justify-content: center;
  margin-top: -82px;
  object-fit: cover;
  width: 128px;
}

.public-business-logo-wrap {
  position: relative;
  width: max-content;
}

.public-image-edit-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(12, 79, 58, 0.28);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 19, 15, 0.18);
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: absolute;
  width: 38px;
  z-index: 3;
}

.public-image-edit-button:hover,
.public-image-edit-button:focus-visible {
  background: #edf7f1;
  border-color: #9fcdbc;
  outline: 0;
}

.public-image-edit-button svg {
  height: 18px;
  width: 18px;
}

.public-business-cover .public-image-edit-button {
  bottom: 14px;
  right: 14px;
}

.public-business-logo-wrap .public-image-edit-button {
  bottom: 8px;
  right: -10px;
}

.public-image-overlay {
  align-items: center;
  background: rgba(6, 19, 15, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 60;
}

.public-image-overlay[hidden] {
  display: none;
}

.public-image-dialog {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 72px rgba(6, 19, 15, 0.28);
  display: grid;
  gap: 14px;
  max-height: calc(100vh - 40px);
  max-width: 640px;
  overflow: auto;
  padding: clamp(18px, 3vw, 28px);
  position: relative;
  width: min(640px, 100%);
}

.public-image-dialog h2 {
  font-size: 28px;
  line-height: 1.08;
}

.public-image-close {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}

.public-image-upload-grid,
.public-image-dialog-actions {
  display: grid;
  gap: 12px;
}

.public-image-dialog-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-image-dropzone {
  align-items: center;
  background: #f8fbfa;
  border: 1px dashed #b8d9ca;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 122px;
  padding: 16px;
}

.public-image-dropzone:hover,
.public-image-dropzone:focus-within,
.public-image-dropzone.is-dragging {
  background: #edf7f1;
  border-color: #0c7a5d;
  box-shadow: 0 12px 28px rgba(6, 19, 15, 0.08);
}

.public-image-dropzone[hidden] {
  display: none;
}

.public-image-dropzone input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.public-dropzone-icon {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.public-dropzone-icon svg {
  height: 21px;
  width: 21px;
}

.public-dropzone-copy {
  display: grid;
  gap: 5px;
}

.public-dropzone-copy strong {
  color: #10241d;
  font-size: 15px;
}

.public-dropzone-copy small {
  color: var(--muted);
  line-height: 1.35;
}

.public-image-dimensions {
  background: #ffffff;
  border: 1px solid #dceae2;
  border-radius: 8px;
  color: #40554e;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 2px;
  padding: 6px 8px;
}

.public-dropzone-copy em {
  color: var(--primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.public-save-spinner {
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  border-radius: 999px;
  display: none;
  height: 16px;
  margin-left: 8px;
  width: 16px;
}

.public-is-saving .public-save-spinner,
[data-public-save].is-loading .public-save-spinner {
  animation: public-spin 0.8s linear infinite;
  display: inline-block;
}

.public-is-saving .public-save-label,
[data-public-save].is-loading .public-save-label {
  vertical-align: middle;
}

[data-public-save].is-loading {
  cursor: progress;
}

.public-image-status {
  min-height: 18px;
}

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

.public-business-title {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.public-business-title h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
  max-width: 720px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-business-title p {
  color: #41534d;
  font-size: 17px;
  line-height: 1.45;
  max-width: 740px;
}

.public-business-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-business-links a,
.public-manage-link {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.public-business-links a {
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  padding: 7px 10px;
}

.public-business-actions {
  align-items: stretch;
  display: grid;
  gap: 8px;
  justify-items: stretch;
  min-width: 178px;
}

.public-business-actions .button,
.public-business-actions button {
  width: 100%;
}

.public-manage-link {
  justify-self: center;
  padding: 4px;
}

.public-business-trust {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.public-business-trust span {
  align-items: center;
  background: #f7fbf8;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 999px;
  color: #32493f;
  display: inline-flex;
  gap: 5px;
  min-height: 30px;
  padding: 5px 9px;
}

.public-business-trust svg {
  color: var(--primary);
  height: 15px;
  width: 15px;
}

.public-business-trust span:first-child svg {
  color: #d99b00;
  fill: rgba(217, 155, 0, 0.12);
}

.public-business-trust strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.public-business-trust small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.public-business-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.36fr);
}

.public-business-main,
.public-business-rail {
  display: grid;
  gap: 18px;
}

.public-business-rail {
  position: sticky;
  top: 104px;
}

.public-business-viewport {
  display: block;
  min-height: 360px;
}

.public-edit-change-bar {
  align-items: center;
  background: #0c4f3a;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 44px rgba(6, 19, 15, 0.24);
  color: #ffffff;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 50%;
  max-width: 720px;
  padding: 12px 14px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  z-index: 30;
}

.public-edit-change-bar[hidden] {
  display: none;
}

.public-edit-change-bar strong {
  font-size: 14px;
}

.public-edit-change-bar div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-business-section {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 3vw, 26px);
  scroll-margin-top: 162px;
}

.public-business-section[hidden] {
  display: none;
}

.public-section-head {
  align-items: end;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.public-section-head h2,
.public-business-section h2 {
  font-size: 28px;
  line-height: 1.08;
}

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

.public-home-grid > section {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.public-home-grid h3 {
  font-size: 22px;
  line-height: 1.12;
}

.public-fundraising-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.public-fundraising-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-rows: auto auto 1fr auto;
  max-width: 360px;
  min-height: 520px;
  padding: 18px;
}

.public-fundraising-card h3 {
  font-size: 22px;
  margin: 0;
}

.public-fundraising-card p {
  color: var(--muted);
  margin: 6px 0 0;
}

.public-fundraising-option-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.public-fundraising-option-list li {
  align-items: start;
  color: #32493f;
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  grid-template-columns: 16px minmax(0, 1fr);
  line-height: 1.35;
}

.public-fundraising-option-list li::before {
  background: #d8f0e7;
  border: 1px solid #b9dacd;
  border-radius: 50%;
  color: var(--primary);
  content: "";
  height: 8px;
  margin-top: 5px;
  width: 8px;
}

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

.public-fundraising-stats div {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 10px;
}

.public-fundraising-stats dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.public-fundraising-stats dd {
  color: #0d1f19;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}

.public-fundraising-actions {
  align-items: stretch;
  display: grid;
  gap: 9px;
}

.public-fundraising-register-button.button {
  background: #ffffff;
  border-color: rgba(31, 111, 91, 0.58);
  box-shadow: 0 1px 0 rgba(6, 19, 15, 0.08);
  color: var(--primary);
  justify-content: center;
  transition: background 130ms ease, border-color 130ms ease, box-shadow 130ms ease, transform 130ms ease;
}

.public-fundraising-register-button.button:hover,
.public-fundraising-register-button.button:focus-visible {
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.13), 0 8px 18px rgba(31, 111, 91, 0.16);
  color: var(--primary);
  outline: 0;
  transform: translateY(-1px);
}

.public-fundraising-register-button.button:active {
  box-shadow: inset 0 2px 4px rgba(6, 19, 15, 0.14), 0 0 0 3px rgba(31, 111, 91, 0.12);
  transform: translateY(1px);
}

  @media (max-width: 760px) {
  .public-fundraising-stats,
  .bp-fundraising-dashboard-grid,
  .bp-fundraising-campaign-card dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .public-fundraising-head {
    gap: 6px;
  }

  .public-fundraising-head h2 {
    font-size: 26px;
    line-height: 1.05;
  }

  .public-fundraising-head p {
    font-size: 14px;
    line-height: 1.28;
  }

  .public-fundraising-card-grid {
    gap: 10px;
  }

  .public-fundraising-card {
    gap: 12px;
    grid-template-rows: auto;
    max-width: none;
    min-height: 0;
    padding: 14px;
  }

  .public-fundraising-card h3 {
    font-size: 20px;
    line-height: 1.12;
  }

  .public-fundraising-card p {
    font-size: 14px;
    line-height: 1.28;
    margin-top: 4px;
  }

  .public-fundraising-option-list {
    gap: 5px;
  }

  .public-fundraising-option-list li {
    font-size: 12px;
    gap: 6px;
    grid-template-columns: 14px minmax(0, 1fr);
    line-height: 1.25;
  }

  .public-fundraising-option-list li::before {
    height: 7px;
    margin-top: 4px;
    width: 7px;
  }

  .public-fundraising-stats {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-fundraising-stats div {
    gap: 2px;
    padding: 9px;
  }

  .public-fundraising-stats dt {
    font-size: 11px;
  }

  .public-fundraising-stats dd {
    font-size: 15px;
  }

  .public-fundraising-actions {
    gap: 6px;
  }

  .public-fundraising-register-button.button {
    min-height: 40px;
    padding: 9px 12px;
  }
}

.public-contact-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #0d1f19;
  display: grid;
  gap: 8px;
  min-height: 94px;
  padding: 16px;
  text-decoration: none;
}

.public-contact-card-link {
  color: inherit;
  display: grid;
  gap: 8px;
  text-decoration: none;
}

.public-contact-card:hover,
.public-contact-card:focus-visible {
  border-color: #9fcdbc;
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: 0;
}

.public-contact-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-contact-card strong {
  color: var(--primary);
  font-size: 15px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.public-connect-layout {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.public-connect-form-card,
.public-connect-links-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.public-connect-form-card h3,
.public-connect-links-card h3 {
  font-size: 22px;
  line-height: 1.1;
}

.public-connect-socials {
  display: grid;
  gap: 10px;
}

.public-connect-socials.icon-grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(14px, 4vw, 24px);
  grid-template-columns: none;
  justify-content: center;
}

.public-connect-socials a {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 8px;
  color: var(--primary);
  display: grid;
  font-weight: 900;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 50px;
  padding: 8px 10px;
  text-decoration: none;
}

.public-connect-socials.icon-grid a {
  aspect-ratio: auto;
  background: transparent;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
  padding: 0;
  width: 38px;
}

.public-connect-socials a:hover,
.public-connect-socials a:focus-visible {
  background: #edf6f2;
  border-color: rgba(31, 111, 91, 0.42);
  outline: 0;
}

.public-connect-icon {
  color: var(--primary);
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.public-connect-socials .public-connect-icon,
.public-connect-footer .public-connect-icon {
  align-self: center;
  background: #e5f2ee;
  border-radius: 8px;
  box-sizing: content-box;
  padding: 7px;
}

.public-connect-socials.icon-grid .public-connect-icon {
  background: transparent;
  border-radius: 0;
  height: 27px;
  padding: 0;
  width: 27px;
}

.public-connect-brand-icon {
  display: block;
  height: var(--connect-brand-size, 27px);
  width: var(--connect-brand-size, 27px);
}

.public-connect-instagram-logo {
  --connect-brand-size: 26px;
}

.public-connect-x-logo,
.public-connect-twitter-logo {
  --connect-brand-size: 23px;
}

.public-connect-pinterest-logo {
  height: 30px !important;
  width: 30px !important;
}

.public-connect-socials.icon-grid a:hover,
.public-connect-socials.icon-grid a:focus-visible {
  background: #e8f4ef;
  border-color: transparent;
}

@media (max-width: 620px) {
  .public-connect-socials.icon-grid {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }

  .public-connect-socials.icon-grid a {
    min-height: 40px;
    width: 40px;
  }

  .public-connect-socials.icon-grid .public-connect-icon {
    height: 28px;
    width: 28px;
  }

  .public-connect-socials.icon-grid .public-connect-brand-icon {
    height: var(--connect-brand-mobile-size, 28px);
    width: var(--connect-brand-mobile-size, 28px);
  }

  .public-connect-socials.icon-grid .public-connect-instagram-logo {
    --connect-brand-mobile-size: 27px;
  }

  .public-connect-socials.icon-grid .public-connect-x-logo,
  .public-connect-socials.icon-grid .public-connect-twitter-logo {
    --connect-brand-mobile-size: 24px;
  }

  .public-connect-socials.icon-grid .public-connect-pinterest-logo {
    height: 31px !important;
    width: 31px !important;
  }
}

.public-connect-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  margin-top: 4px;
  padding-top: 14px;
}

.public-connect-footer a {
  align-items: center;
  color: var(--ink);
  display: grid;
  gap: 3px 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  text-decoration: none;
}

.public-connect-footer a span,
.public-connect-footer a strong {
  grid-column: 2;
}

.public-connect-footer a span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.public-connect-footer a strong {
  color: var(--primary);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.public-card-edit,
.public-inline-edit-grid {
  display: none;
}

.public-edit-mode .public-card-display {
  display: none;
}

.public-edit-mode .public-card-edit,
.public-edit-mode .public-inline-edit-grid {
  display: grid;
}

.public-inline-edit-grid {
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-card-edit {
  gap: 7px;
}

.public-card-edit span,
.public-message-form label,
.public-toggle-row span {
  color: #20332d;
  font-size: 13px;
  font-weight: 900;
}

.public-card-edit input,
.public-card-edit textarea,
.public-message-form input,
.public-message-form textarea {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #0d1f19;
  font: inherit;
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

.public-card-edit textarea,
.public-message-form textarea {
  min-height: 120px;
  resize: vertical;
}

.public-message-inline {
  justify-self: start;
}

.public-message-panel {
  border-color: rgba(31, 111, 91, 0.28);
}

.public-message-panel[hidden] {
  display: none;
}

.public-message-form,
.public-owner-tool-stack {
  display: grid;
  gap: 12px;
}

.public-message-topic-fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
}

.public-message-topic-fieldset legend {
  color: #20332d;
  font-size: 13px;
  font-weight: 900;
  padding: 0 6px;
}

.public-message-topic-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-message-topic-option {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  display: inline-flex;
  gap: 7px;
  min-height: 38px;
  padding: 8px 11px;
}

.public-message-topic-option input {
  height: 16px;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 16px;
}

.public-message-gate {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.public-toggle-row {
  align-items: start;
  background: #f8fbfa;
  border: 1px dashed #cce3d7;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px;
}

.public-toggle-row input {
  margin-top: 3px;
}

.public-toggle-row small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 3px;
}

.public-product-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.relationship-product-grid {
  grid-template-columns: repeat(auto-fill, minmax(150px, 190px));
  justify-content: start;
}

.public-event-card,
.public-review-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.public-product-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
  width: 100%;
}

.public-product-card.is-favorite {
  border-color: rgba(31, 111, 91, 0.28);
}

.public-product-favorite-badge {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-size: 17px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 82px;
  top: auto;
  width: 28px;
  z-index: 2;
}

.public-product-card-actions {
  align-items: center;
  border-top: 1px solid rgba(31, 111, 91, 0.14);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
  min-height: 36px;
  padding-top: 8px;
}

.public-product-card-actions .public-product-favorite-badge,
.public-product-card-actions .public-product-list-save,
.public-product-card-actions .public-product-card-share,
.public-product-inline-actions .public-product-favorite-badge,
.public-product-inline-actions .public-product-list-save,
.public-product-inline-actions .public-product-card-share,
.public-product-inline-actions .public-product-detail-icon-action {
  bottom: auto;
  flex: 0 0 auto;
  position: static;
  right: auto;
  top: auto;
}

.public-product-card-actions .public-product-card-share {
  height: 34px;
  width: 34px;
}

.public-product-card-meta,
.public-product-detail-meta-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-width: 0;
}

.public-product-card-meta > span:first-child {
  color: #33483f;
  font-size: 14px;
  min-width: 0;
}

.public-product-inline-actions {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  pointer-events: auto;
  position: relative;
  z-index: 6;
}

.public-product-inline-actions .public-product-favorite-badge,
.public-product-inline-actions .public-product-list-save,
.public-product-inline-actions .public-product-card-share,
.public-product-detail-icon-action {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 34px;
  z-index: 2;
}

.public-product-favorite-badge:hover,
.public-product-favorite-badge:focus-visible {
  color: #0b6b52;
  outline: none;
  transform: translateY(-1px) scale(1.08);
}

.public-product-favorite-badge svg {
  filter: none;
  height: 21px;
  transform-origin: center;
  width: 21px;
}

.public-product-favorite-badge svg path {
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 2.85;
}

.public-product-card.is-favorite .public-product-favorite-badge {
  color: #0b6b52;
}

.public-product-card.is-favorite .public-product-favorite-badge,
.public-product-favorite-badge[aria-pressed="true"],
.public-product-list-save.saved,
.public-product-list-save[aria-pressed="true"],
.public-product-card-share.is-selected,
.public-product-detail-icon-action.saved,
.public-product-detail-icon-action[aria-pressed="true"],
.public-product-detail-share.is-selected {
  background: #e4f6ef;
  border-radius: 50%;
  color: #0b6b52;
}

.public-product-card.is-favorite .public-product-favorite-badge svg path,
.public-product-favorite-badge[aria-pressed="true"] svg path {
  fill: currentColor;
  stroke: currentColor;
}

.public-product-card.favorite-pop .public-product-favorite-badge svg {
  animation: favorite-heart-pop 460ms ease;
}

.public-product-card.favorite-remove .public-product-favorite-badge svg {
  transform: scale(0.82);
  transition: transform 180ms ease;
}

.public-product-list-save,
.public-product-card-share {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 46px;
  top: auto;
  width: 28px;
  z-index: 2;
}

.public-product-card-share {
  right: 10px;
}

.public-product-list-save:hover,
.public-product-list-save:focus-visible,
.public-product-card-share:hover,
.public-product-card-share:focus-visible,
.public-product-detail-icon-action:hover,
.public-product-detail-icon-action:focus-visible {
  color: #0b6b52;
  outline: none;
  transform: translateY(-1px) scale(1.08);
}

.public-product-list-save svg,
.public-product-card-share svg {
  filter: none;
  height: 20px;
  width: 20px;
}

.public-product-card-share svg {
  height: 19px;
  width: 19px;
}

.public-product-list-save svg path,
.public-product-card-share svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.public-product-card-share svg path,
.public-product-card-share svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.public-product-detail-icon-action svg {
  height: 20px;
  width: 20px;
}

.public-product-detail-favorite svg path {
  fill: none;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 2.85;
}

.public-product-detail-list-save svg path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.public-product-detail-share svg {
  height: 19px;
  width: 19px;
}

.public-product-detail-share svg path,
.public-product-detail-share svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}

.public-product-list-save.saved {
  color: #0b6b52;
}

.public-product-list-save.saved svg path,
.public-product-list-save[aria-pressed="true"] svg path,
.public-product-detail-list-save.saved svg path,
.public-product-detail-list-save[aria-pressed="true"] svg path {
  fill: currentColor;
  stroke: currentColor;
}

.public-product-detail-favorite.saved svg path,
.public-product-detail-favorite[aria-pressed="true"] svg path {
  fill: currentColor;
  stroke: currentColor;
}

.public-product-card-share.is-selected svg path,
.public-product-card-share.is-selected svg circle,
.public-product-detail-share.is-selected svg path,
.public-product-detail-share.is-selected svg circle {
  fill: currentColor;
  stroke: currentColor;
}

.public-product-favorite-badge.is-selected-pop,
.public-product-list-save.is-selected-pop,
.public-product-card-share.is-selected-pop,
.public-product-detail-icon-action.is-selected-pop {
  animation: product-action-selected-pop 520ms cubic-bezier(.2, .8, .24, 1);
  background: #d8f1e8;
  border-radius: 50%;
  color: #0b6b52;
}

.public-product-favorite-badge.is-selected-pop svg path,
.public-product-list-save.is-selected-pop svg path,
.public-product-card-share.is-selected-pop svg path,
.public-product-card-share.is-selected-pop svg circle,
.public-product-detail-favorite.is-selected-pop svg path,
.public-product-detail-list-save.is-selected-pop svg path,
.public-product-detail-share.is-selected-pop svg path,
.public-product-detail-share.is-selected-pop svg circle {
  fill: currentColor;
  stroke: currentColor;
}

@keyframes product-action-selected-pop {
  0% {
    transform: scale(1) rotate(0deg);
  }
  42% {
    transform: scale(1.24) rotate(-12deg);
  }
  72% {
    transform: scale(0.94) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes favorite-heart-pop {
  0% {
    transform: scale(0.65);
  }
  55% {
    transform: scale(1.28);
  }
  100% {
    transform: scale(1);
  }
}

.product-list-overlay {
  align-items: center;
  background: rgba(11, 31, 24, 0.48);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 20px;
  position: fixed;
  z-index: 90;
}

.product-list-modal {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 31, 24, 0.24);
  display: grid;
  gap: 14px;
  max-width: 430px;
  padding: 20px;
  position: relative;
  width: min(100%, 430px);
}

.product-list-modal h3,
.product-list-modal p {
  margin: 0;
}

.product-review-overlay {
  align-items: center;
  background: rgba(11, 31, 24, 0.48);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 20px;
  position: fixed;
  z-index: 92;
}

.product-review-modal {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 31, 24, 0.24);
  display: grid;
  gap: 14px;
  max-width: 620px;
  padding: 22px;
  position: relative;
  width: min(100%, 620px);
}

.product-review-modal h3,
.product-review-modal p {
  margin: 0;
}

.product-review-modal form {
  display: grid;
  gap: 12px;
}

.customer-redeem-overlay {
  align-items: start;
  background: rgba(11, 31, 24, 0.54);
  display: grid;
  inset: 0;
  justify-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 96;
}

.customer-redeem-modal {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 76px rgba(11, 31, 24, 0.3);
  display: grid;
  gap: 16px;
  margin: auto 0;
  max-width: 820px;
  min-width: 0;
  padding: 22px;
  width: min(100%, 820px);
}

.customer-redeem-head {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.customer-redeem-head h3,
.customer-redeem-head p {
  margin: 0;
}

.customer-redeem-head h3 {
  font-size: 28px;
  line-height: 1.05;
}

.customer-redeem-head p {
  color: var(--muted);
  line-height: 1.4;
  margin-top: 6px;
}

.customer-redeem-head button {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.22);
  border-radius: 999px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  min-height: 36px;
  padding: 0 12px;
}

.customer-redeem-body {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
}

.customer-redeem-qr {
  align-items: center;
  background: #f3faf7;
  border: 1px solid #cfe6dc;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 16px;
  text-align: center;
}

.customer-redeem-qr img {
  aspect-ratio: 1;
  background: #ffffff;
  border: 1px solid #d7e7df;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 10px 24px rgba(20, 42, 32, 0.09);
  height: auto;
  max-width: 100%;
  padding: 10px;
  width: 226px;
}

.customer-redeem-qr strong {
  font-size: 22px;
  line-height: 1.1;
}

.customer-redeem-qr small,
.customer-redeem-details small,
.customer-redeem-rule small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.giveback-poster-preview {
  background: #f3faf7;
  border: 1px solid #cfe6dc;
  border-radius: 8px;
  display: grid;
  justify-items: center;
  padding: 12px;
}

.giveback-poster-preview img {
  background: #ffffff;
  border: 1px solid #d7e7df;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(20, 42, 32, 0.1);
  display: block;
  max-height: 520px;
  max-width: min(100%, 360px);
  object-fit: contain;
  width: 100%;
}

.customer-redeem-details {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.customer-redeem-promos {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
}

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

.customer-redeem-promos-head strong {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  margin-top: 2px;
}

.customer-redeem-promos-head small,
.customer-redeem-promo small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.customer-redeem-promo-scroll {
  display: grid;
  gap: 8px;
  max-height: 286px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 4px;
  -webkit-overflow-scrolling: touch;
}

.customer-redeem-promo {
  background: #f8fbfa;
  border: 1px solid #d8e9e1;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 11px;
}

.customer-redeem-promo > small {
  grid-column: 1 / -1;
}

.customer-redeem-promo strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.customer-redeem-promo span {
  align-self: start;
  background: #e0f4ea;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 7px 9px;
  white-space: nowrap;
}

.customer-redeem-promo.is-close span {
  background: #fff1cf;
  color: #7a4b00;
}

.customer-redeem-rule {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 11px;
}

.customer-redeem-person {
  background: #f3faf7;
  border: 1px solid #d8e9e1;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.customer-redeem-person strong {
  font-size: 20px;
  line-height: 1.1;
}

.customer-redeem-contact {
  display: grid;
  gap: 8px;
}

.customer-redeem-contact span,
.customer-redeem-id-block span {
  display: grid;
  gap: 3px;
}

.customer-redeem-contact strong {
  font-size: 15px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.customer-redeem-id-block {
  background: #f8fbfa;
  border: 1px dashed rgba(31, 111, 91, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 11px;
}

.customer-redeem-id-block code {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.customer-redeem-details strong {
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.customer-redeem-rule {
  background: #f8fbfa;
}

.customer-redeem-rule code {
  color: var(--primary);
  font-weight: 900;
}

.customer-redeem-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.customer-redeem-actions .status {
  margin: 0;
}

.product-review-modal textarea {
  min-height: 120px;
}

.product-review-status {
  min-height: 18px;
}

.product-list-close {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cfe4db;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: 12px;
  width: 30px;
}

.product-list-choices {
  display: grid;
  gap: 8px;
  max-height: 260px;
  overflow: auto;
}

.product-list-choice {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px;
  text-align: left;
}

.product-list-choice:hover,
.product-list-choice:focus-visible,
.product-list-choice.saved {
  background: #edf7f1;
  border-color: #a8d2c3;
  outline: none;
}

.product-list-choice strong,
.product-list-choice small {
  display: block;
}

.product-list-choice small {
  color: var(--muted);
  margin-top: 3px;
}

.product-list-choice b {
  color: var(--primary);
  font-size: 13px;
}

.product-list-choice.saved b {
  color: #9b2f22;
}

.product-list-remove-all {
  background: transparent;
  border: 1px solid #e4b8ae;
  border-radius: 8px;
  color: #9b2f22;
  font-weight: 900;
  justify-self: start;
  min-height: 38px;
  padding: 8px 12px;
}

.product-list-remove-all:hover,
.product-list-remove-all:focus-visible {
  background: #fff0ec;
  outline: none;
}

.product-list-create-form {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.product-list-create-form-full {
  grid-template-columns: minmax(0, 1fr);
}

.product-list-create-form-full button {
  min-height: 42px;
}

.product-list-create-form input {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  min-width: 0;
  padding: 11px 12px;
}

.product-list-create-form button {
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  padding: 0 14px;
}

.product-list-create-form button svg {
  height: 18px;
  width: 18px;
}

.product-list-status {
  color: var(--primary);
  font-weight: 900;
  min-height: 20px;
}

.share-compose-overlay {
  align-items: center;
  background: rgba(11, 31, 24, 0.48);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 20px;
  position: fixed;
  z-index: 92;
}

.share-compose-modal {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 31, 24, 0.24);
  display: grid;
  gap: 14px;
  max-width: 430px;
  padding: 20px;
  position: relative;
  width: min(100%, 430px);
}

.share-compose-modal h3,
.share-compose-modal p {
  margin: 0;
}

.share-compose-close {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cfe4db;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: 12px;
  width: 30px;
}

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

.share-compose-actions .button,
.share-compose-actions button {
  min-height: 42px;
  width: 100%;
}

.public-product-card:hover,
.public-product-card:focus-visible {
  border-color: rgba(0, 108, 80, 0.36);
  box-shadow: 0 12px 28px rgba(11, 31, 24, 0.12);
  transform: translateY(-1px);
}

.public-product-media,
.public-product-detail-media {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #edf7f1;
  display: flex;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.public-product-media img,
.public-product-detail-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.public-product-media span,
.public-product-detail-media span {
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  color: var(--primary);
  display: flex;
  font-size: 26px;
  font-weight: 900;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.public-product-card-body {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.public-product-card-review {
  align-items: center;
  color: #0b6b52;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  margin-top: 2px;
}

.public-product-card-review span {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 900;
  gap: 5px;
  line-height: 1.2;
}

.public-product-card-review small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.public-review-card > span {
  align-items: center;
  background: #edf7f1;
  border-radius: 12px;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.public-review-card.has-product-reviews {
  cursor: pointer;
}

.public-review-card h3 button {
  align-items: baseline;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  text-align: left;
}

.public-review-card h3 button:disabled {
  cursor: default;
}

.public-review-card h3 button small {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
}

.public-review-product-panel {
  border-top: 1px solid var(--line);
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 10px;
}

.public-review-card.is-expanded {
  border-color: rgba(31, 111, 91, 0.34);
  box-shadow: 0 12px 24px rgba(6, 19, 15, 0.06);
}

.public-product-card h3,
.public-event-card h3,
.public-review-card h3 {
  font-size: 17px;
  margin: 0 0 4px;
}

.public-product-card p,
.public-event-card p,
.public-review-card p,
.public-profile-meta span {
  color: var(--muted);
  line-height: 1.4;
}

.public-review-card strong {
  display: block;
  font-size: 14px;
  margin: 4px 0;
}

.public-review-card em {
  color: var(--primary);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-top: 6px;
}

.public-product-purchase-count {
  color: var(--primary);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 2px;
}

.public-product-detail-stack,
.public-product-detail {
  display: grid;
  gap: 10px 18px;
}

.relationship-products-card {
  position: relative;
}

.public-product-detail[hidden] {
  display: none;
}

.public-product-detail-top {
  align-items: center;
  display: flex;
  min-height: 42px;
}

.public-product-back,
.public-product-icon-button {
  align-items: center;
  background: #e5f2ee;
  border: 1px solid #cbe4dc;
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 40px;
  padding: 9px 12px;
  text-decoration: none;
}

.public-product-back svg {
  height: 18px;
  width: 18px;
}

.public-product-icon-actions {
  display: flex;
  gap: 8px;
  position: absolute;
  right: 18px;
  top: 22px;
}

.public-product-icon-button {
  border-radius: 50%;
  height: 42px;
  padding: 0;
  width: 42px;
}

.public-product-icon-button svg {
  height: 20px;
  width: 20px;
}

.public-product-actions .saved {
  background: var(--primary);
  color: #ffffff;
}

.public-product-detail-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
}

.public-product-detail-media {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.public-product-detail-copy {
  align-content: start;
  display: grid;
  gap: 12px;
}

.public-product-detail-copy h3 {
  font-size: 30px;
  line-height: 1.05;
  margin: 0;
}

.public-product-rating-line {
  align-items: center;
  color: #33483f;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-product-rating-line strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.public-product-rating-line span {
  color: #d99b00;
  font-size: 16px;
  letter-spacing: 0;
}

.public-product-rating-line small {
  color: var(--muted);
}

.public-product-rating-line button {
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.public-product-rating-line button:hover,
.public-product-rating-line button:focus-visible {
  color: #0b4f3d;
  outline: 0;
}

.public-product-detail-copy > strong {
  font-size: 22px;
}

.public-product-purchase-card {
  background: #fbfdfb;
  border: 1px solid #cfe4da;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  max-width: 520px;
  padding: 12px;
}

.public-product-purchase-head {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.public-product-purchase-head strong,
.public-product-purchase-head small,
.public-product-purchase-head em {
  display: block;
  line-height: 1.18;
}

.public-product-purchase-head strong {
  font-size: 14px;
  font-weight: 900;
}

.public-product-purchase-head small,
.public-product-purchase-foot small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.public-product-purchase-head em {
  color: var(--primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-top: 5px;
}

.public-product-purchase-option {
  display: grid;
  gap: 5px;
}

.public-product-purchase-option span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.public-product-purchase-option select {
  background: #ffffff;
  border: 1px solid #cfe4da;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 10px;
}

.public-product-purchase-foot {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.public-product-purchase-foot b {
  color: var(--ink);
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-top: 2px;
}

.public-product-add-cart {
  align-items: center;
  background: #2f566f;
  border: 1px solid #2f566f;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
}

.public-product-add-cart:hover,
.public-product-add-cart:focus-visible {
  background: #23435b;
  border-color: #23435b;
  outline: none;
}

.public-product-add-cart .dashboard-action-icon {
  height: 16px;
  width: 16px;
}

.public-product-add-cart .dashboard-action-icon path,
.public-product-add-cart .dashboard-action-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.public-product-purchase-status {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  min-height: 16px;
}

.public-product-description-carousel {
  display: grid;
  gap: 10px;
  max-width: 760px;
}

.public-product-description-window {
  border: 1px solid #cbe4dc;
  border-radius: 8px;
  overflow: hidden;
}

.public-product-description-track {
  display: flex;
  transition: transform 180ms ease;
  will-change: transform;
}

.public-product-description-slide {
  background: #fffefa;
  display: grid;
  flex: 0 0 100%;
  gap: 8px;
  min-height: 128px;
  padding: 14px;
}

.public-product-description-slide img {
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: 8px;
  max-height: 220px;
  object-fit: cover;
  width: 100%;
}

.public-product-description-slide span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.public-product-description-slide p {
  line-height: 1.45;
}

.public-product-description-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.public-product-description-dots button {
  background: #dceee8;
  border: 1px solid #bdd7cc;
  border-radius: 999px;
  height: 10px;
  min-height: 10px;
  padding: 0;
  width: 10px;
}

.public-product-description-dots button.is-active {
  background: var(--primary);
  border-color: var(--primary);
  width: 22px;
}

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

.public-product-actions .button {
  flex: 0 1 auto;
  min-width: 132px;
}

.public-product-detail-list-save.saved {
  background: var(--primary);
  color: #ffffff;
}

.public-product-action-status {
  color: var(--primary);
  font-weight: 800;
  min-height: 20px;
}

.favorite-products-section {
  gap: 14px;
}

.dashboard-products-preview .card-head {
  align-items: start;
}

.favorite-product-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.favorite-product-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  display: grid;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 76px;
  padding: 10px;
  text-decoration: none;
}

.favorite-product-card:hover,
.favorite-product-card:focus-visible {
  border-color: rgba(0, 108, 80, 0.32);
  box-shadow: 0 10px 22px rgba(11, 31, 24, 0.1);
}

.product-list-product-card {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0;
}

.product-list-product-card.is-found {
  background: #f4faf6;
}

.product-list-product-card.is-found .product-list-product-link {
  opacity: 0.74;
}

.product-list-product-link {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 12px;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 74px;
  min-width: 0;
  padding: 10px;
  text-decoration: none;
}

.product-list-row-actions {
  align-items: center;
  align-self: stretch;
  display: grid;
  gap: 2px;
  justify-items: end;
  padding: 8px 8px 8px 0;
}

.product-list-found {
  align-items: center;
  background: #fffefa;
  border: 1px solid #c8e2d8;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  min-height: 34px;
  min-width: 76px;
  padding: 7px 10px;
}

.product-list-found span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  height: 16px;
  justify-content: center;
  line-height: 1;
  width: 16px;
}

.product-list-found[aria-pressed="true"] {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.product-list-found:hover,
.product-list-found:focus-visible {
  outline: 2px solid rgba(31, 111, 91, 0.16);
  outline-offset: 2px;
}

.product-list-remove {
  align-self: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  min-height: 0;
  padding: 8px 10px;
}

.product-list-remove:hover,
.product-list-remove:focus-visible {
  outline: none;
  text-decoration: underline;
}

.favorite-product-thumb {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #edf7f1;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.favorite-product-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.favorite-product-thumb b {
  color: var(--primary);
  font-size: 14px;
}

.favorite-product-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.favorite-product-copy strong,
.favorite-product-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorite-product-copy small {
  color: var(--muted);
  font-weight: 700;
}

.my-products-view {
  gap: 18px;
}

.my-products-rail-section {
  gap: 14px;
  overflow: hidden;
}

.my-products-rail {
  display: grid;
  gap: 10px;
  grid-auto-columns: clamp(112px, 15vw, 142px);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 10px;
  scrollbar-width: thin;
  scroll-snap-type: inline proximity;
}

.my-product-rail-card {
  color: inherit;
  display: grid;
  gap: 9px;
  min-width: 0;
  scroll-snap-align: start;
  text-decoration: none;
}

.my-product-rail-card:hover .my-product-rail-image,
.my-product-rail-card:focus-visible .my-product-rail-image {
  border-color: rgba(0, 108, 80, 0.38);
  box-shadow: 0 10px 22px rgba(11, 31, 24, 0.1);
}

.my-product-rail-card:focus-visible {
  border-radius: 8px;
  outline: 2px solid rgba(31, 111, 91, 0.18);
  outline-offset: 3px;
}

.my-product-rail-image {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #edf7f1;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  width: 100%;
}

.my-product-rail-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.my-product-rail-image b {
  color: var(--primary);
  font-size: 20px;
}

.my-product-rail-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.my-product-rail-copy strong,
.my-product-rail-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-product-rail-copy strong {
  font-size: 13px;
}

.my-product-rail-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.product-lists-browser-card {
  gap: 14px;
}

.product-lists-browser-head {
  align-items: center;
}

.product-lists-browser-head > div {
  display: grid;
  gap: 3px;
}

.product-list-select {
  display: block;
  min-width: min(260px, 100%);
}

.product-list-select select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--primary) 50%) right 16px center / 7px 7px no-repeat,
    linear-gradient(135deg, var(--primary) 50%, transparent 50%) right 10px center / 7px 7px no-repeat,
    #fffefa;
  border: 1px solid #c8e2d8;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 42px;
  padding: 8px 34px 8px 16px;
  width: 100%;
}

.product-list-select select:focus {
  border-color: var(--primary);
  outline: 2px solid rgba(31, 111, 91, 0.16);
}

.product-list-browser-summary {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.product-list-browser-summary strong {
  font-size: 17px;
}

.product-list-browser-panel[hidden] {
  display: none;
}

.product-list-pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 10px;
}

.product-list-pagination span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.public-product-review-preview {
  background: #ffffff;
  border: 1px dashed #cbe4dc;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding: 14px;
}

.public-product-review-preview[hidden] {
  display: none;
}

.public-event-list,
.public-review-list,
.public-profile-meta {
  display: grid;
  gap: 10px;
}

.public-about-content {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.public-about-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-about-tabs button {
  background: #f6faf8;
  border: 1px solid #cfe4dc;
  border-radius: 7px;
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 7px 12px;
}

.public-about-tabs button.is-active {
  background: #e6f3ef;
  box-shadow: inset 0 0 0 1px #afd5ca;
}

.public-about-slider {
  min-width: 0;
  overflow: hidden;
}

.public-about-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.public-about-track::-webkit-scrollbar {
  display: none;
}

.public-about-panel,
.public-policy-note {
  background: #ffffff;
  border: 1px solid #d9e3dd;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.public-about-panel {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.public-about-panel h3 {
  font-size: 20px;
  margin: 0;
}

.public-policy-note {
  background: #fffbef;
  border-color: #eed18b;
}

.public-policy-note p {
  color: #34483f;
  margin: 0;
}

.public-review-stack {
  display: grid;
  gap: 18px;
}

.public-review-stack > section {
  display: grid;
  gap: 10px;
}

.public-product-review-list,
.public-product-review-summary {
  display: grid;
  gap: 10px;
}

.product-review-layout {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
}

.product-review-breakdown {
  align-content: start;
  background: #f8fbfa;
  border: 1px solid #dcebe4;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.product-review-breakdown > strong {
  font-size: 16px;
}

.product-review-breakdown-score {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-review-breakdown-score span {
  color: #f0a400;
  font-weight: 900;
  letter-spacing: 1px;
}

.product-review-breakdown-score b,
.product-review-breakdown > small {
  color: #34483f;
  font-size: 12px;
}

.product-review-filter-all,
.product-review-filter-row {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--primary);
  cursor: pointer;
  display: grid;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  min-height: 30px;
  padding: 5px;
  text-align: left;
}

.product-review-filter-all {
  align-items: center;
  border: 1px solid #cfe4dc;
  justify-content: center;
}

.product-review-filter-row {
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) 34px;
}

.product-review-filter-recommended {
  grid-template-columns: minmax(86px, auto) minmax(0, 1fr) 34px;
}

.product-review-filter-recommended span {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.product-review-filter-recommended svg {
  height: 14px;
  width: 14px;
}

.product-review-filter-row i {
  background: #ffffff;
  border: 1px solid #b8c8c1;
  border-radius: 4px;
  display: block;
  height: 16px;
  overflow: hidden;
}

.product-review-filter-row b {
  background: #f0a400;
  display: block;
  height: 100%;
}

.product-review-filter-row strong {
  color: #1d5f50;
  font-size: 12px;
  text-align: right;
}

.product-review-filter-all:hover,
.product-review-filter-all:focus-visible,
.product-review-filter-all.is-active,
.product-review-filter-row:hover,
.product-review-filter-row:focus-visible,
.product-review-filter-row.is-active {
  background: #e8f4ef;
  outline: none;
}

.product-review-results {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.product-review-results-head {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.product-review-results-head small {
  color: var(--muted);
  font-weight: 800;
}

.public-product-review-card {
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  padding: 12px;
}

.public-product-review-card[hidden] {
  display: none !important;
}

.public-product-review-card > span {
  align-items: center;
  background: #e7f3ee;
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.public-product-review-card div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.public-product-review-card strong,
.public-product-review-card b {
  line-height: 1.2;
}

.public-product-review-card small {
  color: var(--muted);
}

.public-product-review-card p {
  color: #34483f;
  line-height: 1.35;
  margin: 0;
}

.product-review-card-menu {
  position: relative;
}

.product-review-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}

.product-review-menu-toggle svg {
  display: block;
  height: 16px;
  width: 16px;
}

.product-review-menu-toggle:hover,
.product-review-menu-toggle:focus-visible {
  background: #e7f3ee;
  border-radius: 7px;
  outline: 2px solid rgba(31, 111, 91, 0.16);
}

.product-review-menu {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(14, 38, 30, 0.16);
  display: grid;
  min-width: 142px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 5;
}

.product-review-menu[hidden] {
  display: none;
}

.product-review-menu button {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  justify-content: start;
  line-height: 1.15;
  min-height: 0;
  padding: 9px 11px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.product-review-menu button:hover,
.product-review-menu button:focus-visible {
  background: #eef7f3;
  outline: none;
}

.product-review-menu button.danger {
  color: #9f2f22;
}

.public-product-open-icon {
  align-items: center;
  align-self: start;
  background: #e8f3ef;
  border: 1px solid rgba(31, 111, 91, 0.22);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  width: 34px;
}

.public-product-open-icon:hover,
.public-product-open-icon:focus-visible {
  background: #d7ece5;
  outline: 2px solid rgba(31, 111, 91, 0.18);
}

.public-product-open-icon svg {
  height: 18px;
  width: 18px;
}

.public-event-card {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  min-height: 96px;
  padding: 14px;
}

.public-event-date {
  background: #f4f1eb;
  border-radius: 8px;
  display: grid;
  justify-items: center;
  padding: 9px;
}

.public-event-date small,
.public-event-card > span,
.public-event-card-actions > span,
.public-review-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.public-event-card-actions {
  align-items: end;
  display: grid;
  gap: 6px;
  justify-items: end;
}

.public-event-date strong {
  color: var(--primary);
  font-size: 24px;
}

.public-review-card {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 14px;
}

.public-business-empty {
  background: #f8fbfa;
  border: 1px dashed #cce3d7;
  border-radius: 8px;
  padding: 16px;
}

.public-business-edit-panel {
  border-color: rgba(31, 111, 91, 0.32);
}

.public-business-edit-form {
  display: grid;
  gap: 12px;
}

.public-business-edit-form label {
  display: grid;
  gap: 7px;
}

.public-business-edit-form input,
.public-business-edit-form textarea {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.public-business-edit-form textarea {
  min-height: 96px;
  resize: vertical;
}

.business-public-image-preview {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.business-public-image-preview div {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 10px;
}

.business-public-image-preview img {
  border-radius: 8px;
  height: 56px;
  object-fit: cover;
  width: 70px;
}

.footer-nav {
  align-items: start;
  display: grid;
  gap: clamp(34px, 7vw, 116px);
  grid-template-columns: repeat(3, minmax(190px, max-content));
  justify-content: start;
}

.footer-nav-group {
  align-content: start;
  display: grid;
  gap: 9px;
  justify-items: start;
  text-align: left;
}

.footer-nav-group h2 {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 2px;
}

.footer-nav a {
  background: transparent;
  color: #2e4a41;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  min-height: auto;
  padding: 0;
  text-decoration: none;
}

.footer-nav a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.site-footer-legal a {
  color: #2e4a41;
  text-decoration: none;
}

.site-footer-legal a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.site-footer-note {
  font-size: 13px;
  margin: 0;
}

.layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.stack {
  display: grid;
  gap: 10px;
}

.happening-public-image {
  aspect-ratio: 16 / 7;
  background: #eef3f0 center / cover no-repeat;
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 180px;
}

.happening-public-page {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 1380px;
  width: 100%;
}

.happening-return-banner {
  align-items: center;
  background: #edf8f1;
  border: 1px solid #a9dcc1;
  border-radius: 8px;
  color: #0b4f34;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px minmax(0, 1fr);
  padding: 12px 14px;
}

.happening-return-banner p {
  color: #3f5c4d;
  margin-top: 2px;
}

.happening-public-hero {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
}

.happening-public-hero .happening-public-image {
  aspect-ratio: 4 / 3;
  background-color: #fff;
  background-size: contain;
  border: 0;
  border-radius: 0;
  min-height: 360px;
}

.happening-public-image.is-placeholder {
  align-items: center;
  background: linear-gradient(145deg, #e3f0ec, #fff4d8);
  display: flex;
  justify-content: center;
}

.happening-public-image.is-placeholder span {
  align-items: center;
  background: rgba(255, 254, 250, 0.86);
  border: 1px solid rgba(31, 111, 91, 0.22);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 44px;
  font-weight: 900;
  height: 86px;
  justify-content: center;
  width: 86px;
}

.happening-public-copy {
  align-content: center;
  display: grid;
  gap: 12px;
  padding: 34px;
}

.happening-public-copy h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  max-width: 780px;
}

.happening-public-copy > p:not(.muted) {
  color: #24352f;
  font-size: 16px;
  line-height: 1.5;
  max-width: 980px;
}

.happening-public-kicker {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.happening-public-chips,
.happening-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.happening-public-chips span {
  background: #fffefa;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
}

.happening-public-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.36fr);
}

.happening-public-form,
.happening-public-confirm {
  gap: 16px;
}

.happening-public-section-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.happening-package-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.happening-package-card {
  align-items: start;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 7px;
  justify-content: stretch;
  min-height: 168px;
  padding: 16px 16px 14px;
  position: relative;
  text-align: left;
  width: 100%;
}

.happening-package-card:hover,
.happening-package-card:focus-visible,
.happening-package-card.is-selected {
  background: #edf8f1;
  border-color: #98d7b5;
  box-shadow: 0 12px 28px rgba(10, 45, 34, 0.08);
  color: var(--ink);
}

.happening-package-card.is-selected .happening-package-radio {
  background: var(--primary);
  box-shadow: inset 0 0 0 4px #fff;
}

.happening-package-radio {
  border: 1px solid #b9d8ce;
  border-radius: 999px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 20px;
}

.happening-package-card .happening-package-type {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.happening-package-card strong {
  font-size: 17px;
  line-height: 1.15;
}

.happening-package-card small {
  color: var(--muted);
  display: -webkit-box;
  font-weight: 700;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  overflow: hidden;
}

.happening-package-card b {
  color: var(--primary);
  font-size: 20px;
}

.happening-public-confirm {
  background: linear-gradient(180deg, #fffefa, #f5fbf8);
  border-color: #c9e2d8;
  position: sticky;
  top: 104px;
}

.happening-buy-box {
  display: grid;
  gap: 10px;
}

.happening-buy-price {
  align-items: baseline;
  border-bottom: 1px solid #d7e8e1;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.happening-buy-price span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.happening-buy-price strong {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.happening-buy-box label {
  color: var(--ink);
  display: grid;
  font-weight: 900;
  gap: 5px;
}

.happening-buy-box select {
  background: #fffefa;
  border: 1px solid #b8cbc2;
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 10px;
}

.happening-buy-box button {
  width: 100%;
}

.happening-buy-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.happening-buy-box .happening-add-cart {
  background: #ffd84d;
  border-color: #e1b900;
  color: #1c1600;
}

.happening-buy-box .happening-add-cart:hover,
.happening-buy-box .happening-add-cart:focus-visible {
  background: #f3ca2f;
  color: #1c1600;
}

.happening-buy-box .happening-buy-now {
  background: #718999;
  border-color: #5f7482;
  color: #fff;
}

.happening-buy-box .happening-buy-now:hover,
.happening-buy-box .happening-buy-now:focus-visible {
  background: #5f7482;
  color: #fff;
}

.happening-buy-box small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.happening-checkout-badge {
  background: #dff2eb;
  border: 1px solid #baded0;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 8px;
  text-transform: uppercase;
  width: fit-content;
}

.happening-checkout-steps {
  display: grid;
  gap: 8px;
}

.happening-checkout-steps span {
  align-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #d7e8e1;
  border-radius: 8px;
  display: flex;
  font-weight: 800;
  gap: 9px;
  padding: 10px;
}

.happening-checkout-steps b {
  align-items: center;
  background: var(--primary);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.happening-checkout-note,
.happening-form-heading {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-top: 12px;
}

.happening-checkout-note span {
  color: var(--muted);
  font-weight: 700;
}

.contact-page {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.contact-intro {
  display: grid;
  gap: 8px;
}

.contact-intro h2 {
  font-size: 34px;
}

.contact-form {
  gap: 14px;
}

.auth-card {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.auth-text-button {
  background: transparent;
  border: 0;
  color: var(--primary);
  justify-self: start;
  min-height: 34px;
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.auth-text-button:hover,
.auth-text-button:focus-visible {
  background: transparent;
  color: #124c3d;
}

.auth-mfa-challenge {
  background: #f1f8f4;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 10px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.auth-mfa-challenge > div {
  display: grid;
  gap: 4px;
}

.auth-mfa-challenge small {
  color: var(--muted);
  line-height: 1.4;
}

.auth-heading {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-bottom: 14px;
}

.eyebrow {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.segmented {
  background: #f7f8f5;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
}

.segmented button {
  min-height: 44px;
  width: 100%;
}

.segmented button.active {
  background: var(--primary);
  color: #fff;
}

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

.check-row {
  align-items: flex-start;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 12px;
}

.check-row.required {
  background: #fffdf7;
}

.check-row input[type="checkbox"] {
  accent-color: var(--primary);
  height: 18px;
  margin: 2px 0 0;
  min-height: 0;
  padding: 0;
  width: 18px;
}

.check-row span {
  display: grid;
  gap: 3px;
}

.check-row small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.recommend-review-row {
  align-items: center;
  background: #fff9e8;
  border-color: #e9c66c;
  grid-template-columns: 18px 36px minmax(0, 1fr);
}

.recommend-review-row input[type="checkbox"] {
  accent-color: #1f6feb;
}

.recommend-review-icon {
  align-items: center;
  background: #fff3c4;
  border: 1px solid #e9c66c;
  border-radius: 999px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.recommendation-badge-icon {
  fill: #f5b82e;
  height: 20px;
  width: 20px;
}

.recommendation-badge-icon path {
  fill: currentColor;
}

.claim-summary {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 14px;
}

.notice {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.orders-toolbar {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.portal-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.orders-panel {
  padding: 18px;
}

.orders-workspace {
  display: grid;
  gap: 12px;
}

.refresh-button {
  gap: 8px;
  min-width: 128px;
}

.orders-folder-actions {
  align-items: end;
  display: inline-flex;
  gap: 8px;
  justify-content: flex-end;
}

.orders-folder-actions .icon-button {
  align-items: center;
  background: #e5f4ef;
  border: 1px solid #cfebe1;
  border-radius: 16px;
  color: var(--primary);
  display: inline-flex;
  font-size: 20px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  padding: 0;
  width: 42px;
}

.orders-folder-actions .icon-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.orders-folder-actions .icon-button:hover,
.orders-folder-actions .icon-button:focus-visible {
  background: #d7eee7;
  outline: 0;
}

.orders-filter-row {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.18fr) auto;
}

.orders-search {
  color: var(--ink);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

.orders-status-filter {
  color: var(--ink);
  display: grid;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
}

.orders-search input,
.orders-status-filter select {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 42px;
  padding: 10px 16px;
}

.orders-status-filter select {
  font: inherit;
}

.order-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: visible;
}

.receipt-folder-workspace {
  align-items: start;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
}

.orders-folder-breadcrumb-row {
  align-items: center;
  display: flex;
  min-height: 30px;
  min-width: 0;
  padding: 0 2px;
}

.receipt-folder-panel {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
  position: sticky;
  top: 154px;
}

.receipt-folder-head {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.receipt-folder-head-actions {
  display: inline-flex;
  gap: 6px;
}

.receipt-folder-head button {
  border-radius: 999px;
  font-size: 20px;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.receipt-folder-head button.icon-button {
  font-size: 0;
}

.receipt-folder-head button.icon-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 18px;
}

.receipt-folder-tree {
  display: grid;
  gap: 5px;
}

.receipt-folder-row-wrap {
  align-items: center;
  display: grid;
  gap: 2px;
  grid-template-columns: 18px minmax(0, 1fr) auto 26px;
  padding-left: calc(var(--folder-depth, 0) * 16px);
  position: relative;
}

.receipt-folder-row-wrap.dragging {
  opacity: 0.55;
}

.receipt-folder-row-wrap.drag-over .receipt-folder-row {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.receipt-folder-caret {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #5f665f;
  font-size: 17px;
  font-weight: 900;
  height: 18px;
  line-height: 1;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.receipt-folder-caret.empty {
  display: block;
}

.receipt-folder-row {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: var(--ink);
  display: grid;
  gap: 7px;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  justify-content: stretch;
  min-height: 34px;
  padding: 6px 9px;
  text-align: left;
  width: 100%;
}

.receipt-folder-row.system-folder {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.receipt-folder-grip {
  color: #9a9489;
  cursor: grab;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
}

.receipt-folder-row-wrap:hover .receipt-folder-grip,
.receipt-folder-row.active .receipt-folder-grip {
  opacity: 1;
}

.receipt-folder-icon {
  background: #5f665f;
  border-radius: 2px;
  display: inline-block;
  height: 10px;
  position: relative;
  width: 15px;
}

.receipt-folder-icon::before {
  background: inherit;
  border-radius: 2px 2px 0 0;
  content: "";
  height: 4px;
  left: 1px;
  position: absolute;
  top: -3px;
  width: 7px;
}

.receipt-folder-row.active .receipt-folder-icon {
  background: var(--primary);
}

.receipt-folder-row:hover,
.receipt-folder-row.active {
  background: #edf0ec;
  border-color: transparent;
  color: var(--primary);
}

.receipt-folder-row.jump-highlight {
  box-shadow: 0 0 0 2px rgba(13, 111, 78, 0.22);
}

.receipt-folder-row span {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.receipt-folder-row small {
  background: transparent;
  border-radius: 999px;
  color: #6d746d;
  font-size: 11px;
  font-weight: 600;
  min-width: 24px;
  padding: 2px 4px;
  text-align: center;
}

.receipt-folder-menu-button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #606860;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  min-height: 26px;
  opacity: 0;
  padding: 0;
  width: 26px;
}

.receipt-folder-row-wrap:hover .receipt-folder-menu-button,
.receipt-folder-row.active + .receipt-folder-file-here + .receipt-folder-menu-button,
.receipt-folder-row.active + .receipt-folder-menu-button {
  opacity: 1;
}

.receipt-folder-menu-button:hover {
  background: #edf7f1;
  border-color: #cce3d7;
  color: var(--primary);
}

.receipt-folder-menu {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(13, 39, 28, 0.16);
  display: grid;
  gap: 2px;
  min-width: 150px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 8;
}

.receipt-folder-menu.hidden {
  display: none;
}

.receipt-folder-menu button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  justify-content: start;
  min-height: 32px;
  padding: 7px 9px;
  text-align: left;
  width: 100%;
}

.receipt-folder-menu button:hover {
  background: #edf0ec;
  color: var(--primary);
}

.receipt-folder-file-here {
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  min-height: 26px;
  padding: 0 9px;
}

.receipt-folder-file-here:hover {
  background: #063f2c;
}

.receipt-folder-filing-bar {
  background: #fffefa;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 10px 12px;
}

.receipt-folder-filing-bar strong {
  color: var(--primary);
}

.receipt-folder-filing-bar span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.receipt-folder-filing-bar button {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-weight: 900;
  min-height: auto;
  padding: 0;
}

.receipt-folder-modal {
  max-width: 680px;
  width: min(680px, calc(100vw - 32px));
}

.receipt-folder-modal-head {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
}

.receipt-folder-modal-preview {
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 13px;
}

.receipt-folder-modal-preview span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.receipt-folder-modal-preview strong {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.25;
}

.receipt-folder-create-form {
  grid-template-columns: minmax(180px, 1fr) minmax(190px, 0.8fr) auto;
}

.order-card {
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  overflow: visible;
  position: relative;
}

.order-card.selected {
  background: #edf7f1;
}

.order-card.selected .order-summary-row,
.order-card.selected .order-summary {
  background: #edf7f1;
}

.order-selected-pill {
  background: var(--primary);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding: 4px 7px;
  text-transform: uppercase;
}

.order-card:last-child {
  border-bottom: 0;
}

.order-summary-row {
  align-items: stretch;
  background: #fffefa;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.order-select-check {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  justify-content: center;
}

.order-select-check input {
  accent-color: var(--primary);
  height: 16px;
  width: 16px;
}

.order-summary {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 84px 72px 18px;
  justify-content: stretch;
  min-height: 56px;
  padding: 10px 14px;
  text-align: left;
  width: 100%;
}

.order-summary > .status-pill,
.order-summary > strong,
.order-summary > .chevron {
  justify-self: end;
}

.order-summary > strong {
  align-self: center;
  font-size: 15px;
  white-space: nowrap;
}

.order-summary-row:hover {
  background: #fbfaf6;
}

.order-folder-chip {
  background: #f1eee8;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  max-width: 170px;
  overflow: hidden;
  padding: 3px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-folder-chip:hover,
.order-folder-chip:focus {
  background: #edf7f1;
  border-color: #cce3d7;
  color: var(--primary);
  outline: none;
}

.order-file-receipt-button {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.32);
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  min-height: 26px;
  padding: 4px 10px;
  white-space: nowrap;
}

.order-file-receipt-button:hover,
.order-file-receipt-button:focus-visible {
  background: #edf7f1;
  border-color: rgba(31, 111, 91, 0.58);
  outline: none;
}

.order-file-menu-shell {
  align-items: center;
  border-left: 1px solid var(--line);
  display: flex;
  justify-content: center;
  padding: 0 12px;
  position: relative;
}

.order-file-menu {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(6, 19, 15, 0.16);
  display: grid;
  gap: 2px;
  min-width: 190px;
  padding: 6px;
  position: absolute;
  right: 8px;
  top: calc(100% + 6px);
  z-index: 70;
}

.order-file-menu[hidden] {
  display: none;
}

.order-file-menu button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: flex-start;
  min-height: 34px;
  padding: 8px 10px;
  text-align: left;
}

.order-file-menu button:hover,
.order-file-menu button:focus-visible,
.order-file-menu button.active {
  background: #edf7f1;
  color: var(--primary);
  outline: none;
}

.order-file-menu button.danger-menu-item {
  color: #a33a2c;
}

.order-file-menu button.danger-menu-item:hover,
.order-file-menu button.danger-menu-item:focus-visible {
  background: rgba(180, 35, 24, 0.1);
  color: #8f1c14;
}

.order-file-menu span:not(.platform-folder-menu-divider) {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 10px;
}

.mobile-receipt-file-overlay {
  display: none;
}

body.mobile-receipt-open {
  overflow: hidden;
}

.mobile-receipt-panel {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 1400;
}

.mobile-receipt-panel.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-receipt-scrim {
  background: rgba(12, 31, 22, 0.36);
  border: 0;
  inset: 0;
  padding: 0;
  position: absolute;
}

.mobile-receipt-sheet {
  background: #fffefa;
  border-left: 1px solid rgba(31, 111, 91, 0.18);
  bottom: 0;
  box-shadow: -18px 0 38px rgba(16, 31, 25, 0.2);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-width: 780px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
  width: min(94vw, 780px);
}

.mobile-receipt-panel.is-open .mobile-receipt-sheet {
  transform: translateX(0);
}

.mobile-receipt-head {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  box-shadow: 0 6px 18px rgba(28, 52, 42, 0.08);
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 64px;
  padding: 10px 12px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.mobile-receipt-head strong,
.mobile-receipt-head small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-receipt-head strong {
  color: var(--primary);
  font-size: 15px;
  font-weight: 900;
}

.mobile-receipt-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.mobile-receipt-back {
  align-items: center;
  background: #e8f6f0;
  border: 1px solid #b8d9cc;
  border-radius: 999px;
  color: #006b55;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.mobile-receipt-back svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
  width: 30px;
}

.business-order-receipt-panel .mobile-receipt-head {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.business-order-receipt-panel .mobile-receipt-back {
  border-radius: 8px;
  gap: 5px;
  height: 44px;
  padding: 0 12px 0 9px;
  width: auto;
}

.business-order-receipt-panel .mobile-receipt-back svg {
  height: 22px;
  stroke-width: 2.8;
  width: 22px;
}

.business-order-receipt-panel .mobile-receipt-back span {
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.mobile-receipt-delete {
  background: #fff7f5;
  border: 1px solid rgba(172, 54, 42, 0.28);
  border-radius: 8px;
  color: #a2352a;
  font-size: 13px;
  font-weight: 950;
  height: 44px;
  padding: 0 12px;
}

.mobile-receipt-delete:hover,
.mobile-receipt-delete:focus-visible,
.mobile-receipt-delete.is-confirming {
  background: #fff2ef;
  border-color: rgba(172, 54, 42, 0.58);
  color: #84241b;
  outline: none;
}

.mobile-receipt-delete:disabled {
  cursor: wait;
  opacity: 0.66;
}

.business-receipt-delete-status {
  margin-top: 12px;
}

.mobile-receipt-content {
  overflow: auto;
  padding: 18px 18px 96px;
}

.mobile-receipt-content.order-detail {
  background: #fffefa;
  border: 0;
}

@media (min-width: 821px) {
  .mobile-receipt-file-overlay {
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 1300;
  }

  .mobile-receipt-file-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-receipt-file-scrim {
    background: rgba(12, 31, 22, 0.36);
    border: 0;
    inset: 0;
    padding: 0;
    position: absolute;
  }

  .mobile-receipt-file-sheet {
    background: #fffefa;
    border-left: 1px solid rgba(31, 111, 91, 0.18);
    bottom: 0;
    box-shadow: -18px 0 38px rgba(16, 31, 25, 0.2);
    display: grid;
    gap: 12px;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
    width: min(380px, 100vw);
  }

  .mobile-receipt-file-overlay.is-open .mobile-receipt-file-sheet {
    transform: translateX(0);
  }

  .mobile-receipt-file-head {
    align-items: start;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) 36px;
  }

  .mobile-receipt-file-head h3 {
    color: var(--primary);
    font-size: 20px;
    margin: 3px 0;
  }

  .mobile-receipt-file-head p {
    font-size: 13px;
    margin: 0;
  }

  .mobile-receipt-file-head > button {
    align-items: center;
    background: #e8f6f0;
    border: 1px solid #b8d9cc;
    border-radius: 999px;
    color: var(--primary);
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
  }

  .mobile-receipt-file-list {
    align-content: start;
    display: grid;
    gap: 7px;
    grid-auto-rows: max-content;
    overflow: auto;
    padding: 2px;
  }

  .mobile-receipt-file-row {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 111, 91, 0.14);
    border-radius: 8px;
    color: var(--ink);
    display: grid;
    font-size: 13px;
    font-weight: 850;
    gap: 8px;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    min-height: 44px;
    padding: 9px 11px 9px calc(11px + (var(--file-depth, 0) * 16px));
    text-align: left;
  }

  .mobile-receipt-file-row.is-current,
  .mobile-receipt-file-row.is-selected,
  .mobile-receipt-file-row:focus-visible {
    background: #edf7f1;
    border-color: #9fd5bd;
    color: var(--primary);
    outline: none;
  }

  .mobile-receipt-file-row small {
    background: #dff3eb;
    border-radius: 999px;
    color: var(--primary);
    font-size: 10px;
    font-weight: 900;
    padding: 3px 7px;
    text-transform: uppercase;
  }

  .mobile-receipt-file-icon {
    background: #60736b;
    border-radius: 2px;
    height: 11px;
    position: relative;
    width: 16px;
  }

  .mobile-receipt-file-icon::before {
    background: inherit;
    border-radius: 2px 2px 0 0;
    content: "";
    height: 4px;
    left: 1px;
    position: absolute;
    top: -3px;
    width: 7px;
  }

  .mobile-receipt-file-confirm {
    background: #edf7f1;
    border: 1px solid #b8d9cc;
    border-radius: 8px;
    display: grid;
    gap: 8px;
    padding: 10px;
  }

  .mobile-receipt-file-confirm[hidden] {
    display: none;
  }

  .mobile-receipt-file-confirm p {
    color: #31564a;
    font-size: 12px;
    font-weight: 800;
    margin: 0;
  }

  .mobile-receipt-file-confirm button {
    min-height: 42px;
  }

  .mobile-receipt-file-actions {
    border-top: 1px solid rgba(31, 111, 91, 0.14);
    display: grid;
    gap: 8px;
    padding-top: 12px;
  }

  .mobile-receipt-file-actions button {
    min-height: 42px;
  }
}

.mobile-receipt-file-head .mobile-receipt-file-close-button,
.mobile-receipt-file-confirm .mobile-receipt-file-confirm-button,
.mobile-receipt-file-actions .mobile-receipt-file-action {
  align-items: center;
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
}

.mobile-receipt-file-confirm .mobile-receipt-file-confirm-button:hover,
.mobile-receipt-file-confirm .mobile-receipt-file-confirm-button:focus-visible,
.mobile-receipt-file-actions .mobile-receipt-file-action:hover,
.mobile-receipt-file-actions .mobile-receipt-file-action:focus-visible {
  background: #edf7f1;
  outline: none;
}

.mobile-receipt-file-actions .mobile-receipt-file-action.danger-menu-item {
  background: #fff;
  border-color: #b74435;
  color: #a33225;
}

.mobile-receipt-file-actions .mobile-receipt-file-action.danger-menu-item:hover,
.mobile-receipt-file-actions .mobile-receipt-file-action.danger-menu-item:focus-visible {
  background: #fff4f1;
  border-color: #963326;
  color: #8c281e;
}

.receipt-file-drawer-action-icon {
  fill: none;
  flex: 0 0 auto;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 18px;
}

@media (max-width: 860px) {
  .order-summary-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .order-file-menu-shell {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-column: 2;
    justify-content: flex-start;
    padding: 8px 12px;
  }

  .order-file-menu {
    left: 12px;
    right: auto;
  }
}

.order-summary-main {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.order-title-line,
.order-context-line {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
}

.order-title-line strong,
.order-context-line small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-summary small,
.detail-grid small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.supported-purchase-pill {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-self: start;
  line-height: 1.2;
  max-width: 260px;
  overflow: hidden;
  padding: 3px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-detail {
  background: #fffdf8;
  border-top: 1px solid var(--line);
  padding: 18px;
}

.order-detail-head {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-bottom: 16px;
  position: relative;
}

.order-detail-head h3 {
  font-size: 22px;
  line-height: 1.1;
  margin: 3px 0 4px;
}

.receipt-eyebrow {
  color: var(--primary);
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.detail-total {
  display: grid;
  gap: 4px;
  justify-items: end;
  min-width: 120px;
}

.detail-total span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.detail-total strong {
  font-size: 26px;
  line-height: 1;
}

.receipt-tool-row {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-self: end;
  position: relative;
}

.receipt-icon-action {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  width: 40px;
}

.receipt-icon-action:hover,
.receipt-icon-action:focus-visible {
  background: #dff1e9;
  border-color: #9fcfbd;
  outline: none;
}

.receipt-icon-action svg {
  height: 20px;
  width: 20px;
}

.receipt-help-shell {
  position: relative;
}

.receipt-help-menu {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(10, 33, 24, 0.16);
  display: grid;
  gap: 6px;
  min-width: 285px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 30;
}

.receipt-help-menu.hidden {
  display: none;
}

.receipt-help-menu a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  justify-content: stretch;
  max-width: none;
  min-height: 48px;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  white-space: normal;
}

.receipt-help-menu a:hover,
.receipt-help-menu a:focus-visible {
  background: #edf7f1;
  color: var(--primary);
  outline: none;
}

.receipt-help-menu svg {
  background: #e5f2ee;
  border-radius: 999px;
  color: var(--primary);
  height: 34px;
  padding: 7px;
  width: 34px;
}

.receipt-help-menu span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.receipt-help-menu small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.supported-purchase-card {
  align-items: center;
  background: #f2faf6;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-bottom: 14px;
  padding: 14px;
}

.supported-purchase-card > b {
  font-size: 20px;
}

.order-detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.62fr);
}

.order-detail-grid section {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 14px;
}

.order-section-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.order-section-head h4 {
  margin: 0;
}

.order-section-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.order-receipt-lines {
  display: grid;
}

.order-receipt-section .line {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 10px 0;
}

.order-receipt-section .line:first-child {
  padding-top: 0;
}

.order-receipt-section .line strong:last-child {
  white-space: nowrap;
}

.order-receipt-section .total-lines {
  background: #f7f4ed;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 2px;
  padding: 12px;
}

.order-receipt-section .total-line {
  gap: 16px;
}

.order-receipt-section .total-line.final {
  font-size: 19px;
}

.detail-list {
  display: grid;
  gap: 0;
}

.detail-list span {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding: 10px 0;
}

.detail-list span:first-child {
  padding-top: 0;
}

.detail-list span:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.detail-list small {
  overflow-wrap: anywhere;
}

.receipt-actions-stack {
  gap: 10px;
}

.receipt-actions-stack .button,
.receipt-actions-stack button {
  justify-content: center;
  min-height: 48px;
  width: 100%;
}

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

.detail-grid span {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.status-pill {
  align-self: center;
  background: #edf2ef;
  border-radius: 7px;
  color: #355449;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 6px 10px;
}

.status-pill.paid {
  background: #e4f5e8;
  color: #0f6a2e;
}

.status-pill.success {
  background: #e4f5e8;
  color: #0f6a2e;
}

.status-pill.pending {
  background: #fff1d8;
  color: #8a4b00;
}

.status-pill.canceled {
  background: #ffe3df;
  color: #9c2117;
}

.chevron {
  align-self: center;
  font-size: 24px;
  line-height: 1;
}

.account-rail {
  display: grid;
  gap: 16px;
}

.account-view {
  display: grid;
  gap: 18px;
}

.account-view-title {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-width: 0;
}

.account-view-title-icon {
  align-items: center;
  background: #e5f2ee;
  border: 1px solid #c8e4dc;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-view-title-icon .dashboard-action-icon {
  grid-row: auto;
  height: 24px;
  width: 24px;
}

.account-view-title-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.account-view-title-copy h2 {
  line-height: 1.08;
}

.account-view-title-copy p {
  line-height: 1.3;
  margin: 0;
}

.account-view-title + .business-filter-bar {
  margin-top: 12px;
}

.account-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.account-card-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 48px minmax(0, 1fr);
}

.account-avatar {
  align-items: center;
  background: #f3f1eb;
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-size: 22px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.account-menu {
  align-self: start;
  display: grid;
  gap: 4px;
}

.account-menu a,
.account-link-button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--ink);
  font-weight: 700;
  justify-content: flex-start;
  min-height: 42px;
  padding: 10px 12px;
  text-decoration: none;
}

.account-menu a.active,
.account-link-button.active,
.account-link-button:hover {
  background: #f4f1eb;
  box-shadow: inset 3px 0 0 var(--primary);
}

.account-link-button {
  width: 100%;
}

.account-switch-card {
  gap: 10px;
}

.mode-switch-actions,
.mode-state-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mode-switch-actions .button,
.mode-switch-actions button,
.mode-state-actions .button {
  flex: 1 1 150px;
}

.business-account-view {
  gap: 16px;
}

.mode-state-card {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.business-license-summary {
  gap: 12px;
}

.owned-business-section {
  gap: 14px;
}

.owned-business-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.owned-business-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 12px;
}

.owned-business-card img,
.owned-business-card > span {
  align-items: center;
  background: #edf7f1;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  object-fit: cover;
  width: 58px;
}

.owned-business-card h3 {
  font-size: 17px;
  line-height: 1.15;
  margin: 0 0 3px;
}

.owned-business-card small {
  color: var(--muted);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owned-business-card.empty {
  grid-template-columns: 58px minmax(0, 1fr);
}

.business-account-form {
  min-width: 0;
}

.business-logo-preview {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 12px;
}

.business-logo-preview img {
  border-radius: 8px;
  height: 54px;
  object-fit: cover;
  width: 54px;
}

.help-card .button {
  width: 100%;
}

.sub-panel {
  padding: 16px;
}

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

.organization-address-grid {
  grid-template-columns: minmax(0, 1fr) minmax(92px, 0.38fr) minmax(120px, 0.46fr);
}

.account-details-save-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.account-settings-mobile-apps,
.dashboard-navigation-carousel,
.dashboard-mobile-apps,
.account-settings-section-heading {
  display: none;
}

.account-settings-fields,
.account-settings-notes {
  display: grid;
  gap: 12px;
}

.account-notification-preference-hub {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.account-notification-preference-head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.account-notification-preference-head h3,
.account-notification-preference-head p,
.account-preference-summary {
  margin: 0;
}

.account-notification-preference-head p {
  margin-top: 3px;
}

.account-preference-mode {
  background: #edf4f0;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 3px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 3px;
}

.account-preference-mode label {
  cursor: pointer;
  min-width: 0;
  position: relative;
}

.account-preference-mode input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.account-preference-mode span {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 36px;
  padding: 7px 8px;
}

.account-preference-mode input:checked + span {
  background: #ffffff;
  border-color: #83bfae;
  box-shadow: 0 2px 7px rgba(11, 31, 24, 0.08);
  color: var(--primary);
}

.account-preference-mode input:focus-visible + span {
  outline: 2px solid rgba(31, 111, 91, 0.35);
  outline-offset: 1px;
}

.account-preference-options {
  border-block: 1px solid var(--line);
  display: none;
}

.account-preference-options.is-visible {
  display: grid;
}

.account-preference-option {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px 34px minmax(0, 1fr);
  min-width: 0;
  padding: 11px 2px;
}

.account-preference-option + .account-preference-option {
  border-top: 1px solid var(--line);
}

.account-preference-option > input {
  height: 17px;
  margin: 0;
  width: 17px;
}

.account-preference-option-icon {
  align-items: center;
  background: #e8f5f0;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 7px;
  color: var(--primary);
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.account-preference-option-icon .dashboard-action-icon {
  height: 17px;
  width: 17px;
}

.account-preference-option > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.account-preference-option strong {
  font-size: 13px;
  line-height: 1.2;
}

.account-preference-option small,
.account-preference-summary {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 820px) {
  .dashboard-view {
    --dashboard-accent-rgb: 62 196 153;
    isolation: isolate;
    position: relative;
  }

  .dashboard-view::before {
    background: linear-gradient(
      180deg,
      rgb(var(--dashboard-accent-rgb) / 1) 0%,
      rgb(var(--dashboard-accent-rgb) / 0.94) 24%,
      rgb(var(--dashboard-accent-rgb) / 0.62) 58%,
      rgb(var(--dashboard-accent-rgb) / 0.28) 82%,
      rgb(var(--dashboard-accent-rgb) / 0) 100%
    );
    content: "";
    height: calc(min(138vw, 540px) + 260px);
    left: calc(50% - 50vw);
    pointer-events: none;
    position: absolute;
    top: -8px;
    width: 100vw;
    z-index: 0;
  }

  .dashboard-view > * {
    position: relative;
    z-index: 1;
  }

  .account-settings-view {
    gap: 12px;
    overflow: visible;
  }

  .account-settings-mobile-apps {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 0 2px;
    width: 100%;
  }

  .dashboard-mobile-apps {
    display: flex;
    gap: 12px;
    margin-inline: -16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 2px 7% 8px;
    scroll-behavior: smooth;
    scroll-padding-inline: 7%;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    width: 100%;
  }

  .dashboard-navigation-carousel {
    display: grid;
    gap: 0;
    min-width: 0;
    overflow: hidden;
  }

  .dashboard-mobile-apps::-webkit-scrollbar {
    display: none;
  }

  .dashboard-mobile-apps button {
    align-items: stretch;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 8px;
    color: #14372d;
    display: grid;
    flex: 0 0 min(83vw, 330px);
    grid-template-rows: minmax(0, 1fr) auto;
    height: min(138vw, 540px);
    min-height: 490px;
    min-width: 305px;
    overflow: hidden;
    padding: 0;
    scroll-snap-align: center;
    text-align: left;
  }

  .dashboard-mobile-apps button.is-active {
    background: #fffefa;
    border-color: rgba(31, 111, 91, 0.68);
    box-shadow: 0 14px 30px rgba(20, 42, 32, 0.14);
    color: var(--primary);
  }

  .dashboard-mobile-app-media {
    align-items: center;
    background-color: #dceee7;
    color: var(--primary);
    display: flex;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    width: 100%;
  }

  .dashboard-mobile-app-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .dashboard-mobile-apps button:nth-child(2) .dashboard-mobile-app-media {
    background-color: #e8e1d8;
  }

  .dashboard-mobile-apps button:nth-child(3) .dashboard-mobile-app-media {
    background-color: #dfe9f0;
  }

  .dashboard-mobile-apps button:nth-child(4) .dashboard-mobile-app-media {
    background-color: #f0e5d5;
  }

  .dashboard-mobile-apps button:nth-child(5) .dashboard-mobile-app-media {
    background-color: #e4f0df;
  }

  .dashboard-mobile-apps button:nth-child(6) .dashboard-mobile-app-media {
    background-color: #e7e4f0;
  }

  .dashboard-mobile-apps button:nth-child(7) .dashboard-mobile-app-media {
    background-color: #f0eadc;
  }

  .dashboard-mobile-app-media.has-metric {
    background:
      radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 34%),
      linear-gradient(135deg, #d8efe4, #f2eadb);
  }

  .dashboard-mobile-app-media.has-preview {
    align-items: end;
    background:
      linear-gradient(180deg, rgba(232, 246, 240, 0.72), rgba(207, 232, 223, 0.92)),
      #dceee7;
    padding: 22px 20px 0;
  }

  .dashboard-mobile-app-metric {
    align-items: center;
    color: var(--primary);
    display: grid;
    gap: 6px;
    justify-items: center;
    padding: 24px;
    text-align: center;
  }

  .dashboard-mobile-app-metric .dashboard-action-icon {
    height: 44px;
    width: 44px;
  }

  .dashboard-mobile-app-metric strong {
    color: #0f5945;
    font-size: 32px;
    font-weight: 950;
    line-height: 1;
  }

  .dashboard-mobile-app-metric small {
    color: #385b51;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .dashboard-mobile-app-device {
    background: rgba(255, 254, 250, 0.96);
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 18px 34px rgba(20, 42, 32, 0.14);
    color: #14372d;
    display: grid;
    gap: 12px;
    max-width: 238px;
    min-height: 184px;
    padding: 14px 14px 18px;
    width: 100%;
  }

  .dashboard-mobile-app-device-head {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .dashboard-mobile-app-device-head i {
    align-items: center;
    background: #e8f4ef;
    border: 1px solid #c8e2d7;
    border-radius: 8px;
    color: var(--primary);
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
  }

  .dashboard-mobile-app-device-head i .dashboard-action-icon {
    height: 19px;
    width: 19px;
  }

  .dashboard-mobile-app-device-head strong {
    font-size: 15px;
    line-height: 1.05;
  }

  .dashboard-mobile-app-device-body {
    display: grid;
    gap: 8px;
  }

  .dashboard-mobile-app-device-body span {
    align-items: center;
    background: #f6fbf9;
    border: 1px solid rgba(31, 111, 91, 0.12);
    border-radius: 8px;
    display: grid;
    gap: 7px;
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 34px;
    padding: 6px 8px;
  }

  .dashboard-mobile-app-device-body b {
    background: #cfe7dd;
    border-radius: 999px;
    display: block;
    height: 8px;
    width: 22px;
  }

  .dashboard-mobile-app-device-body em {
    color: #315e51;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.15;
  }

  .dashboard-mobile-app-media .dashboard-action-icon {
    height: 68px;
    width: 68px;
  }

  .dashboard-mobile-app-metric .dashboard-action-icon {
    height: 44px;
    width: 44px;
  }

  .dashboard-mobile-app-copy {
    background: rgba(255, 254, 250, 0.97);
    border-top: 1px solid rgba(31, 111, 91, 0.16);
    display: grid;
    gap: 4px;
    min-height: 238px;
    min-width: 0;
    padding: 13px 14px 15px;
  }

  .dashboard-mobile-app-copy em {
    color: var(--primary);
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    text-transform: uppercase;
  }

  .dashboard-mobile-app-copy strong {
    font-size: 25px;
    line-height: 1;
  }

  .dashboard-mobile-app-copy b {
    color: var(--ink);
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .dashboard-mobile-app-copy small {
    color: var(--muted);
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .dashboard-mobile-app-preview-list {
    border-top: 1px solid rgba(31, 111, 91, 0.16);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 7px;
    min-width: 0;
    padding-top: 10px;
  }

  .dashboard-mobile-app-preview-list > span {
    display: grid;
    gap: 3px;
    min-width: 0;
    padding-right: 9px;
  }

  .dashboard-mobile-app-preview-list > span + span {
    border-left: 1px solid rgba(31, 111, 91, 0.14);
    padding-left: 10px;
    padding-right: 0;
  }

  .dashboard-mobile-app-preview-list em {
    font-size: 8px;
  }

  .dashboard-mobile-app-preview-list b {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .dashboard-mobile-apps button.is-active .dashboard-mobile-app-copy small {
    color: #315e51;
  }

  .dashboard-navigation-carousel-controls {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  .dashboard-navigation-carousel-controls > button {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--primary);
    border-radius: 8px;
    color: var(--primary);
    display: flex;
    height: 34px;
    justify-content: center;
    min-height: 34px;
    padding: 0;
    width: 34px;
  }

  .dashboard-navigation-carousel-controls > button.is-next svg {
    transform: rotate(180deg);
  }

  .dashboard-navigation-carousel-controls > div {
    align-items: center;
    display: flex;
    gap: 6px;
    min-width: 58px;
  }

  .dashboard-navigation-carousel-controls > div button {
    background: #c5d8d1;
    border: 0;
    border-radius: 50%;
    height: 8px;
    min-height: 8px;
    padding: 0;
    width: 8px;
  }

  .dashboard-navigation-carousel-controls > div button.is-active {
    background: var(--primary);
    box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.12);
  }

  .dashboard-view > [data-platform-section] {
    display: none !important;
  }

  .dashboard-view > [data-platform-section].is-active {
    display: grid !important;
  }

  .account-settings-mobile-apps button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 8px;
    color: #14372d;
    display: grid;
    gap: 3px;
    height: 66px;
    justify-items: center;
    min-height: 66px;
    min-width: 0;
    padding: 7px 3px 6px;
    text-align: center;
    width: 100%;
  }

  .account-settings-mobile-apps button.is-active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.48);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.1);
    color: var(--primary);
  }

  .account-settings-mobile-apps .dashboard-action-icon {
    height: 22px;
    width: 22px;
  }

  .account-settings-mobile-apps span {
    display: block;
    font-size: 9px;
    font-weight: 950;
    line-height: 1.05;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .account-settings-view #account-details-form {
    gap: 10px;
  }

  .account-settings-view #account-details-form > [data-account-settings-section],
  .account-settings-view .account-settings-preference-list {
    display: none !important;
  }

  .account-settings-view #account-details-form > [data-account-settings-section].is-active,
  .account-settings-view .account-settings-preference-list.has-active-section {
    display: grid !important;
  }

  .account-settings-view .account-settings-preference-list > section {
    display: none;
  }

  .account-settings-view .account-settings-preference-list > section.is-active {
    display: block;
  }

  .account-settings-view .account-settings-fields,
  .account-settings-view .account-settings-notes {
    background: #fffefa;
    border: 1px solid var(--line);
    border-radius: 8px;
    gap: 10px;
    padding: 12px;
  }

  .account-settings-section-heading {
    display: block;
  }

  .account-settings-section-heading h3 {
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
  }

  .account-settings-view .account-settings-fields > .grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .account-settings-view .account-address-section,
  .account-settings-view .security-notice {
    padding: 12px;
  }

  .account-settings-view .account-address-section-head {
    gap: 8px;
  }

  .account-settings-view .account-address-section-head .status-pill {
    justify-self: start;
    width: auto;
  }

  .account-settings-view .account-address-card-list {
    display: flex;
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px 0 5px;
    scroll-snap-type: x proximity;
  }

  .account-settings-view .account-address-card,
  .account-settings-view .account-address-add-button {
    flex: 0 0 2in;
    scroll-snap-align: start;
  }

  .account-settings-view .account-settings-preference-list {
    gap: 10px;
    margin-top: 0;
  }

  .account-settings-view .account-settings-preference-list .check-row {
    background: #fffefa;
  }
}

.account-save-button {
  background: #fffefa;
  border: 2px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  font-weight: 900;
  min-height: 40px;
  padding: 9px 18px;
  transition: background 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 80ms ease;
  width: auto;
}

.account-save-button:hover,
.account-save-button:focus-visible {
  background: var(--primary);
  box-shadow: 0 8px 18px rgba(11, 31, 24, 0.16);
  color: #fff;
}

.account-save-button:active {
  background: var(--primary);
  box-shadow: inset 0 3px 8px rgba(11, 31, 24, 0.25);
  color: #fff;
  transform: translateY(1px) scale(0.99);
}

.account-save-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.account-save-button .dashboard-action-icon {
  height: 18px;
  margin-right: 7px;
  vertical-align: -4px;
  width: 18px;
}

.account-settings-save-toast {
  align-items: center;
  animation: customerCartToastIn 220ms ease both;
  background: #fffefa;
  border: 1px solid #78bda8;
  border-radius: 8px;
  bottom: 86px;
  box-shadow: 0 18px 42px rgba(6, 19, 15, 0.2);
  color: var(--ink);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  left: 50%;
  max-width: calc(100vw - 24px);
  min-width: min(350px, calc(100vw - 24px));
  padding: 11px 10px 11px 13px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 1550;
}

.account-settings-save-toast > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.account-settings-save-toast strong {
  color: var(--primary);
  font-size: 13px;
  line-height: 1.2;
}

.account-settings-save-toast small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
}

.account-settings-save-toast button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  gap: 6px;
  min-height: 36px;
  padding: 7px 10px;
}

.account-settings-save-toast button:hover,
.account-settings-save-toast button:focus-visible,
.account-settings-save-toast button:active {
  background: var(--primary);
  color: #ffffff;
}

.account-settings-save-toast .dashboard-action-icon {
  height: 16px;
  width: 16px;
}

.account-address-section {
  display: grid;
  gap: 14px;
}

.account-address-section-head,
.account-address-card-head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.account-address-section-head h3 {
  margin: 0 0 4px;
}

.account-address-card-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, 2in);
  justify-content: start;
}

.account-address-card {
  display: block;
  height: 1.5in;
  position: relative;
  width: 2in;
}

.account-address-card-button,
.account-address-add-button {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  height: 1.5in;
  overflow: hidden;
  padding: 12px;
  text-align: left;
  width: 2in;
}

.account-address-card-button {
  align-content: start;
  gap: 7px;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
}

.account-address-card.is-selected .account-address-card-button {
  background: #eef8f4;
  border-color: rgba(34, 126, 98, 0.45);
  box-shadow: inset 0 0 0 1px rgba(34, 126, 98, 0.2);
}

.account-address-card-button:hover,
.account-address-card-button:focus-visible,
.account-address-add-button:hover,
.account-address-add-button:focus-visible {
  border-color: rgba(34, 126, 98, 0.55);
  box-shadow: 0 10px 26px rgba(11, 31, 24, 0.12);
}

.account-address-card.is-empty .account-address-card-button {
  background: #fffefa;
  border-style: dashed;
}

.account-address-card-button strong {
  font-size: 15px;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-address-card-button small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
}

.account-address-count {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.account-address-card-button [data-account-address-radius],
.account-address-card-button [data-shipping-address-state] {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.account-address-radio {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.account-address-add-button {
  align-items: center;
  color: var(--primary);
  justify-items: center;
  place-content: center;
}

.account-address-add-button svg {
  height: 38px;
  width: 38px;
}

.account-address-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-address-overlay {
  align-items: center;
  background: rgba(11, 31, 24, 0.48);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 20px;
  position: fixed;
  z-index: 94;
}

.account-address-modal {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 31, 24, 0.24);
  display: grid;
  gap: 14px;
  max-width: 480px;
  padding: 20px;
  position: relative;
  width: min(100%, 480px);
}

.account-address-modal h3,
.account-address-modal p {
  margin: 0;
}

.account-address-modal-close {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cfe4db;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 30px;
}

.account-address-modal-form,
.account-address-modal-actions {
  display: grid;
  gap: 10px;
}

.account-address-modal-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-address-use-row {
  margin-top: 2px;
}

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

.small {
  font-size: 13px;
}

.line {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 12px 0;
}

.total-lines {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.total-line {
  display: flex;
  justify-content: space-between;
}

.total-line.final {
  border-top: 1px solid var(--line);
  font-size: 20px;
  font-weight: 900;
  padding-top: 12px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

input:disabled {
  background: #f2f0eb;
  color: var(--muted);
  cursor: not-allowed;
}

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

select {
  color: var(--ink);
}

.security-notice {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.security-notice .status {
  grid-column: 1 / -1;
}

.account-security-panel {
  background: #f8fbf9;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 14px;
  display: grid;
  gap: 16px;
  padding: 20px;
}

.account-security-heading {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.account-security-heading > div {
  display: grid;
  gap: 6px;
}

.account-security-heading h3,
.account-security-heading p,
.account-security-item p,
.account-mfa-copy h3,
.account-mfa-copy p {
  margin: 0;
}

.account-security-list {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  overflow: hidden;
}

.account-security-item {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  padding: 15px;
}

.account-security-item + .account-security-item {
  border-top: 1px solid var(--line);
}

.account-security-step {
  align-items: center;
  background: #e6f1ec;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.account-security-item > div {
  display: grid;
  gap: 4px;
}

.account-security-item p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.account-security-state {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  padding: 7px 10px;
}

.account-security-state.success {
  background: #e0f2e8;
  color: #176145;
}

.account-mfa-reauth,
.account-mfa-enrollment {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.account-mfa-reauth {
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
}

.account-mfa-enrollment {
  grid-template-columns: 210px minmax(0, 1fr);
}

.account-mfa-copy,
.account-mfa-secret,
.account-mfa-enrollment > label,
.account-mfa-enrollment > .landing-actions {
  grid-column: 2;
}

.account-mfa-enrollment canvas {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  grid-column: 1;
  grid-row: 1 / span 4;
  height: 190px;
  padding: 8px;
  width: 190px;
}

.account-mfa-copy,
.account-mfa-secret {
  display: grid;
  gap: 6px;
}

.account-mfa-secret span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.account-mfa-secret code {
  background: #eef5f1;
  border-radius: 7px;
  color: #153c32;
  font-size: 13px;
  overflow-wrap: anywhere;
  padding: 9px;
  user-select: all;
}

.status {
  min-height: 20px;
}

.hidden {
  display: none !important;
}

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

.kpi {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.kpi span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.kpi strong {
  display: block;
  font-size: 22px;
  margin-top: 7px;
}

.platform-layout {
  align-items: start;
  display: grid;
  gap: clamp(8px, 1vw, 14px);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 330px);
  margin: 0 auto;
  max-width: 1840px;
  width: 100%;
}

.account-platform-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 330px);
}

.app-shell:has(.platform-layout),
.app-shell:has(.account-platform-layout) {
  padding-left: clamp(10px, 1.2vw, 22px);
  padding-right: clamp(10px, 1.2vw, 22px);
}

.app-shell:has(.platform-subheader) {
  gap: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.platform-subheader {
  align-items: center;
  align-self: start;
  align-content: center;
  background: rgba(255, 254, 250, 0.94);
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  box-sizing: border-box;
  display: grid;
  gap: 8px 28px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  height: 58px;
  margin: 0;
  max-width: none;
  max-height: 58px;
  min-height: 58px;
  padding: 7px clamp(22px, 3vw, 54px);
  position: sticky;
  top: 72px;
  width: 100%;
  z-index: 18;
}

.platform-nav-menu-shell {
  justify-self: start;
  position: relative;
}

.platform-nav-menu-toggle {
  align-items: center;
  background: linear-gradient(180deg, #f0fbf5 0%, #e3f4ed 100%);
  border: 1px solid rgba(31, 111, 91, 0.52);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20, 42, 32, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #0f4435;
  display: grid;
  font-size: 16px;
  font-weight: 900;
  gap: 10px;
  grid-template-columns: 28px auto 10px;
  letter-spacing: 0;
  min-height: 44px;
  padding: 6px 14px 6px 7px;
  white-space: nowrap;
}

.platform-nav-menu-toggle:hover,
.platform-nav-menu-toggle:focus-visible,
.platform-nav-menu-toggle[aria-expanded="true"] {
  background: linear-gradient(180deg, #e7f8ef 0%, #d7efe5 100%);
  border-color: rgba(31, 111, 91, 0.72);
  box-shadow: 0 14px 30px rgba(20, 42, 32, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  outline: 0;
}

.platform-nav-menu-toggle .platform-nav-icon {
  background: #d4eee2;
  border-color: rgba(31, 111, 91, 0.44);
  color: #0f6a4f;
  height: 26px;
  width: 26px;
}

.platform-nav-menu-toggle .platform-nav-icon .dashboard-action-icon {
  height: 16px;
  width: 16px;
}

.platform-nav-menu-toggle small {
  height: 10px;
  position: relative;
  width: 10px;
}

.platform-nav-menu-toggle small::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  content: "";
  left: 0;
  position: absolute;
  top: 2px;
}

.platform-subheader .platform-nav-menu {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(6, 19, 15, 0.16);
  display: grid;
  gap: 3px;
  left: 0;
  min-width: 230px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 40;
}

.platform-subheader .platform-nav-menu[hidden] {
  display: none;
}

.platform-subheader .platform-nav-menu a {
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 42px;
  padding: 0 12px;
  width: 100%;
  white-space: nowrap;
}

.platform-subheader-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: end;
  min-width: 0;
  grid-column: 3;
}

.platform-mobile-points-pill {
  display: none;
}

.platform-mobile-home-button,
.platform-mobile-search,
.platform-mobile-qr-button,
.platform-mobile-bottom-bar,
.platform-mobile-helper-backdrop,
.platform-mobile-helper-sheet,
.platform-mobile-menu-backdrop,
.platform-mobile-menu-sheet {
  display: none;
}

.platform-redeem-qr-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  display: inline-flex;
  gap: 7px;
  font-size: 13px;
  font-weight: 900;
  min-height: 32px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

.platform-redeem-qr-button:hover,
.platform-redeem-qr-button:focus-visible {
  background: transparent;
  color: #155944;
  outline: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: translateY(-1px);
}

.platform-redeem-qr-button .dashboard-action-icon {
  color: currentColor;
  height: 19px;
  width: 19px;
}

.platform-header-business-link {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 999px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 38px;
  max-width: 260px;
  padding: 4px 10px 4px 5px;
  text-decoration: none;
}

.platform-header-business-link:hover,
.platform-header-business-link:focus-visible {
  background: #edf6f2;
  border-color: rgba(31, 111, 91, 0.38);
  color: var(--primary);
  outline: 0;
}

.platform-header-business-link img,
.platform-header-business-link > span:first-child {
  align-items: center;
  background: #edf7f1;
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  object-fit: cover;
  width: 28px;
}

.platform-header-business-link strong {
  font-size: 13px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-header-business-link em {
  align-items: center;
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  height: 22px;
  justify-content: center;
  min-width: 22px;
}

.platform-header-business-link.empty {
  font: inherit;
  grid-template-columns: 28px auto;
}

.platform-subheader-subnav {
  align-items: center;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 8px;
  scrollbar-width: none;
}

.platform-subheader-subnav::-webkit-scrollbar {
  display: none;
}

.platform-subheader-subnav .platform-subnav {
  border-left: 0;
  display: none;
  margin: 0;
  max-height: none;
  opacity: 1;
  overflow: visible;
  padding: 0 2px 2px;
  pointer-events: auto;
  transform: none;
}

.platform-subheader-subnav .platform-subnav.is-open {
  display: flex;
  gap: 14px;
  margin: 0;
  padding: 0 2px 2px;
  flex-wrap: nowrap;
  min-width: max-content;
}

.platform-subheader-subnav .platform-subnav button {
  border: 1px solid transparent;
  flex: 0 0 auto;
  min-height: 30px;
  padding: 0 10px;
  transition: color 160ms ease, text-shadow 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.platform-subheader-subnav .platform-subnav .platform-subnav-tool {
  align-items: center;
  border: 1px solid #cfe7dc;
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  min-height: 30px;
  padding: 0 10px;
  text-decoration: none;
  white-space: nowrap;
}

.platform-subheader-subnav .platform-subnav .platform-subnav-tool:hover,
.platform-subheader-subnav .platform-subnav .platform-subnav-tool:focus-visible {
  background: #edf6f2;
  box-shadow: 0 0 12px rgba(113, 217, 170, 0.34);
  outline: 0;
}

.platform-subnav-search {
  flex: 0 1 min(440px, 30vw);
  min-width: 220px;
}

.platform-subnav-search-collapsible {
  flex: 0 0 44px;
  min-width: 44px;
  position: relative;
  transition: flex-basis 180ms ease, min-width 180ms ease;
}

.platform-subnav-search-collapsible:focus-within,
.platform-subnav-search-collapsible:hover {
  flex-basis: min(360px, 30vw);
  min-width: min(360px, 30vw);
}

.platform-subnav-search-icon {
  color: var(--primary);
  left: 13px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.platform-subnav-search-icon .dashboard-action-icon {
  height: 17px;
  width: 17px;
}

.platform-subnav-search input {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  min-height: 32px;
  padding: 6px 14px;
  width: 100%;
}

.platform-subnav-search-collapsible input {
  cursor: pointer;
  padding-left: 38px;
}

.platform-subnav-search-collapsible:not(:focus-within):not(:hover) input {
  color: transparent;
}

.platform-subnav-search-collapsible:not(:focus-within):not(:hover) input::placeholder {
  color: transparent;
}

.platform-subnav-icon-tools,
.platform-business-list-subnav,
.platform-business-subnav {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
}

.platform-business-list-subnav.is-hidden {
  display: none;
}

.platform-subheader-subnav .platform-subnav .platform-subnav-icon-tools button,
.platform-subheader-subnav .platform-subnav .platform-business-subnav button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
  min-height: 32px;
  padding: 0 2px;
  transform: none;
}

.platform-business-subnav button span {
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
}

.platform-business-subnav button small {
  align-items: center;
  background: #d9f3ea;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
}

.platform-subheader-subnav .platform-subnav .platform-subnav-icon-tools button.active,
.platform-subheader-subnav .platform-subnav .platform-subnav-icon-tools button:hover,
.platform-subheader-subnav .platform-subnav .platform-business-subnav button.active,
.platform-subheader-subnav .platform-subnav .platform-business-subnav button:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #3b8f71;
  text-shadow: 0 0 10px rgba(113, 217, 170, 0.52);
  transform: scale(1.06);
}

.platform-subheader-subnav .platform-subnav button.active,
.platform-subheader-subnav .platform-subnav button:hover {
  background: transparent;
  border-color: transparent;
  color: #3b8f71;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(113, 217, 170, 0.52);
  transform: scale(1.06);
}

.platform-sidebar {
  align-self: start;
  background: rgba(255, 254, 250, 0.74);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(20, 42, 32, 0.09);
  display: grid;
  gap: 12px;
  padding: 10px;
  position: sticky;
  top: 92px;
}

.platform-nav {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 3px;
  padding: 0;
}

.platform-nav a {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr);
  justify-content: stretch;
  min-height: 46px;
  padding: 0 12px;
  width: 100%;
}

.platform-nav-icon {
  align-items: center;
  background: #eef7f2;
  border: 1px solid #cfe7dc;
  border-radius: 7px;
  color: var(--primary);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.platform-nav-icon .dashboard-action-icon {
  color: currentColor;
  grid-row: auto;
  height: 17px;
  width: 17px;
}

.platform-nav a.active,
.platform-nav a:hover {
  background: linear-gradient(135deg, #184534, #0f3428);
  color: #fff;
}

.platform-nav a.active .platform-nav-icon,
.platform-nav a:hover .platform-nav-icon {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.platform-subnav {
  border-left: 2px solid #d6e2dc;
  display: grid;
  gap: 2px;
  margin: 0 0 0 18px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 0 0 10px;
  pointer-events: none;
  transform: translateY(-4px);
  transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease, margin 220ms ease, transform 220ms ease;
}

.platform-subnav.is-open {
  margin-bottom: 6px;
  max-height: 420px;
  opacity: 1;
  padding-bottom: 4px;
  padding-top: 4px;
  pointer-events: auto;
  transform: translateY(0);
}

.platform-subnav button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #41534d;
  font-size: 13px;
  font-weight: 700;
  justify-content: flex-start;
  min-height: 32px;
  padding: 0 10px;
  text-align: left;
  transition: color 160ms ease, text-shadow 160ms ease, transform 160ms ease;
}

.platform-subnav button:hover,
.platform-subnav button.active {
  background: transparent;
  color: #3b8f71;
  font-weight: 900;
  text-shadow: 0 0 10px rgba(113, 217, 170, 0.52);
  transform: scale(1.06);
}

.platform-folder-subnav {
  align-items: center;
  display: flex;
  gap: 7px;
  max-width: 100%;
  min-width: 260px;
  overflow: visible;
  padding: 0 2px 1px;
  scrollbar-width: none;
  white-space: nowrap;
}

.platform-folder-subnav::-webkit-scrollbar {
  display: none;
}

.platform-folder-breadcrumb {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.platform-folder-select {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #46554f;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  justify-content: flex-start;
  line-height: 1.2;
  max-width: min(190px, 24vw);
  min-height: 26px;
  min-width: 0;
  padding: 2px 3px;
  text-decoration: none;
  width: auto;
}

.platform-folder-select:hover {
  background: rgba(31, 111, 91, 0.06);
  color: var(--primary);
}

.platform-folder-select:focus {
  background: #edf6f2;
  border-color: #cfe7dc;
  box-shadow: none;
  outline: none;
}

.platform-folder-select-shell {
  display: inline-flex;
  position: relative;
}

.platform-folder-menu {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(6, 19, 15, 0.14);
  display: grid;
  gap: 2px;
  left: 0;
  min-width: 180px;
  padding: 6px;
  position: absolute;
  top: calc(100% + 6px);
  z-index: 60;
}

.platform-folder-menu[hidden] {
  display: none;
}

.platform-folder-menu button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #46554f;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  justify-content: flex-start;
  min-height: 30px;
  padding: 6px 8px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

.platform-folder-menu button:hover,
.platform-folder-menu button.active {
  background: #edf6f2;
  color: var(--primary);
}

.platform-folder-menu-divider {
  border-top: 1px solid var(--line);
  display: block;
  margin: 4px 0;
}

.platform-subheader-subnav .platform-subnav .platform-folder-select {
  border: 1px solid transparent;
  min-height: 26px;
  padding: 2px 3px;
}

.platform-subheader-subnav .platform-subnav .platform-folder-menu button {
  background: transparent;
  border: 0;
  justify-content: flex-start;
  min-height: 30px;
  padding: 6px 8px;
  width: 100%;
}

.platform-subheader-subnav .platform-subnav .platform-folder-menu button:hover,
.platform-subheader-subnav .platform-subnav .platform-folder-menu button.active {
  background: #edf6f2;
  color: var(--primary);
}

.platform-folder-subnav-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-grid;
  gap: 6px;
  grid-template-columns: auto minmax(0, auto) auto;
  min-height: 30px;
  padding: 0 8px !important;
  width: auto;
}

.platform-folder-subnav-button span:not(.platform-folder-dot) {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-folder-subnav-button.active,
.platform-folder-subnav-button:hover {
  background: #edf6f2;
  border-color: #cfe7dc;
  color: var(--primary);
}

.platform-folder-subnav-button small {
  color: #52645e;
  font-size: 11px;
  font-weight: 600;
}

.platform-folder-dot {
  background: #606a62;
  border-radius: 2px;
  flex: 0 0 auto;
  height: 6px;
  width: 9px;
}

.platform-folder-subnav-button.active .platform-folder-dot {
  background: var(--primary);
}

.platform-folder-separator {
  color: #8d9a94;
  flex: 0 0 auto;
  font-weight: 700;
  padding: 0 4px;
}

.platform-event-subnav {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  padding: 2px 0;
  white-space: nowrap;
}

.platform-event-subnav button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  gap: 6px;
  min-height: 32px;
  padding: 0 8px;
  width: auto;
}

.platform-event-subnav .event-filter-icon {
  height: 18px;
  width: 18px;
}

.platform-event-subnav button small {
  align-items: center;
  background: #dff2e8;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
}

.event-filter-apps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(82px, 1fr));
  margin: 0 0 12px;
  width: 100%;
}

.event-filter-search {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.24);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(20, 42, 32, 0.08);
  box-sizing: border-box;
  display: flex;
  grid-column: 1 / -1;
  height: 40px;
  max-width: 100%;
  min-height: 40px;
  overflow: hidden;
  padding: 0 16px;
  width: 100%;
}

.event-filter-search input {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  flex: 1 1 auto;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.event-filter-search input::placeholder {
  color: #66776f;
  font-weight: 800;
}

.event-filter-apps button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 12px;
  color: #14372d;
  display: grid;
  gap: 3px;
  height: 68px;
  justify-items: center;
  min-height: 68px;
  min-width: 0;
  padding: 8px 5px 7px;
  position: relative;
  text-align: center;
  width: 100%;
}

.event-filter-apps button.active {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
  color: var(--primary);
}

.event-filter-apps .event-filter-icon {
  height: 22px;
  width: 22px;
}

.event-filter-apps button span,
.event-filter-apps button small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-filter-apps button span {
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.event-filter-apps button small {
  background: transparent;
  color: #536174;
  font-size: 10px;
  font-weight: 900;
  height: auto;
  line-height: 1.05;
  min-width: 0;
  padding: 0;
  position: static;
}

.platform-relationship-subnav {
  align-items: center;
  border-left: 0;
  display: none;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.platform-relationship-subnav.is-open {
  display: inline-flex;
}

.platform-relationship-subnav button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 6px;
  min-height: 32px;
  padding: 0 4px !important;
  width: auto;
}

.platform-relationship-subnav .dashboard-action-icon,
.platform-relationship-subnav .event-filter-icon {
  height: 17px;
  width: 17px;
}

.platform-sidebar-account {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding: 12px 4px 4px;
}

.platform-sidebar-businesses {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding: 12px 4px 2px;
}

.platform-sidebar-section-head {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0 6px;
}

.platform-sidebar-section-head span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-link-button.compact {
  border: 1px solid #cfe7dc;
  color: var(--primary);
  font-size: 12px;
  min-height: 28px;
  padding: 0 9px;
}

.platform-business-profile-link {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 52px;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.platform-business-profile-link:hover,
.platform-business-profile-link:focus-visible {
  background: #edf6f2;
  border-color: rgba(31, 111, 91, 0.32);
  color: var(--primary);
  outline: 0;
}

.platform-business-profile-link img,
.platform-business-profile-link > span:first-child {
  align-items: center;
  background: #edf7f1;
  border-radius: 7px;
  color: var(--primary);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  object-fit: cover;
  width: 34px;
}

.platform-business-profile-link strong,
.platform-business-profile-link small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-business-profile-link strong {
  font-size: 13px;
  line-height: 1.15;
}

.platform-business-profile-link small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 2px;
}

.platform-business-profile-link.empty {
  font: inherit;
}

.platform-sidebar-businesses > p {
  padding: 0 8px;
}

.platform-sidebar-account .platform-sign-out {
  justify-content: flex-start;
  min-height: 38px;
  padding: 0 10px;
}

.platform-sidebar-account p {
  padding: 0 10px;
}

.platform-content,
.dashboard-view {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.dashboard-title {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
}

.dashboard-title > :only-child {
  grid-column: 1 / -1;
}

.dashboard-title h2 {
  font-size: 30px;
}

.dashboard-title-tools {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
}

.dashboard-search {
  position: relative;
}

.dashboard-search input {
  border-radius: 999px;
  padding-left: 16px;
}

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

.stat-grid a {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  text-decoration: none;
}

.stat-grid span,
.impact-total span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.stat-grid strong {
  font-size: 30px;
}

.stat-grid small {
  color: var(--primary);
  font-weight: 800;
}

.dashboard-action-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-action-button {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 7px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  min-height: 82px;
  padding: 14px;
  position: relative;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dashboard-action-button:hover,
.dashboard-action-button:focus-visible {
  border-color: rgba(31, 111, 91, 0.48);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.dashboard-action-icon {
  color: var(--primary);
  grid-row: 1 / span 2;
  height: 28px;
  width: 28px;
}

.dashboard-action-icon path {
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dashboard-action-button span {
  align-self: end;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.dashboard-action-button strong {
  align-items: center;
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  grid-column: 3;
  grid-row: 1 / span 2;
  justify-content: center;
  min-height: 28px;
  min-width: 28px;
  padding: 4px 8px;
}

.dashboard-action-button small {
  align-self: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  grid-column: 2;
}

.dashboard-action-notice {
  align-items: center;
  background: #dff2eb;
  border: 1px solid #bfe2d6;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  min-height: 22px;
  min-width: 22px;
  padding: 2px 6px;
}

.dashboard-action-notice {
  bottom: 12px;
  position: absolute;
  right: 12px;
}

.dashboard-view > .dashboard-action-grid {
  gap: 8px;
  grid-template-columns: repeat(5, minmax(132px, 1fr));
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.dashboard-view > .dashboard-action-grid .dashboard-action-button {
  gap: 8px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 9px 10px;
}

.dashboard-view > .dashboard-action-grid .dashboard-action-icon {
  grid-row: 1;
  height: 21px;
  width: 21px;
}

.dashboard-view > .dashboard-action-grid .dashboard-action-button span {
  align-self: center;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-view > .dashboard-action-grid .dashboard-action-button small {
  display: none;
}

.dashboard-view > .dashboard-action-grid .dashboard-action-button strong {
  font-size: 12px;
  grid-column: 3;
  grid-row: 1;
  min-height: 24px;
  min-width: 24px;
  padding: 2px 7px;
}

.dashboard-view > .dashboard-action-grid .dashboard-action-notice {
  right: 4px;
  top: -6px;
}

.dashboard-notification-center {
  display: grid;
  gap: 14px;
}

.dashboard-notification-list {
  display: grid;
  gap: 10px;
}

.dashboard-notification-item {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #d6e8e0;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 36px minmax(0, 1fr) auto 32px;
  min-height: 72px;
  padding: 12px;
}

.dashboard-notification-item > span {
  align-items: center;
  background: #e8f4ef;
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.dashboard-notification-item .dashboard-action-icon {
  grid-row: auto;
  height: 22px;
  width: 22px;
}

.dashboard-notification-item div {
  display: grid;
  gap: 3px;
}

.dashboard-notification-item strong {
  font-size: 15px;
  line-height: 1.2;
}

.dashboard-notification-item small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.dashboard-notification-item a {
  background: #e3f0ec;
  border-radius: 7px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 8px 11px;
  text-decoration: none;
  white-space: nowrap;
}

.dashboard-notification-item button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--muted);
  font-size: 16px;
  min-height: 32px;
  padding: 0;
  width: 32px;
}

.dashboard-notification-item button:hover,
.dashboard-notification-item button:focus-visible {
  background: #edf6f2;
  color: var(--primary);
  outline: none;
}

.dashboard-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--card-shadow);
  display: grid;
  gap: 16px;
  padding: 18px;
}

.dashboard-today-moments a,
.dashboard-level-card,
.dashboard-spotlight-tile,
.dashboard-feed-preview,
.dashboard-happening-dashboard-tile,
.dashboard-happening-empty,
.dashboard-reward-tile,
.dashboard-points-goal-card,
.dashboard-points-coach-card,
.dashboard-community-list p,
.engagement-loop-action {
  box-shadow: 0 10px 22px rgba(20, 42, 32, 0.07);
}

.dashboard-experience-hero {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  box-shadow: var(--card-shadow);
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
  padding: clamp(18px, 3vw, 28px);
}

.dashboard-experience-copy {
  display: grid;
  gap: 7px;
}

.dashboard-experience-copy h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.02;
  margin: 0;
}

.dashboard-experience-copy p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  max-width: 720px;
}

.dashboard-today-moments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.dashboard-today-moments a {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 3px 9px;
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 62px;
  min-width: min(260px, 100%);
  padding: 10px;
  text-decoration: none;
}

.dashboard-today-moments a:hover,
.dashboard-today-moments a:focus-visible {
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.dashboard-today-moments span {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  grid-row: 1 / span 2;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.dashboard-today-moments .dashboard-action-icon {
  height: 18px;
  width: 18px;
}

.dashboard-today-moments strong {
  line-height: 1.15;
}

.dashboard-today-moments small {
  color: var(--muted);
  font-weight: 800;
}

.dashboard-level-card {
  align-self: stretch;
  background: #eef7f3;
  border: 1px solid #c9e4da;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 16px;
}

.dashboard-level-card span {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.dashboard-level-card strong {
  color: var(--ink);
  font-size: 24px;
  line-height: 1.1;
}

.dashboard-level-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.dashboard-overview-preview {
  align-self: stretch;
  background:
    linear-gradient(180deg, rgba(232, 246, 240, 0.96), rgba(255, 254, 250, 0.98)),
    #eef7f3;
  border: 1px solid #c9e4da;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(20, 42, 32, 0.07);
  display: grid;
  gap: 12px;
  padding: 14px;
}

.dashboard-overview-preview-head {
  align-items: center;
  display: grid;
  gap: 2px 9px;
  grid-template-columns: 36px minmax(0, 1fr);
}

.dashboard-overview-preview-head > span {
  align-items: center;
  background: #dff2eb;
  border: 1px solid #bfe2d6;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  grid-row: 1 / span 2;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.dashboard-overview-preview-head .dashboard-action-icon {
  height: 20px;
  width: 20px;
}

.dashboard-overview-preview-head strong {
  font-size: 15px;
  line-height: 1.1;
}

.dashboard-overview-preview-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.dashboard-overview-preview-score {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.15);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 12px;
}

.dashboard-overview-preview-score b {
  color: var(--primary);
  font-size: 30px;
  line-height: 1;
}

.dashboard-overview-preview-score span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.dashboard-overview-preview-rows {
  display: grid;
  gap: 8px;
}

.dashboard-overview-preview-rows a {
  align-items: center;
  background: rgba(255, 254, 250, 0.84);
  border: 1px solid rgba(31, 111, 91, 0.13);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 2px 9px;
  grid-template-columns: 30px minmax(0, 1fr);
  min-height: 54px;
  padding: 9px;
  text-decoration: none;
}

.dashboard-overview-preview-rows a:hover,
.dashboard-overview-preview-rows a:focus-visible {
  border-color: rgba(31, 111, 91, 0.38);
  outline: 0;
}

.dashboard-overview-preview-rows a > span {
  align-items: center;
  background: #e8f4ef;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  grid-row: 1 / span 2;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.dashboard-overview-preview-rows .dashboard-action-icon {
  height: 17px;
  width: 17px;
}

.dashboard-overview-preview-rows strong {
  font-size: 13px;
  line-height: 1.12;
}

.dashboard-overview-preview-rows small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}

.dashboard-business-discovery-card,
.dashboard-platform-education-card {
  overflow: hidden;
}

.dashboard-business-discovery-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.dashboard-business-discovery-tile,
.dashboard-business-discovery-empty {
  background: #f8fbfa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 7px;
  min-height: 156px;
  padding: 12px;
  text-decoration: none;
}

.dashboard-business-discovery-tile:hover,
.dashboard-business-discovery-tile:focus-visible,
.dashboard-business-discovery-empty:hover,
.dashboard-business-discovery-empty:focus-visible {
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 10px 22px rgba(20, 42, 32, 0.08);
  outline: 0;
}

.dashboard-business-discovery-tile img,
.dashboard-business-discovery-tile > span,
.dashboard-business-discovery-empty > span {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-weight: 950;
  height: 58px;
  justify-content: center;
  object-fit: cover;
  width: 58px;
}

.dashboard-business-discovery-empty {
  grid-column: 1 / -1;
  min-height: 132px;
}

.dashboard-business-discovery-empty .dashboard-action-icon {
  height: 28px;
  width: 28px;
}

.dashboard-business-discovery-tile strong,
.dashboard-business-discovery-empty strong {
  font-size: 15px;
  line-height: 1.12;
}

.dashboard-business-discovery-tile small,
.dashboard-business-discovery-empty small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

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

.dashboard-platform-education-grid.is-single {
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.dashboard-platform-education-card {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(20, 42, 32, 0.07);
  display: grid;
  gap: 13px;
  padding: 16px;
}

.dashboard-platform-education-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
}

.dashboard-platform-education-head > span {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.dashboard-platform-education-head .dashboard-action-icon {
  height: 23px;
  width: 23px;
}

.dashboard-platform-education-head em {
  color: var(--primary);
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-platform-education-head h3 {
  font-size: 18px;
  line-height: 1.1;
  margin: 2px 0 0;
}

.dashboard-platform-education-card p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  margin: 0;
}

.dashboard-platform-education-list {
  display: grid;
  gap: 8px;
}

.dashboard-platform-education-list span {
  background: #f8fbfa;
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 9px;
}

.dashboard-platform-education-list b {
  font-size: 12px;
  line-height: 1.15;
}

.dashboard-platform-education-list small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
}

.dashboard-platform-education-card > a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.dashboard-platform-education-card > a:hover,
.dashboard-platform-education-card > a:focus-visible {
  outline: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dashboard-redeem-qr-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  display: inline-flex;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 28px;
  padding: 0;
  width: fit-content;
}

.dashboard-redeem-qr-button:hover,
.dashboard-redeem-qr-button:focus-visible {
  color: #155944;
  outline: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: translateY(-1px);
}

.dashboard-redeem-qr-button .dashboard-action-icon {
  color: currentColor;
  height: 19px;
  width: 19px;
}

.dashboard-level-track,
.dashboard-challenge-track {
  background: rgba(31, 111, 91, 0.14);
  border-radius: 999px;
  height: 9px;
  overflow: hidden;
}

.dashboard-level-track i,
.dashboard-challenge-track i {
  background: var(--primary);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.dashboard-live-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.75fr);
}

.dashboard-feed-list,
.dashboard-community-list {
  display: grid;
  gap: 10px;
}

.dashboard-live-feature {
  display: grid;
  gap: 12px;
}

.dashboard-feature-carousel {
  display: grid;
  gap: 11px;
  min-width: 0;
  overflow: hidden;
}

.dashboard-feature-carousel-track {
  display: flex;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 2px 1px 7px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.dashboard-feature-carousel-track::-webkit-scrollbar {
  display: none;
}

.dashboard-feature-slide {
  aspect-ratio: 4 / 5;
  background: #dceee7;
  border: 1px solid rgba(31, 111, 91, 0.25);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(20, 42, 32, 0.1);
  color: var(--ink);
  display: grid;
  flex: 0 0 clamp(280px, 30vw, 350px);
  grid-template-rows: minmax(0, 1fr) auto;
  max-width: calc(100% - 26px);
  min-width: 0;
  overflow: hidden;
  position: relative;
  scroll-snap-align: center;
  text-decoration: none;
}

.dashboard-feature-slide:hover,
.dashboard-feature-slide:focus-visible {
  border-color: rgba(31, 111, 91, 0.58);
  box-shadow: 0 16px 34px rgba(20, 42, 32, 0.16);
  outline: 0;
}

.dashboard-feature-slide-media {
  align-items: center;
  background-color: #dceee7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--primary);
  display: flex;
  justify-content: center;
  min-height: 0;
}

.dashboard-feature-slide-media .dashboard-action-icon {
  height: 68px;
  width: 68px;
}

.dashboard-feature-slide-copy {
  background: rgba(255, 254, 250, 0.96);
  border-top: 1px solid rgba(31, 111, 91, 0.16);
  display: grid;
  gap: 5px;
  min-height: 112px;
  padding: 13px 14px 14px;
  position: relative;
  z-index: 1;
}

.dashboard-feature-slide-copy em {
  color: var(--primary);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-feature-slide-copy strong {
  font-size: 19px;
  line-height: 1.12;
}

.dashboard-feature-slide-copy small {
  color: var(--muted);
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dashboard-feature-carousel-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.dashboard-feature-carousel-controls > button {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.dashboard-feature-carousel-controls > button:hover,
.dashboard-feature-carousel-controls > button:focus-visible {
  background: var(--primary);
  color: #ffffff;
  outline: 0;
}

.dashboard-feature-carousel-controls > button svg {
  height: 16px;
  width: 16px;
}

.dashboard-feature-carousel-controls > button.is-next svg {
  transform: rotate(180deg);
}

.dashboard-feature-carousel-dots {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
  min-width: 72px;
}

.dashboard-feature-carousel-dots button {
  background: #c5d8d1;
  border: 0;
  border-radius: 50%;
  height: 8px;
  min-height: 8px;
  padding: 0;
  width: 8px;
}

.dashboard-feature-carousel-dots button.is-active {
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.12);
}

.dashboard-greeting-banner {
  align-items: center;
  animation: dashboard-greeting-drop 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
  background: #eef7f3;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 8px;
  display: flex;
  gap: 10px 14px;
  padding: 12px 16px;
  position: relative;
  z-index: 1;
}

.dashboard-greeting-banner strong {
  color: #123f33;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.dashboard-greeting-banner span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

@keyframes dashboard-greeting-drop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dashboard-today-highlights {
  border-top: 1px solid rgba(31, 111, 91, 0.16);
  display: grid;
  gap: 4px;
  padding-top: 14px;
}

.dashboard-today-highlights-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding: 0 2px 8px;
}

.dashboard-today-highlights-head h4 {
  font-size: 18px;
  line-height: 1.15;
  margin: 2px 0 0;
}

.dashboard-today-highlights-head > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.dashboard-today-highlight-list {
  display: grid;
}

.dashboard-today-highlight-list > a {
  align-items: center;
  border-top: 1px solid rgba(31, 111, 91, 0.12);
  color: var(--ink);
  display: grid;
  gap: 11px;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  min-height: 72px;
  padding: 10px 2px;
  text-decoration: none;
}

.dashboard-today-highlight-list > a:hover,
.dashboard-today-highlight-list > a:focus-visible {
  background: #f4faf7;
  outline: 0;
}

.dashboard-today-highlight-icon {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.dashboard-today-highlight-icon .dashboard-action-icon {
  height: 19px;
  width: 19px;
}

.dashboard-today-highlight-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.dashboard-today-highlight-copy em {
  color: var(--primary);
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.dashboard-today-highlight-copy strong {
  font-size: 14px;
  line-height: 1.2;
}

.dashboard-today-highlight-copy small {
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-today-highlight-arrow {
  color: var(--primary);
  display: flex;
  justify-content: center;
  transform: rotate(180deg);
}

.dashboard-today-highlight-arrow svg {
  height: 15px;
  width: 15px;
}

@media (prefers-reduced-motion: reduce) {
  .landing-stage-card,
  .landing-stage-center,
  .landing-stage-center img,
  .landing-stage-line,
  .landing-order-progress span {
    transition: none;
  }

  .landing-stage-center::after {
    animation: none;
    opacity: 0;
  }

  .dashboard-feature-carousel-track {
    scroll-behavior: auto;
  }

  .dashboard-greeting-banner {
    animation: none;
  }
}

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

.dashboard-feed-preview {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.05);
  color: var(--ink);
  display: grid;
  gap: 5px;
  min-height: 132px;
  padding: 12px;
  text-decoration: none;
}

.dashboard-feed-preview:hover,
.dashboard-feed-preview:focus-visible {
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 10px 24px rgba(20, 42, 32, 0.09);
  outline: 0;
  transform: translateY(-1px);
}

.dashboard-feed-preview em {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-feed-preview strong {
  line-height: 1.15;
}

.dashboard-feed-preview small {
  color: var(--muted);
  line-height: 1.35;
}

.dashboard-feed-item {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #d6e8e0;
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 78px;
  padding: 12px;
  text-decoration: none;
}

.dashboard-spotlight-tile {
  align-items: center;
  background: #f3faf7;
  border: 1px solid #cfe6dc;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(20, 42, 32, 0.09);
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 116px;
  padding: 16px;
  text-decoration: none;
}

.dashboard-feed-item:hover,
.dashboard-feed-item:focus-visible,
.dashboard-spotlight-tile:hover,
.dashboard-spotlight-tile:focus-visible,
.dashboard-happening-card:hover,
.dashboard-happening-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: none;
}

.dashboard-spotlight-tile:hover,
.dashboard-spotlight-tile:focus-visible,
.dashboard-happening-card:hover,
.dashboard-happening-card:focus-visible {
  transform: translateY(-1px);
}

.dashboard-interest-panel:hover {
  box-shadow: 0 18px 38px rgba(20, 42, 32, 0.13);
}

.dashboard-feed-item > span:first-child,
.dashboard-spotlight-tile > span:first-child,
.dashboard-interest-panel-head > span:first-child,
.dashboard-recommendation-tile > span,
.dashboard-continue-item > span,
.dashboard-reward-tile > span,
.dashboard-reward-empty > span {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.dashboard-spotlight-tile > span:first-child {
  height: 52px;
  width: 52px;
}

.dashboard-feed-item .dashboard-action-icon,
.dashboard-spotlight-tile .dashboard-action-icon,
.dashboard-interest-panel-head .dashboard-action-icon,
.dashboard-recommendation-tile .dashboard-action-icon,
.dashboard-continue-item .dashboard-action-icon,
.dashboard-reward-tile .dashboard-action-icon,
.dashboard-reward-empty .dashboard-action-icon {
  height: 22px;
  width: 22px;
}

.dashboard-spotlight-tile .dashboard-action-icon {
  height: 28px;
  width: 28px;
}

.dashboard-feed-item span:last-child,
.dashboard-spotlight-tile span:last-child,
.dashboard-recommendation-tile,
.dashboard-continue-item,
.dashboard-reward-tile {
  display: grid;
  gap: 4px;
}

.dashboard-feed-item em,
.dashboard-spotlight-tile em,
.dashboard-interest-panel-head em,
.dashboard-happening-card em,
.dashboard-recommendation-tile em,
.dashboard-reward-tile em {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-feed-item strong,
.dashboard-spotlight-tile strong,
.dashboard-interest-panel-head strong,
.dashboard-happening-card strong,
.dashboard-recommendation-tile strong,
.dashboard-continue-item strong,
.dashboard-reward-tile strong,
.dashboard-following-tile strong {
  line-height: 1.15;
}

.dashboard-feed-item small,
.dashboard-spotlight-tile small,
.dashboard-happening-card small,
.dashboard-recommendation-tile small,
.dashboard-continue-item small,
.dashboard-reward-tile small,
.dashboard-following-tile small,
.dashboard-reward-tile p,
.dashboard-reward-empty small,
.dashboard-reward-tile em {
  color: var(--muted);
  line-height: 1.35;
}

.dashboard-reward-tile p {
  font-size: 13px;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.dashboard-spotlight-tile strong {
  font-size: 20px;
}

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

.dashboard-interest-panel {
  align-content: start;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(20, 42, 32, 0.1);
  color: var(--ink);
  display: grid;
  gap: 12px;
  min-height: 280px;
  padding: 14px;
}

.dashboard-interest-panel-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
}

.dashboard-interest-panel-head > span:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dashboard-interest-panel-head a {
  background: #eef7f3;
  border: 1px solid #d3e7df;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 9px;
  text-decoration: none;
  white-space: nowrap;
}

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

.dashboard-happening-card {
  background: #f9fcfb;
  border: 1px solid #d9e9e2;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.06);
  color: var(--ink);
  display: grid;
  gap: 4px;
  min-height: 118px;
  padding: 10px;
  text-decoration: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.dashboard-happening-card strong {
  font-size: 14px;
}

.dashboard-happening-card small {
  font-size: 12px;
}

.dashboard-challenge-card {
  align-content: start;
  background: #f7fbf8;
}

.dashboard-points-card {
  align-content: start;
  background: #f7fbf8;
}

.dashboard-points-card .card-head {
  align-items: start;
}

.dashboard-points-list {
  display: grid;
  gap: 8px;
}

.dashboard-points-row {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 62px minmax(0, 1fr);
  min-height: 62px;
  padding: 10px;
  text-decoration: none;
}

.dashboard-points-row:hover,
.dashboard-points-row:focus-visible {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: none;
}

.dashboard-points-row > span:first-child {
  align-items: center;
  background: #e8f4ef;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 34px;
  padding: 6px 8px;
}

.dashboard-points-row > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dashboard-points-row small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.dashboard-challenge-card .card-head {
  align-items: start;
}

.dashboard-challenge-card .card-head strong {
  background: #e3f0ec;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  padding: 7px 9px;
  white-space: nowrap;
}

.dashboard-challenge-foot {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dashboard-challenge-foot span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.dashboard-challenge-foot a {
  background: var(--primary);
  border-radius: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 8px 12px;
  text-decoration: none;
}

.dashboard-reward-row,
.dashboard-recommendation-grid,
.dashboard-continue-grid,
.dashboard-following-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashboard-reward-row {
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
}

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

.dashboard-happening-lane {
  align-content: start;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.dashboard-happening-lane-head {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.dashboard-happening-lane-head strong {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-happening-lane-head span {
  align-items: center;
  background: #dff3ec;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  min-height: 24px;
  padding: 3px 9px;
}

.dashboard-happening-list {
  display: grid;
  gap: 8px;
}

.dashboard-happening-dashboard-tile,
.dashboard-happening-empty {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 84px;
  padding: 12px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.dashboard-happening-empty {
  grid-template-areas: "icon copy";
  grid-template-columns: 40px minmax(0, 1fr);
}

.dashboard-happening-empty > span:first-child {
  grid-area: icon;
}

.dashboard-happening-empty > span:last-child {
  grid-area: copy;
  width: 100%;
}

.dashboard-happening-dashboard-tile {
  cursor: pointer;
}

.dashboard-happening-dashboard-tile:hover,
.dashboard-happening-dashboard-tile:focus-visible,
.dashboard-happening-empty:hover,
.dashboard-happening-empty:focus-visible {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: none;
}

.dashboard-happening-dashboard-tile > span:first-child,
.dashboard-happening-empty > span:first-child {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.dashboard-happening-dashboard-tile > span:last-child,
.dashboard-happening-empty > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.dashboard-happening-dashboard-tile > .happening-price-badge {
  align-self: start;
  justify-self: end;
}

.dashboard-happening-dashboard-tile em {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-happening-dashboard-tile strong,
.dashboard-happening-empty strong {
  line-height: 1.15;
}

.dashboard-happening-dashboard-tile small,
.dashboard-happening-empty small {
  color: var(--muted);
  line-height: 1.35;
}

.dashboard-reward-tile,
.dashboard-recommendation-tile,
.dashboard-continue-item,
.dashboard-following-tile {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  min-height: 136px;
  padding: 14px;
  text-decoration: none;
}

.dashboard-reward-tile {
  align-content: start;
  display: grid;
  gap: 12px;
  min-height: 260px;
  overflow: hidden;
  padding-right: 46px;
  position: relative;
}

.dashboard-reward-save {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 34px;
}

.dashboard-reward-save svg {
  display: block;
  height: 17px;
  width: 17px;
}

.dashboard-reward-save svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
}

.dashboard-reward-save:hover,
.dashboard-reward-save:focus-visible {
  background: #e8f4ef;
  border-color: rgba(31, 111, 91, 0.42);
  outline: none;
}

.dashboard-reward-tile.is-clipped .dashboard-reward-save {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.dashboard-reward-media {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.dashboard-reward-media .dashboard-action-icon {
  height: 24px;
  width: 24px;
}

.dashboard-reward-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.dashboard-reward-status {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-self: start;
  padding: 5px 9px;
  text-transform: uppercase;
}

.dashboard-reward-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.dashboard-reward-actions a {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 36px;
  padding: 8px 11px;
  text-decoration: none;
}

.dashboard-reward-actions a {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.22);
  color: var(--primary);
}

.dashboard-reward-empty {
  align-content: center;
  background: #f6fbf9;
  border: 1px dashed rgba(31, 111, 91, 0.22);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  min-height: 116px;
  padding: 16px;
}

.dashboard-points-goal-card {
  background: #f6fbf9;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-column: 1 / -1;
  max-width: 760px;
  min-height: 220px;
  padding: 16px;
}

.dashboard-points-goal-head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr);
}

.dashboard-points-goal-head > span {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.dashboard-points-goal-head .dashboard-action-icon {
  height: 24px;
  width: 24px;
}

.dashboard-points-goal-head div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.dashboard-points-goal-head em {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-points-goal-head strong {
  font-size: 20px;
  line-height: 1.12;
}

.dashboard-points-goal-head small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.dashboard-points-goal-meter {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.dashboard-points-goal-meter span {
  background: var(--primary);
  display: block;
  height: 100%;
}

.dashboard-points-goal-stats {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dashboard-points-goal-stats strong {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-points-goal-card .offer-goal-actions {
  background: #ffffff;
}

.dashboard-points-goal-card .offer-goal-actions > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dashboard-points-coach-card {
  align-content: start;
  background: #fffdf8;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 14px;
}

.dashboard-points-coach-head {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr);
}

.dashboard-points-coach-head > span {
  align-items: center;
  background: #e8f4ef;
  border: 1px solid #c8e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.dashboard-points-coach-head .dashboard-action-icon {
  height: 22px;
  width: 22px;
}

.dashboard-points-coach-head div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.dashboard-points-coach-head em {
  color: var(--primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-points-coach-head strong {
  line-height: 1.14;
}

.dashboard-points-coach-head small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
}

.dashboard-points-coach-actions {
  display: grid;
  gap: 8px;
}

.dashboard-points-coach-actions a {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 3px 8px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 54px;
  padding: 9px;
  text-decoration: none;
}

.dashboard-points-coach-actions a:hover,
.dashboard-points-coach-actions a:focus-visible {
  border-color: rgba(31, 111, 91, 0.4);
  outline: none;
}

.dashboard-points-coach-actions strong {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  grid-row: 1 / span 2;
}

.dashboard-points-coach-actions span {
  font-size: 13px;
  font-weight: 900;
}

.dashboard-points-coach-actions small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.dashboard-reward-tile:hover,
.dashboard-reward-tile:focus-visible,
.dashboard-recommendation-tile:hover,
.dashboard-recommendation-tile:focus-visible,
.dashboard-continue-item:hover,
.dashboard-continue-item:focus-visible,
.dashboard-following-tile:hover,
.dashboard-following-tile:focus-visible {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: var(--card-shadow-hover);
  outline: none;
}

.dashboard-reward-tile.unlocked {
  background: #edf8f1;
  border-color: #addcc2;
}

.dashboard-following-tile {
  align-content: start;
  display: grid;
  gap: 8px;
  min-height: 128px;
}

.dashboard-following-tile img,
.dashboard-following-tile > span {
  align-items: center;
  background: #e8f4ef;
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  object-fit: cover;
  width: 44px;
}

.dashboard-community-card {
  background: #fffdf8;
}

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

.dashboard-community-list p {
  background: #f8fbfa;
  border: 1px solid #d6e8e0;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  min-height: 72px;
  padding: 12px;
}

.dashboard-continue-item {
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 102px;
}

.engagement-loop-card {
  background: #fbfefa;
}

.engagement-loop-head {
  align-items: start;
}

.engagement-loop-head h3 {
  font-size: 24px;
  line-height: 1.1;
}

.engagement-loop-score {
  background: #e5f2ee;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  white-space: nowrap;
}

.engagement-loop-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.engagement-loop-action {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 7px;
  min-height: 164px;
  padding: 14px;
  text-decoration: none;
}

.engagement-loop-action:hover,
.engagement-loop-action:focus-visible {
  border-color: rgba(31, 111, 91, 0.45);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: 0;
}

.engagement-loop-action .dashboard-action-icon {
  color: var(--primary);
  height: 28px;
  width: 28px;
}

.engagement-loop-action span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.engagement-loop-action strong {
  font-size: 16px;
  line-height: 1.14;
}

.engagement-loop-action small {
  color: var(--muted);
  line-height: 1.35;
}

.dashboard-rail {
  align-self: start;
  display: grid;
  gap: 8px;
  position: sticky;
  top: 104px;
  min-width: 0;
}

.cart-rail-card {
  background: #ffffff;
  border-color: rgba(31, 111, 91, 0.2);
  box-shadow: 0 16px 34px rgba(20, 42, 32, 0.12);
  gap: 8px;
  overflow: hidden;
  padding: 10px;
}

.cart-rail-head {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: grid;
  gap: 9px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  justify-content: stretch;
  min-height: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.cart-rail-head:hover,
.cart-rail-head:focus-visible {
  background: transparent;
  color: var(--ink);
  outline: none;
}

.cart-rail-icon {
  align-items: center;
  background: #e3f4ee;
  border: 1px solid #bfe0d3;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.cart-rail-icon svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 19px;
}

.customer-active-queue-swipe {
  border-radius: 10px;
  min-height: 62px;
  overflow: hidden;
  position: relative;
}

.customer-active-queue-swipe.has-queue-interacted .customer-active-queue-card,
.customer-active-queue-swipe.is-remove-revealed .customer-active-queue-card {
  animation: none !important;
}

.customer-active-queue-remove {
  align-items: center;
  background: #fff;
  border: 1px solid #c83b31;
  border-radius: 8px;
  bottom: 0;
  color: #a6241c;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: manipulation;
  width: 118px;
}

.customer-active-queue-remove:disabled {
  opacity: 0.72;
}

.customer-active-queue-card {
  align-items: center;
  background: #fff;
  border-color: rgba(31, 111, 91, 0.28);
  box-shadow: 0 10px 22px rgba(20, 42, 32, 0.09);
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  min-height: 62px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  touch-action: pan-y;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  z-index: 1;
}

.customer-active-queue-swipe.is-remove-revealed .customer-active-queue-card {
  transform: translateX(-126px);
}

.customer-active-queue-card:hover,
.customer-active-queue-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.52);
  box-shadow: 0 14px 28px rgba(20, 42, 32, 0.14);
  color: var(--ink);
  outline: none;
}

.customer-active-queue-icon {
  align-items: center;
  background: #e3f4ee;
  border: 1px solid #bfe0d3;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.customer-active-queue-icon .dashboard-action-icon {
  height: 20px;
  width: 20px;
}

.customer-active-queue-card > span:nth-child(2) {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.customer-active-queue-card strong {
  font-size: 14px;
}

.customer-active-queue-card small {
  color: var(--muted);
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-active-queue-card > b {
  color: var(--primary);
  font-size: 12px;
}

.cart-rail-head strong,
.cart-rail-head small {
  display: block;
  line-height: 1.15;
}

.cart-rail-head small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.cart-rail-head b {
  color: var(--primary);
  font-size: 15px;
  white-space: nowrap;
}

.cart-rail-body {
  display: none;
  gap: 12px;
}

.cart-rail-card.is-expanded .cart-rail-body {
  display: grid;
}

.rail-toggle-card {
  background: rgba(255, 254, 250, 0.92);
  border-color: rgba(31, 111, 91, 0.16);
  box-shadow: 0 8px 22px rgba(6, 19, 15, 0.05);
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.rail-toggle-card summary {
  list-style: none;
}

.rail-toggle-card summary::-webkit-details-marker {
  display: none;
}

.rail-toggle-head {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 9px;
  grid-template-columns: 32px minmax(0, 1fr) auto 10px;
  min-height: 52px;
  padding: 9px 10px;
}

.rail-toggle-head::after {
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  color: #6c7d74;
  content: "";
  height: 7px;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  width: 7px;
}

.rail-toggle-card[open] .rail-toggle-head::after {
  transform: translateY(3px) rotate(225deg);
}

.rail-toggle-head:hover,
.rail-toggle-head:focus-visible {
  background: rgba(31, 111, 91, 0.06);
  outline: none;
}

.rail-toggle-icon {
  align-items: center;
  background: #e7f4ef;
  border: 1px solid #c4e2d7;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.rail-toggle-icon .dashboard-action-icon,
.rail-toggle-icon .event-filter-icon {
  height: 18px;
  width: 18px;
}

.rail-toggle-head strong,
.rail-toggle-head small {
  display: block;
  line-height: 1.15;
  min-width: 0;
}

.rail-toggle-head strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rail-toggle-head small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.rail-toggle-head b {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.rail-toggle-body {
  border-top: 1px solid rgba(31, 111, 91, 0.12);
  display: grid;
  gap: 8px;
  padding: 9px 10px 10px;
}

.rail-toggle-body.impact-total {
  background: rgba(237, 247, 241, 0.54);
}

.rail-toggle-body.impact-total a,
.rail-toggle-link,
.customer-list-new-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 24px;
  padding: 2px 0;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.rail-toggle-body.impact-total a::after,
.rail-toggle-link::after,
.customer-list-new-link::after {
  content: ">";
  font-size: 13px;
  opacity: 0.65;
}

.rail-toggle-body.impact-total a:hover,
.rail-toggle-body.impact-total a:focus-visible,
.rail-toggle-link:hover,
.rail-toggle-link:focus-visible,
.customer-list-new-link:hover,
.customer-list-new-link:focus-visible {
  background: transparent;
  outline: none;
  text-decoration: underline;
}

.cart-rail-commerce-head {
  background: #f2faf6;
  border: 1px solid #c9e5d9;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 10px 12px;
}

.cart-rail-commerce-head span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-rail-commerce-head strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}

.cart-rail-commerce-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.cart-rail-steps {
  align-items: center;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cart-rail-steps span {
  background: #f6f2ea;
  border: 1px solid #dfd2bf;
  border-radius: 999px;
  color: #6e5b3f;
  font-size: 11px;
  font-weight: 900;
  min-width: 0;
  padding: 6px 8px;
  text-align: center;
}

.cart-rail-steps span.is-complete {
  background: #dff3eb;
  border-color: #a9d7c8;
  color: var(--primary);
}

.cart-rail-items {
  display: grid;
  gap: 8px;
}

.cart-rail-item {
  align-items: start;
  background: #fbfdfb;
  border: 1px solid #d4e9df;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px;
}

.cart-rail-item strong,
.cart-rail-item small {
  display: block;
  line-height: 1.18;
}

.cart-rail-item strong {
  font-size: 13px;
}

.cart-rail-item small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  margin-top: 3px;
}

.cart-rail-base-price {
  color: var(--primary);
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-top: 5px;
}

.cart-rail-item span {
  color: var(--primary);
  display: grid;
  gap: 2px;
  justify-items: end;
  line-height: 1.1;
  white-space: nowrap;
}

.cart-rail-item span small {
  color: var(--muted);
  font-size: 10px;
  margin: 0;
  text-transform: uppercase;
}

.cart-rail-item span b {
  font-size: 13px;
}

.cart-rail-quantity {
  align-items: center;
  background: #fffefa;
  border: 1px solid #cfe4da;
  border-radius: 999px;
  display: inline-flex !important;
  gap: 2px !important;
  grid-auto-flow: column;
  justify-items: center !important;
  line-height: 1;
  padding: 2px;
}

.cart-quantity-editor {
  align-items: center !important;
  display: inline-flex !important;
  gap: 6px !important;
  justify-content: flex-end;
  justify-items: end !important;
  min-width: 0;
  white-space: nowrap;
}

.cart-rail-quantity b,
.cart-rail-quantity input {
  color: var(--primary);
  font-size: 12px;
  min-width: 16px;
  text-align: center;
}

.cart-rail-quantity input {
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  height: 20px;
  line-height: 20px;
  padding: 0;
  width: max(24px, calc((var(--qty-digits, 1) * 0.72em) + 12px));
}

.cart-rail-quantity input::-webkit-inner-spin-button,
.cart-rail-quantity input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.cart-rail-quantity input:focus {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #9fcfbd;
  outline: none;
}

.cart-rail-quantity button {
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 50% !important;
  color: var(--primary) !important;
  font-size: 13px !important;
  font-weight: 900;
  height: 20px !important;
  min-height: 20px !important;
  padding: 0 !important;
  width: 20px !important;
}

.cart-rail-quantity button:hover,
.cart-rail-quantity button:focus-visible {
  background: #e8f6ef !important;
  border-color: #b8dacd !important;
  outline: none;
}

.cart-rail-quantity button.is-remove {
  color: #8a3f21 !important;
}

.cart-rail-quantity button.is-remove:hover,
.cart-rail-quantity button.is-remove:focus-visible {
  background: #fff2ea;
  border-color: #d9b79d;
  color: #8a3f21;
}

.cart-rail-quantity svg {
  fill: none;
  height: 13px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  width: 13px;
}

.cart-quantity-confirm {
  background: linear-gradient(135deg, rgba(100, 126, 150, 0.16), rgba(205, 217, 226, 0.28));
  border: 1px solid rgba(84, 111, 136, 0.34);
  border-radius: 999px;
  color: #23435b;
  font-size: 11px;
  font-weight: 900;
  min-height: 22px;
  padding: 3px 7px;
  white-space: nowrap;
}

.cart-quantity-confirm[hidden] {
  display: none !important;
}

.cart-quantity-confirm:hover,
.cart-quantity-confirm:focus-visible {
  background: linear-gradient(135deg, rgba(82, 111, 139, 0.22), rgba(214, 225, 233, 0.38));
  border-color: rgba(57, 89, 118, 0.5);
  color: #18364f;
  outline: none;
}

.cart-rail-card .cart-rail-items {
  gap: 6px;
}

.cart-rail-card .cart-rail-item {
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.cart-rail-card .cart-rail-item strong {
  font-size: 12px;
  line-height: 1.15;
}

.cart-rail-card .cart-rail-item small {
  font-size: 10px;
  margin-top: 2px;
}

.cart-rail-card .cart-rail-base-price {
  font-size: 11px;
  margin-top: 4px;
}

.cart-rail-card .cart-rail-item > span {
  gap: 3px;
}

.cart-rail-card .cart-rail-quantity {
  gap: 1px !important;
  padding: 1px;
}

.cart-rail-card .cart-rail-quantity input {
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  min-width: 14px;
  width: max(21px, calc((var(--qty-digits, 1) * 0.68em) + 10px));
}

.cart-rail-card .cart-rail-quantity button {
  font-size: 12px !important;
  height: 18px !important;
  min-height: 18px !important;
  width: 18px !important;
}

.cart-rail-card .cart-rail-quantity svg {
  height: 12px;
  width: 12px;
}

.cart-rail-card .cart-quantity-confirm {
  font-size: 10px;
  min-height: 20px;
  padding: 2px 6px;
}

.cart-rail-totals {
  border-top: 1px solid #d7e8e1;
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.cart-rail-totals span {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-rail-totals small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.cart-rail-totals strong {
  color: var(--ink);
  font-size: 15px;
}

.cart-interest-section {
  background: #fffefa;
  border: 1px solid #d8d0c1;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.cart-interest-head {
  display: grid;
  gap: 3px;
}

.cart-interest-head span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.cart-interest-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.cart-interest-items {
  display: grid;
  gap: 6px;
}

.cart-interest-item {
  align-items: center;
  background: #f8faf7;
  border: 1px solid #dde6dc;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px;
}

.cart-interest-item strong,
.cart-interest-item small,
.cart-interest-item em {
  display: block;
  line-height: 1.18;
}

.cart-interest-item strong {
  color: var(--ink);
  font-size: 12px;
}

.cart-interest-item small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  margin-top: 2px;
}

.cart-interest-item em {
  color: #6e5b3f;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  margin-top: 4px;
}

.cart-interest-remove {
  align-items: center;
  background: #fff;
  border: 1px solid #d9c9b4;
  border-radius: 999px;
  color: #7f3d19;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  padding: 0;
  width: 28px;
}

.cart-interest-remove svg {
  height: 14px;
  width: 14px;
}

.cart-rail-checkout {
  font-size: 14px;
  min-height: 46px;
  width: 100%;
}

.cart-rail-go-cart {
  background: linear-gradient(135deg, rgba(91, 115, 139, 0.18), rgba(213, 224, 232, 0.34));
  border-color: rgba(82, 111, 136, 0.36);
  box-shadow: 0 10px 24px rgba(54, 78, 101, 0.08);
  color: #223f57;
}

.cart-rail-go-cart:hover,
.cart-rail-go-cart:focus-visible {
  background: linear-gradient(135deg, rgba(76, 103, 129, 0.24), rgba(220, 230, 237, 0.46));
  border-color: rgba(54, 86, 116, 0.52);
  color: #16334b;
}

.cart-rail-shop-more {
  background: transparent;
  border: 1px solid #bfd9cf;
  color: var(--primary);
  min-height: 38px;
  width: 100%;
}

.cart-rail-shop-more:hover,
.cart-rail-shop-more:focus-visible {
  background: #edf7f1;
  color: var(--primary);
}

.cart-rail-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.customer-cart-toast {
  align-items: center;
  animation: customerCartToastIn 220ms ease both;
  background: #fffefa;
  border: 1px solid #9fd4c3;
  border-radius: 8px;
  bottom: 86px;
  box-shadow: 0 18px 42px rgba(6, 19, 15, 0.18);
  color: var(--ink);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  left: 50%;
  max-width: calc(100vw - 32px);
  min-width: min(320px, calc(100vw - 32px));
  padding: 10px 10px 10px 12px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 1500;
}

.customer-cart-toast.is-leaving {
  animation: customerCartToastOut 220ms ease both;
}

.customer-cart-toast span {
  color: var(--primary);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
}

.customer-cart-toast small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin-top: 2px;
}

.customer-cart-toast button {
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 950;
  min-height: 34px;
  padding: 7px 10px;
}

.customer-cart-toast button:hover,
.customer-cart-toast button:focus-visible {
  background: var(--primary);
  color: #ffffff;
  outline: none;
}

@keyframes customerCartToastIn {
  from {
    opacity: 0;
    transform: translate(-50%, 16px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes customerCartToastOut {
  from {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    transform: translate(-50%, 12px);
  }
}

.customer-checkout-view {
  display: grid;
  gap: 16px;
}

.checkout-flow-card,
.checkout-review-card {
  gap: 16px;
}

.checkout-review-card {
  overflow: hidden;
}

.checkout-payment-slider {
  display: block;
}

.checkout-review-pane,
.checkout-payment-pane {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.checkout-payment-pane[hidden] {
  display: none;
}

.checkout-review-card.is-payment-step .checkout-payment-pane {
  animation: checkoutPaneSlideIn 180ms ease both;
}

.checkout-review-card.is-payment-step .checkout-review-pane {
  display: none;
}

@keyframes checkoutPaneSlideIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.checkout-payment-panel {
  display: grid;
  gap: 14px;
}

.checkout-payment-columns {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
}

.checkout-payment-details {
  border-left: 1px solid #d7cbb8;
  display: grid;
  gap: 14px;
  padding-left: 20px;
}

.checkout-payment-panel-head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.checkout-payment-panel-head h3 {
  font-size: 24px;
  margin: 2px 0 4px;
}

.checkout-payment-panel-head strong {
  color: var(--primary);
  font-size: 24px;
  white-space: nowrap;
}

.square-card-container {
  background: #fffefa;
  border: 1px solid #d7cbb8;
  border-radius: 8px;
  min-height: 96px;
  padding: 12px;
}

.checkout-payment-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkout-final-preview {
  display: grid;
  gap: 12px;
}

.checkout-final-head {
  align-items: start;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}

.checkout-final-head h3 {
  font-size: 24px;
  margin: 2px 0 0;
}

.checkout-final-head strong {
  color: var(--primary);
  font-size: 22px;
  white-space: nowrap;
}

.checkout-final-lines {
  display: grid;
  gap: 8px;
}

.checkout-final-line {
  align-items: center;
  background: #fbfdfb;
  border: 1px solid #dcece5;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 10px;
}

.checkout-final-line span,
.checkout-final-line small {
  display: block;
  min-width: 0;
}

.checkout-final-line strong {
  color: var(--ink);
}

.checkout-final-line small,
.checkout-final-line b {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

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

.checkout-final-details > div {
  background: #fffefa;
  border: 1px solid #d7cbb8;
  border-radius: 8px;
  padding: 10px;
}

.checkout-final-details span,
.checkout-final-details strong,
.checkout-final-details small {
  display: block;
}

.checkout-final-details span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-final-details strong {
  margin-top: 3px;
}

.checkout-final-details small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.checkout-flow-card {
  background:
    linear-gradient(135deg, rgba(242, 173, 46, 0.18), rgba(31, 111, 91, 0.08) 42%, #fffefa 78%);
  border-color: #e0b75a;
  box-shadow: 0 18px 44px rgba(87, 56, 11, 0.12);
}

.checkout-hero {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.checkout-hero h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.95;
}

.checkout-hero p {
  color: #39493f;
  font-size: 17px;
  font-weight: 700;
  margin-top: 8px;
}

.checkout-section-list {
  display: grid;
  gap: 10px;
}

.checkout-accordion {
  background: rgba(255, 254, 250, 0.86);
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.checkout-accordion-head {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 12px 16px;
  text-align: left;
  width: 100%;
}

.checkout-accordion-head:hover,
.checkout-accordion-head:focus-visible {
  background: #f7fbf8;
  color: var(--ink);
  outline: none;
}

.checkout-accordion-head span,
.checkout-accordion-head b,
.checkout-accordion-head small {
  display: block;
}

.checkout-accordion-head b {
  font-size: 17px;
}

.checkout-accordion-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 3px;
}

.checkout-accordion-head em {
  background: #e3f4ee;
  border: 1px solid #bfe0d3;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 12px;
  text-transform: capitalize;
  white-space: nowrap;
}

.checkout-accordion-body {
  display: grid;
  gap: 12px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 240ms ease, opacity 180ms ease, padding 220ms ease;
}

.checkout-accordion.is-open .checkout-accordion-body {
  max-height: 960px;
  opacity: 1;
  padding: 0 16px 16px;
}

.checkout-section-list [data-checkout-section="contact"],
.checkout-section-list [data-checkout-section="details"] {
  display: none;
}

.checkout-delivery-pill {
  background: #e3f4ee;
  border: 1px solid #bfe0d3;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 7px 12px;
  white-space: nowrap;
}

.checkout-delivery-current {
  align-items: center;
  background: #f7fbf8;
  border: 1px solid #dcece5;
  border-radius: 8px;
  display: grid;
  gap: 4px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px;
}

.checkout-delivery-stack {
  display: grid;
  gap: 8px;
}

.checkout-delivery-lane {
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 10px 12px;
}

.checkout-delivery-current span,
.checkout-delivery-current small {
  display: block;
}

.checkout-delivery-current span {
  font-weight: 900;
}

.checkout-delivery-current small {
  color: var(--muted);
  font-weight: 800;
}

.checkout-delivery-current button {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  min-height: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-delivery-current select {
  background: #fffefa;
  border: 1px solid #d7cbb8;
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  min-height: 34px;
  min-width: 150px;
  padding: 0 30px 0 12px;
}

.checkout-delivery-form {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(170px, 0.5fr) minmax(0, 1fr);
}

.checkout-delivery-form.hidden {
  display: none;
}

.checkout-delivery-form label {
  color: var(--muted);
  display: grid;
  font-size: 11px;
  font-weight: 900;
  gap: 4px;
}

.checkout-digital-form label,
.checkout-delivery-actions,
.checkout-delivery-form .status,
.checkout-delivery-form p {
  grid-column: 1 / -1;
}

.checkout-delivery-form input,
.checkout-delivery-form select {
  background: #fffefa;
  border: 1px solid #d7cbb8;
  border-radius: 999px;
  color: var(--ink);
  min-height: 34px;
  padding: 0 12px;
}

.checkout-delivery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.checkout-text-action {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  min-height: 0;
  padding: 4px 2px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-text-action:hover,
.checkout-text-action:focus-visible {
  background: transparent;
  color: #0f5f4f;
  outline: none;
}

.checkout-shipping-grid {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(180px, 1.4fr) minmax(120px, 0.7fr) minmax(80px, 0.35fr) minmax(90px, 0.45fr);
}

.checkout-delivery-note {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

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

.checkout-confirm-contact {
  border-top: 1px solid #dcece5;
  padding-top: 10px;
}

.checkout-contact-summary {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-delivery-copy .checkout-contact-summary {
  border-top: 1px solid #dcece5;
  margin-top: 9px;
  padding-top: 9px;
}

.checkout-contact-summary > div {
  background: #fbfdfb;
  border: 1px solid #dcece5;
  border-radius: 8px;
  min-width: 0;
  padding: 9px 10px;
}

.checkout-contact-summary span,
.checkout-contact-summary strong {
  display: block;
  line-height: 1.15;
  min-width: 0;
  overflow-wrap: anywhere;
}

.checkout-contact-summary span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-contact-summary strong {
  color: var(--ink);
  font-size: 12px;
  margin-top: 3px;
}

.checkout-contact-edit.hidden {
  display: none;
}

.checkout-contact-edit .checkout-delivery-actions {
  grid-column: 1 / -1;
}

.checkout-confirm-summary {
  align-items: center;
  background: #f7fbf8;
  border: 1px solid #dcece5;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
}

.checkout-confirm-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.checkout-confirm-summary strong {
  color: var(--primary);
  font-size: 16px;
}

.checkout-contact-grid label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
}

.checkout-contact-grid input {
  background: #fffefa;
  border: 1px solid #d7cbb8;
  border-radius: 999px;
  color: var(--ink);
  min-height: 42px;
  padding: 0 14px;
}

.checkout-event-groups,
.checkout-line-list {
  display: grid;
  gap: 12px;
}

.checkout-event-group {
  border: 1px solid #cfe4da;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.checkout-event-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.checkout-event-head h3 {
  margin: 2px 0 0;
}

.checkout-event-head > strong {
  color: var(--primary);
  white-space: nowrap;
}

.checkout-review-action {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.checkout-review-action > strong {
  color: var(--ink);
  font-size: 18px;
  white-space: nowrap;
}

.checkout-payment-button {
  background: #f2ad2e;
  border-color: #c97911;
  box-shadow: 0 10px 22px rgba(161, 89, 12, 0.16);
  color: #241305;
  min-height: 42px;
  padding-inline: 18px;
  white-space: nowrap;
}

.checkout-payment-button:hover,
.checkout-payment-button:focus-visible {
  background: #f7bd4c;
  border-color: #a85f0e;
  color: #1d1004;
  outline: none;
}

.checkout-event-info {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-event-info span {
  background: #f7fbf8;
  border: 1px solid #dcece5;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 10px;
}

.checkout-event-info b,
.checkout-event-info small {
  display: block;
  line-height: 1.2;
}

.checkout-event-info b {
  color: var(--primary);
  font-size: 11px;
  text-transform: uppercase;
}

.checkout-event-info small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.checkout-line-item {
  align-items: center;
  background: #fbfdfb;
  border: 1px solid #d7e8e1;
  border-radius: 8px;
  display: grid;
  column-gap: 30px;
  row-gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(104px, max-content) minmax(100px, max-content);
  padding: 12px;
}

.checkout-line-item strong,
.checkout-line-item small,
.checkout-line-item em {
  display: block;
  line-height: 1.2;
}

.checkout-line-item small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 3px;
}

.checkout-line-item em {
  color: var(--primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-top: 5px;
}

.checkout-line-qty {
  display: grid;
  gap: 3px;
  justify-items: end;
  min-width: 100px;
  white-space: nowrap;
}

.checkout-line-qty span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.checkout-line-qty b {
  color: var(--ink);
}

.checkout-line-quantity {
  justify-self: end;
  padding: 4px 5px !important;
}

.checkout-line-quantity-editor {
  justify-self: end;
}

.checkout-line-quantity b,
.checkout-line-quantity input {
  font-size: 14px !important;
  min-width: 26px !important;
}

.checkout-line-quantity input {
  height: 26px;
  line-height: 26px;
  width: max(36px, calc((var(--qty-digits, 1) * 0.72em) + 18px));
}

.checkout-line-quantity button {
  font-size: 15px !important;
  height: 26px !important;
  min-height: 26px !important;
  width: 26px !important;
}

.checkout-line-quantity svg {
  height: 15px;
  width: 15px;
}

.checkout-line-quantity-editor .cart-quantity-confirm {
  min-height: 30px;
  padding-inline: 10px;
}

.checkout-rail-card .cart-rail-commerce-head {
  background: #f7fbf8;
}

.checkout-rail-summary {
  display: grid;
  gap: 8px;
}

.checkout-rail-summary div {
  align-items: start;
  border-bottom: 1px solid #e1eee8;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 8px;
}

.checkout-rail-summary span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.checkout-rail-summary strong {
  color: var(--primary);
  font-size: 13px;
  white-space: nowrap;
}

.rail-link-card {
  color: var(--ink);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.rail-link-card:hover,
.rail-link-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.48);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  outline: 0;
  transform: translateY(-1px);
}

.card-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.card-head a {
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.rail-card-title {
  align-items: center;
  display: inline-grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr);
  min-width: 0;
}

.rail-card-title .dashboard-action-icon,
.rail-card-title .event-filter-icon {
  background: #e5f2ee;
  border: 1px solid #bfe2d6;
  border-radius: 8px;
  color: var(--primary);
  height: 38px;
  padding: 8px;
  width: 38px;
}

.rail-card-title span {
  min-width: 0;
}

.compact-order-list,
.mini-list {
  display: grid;
}

.rail-event-list {
  display: grid;
  gap: 6px;
}

.rail-event-list a {
  align-items: start;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 7px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding-bottom: 7px;
  text-decoration: none;
}

.rail-event-list .rail-toggle-link {
  border-bottom: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-bottom: 0;
}

.rail-event-icon {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 6px;
  color: var(--primary);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.rail-event-icon .event-filter-icon {
  height: 15px;
  width: 15px;
}

.rail-event-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.rail-event-list a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.rail-event-list a:hover strong {
  color: var(--primary);
  text-decoration: underline;
}

.rail-event-list small,
.impact-total small {
  color: var(--muted);
}

.rail-event-copy strong {
  font-size: 13px;
  line-height: 1.15;
}

.rail-event-copy small {
  font-size: 12px;
  line-height: 1.25;
}

.customer-lists-card {
  gap: 0;
}

.customer-list-stack {
  display: grid;
  gap: 0;
}

.customer-list-row {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  min-height: 38px;
  padding: 4px 3px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.customer-list-row:last-of-type {
  border-bottom: 0;
}

.customer-list-row:hover,
.customer-list-row:focus-visible {
  background: #edf7f1;
  outline: none;
}

.customer-list-row strong,
.customer-list-row small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-list-row small {
  color: var(--muted);
  line-height: 1.3;
}

.customer-list-copy {
  min-width: 0;
}

.customer-list-icon {
  align-items: center;
  background: #e5f2ee;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.customer-list-row.system .customer-list-icon {
  background: #fff7dc;
  color: #0b6b52;
}

.customer-list-icon svg {
  height: 16px;
  width: 16px;
}

.customer-list-icon svg path {
  fill: currentColor;
}

.customer-list-preview {
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  min-height: 28px;
  min-width: 42px;
}

.customer-list-preview span {
  align-items: center;
  background: #edf7f1;
  border: 2px solid #fffefa;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  margin-left: -9px;
  overflow: hidden;
  width: 28px;
}

.customer-list-preview span:first-child {
  margin-left: 0;
}

.customer-list-preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.customer-list-form {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.customer-list-form input {
  min-height: 38px;
  padding: 8px 10px;
}

.customer-list-form button {
  min-height: 38px;
  padding: 8px 12px;
}

.customer-list-new-link {
  margin-top: 6px;
}

.customer-cart-card {
  border-color: rgba(31, 111, 91, 0.28);
  gap: 10px;
  padding: 16px 18px;
}

.order-inquiry-card {
  background:
    linear-gradient(180deg, rgba(237, 247, 241, 0.72), rgba(255, 254, 250, 0.96));
  border-color: rgba(31, 111, 91, 0.24);
  gap: 10px;
  padding: 16px 18px;
}

.order-inquiry-card .card-head {
  align-items: center;
  margin-bottom: 0;
}

.order-inquiry-card .card-head h3 {
  font-size: 19px;
  line-height: 1.05;
}

.order-inquiry-card p {
  font-size: 13px;
  line-height: 1.38;
}

.order-inquiry-chip {
  background: #e5f2ee;
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  padding: 6px 9px;
}

.order-inquiry-button {
  min-height: 40px;
  padding: 9px 13px;
  width: 100%;
}

.customer-cart-card .card-head {
  align-items: center;
  margin-bottom: 0;
}

.customer-cart-card .card-head h3 {
  font-size: 19px;
  line-height: 1.05;
}

.cart-mini-count {
  align-items: center;
  background: #edf7f1;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 7px;
}

.cart-preview-list {
  display: grid;
  gap: 8px;
}

.cart-preview-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 9px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding-bottom: 8px;
}

.cart-preview-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-preview-item img,
.cart-preview-item > span {
  background: #edf7f1;
  border-radius: 8px;
  height: 38px;
  object-fit: cover;
  width: 38px;
}

.cart-preview-item > span {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  justify-content: center;
}

.cart-preview-item div {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.cart-preview-item strong {
  font-size: 14px;
  line-height: 1.15;
}

.cart-preview-item strong,
.cart-preview-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-preview-item small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.cart-preview-item em {
  color: var(--primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.cart-preview-total {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.cart-preview-total span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.cart-checkout-button {
  min-height: 42px;
  padding: 9px 14px;
  width: 100%;
}

.cart-checkout-overlay {
  align-items: center;
  background: rgba(6, 19, 15, 0.54);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 80;
}

.cart-checkout-modal {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(6, 19, 15, 0.28);
  display: grid;
  gap: 16px;
  max-height: min(760px, calc(100vh - 48px));
  max-width: 680px;
  overflow-y: auto;
  padding: 24px;
  position: relative;
  width: min(680px, 100%);
}

.cart-checkout-close {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--primary);
  font-size: 20px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
}

.cart-checkout-modal h2 {
  font-size: 28px;
  line-height: 1.08;
  padding-right: 42px;
}

.cart-checkout-summary {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.cart-checkout-summary div {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.cart-checkout-total {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.cart-checkout-form {
  display: grid;
  gap: 12px;
}

.cart-checkout-address-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 100px 120px;
}

.cart-checkout-form label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.cart-checkout-form input,
.cart-checkout-form textarea {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 42px;
  padding: 10px;
  width: 100%;
}

.cart-checkout-form textarea {
  min-height: 86px;
  resize: vertical;
}

.compact-order {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr) auto auto;
  min-height: 72px;
  padding: 12px 0;
  text-decoration: none;
}

.compact-order:last-child,
.mini-list span:last-child {
  border-bottom: 0;
}

.compact-order small,
.business-tile small,
.mini-list small {
  color: var(--muted);
  display: block;
}

.business-badge {
  align-items: center;
  background: #eef6f1;
  border: 1px solid #cce3d7;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.business-grid {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 180px));
}

.platform-layout:has(.business-grid) .account-view {
  gap: 12px;
}

.business-filter-bar {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.business-filter-bar input {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 42px;
  padding: 10px 16px;
}

.business-filter-tabs {
  display: flex;
  gap: 8px;
}

.business-filter-tabs button {
  background: #e3f0ec;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--primary);
  min-height: 36px;
  padding: 8px 15px;
}

.business-filter-tabs button.active {
  background: var(--primary);
  color: #fff;
}

.event-filter-tabs {
  align-items: center;
  gap: 12px;
}

.event-filter-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  padding: 0;
  position: relative;
  transition: color 160ms ease, filter 160ms ease, transform 160ms ease;
  width: 38px;
}

.event-filter-tabs button.active {
  background: transparent;
  color: var(--primary);
  filter: drop-shadow(0 0 8px rgba(31, 111, 91, 0.58)) drop-shadow(0 0 16px rgba(31, 111, 91, 0.24));
  transform: translateY(-1px);
}

.event-filter-tabs button:hover,
.event-filter-tabs button:focus-visible {
  color: #0f513f;
  filter: drop-shadow(0 0 8px rgba(31, 111, 91, 0.34));
  outline: 0;
}

.event-filter-icon {
  display: block;
  height: 25px;
  width: 25px;
}

.event-filter-icon path {
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.event-filter-tabs button[data-event-filter="starred"].active .event-filter-icon path,
.event-filter-tabs button[data-event-filter="for-you"].active .event-filter-icon path,
.event-filter-tabs button[data-event-filter="interested"].active .event-filter-icon path {
  fill: rgba(31, 111, 91, 0.16);
}

.business-icon-filter-tabs {
  align-items: center;
  gap: 12px;
}

.business-icon-filter-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  padding: 0;
  position: relative;
  transition: color 160ms ease, filter 160ms ease, transform 160ms ease;
  width: 38px;
}

.business-icon-filter-tabs button.active {
  background: transparent;
  color: var(--primary);
  filter: drop-shadow(0 0 8px rgba(31, 111, 91, 0.58)) drop-shadow(0 0 16px rgba(31, 111, 91, 0.24));
  transform: translateY(-1px);
}

.business-icon-filter-tabs button:hover,
.business-icon-filter-tabs button:focus-visible {
  color: #0f513f;
  filter: drop-shadow(0 0 8px rgba(31, 111, 91, 0.34));
  outline: 0;
}

.business-icon-filter-tabs button[data-business-filter="favorites"].active .event-filter-icon path {
  fill: rgba(31, 111, 91, 0.16);
}

.event-filter-count {
  align-items: center;
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 10px;
  font-weight: 900;
  height: 17px;
  justify-content: center;
  line-height: 1;
  min-width: 17px;
  padding: 0 4px;
  position: absolute;
  right: -5px;
  top: -3px;
}

.event-filter-tabs button.active .event-filter-count {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 0 10px rgba(31, 111, 91, 0.34);
}

.business-tile {
  aspect-ratio: 1;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-rows: minmax(0, 1fr) auto auto;
  min-width: 0;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

.business-tile-star {
  align-items: center;
  background: rgba(255, 254, 250, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  height: 34px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  z-index: 2;
}

.star-icon {
  display: block;
  height: 19px;
  width: 19px;
}

.star-icon path {
  fill: transparent;
  stroke: var(--primary);
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: fill 160ms ease, stroke 160ms ease, transform 160ms ease;
  transform-origin: center;
}

.business-tile-star.saved,
.star-save-pill.saved {
  background: #fff8dd;
  border-color: #e1ba54;
}

.business-tile-star.saved .star-icon path,
.star-save-pill.saved .star-icon path,
.star-save-name.saved .star-icon path {
  fill: #f2b705;
  stroke: #9a6700;
}

.business-tile-star:hover .star-icon path,
.star-save-pill:hover .star-icon path,
.star-save-name:hover .star-icon path,
.business-tile-star:focus-visible .star-icon path,
.star-save-pill:focus-visible .star-icon path,
.star-save-name:focus-visible .star-icon path {
  transform: scale(1.08);
}

.business-tile img,
.business-tile span {
  background: #f4f1eb;
  border-radius: 8px;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  width: 100%;
}

.business-tile span {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-size: 24px;
  font-weight: 900;
  justify-content: center;
}

.business-tile strong {
  line-height: 1.2;
}

.business-tile:hover,
.business-tile:focus {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 10px 26px rgba(6, 19, 15, 0.08);
  outline: 0;
}

.save-business-button {
  min-height: 38px;
}

.star-save-pill {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  padding: 0 14px;
}

.star-save-pill span {
  color: var(--primary);
  font-weight: 900;
}

.star-save-name {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  vertical-align: middle;
  width: 32px;
}

.star-save-name .star-icon {
  height: 24px;
  width: 24px;
}

.star-save-name:focus-visible {
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.18);
  outline: 0;
}

.star-pop .star-icon {
  animation: star-pop 320ms ease;
}

@keyframes star-pop {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.35) rotate(-8deg);
  }

  100% {
    transform: scale(1);
  }
}

.business-detail-view {
  display: grid;
  gap: 16px;
}

.relationship-profile-hero.business-profile-card {
  display: block;
  padding: 0;
}

.relationship-profile-hero .public-business-cover {
  min-height: clamp(150px, 18vw, 230px);
}

.relationship-hero-main {
  grid-template-columns: 128px minmax(0, 1fr);
}

.relationship-hero-main .public-business-logo-wrap {
  position: relative;
}

.relationship-hero-main .public-business-logo-wrap .business-tile-star {
  bottom: auto;
  height: 38px;
  right: -17px;
  top: 27px;
  width: 38px;
  z-index: 4;
}

.relationship-hero-main .public-business-logo-wrap .business-tile-star .star-icon {
  height: 21px;
  width: 21px;
}

.relationship-hero-actions {
  align-self: center;
  display: grid;
  gap: 8px;
  justify-self: end;
  min-width: 150px;
}

.relationship-hero-actions .button {
  width: 100%;
}

.relationship-kpi-grid span strong {
  overflow-wrap: anywhere;
}

.business-discovery-note {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px;
}

.business-discovery-note h3,
.business-discovery-grid h3 {
  margin: 0 0 8px;
}

.business-discovery-grid .dashboard-card {
  min-height: 220px;
}

.relationship-orders-card {
  scroll-margin-top: 110px;
}

.relationship-reviews-card {
  scroll-margin-top: 110px;
}

.relationship-review-head {
  align-items: start;
  grid-template-columns: minmax(0, 1fr);
}

.relationship-review-action {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  min-height: 30px;
  padding: 5px 2px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.relationship-review-action:hover,
.relationship-review-action:focus-visible {
  color: #0f5b49;
  outline: none;
}

.relationship-review-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.relationship-review-grid article {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.relationship-review-grid article:first-child {
  background: #f7fbf8;
  border-color: #cce3d7;
}

.relationship-review-toggle {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-self: start;
  width: 100%;
}

.relationship-review-toggle button {
  align-items: center;
  background: #fffefa;
  border: 1px solid #cfe4dc;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 6px;
  min-height: 32px;
  padding: 6px 10px;
}

.relationship-review-toggle .relationship-review-action {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  margin-left: auto;
  min-height: 30px;
  padding: 5px 2px;
}

.relationship-review-toggle .relationship-review-action:hover,
.relationship-review-toggle .relationship-review-action:focus-visible {
  background: transparent;
  color: #0f5b49;
}

.relationship-review-toggle .dashboard-action-icon {
  height: 16px;
  width: 16px;
}

.relationship-review-toggle button.is-active {
  background: #e8f4ef;
  border-color: #b9dacf;
}

.relationship-review-toggle span {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cfe4dc;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  min-width: 22px;
  padding: 1px 6px;
}

.relationship-review-layout {
  align-items: start;
}

.relationship-review-breakdown .relationship-review-filter-all {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: center;
}

.relationship-review-breakdown .relationship-review-filter-all .dashboard-action-icon {
  height: 15px;
  width: 15px;
}

.relationship-review-list {
  display: grid;
  gap: 10px;
}

.relationship-review-card {
  align-items: start;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  padding: 12px;
}

.relationship-review-card[hidden] {
  display: none !important;
}

.relationship-review-card > span {
  align-items: center;
  background: #e7f3ee;
  border-radius: 10px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.relationship-review-card > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.relationship-review-card-head {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.relationship-review-card-head small,
.relationship-review-card small {
  color: var(--muted);
}

.relationship-review-card b,
.relationship-review-card strong {
  line-height: 1.2;
}

.relationship-review-card p {
  color: #34483f;
  line-height: 1.35;
  margin: 0;
}

.relationship-review-badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 4px;
}

.verified-purchase-badge {
  background: #e8f4ef;
  border: 1px solid #b9dacf;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  justify-self: start;
  padding: 5px 9px;
}

.recommendation-badge {
  align-items: center;
  background: #fff9e8;
  border: 1px solid #e9c66c;
  border-radius: 999px;
  color: #d99a00;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  gap: 6px;
  justify-self: start;
  padding: 4px 9px 4px 5px;
}

.public-review-card .recommendation-badge {
  color: #d99a00;
  display: inline-flex;
  margin-top: 6px;
}

.recommendation-badge .recommendation-badge-icon {
  height: 17px;
  width: 17px;
}

.relationship-business-nav {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  padding: 10px;
  position: sticky;
  top: 142px;
  z-index: 12;
}

.relationship-business-nav button {
  align-items: center;
  display: grid;
  gap: 3px;
  justify-items: center;
  min-height: 64px;
  min-width: 0;
  padding: 8px 6px;
  text-align: center;
  white-space: normal;
}

.relationship-business-nav button .dashboard-action-icon {
  height: 23px;
  width: 23px;
}

.relationship-business-nav button strong,
.relationship-business-nav button small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relationship-business-nav button strong {
  font-size: 11px;
  font-weight: 950;
  line-height: 1.05;
}

.relationship-business-nav button small {
  color: #536174;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
}

.relationship-business-nav button.is-active small {
  color: var(--primary);
}

.relationship-business-nav .relationship-secondary-tab {
  display: none;
}

.public-business-nav button span,
.relationship-business-nav button span {
  align-items: center;
  background: #d8f0e7;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  margin-left: 4px;
  min-width: 18px;
  padding: 0 6px;
}

.relationship-viewport,
.relationship-view-panel {
  display: grid;
  gap: 16px;
}

.relationship-view-panel[hidden] {
  display: none;
}

.relationship-offers-card {
  align-self: start;
  overflow: visible;
  padding-bottom: 18px;
}

.business-offer-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding-bottom: 2px;
}

.business-offer-card {
  background: linear-gradient(135deg, rgba(113, 137, 153, 0.12), rgba(255, 254, 250, 0.94));
  border: 1px solid #c7d7df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-height: 150px;
  padding: 14px 46px 14px 14px;
  position: relative;
}

.business-offer-card.is-featured {
  border-color: #718999;
  box-shadow: 0 12px 26px rgba(47, 70, 85, 0.12);
}

.business-offer-card.is-clipped {
  border-color: var(--primary);
  box-shadow: 0 12px 26px rgba(31, 111, 91, 0.12);
}

.business-offer-media {
  height: 44px;
  width: 44px;
}

.business-offer-copy {
  display: grid;
  gap: 7px;
}

.business-offer-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.15;
}

.business-offer-card p {
  margin: 0;
}

.business-offer-clip {
  right: 12px;
  top: 12px;
}

.business-offer-card.is-clipped .business-offer-clip {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.business-offer-card footer {
  align-items: center;
  border-top: 1px solid rgba(95, 116, 130, 0.18);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 10px;
}

.business-offer-card footer span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.business-offer-card footer b {
  background: #fffefa;
  border: 1px solid #c7d7df;
  border-radius: 999px;
  color: #2f4655;
  font-size: 12px;
  padding: 5px 8px;
}

.business-profile-card {
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  padding: 18px;
}

.business-profile-mark {
  aspect-ratio: 1;
  background: #f4f1eb;
  border-radius: 8px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.business-profile-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.business-profile-mark span {
  color: var(--primary);
  font-size: 42px;
  font-weight: 900;
}

.business-profile-main {
  display: grid;
  gap: 6px;
  align-content: start;
}

.business-profile-title {
  display: block;
  font-size: clamp(18px, 4vw, 52px);
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.relationship-business-title .star-save-name {
  background: #fffefa;
  border: 1px solid #e1ba54;
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.1);
  height: 28px;
  margin-left: 6px;
  transform: translateY(-1px);
  width: 28px;
}

.relationship-business-title .star-save-name .star-icon {
  height: 18px;
  width: 18px;
}

.business-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.relationship-info-card,
.relationship-contact-card {
  align-content: start;
}

.relationship-contact-card h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

.relationship-info-card {
  display: grid;
  gap: 14px;
}

.relationship-about-head {
  align-items: end;
  flex-wrap: wrap;
}

.relationship-about-head > div {
  min-width: min(100%, 260px);
}

.relationship-about-head .public-about-tabs {
  margin-left: auto;
}

.relationship-about-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.relationship-about-story-card,
.relationship-about-links-card {
  align-self: start;
}

.relationship-about-story-card {
  padding: 16px;
}

.relationship-about-story-card .public-about-content {
  gap: 10px;
}

.relationship-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.relationship-social-links a {
  background: #e5f2ee;
  border: 1px solid #cbe4dc;
  border-radius: 999px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  max-width: 100%;
  min-height: 36px;
  overflow-wrap: anywhere;
  padding: 9px 12px;
  text-decoration: none;
}

.relationship-social-links a:hover,
.relationship-social-links a:focus-visible {
  background: var(--primary);
  color: #ffffff;
  outline: 0;
}

.relationship-contact-form {
  display: grid;
  gap: 12px;
}

.relationship-contact-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.relationship-contact-form label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.relationship-contact-form input,
.relationship-contact-form select,
.relationship-contact-form textarea {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 42px;
  padding: 10px;
  width: 100%;
}

.relationship-contact-form textarea {
  resize: vertical;
}

.relationship-contact-form button[type="submit"] {
  background: #fffefa;
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 42px;
  transition: background-color 160ms ease, color 160ms ease, transform 120ms ease;
}

.relationship-contact-form button[type="submit"]:hover,
.relationship-contact-form button[type="submit"]:focus-visible,
.relationship-contact-form button[type="submit"]:active {
  background: var(--primary);
  color: #ffffff;
  outline: none;
}

.relationship-contact-form button[type="submit"]:active {
  transform: translateY(1px);
}

.business-rating-summary {
  align-self: start;
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 2px;
  justify-items: center;
  min-height: 0;
  min-width: 96px;
  padding: 10px 12px;
  text-align: center;
}

.business-rating-summary:hover,
.business-rating-summary:focus-visible {
  border-color: #a8d2c3;
  box-shadow: 0 8px 20px rgba(12, 45, 34, 0.08);
}

.business-rating-summary strong {
  font-size: 22px;
  line-height: 1;
}

.business-rating-summary em {
  color: #c98b13;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

.overall-review-card {
  scroll-margin-top: 120px;
}

.business-kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.business-kpi-grid span {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
}

.business-kpi-grid strong {
  font-size: 24px;
}

.business-kpi-grid small {
  color: var(--muted);
  font-weight: 800;
}

.business-detail-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
}

.product-rank-list,
.business-event-list {
  display: grid;
}

.business-detail-grid .dashboard-card {
  align-self: start;
}

.relationship-purchase-preview-card {
  cursor: pointer;
  display: grid;
  gap: 12px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.relationship-purchase-preview-card:hover,
.relationship-purchase-preview-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.36);
  box-shadow: 0 14px 28px rgba(12, 45, 34, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.relationship-purchase-preview-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.relationship-purchase-preview-grid article {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  overflow: hidden;
  padding-bottom: 9px;
}

.relationship-purchase-preview-grid article > div {
  aspect-ratio: 1.45 / 1;
  background: #f2eee6;
  overflow: hidden;
}

.relationship-purchase-preview-grid img,
.relationship-purchase-preview-grid article > div > span {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.relationship-purchase-preview-grid article > div > span {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  justify-content: center;
}

.relationship-purchase-preview-grid strong,
.relationship-purchase-preview-grid small {
  padding: 0 10px;
}

.relationship-purchase-preview-grid strong {
  font-size: 14px;
  line-height: 1.15;
}

.relationship-purchase-preview-grid small {
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
}

.business-detail-grid .product-rank-list {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 4px;
}

.product-rank-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding: 8px 0;
}

.product-rank-summary {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: 0;
  padding: 4px 0;
  text-align: left;
  width: 100%;
}

.product-rank-summary:hover strong,
.product-rank-summary:focus-visible strong {
  color: var(--primary);
}

.product-rank-row:last-child,
.business-event-list article:last-child {
  border-bottom: 0;
}

.product-rank-list b {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.product-rank-list small {
  color: var(--muted);
}

.product-rank-meta {
  align-items: end;
  display: grid;
  gap: 3px;
  justify-items: end;
}

.product-rank-meta em {
  font-style: normal;
  font-weight: 900;
}

.product-rank-meta small {
  color: var(--primary);
  font-weight: 900;
}

.product-review-detail {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-left: 38px;
  padding: 12px;
}

.product-review-detail[hidden] {
  display: none;
}

.product-review-detail strong {
  color: #c98b13;
  display: block;
  margin-bottom: 4px;
}

.product-review-detail p {
  margin: 0;
}

.relationship-product-switcher {
  display: grid;
  gap: 12px;
}

.relationship-product-tabs {
  align-items: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr);
  max-width: 100%;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
  z-index: 4;
}

.relationship-product-switcher.is-product-detail-open .relationship-product-tabs {
  grid-template-columns: auto;
  justify-content: start;
}

.relationship-product-switcher.is-product-detail-open .relationship-product-menu {
  display: none;
}

.relationship-product-tabs button {
  min-width: 0;
}

.relationship-product-menu {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px;
  width: 100%;
}

.relationship-product-menu button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 12px;
  color: #14372d;
  display: grid;
  gap: 2px;
  height: 62px;
  justify-items: center;
  min-height: 62px;
  padding: 7px 4px 6px;
  text-align: center;
  width: 100%;
}

.relationship-product-menu button.is-active,
.relationship-product-menu button:hover {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
  color: var(--primary);
}

.relationship-product-filter-icon {
  height: 21px;
  width: 21px;
}

.relationship-product-filter-icon path,
.relationship-product-filter-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.relationship-product-menu button span,
.relationship-product-menu button small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relationship-product-menu button span {
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.relationship-product-menu button small {
  background: transparent;
  color: #536174;
  font-size: 10px;
  font-weight: 900;
  height: auto;
  line-height: 1.05;
  min-width: 0;
  padding: 0;
}

.relationship-product-back {
  align-items: center;
  align-self: center;
  background: #e5f2ee;
  border: 1px solid #cbe4dc;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 6px;
  justify-content: center;
  min-height: 40px;
  padding: 8px 12px 8px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.relationship-product-back.hidden {
  display: none;
}

.relationship-product-back svg {
  height: 18px;
  width: 18px;
}

.relationship-product-panel {
  display: grid;
  gap: 12px;
}

.relationship-product-panel[hidden] {
  display: none;
}

.relationship-product-note {
  margin: 10px 0 0;
}

.relationship-empty-state {
  background: #fffefa;
  border: 1px dashed #cbe4dc;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 18px;
}

.relationship-empty-state h3,
.relationship-empty-state p {
  margin: 0;
}

.business-side-card {
  transition: opacity 160ms ease, transform 160ms ease;
}

.relationship-event-section {
  margin-top: 14px;
}

.relationship-event-section-head {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.relationship-event-section-head strong {
  font-size: 14px;
}

.relationship-event-section-head small {
  color: var(--muted);
  font-weight: 800;
}

.relationship-event-tiles,
.business-history-events {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  margin-top: 8px;
}

.relationship-event-tile-wrap {
  display: grid;
  min-width: 0;
}

.relationship-event-divider {
  border-top: 1px solid rgba(217, 208, 194, 0.95);
  margin: 24px 0 8px;
}

.relationship-event-tiles .cloud-event-card {
  box-shadow: 0 8px 18px rgba(28, 38, 32, 0.04);
  overflow: hidden;
  padding: 0;
}

.relationship-event-tiles .cloud-event-card:not([open]) {
  aspect-ratio: 2 / 3;
}

.relationship-event-tiles .cloud-event-card summary {
  display: grid;
  gap: 10px;
  grid-template-rows: minmax(0, 1fr) auto auto;
  height: 100%;
  min-height: 285px;
  padding: 14px;
  position: relative;
}

.relationship-event-tiles .cloud-event-tile-copy {
  align-content: start;
  display: grid;
  gap: 3px;
}

.relationship-event-tiles .cloud-event-card h3 {
  font-size: 18px;
  line-height: 1.15;
}

.relationship-event-tiles .cloud-event-card summary p,
.relationship-event-tiles .cloud-event-card summary strong {
  line-height: 1.25;
}

.relationship-event-tiles .cloud-event-actions {
  display: flex;
  gap: 6px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.relationship-event-tiles .cloud-event-details {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin: 0 14px 14px;
  padding-top: 12px;
}

.business-side-card.is-reviewing {
  border-color: #a8d2c3;
  box-shadow: 0 12px 30px rgba(12, 45, 34, 0.08);
}

.side-product-review-form {
  display: grid;
  gap: 12px;
}

.review-product-summary {
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 12px;
}

.review-product-summary span {
  color: var(--muted);
  font-weight: 800;
}

.business-event-card {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(28, 38, 32, 0.04);
  min-height: 178px;
  overflow: hidden;
}

.business-event-card summary {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-rows: minmax(86px, auto) auto;
  list-style: none;
  padding: 12px 14px;
}

.business-event-card summary::-webkit-details-marker {
  display: none;
}

.business-event-card h4,
.business-event-card p {
  margin: 0;
}

.business-event-card h4 {
  font-size: 18px;
  line-height: 1.2;
}

.business-event-card summary > span {
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  justify-self: start;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
  white-space: nowrap;
}

.business-event-card-body {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding: 12px 14px 14px;
}

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

.business-event-metrics span {
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 10px;
}

.business-event-metrics strong {
  color: var(--ink);
  font-size: 16px;
}

.business-event-metrics small,
.business-event-products p {
  color: var(--muted);
  margin: 0;
}

.business-event-list em {
  color: var(--primary);
  font-style: normal;
  font-weight: 800;
}

.business-review-form {
  display: grid;
  gap: 12px;
}

.customer-messages-view {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.customer-messages-view .notice,
.customer-messages-view .notice p {
  min-width: 0;
  overflow-wrap: anywhere;
}

.messages-toolbar {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  padding: 10px 12px;
}

.messages-toolbar-icon {
  align-items: center;
  background: #e5f2ee;
  border: 1px solid #c8e4dc;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.messages-toolbar-icon svg {
  height: 25px;
  width: 25px;
}

.messages-toolbar-copy {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  min-width: 0;
}

.message-toolbar-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.customer-message-filters {
  display: grid;
  gap: 8px;
}

.customer-message-filters button {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  gap: 6px;
  min-height: 36px;
  padding: 7px 8px;
  text-align: left;
  width: 100%;
}

.customer-message-filters button.is-active,
.customer-message-filters button:hover,
.customer-message-filters button:focus-visible {
  background: #edf7f1;
  border-color: #b8d8cb;
  color: #0d5a3d;
  outline: 0;
}

.customer-message-filters button span {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-message-filters button small {
  flex: 0 0 auto;
}

.customer-message-filters .star-icon {
  height: 14px;
  width: 14px;
}

.customer-message-filters small {
  background: #e5f2ee;
  border: 1px solid #c8e4dc;
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  min-width: 18px;
  padding: 2px 5px;
  text-align: center;
}

.customer-message-workspace {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(148px, 170px) minmax(360px, 420px) minmax(0, 1fr);
  min-width: 0;
}

.customer-message-filter-rail {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.05);
  min-width: 0;
  padding: 8px;
}

.customer-message-list {
  display: grid;
  gap: 4px;
  padding-left: 14px;
  position: relative;
}

.customer-message-list::before {
  background: #cfe0d8;
  bottom: 8px;
  content: "";
  left: 5px;
  position: absolute;
  top: 8px;
  width: 1px;
}

.customer-message-list-item {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.07);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  min-height: 46px;
  position: relative;
}

.customer-message-list-item::before {
  background: #cfe0d8;
  content: "";
  height: 1px;
  left: -9px;
  position: absolute;
  top: 23px;
  width: 9px;
}

.customer-message-list-item.is-unread {
  background: #edf7f1;
  border-color: #a9d8c6;
}

.customer-message-list-item.is-read:not(.is-active) {
  background: #fffefa;
  opacity: 0.78;
}

.customer-message-list-item.is-starred {
  border-color: #d8c58a;
}

.customer-message-thread-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px 0 0 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  min-height: 44px;
  padding: 6px 8px;
  text-align: left;
  width: 100%;
}

.customer-message-list-item.is-active,
.customer-message-list-item:hover,
.customer-message-list-item:focus-within {
  background: #edf7f1;
  border-color: #b8d8cb;
  outline: 0;
}

.customer-message-list strong,
.customer-message-list small,
.customer-message-list em {
  display: block;
}

.customer-message-tree-copy {
  min-width: 0;
}

.customer-message-list-item.is-read strong {
  font-weight: 800;
}

.customer-message-list-item.is-unread strong {
  font-weight: 950;
}

.customer-message-list small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.customer-message-tree-copy strong,
.customer-message-tree-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-message-list em {
  color: #2f3e38;
  font-size: 13px;
  font-style: normal;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-message-tree-meta {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  min-width: 0;
}

.customer-message-list mark,
.customer-message-read {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  gap: 4px;
  justify-content: center;
  padding: 5px 8px;
  white-space: nowrap;
}

.customer-message-tree-meta .customer-message-read span {
  display: none;
}

.customer-message-tree-meta .customer-message-read,
.customer-message-tree-meta .customer-message-unread {
  min-height: 22px;
  padding: 3px 6px;
}

.customer-message-list mark {
  background: #dff2ec;
  color: var(--primary);
}

.customer-message-read {
  background: #f2f3ef;
  color: #60726b;
}

.customer-message-read svg {
  height: 13px;
  width: 13px;
}

.customer-message-meta-row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.customer-message-starred,
.customer-message-tag {
  align-items: center;
  background: #fff8dc;
  border: 1px solid #eadba2;
  border-radius: 999px;
  color: #7b5b00;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  min-height: 20px;
  padding: 2px 7px;
}

.customer-message-starred {
  padding: 2px 5px;
}

.customer-message-starred .star-icon {
  fill: currentColor;
  height: 13px;
  width: 13px;
}

.customer-message-tag {
  background: #eef5f9;
  border-color: #c7dce8;
  color: #31576a;
}

.customer-message-actions {
  align-self: start;
  justify-self: end;
  position: relative;
  z-index: 3;
}

.customer-message-action-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--primary);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.customer-message-action-toggle:hover,
.customer-message-action-toggle:focus-visible {
  background: #e5f3ee;
  outline: 0;
}

.customer-message-action-toggle svg {
  height: 18px;
  width: 18px;
}

.customer-message-refresh {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--primary);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.customer-message-refresh:hover,
.customer-message-refresh:focus-visible {
  background: #e5f3ee;
  outline: 0;
}

.customer-message-refresh:disabled {
  cursor: wait;
  opacity: 0.6;
}

.customer-message-refresh svg {
  height: 18px;
  width: 18px;
}

.customer-message-action-menu {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(6, 19, 15, 0.16);
  display: grid;
  min-width: 150px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 20;
}

.customer-message-action-menu[hidden] {
  display: none;
}

.customer-message-action-menu a,
.customer-message-action-menu button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  display: block;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 34px;
  padding: 8px 10px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.customer-message-action-menu a:hover,
.customer-message-action-menu button:hover,
.customer-message-action-menu a:focus-visible,
.customer-message-action-menu button:focus-visible {
  background: #edf7f1;
  color: var(--primary);
  outline: 0;
}

.customer-message-business-logo {
  align-items: center;
  background: #e7f5ef;
  border: 1px solid #c4e2d6;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  width: 32px;
}

.customer-message-business-logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.customer-message-business-logo.large {
  border-radius: 9px;
  height: 48px;
  width: 48px;
}

.customer-message-hover-preview {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(6, 19, 15, 0.16);
  display: none;
  gap: 10px;
  left: calc(100% + 12px);
  min-width: 280px;
  padding: 12px;
  position: absolute;
  top: 0;
  width: min(380px, 42vw);
  z-index: 30;
}

.customer-message-list-item:hover .customer-message-hover-preview,
.customer-message-list-item:focus-within .customer-message-hover-preview {
  display: grid;
}

.customer-message-hover-preview article {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.customer-message-hover-preview article + article {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.customer-message-hover-preview strong,
.customer-message-hover-preview small {
  display: block;
}

.customer-message-hover-preview p {
  color: #2f3e38;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.customer-message-business-head {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.customer-message-mobile-back {
  display: none;
}

.customer-message-business-head h3,
.customer-message-business-head p {
  margin: 0;
}

.customer-message-detail-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.customer-message-detail {
  min-width: 0;
}

.customer-message-thread-card {
  display: grid;
  gap: 12px;
}

.customer-message-thread {
  background: #fbfcfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  max-height: clamp(260px, 42vh, 520px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 12px;
  scrollbar-width: thin;
}

.customer-message-desktop-days {
  display: none;
}

.customer-message-day {
  display: grid;
  gap: 8px;
}

.customer-message-day summary {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: grid;
  gap: 7px;
  grid-template-columns: auto auto minmax(0, 1fr);
  list-style: none;
  min-height: 30px;
  padding: 5px 10px;
}

.customer-message-day summary::-webkit-details-marker {
  display: none;
}

.customer-message-day summary span,
.customer-message-day summary small {
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.customer-message-day summary small {
  color: var(--muted);
}

.customer-message-day summary em {
  color: #60726b;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 140ms ease;
  white-space: nowrap;
}

.customer-message-day summary:hover em,
.customer-message-day summary:focus-visible em {
  opacity: 1;
}

.customer-message-day[open] summary {
  border-radius: 8px;
}

.customer-message-day-body {
  display: grid;
  gap: 9px;
}

.customer-message-mobile-days {
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 0;
  overflow: visible;
  position: relative;
}

.customer-message-day-rail {
  align-content: start;
  display: grid;
  gap: 2px;
  max-height: clamp(220px, 38vh, 480px);
  overflow: visible;
  padding: 3px 0;
  position: relative;
  scrollbar-width: none;
  z-index: 12;
}

.customer-message-day-rail::-webkit-scrollbar {
  display: none;
}

.customer-message-day-rail button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--primary);
  display: flex;
  height: 20px;
  justify-content: flex-start;
  min-height: 20px;
  min-width: 0;
  padding: 0;
  position: relative;
  transition: color 160ms ease, transform 160ms ease;
  width: 34px;
  z-index: 1;
}

.customer-message-day-rail button:is(:hover, :focus, :focus-visible) {
  z-index: 14;
}

.customer-message-day-rail button::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  opacity: 0.4;
  transform-origin: left center;
  transition: opacity 160ms ease, transform 160ms ease, width 180ms ease;
  width: 17px;
}

.customer-message-day-rail button:is(:hover, :focus, :focus-visible, .is-active)::before {
  height: 3px;
  opacity: 1;
  width: 32px;
}

.customer-message-day-rail button.is-active {
  color: #0f6b51;
  transform: translateX(1px);
}

.customer-message-day-rail button:focus-visible {
  outline: 0;
}

.customer-message-day-rail button span,
.customer-message-day-rail button small {
  display: none;
}

.customer-message-day-preview {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(6, 19, 15, 0.12);
  color: #2f3e38;
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  left: calc(100% + 5px);
  line-height: 1.3;
  min-width: 250px;
  max-width: min(340px, 42vw);
  opacity: 0;
  overflow: hidden;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: normal;
  z-index: 20;
}

.customer-message-day-rail button:is(:hover, :focus, :focus-visible) .customer-message-day-preview {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.customer-message-day-preview > strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.1;
}

.customer-message-day-preview > small {
  color: var(--muted);
  display: block;
  font-size: 11px;
  font-weight: 850;
  margin-top: -4px;
}

.customer-message-day-preview span {
  border-top: 1px solid rgba(31, 111, 91, 0.12);
  display: grid;
  gap: 3px;
  padding-top: 7px;
}

.customer-message-day-preview b {
  color: #344b42;
  font-size: 11px;
  font-weight: 950;
}

.customer-message-day-preview i {
  color: #536174;
  display: -webkit-box;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.customer-message-day-panes {
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.customer-message-day-pane {
  animation: customerMessageDayIn 180ms ease both;
  min-width: 0;
}

.customer-message-day-pane[hidden] {
  display: none;
}

.customer-message-day-pane-head {
  align-items: center;
  border-bottom: 1px solid rgba(31, 111, 91, 0.1);
  color: var(--primary);
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  padding: 2px 0 8px;
}

.customer-message-day-pane-head span,
.customer-message-day-pane-head small {
  font-size: 11px;
  font-weight: 950;
}

.customer-message-bubble {
  display: grid;
  gap: 5px;
  max-width: min(620px, 72%);
}

.customer-message-bubble.business {
  justify-self: start;
}

.customer-message-bubble.customer {
  justify-self: end;
}

.customer-message-bubble > div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.customer-message-bubble strong {
  font-size: 14px;
  line-height: 1.2;
}

.customer-message-bubble small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.customer-message-bubble p {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.38;
  margin: 0;
  padding: 9px 11px;
}

.customer-message-bubble p a,
.bp-message-bubble p a,
.bp-message-log-entry p a {
  color: var(--bp-green, var(--green));
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.customer-message-bubble.customer p {
  background: #eaf5ef;
  border-color: #cbe4dc;
}

.customer-message-reply-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.customer-message-reply-form label {
  display: grid;
  gap: 6px;
}

.customer-message-reply-form label > span:first-child {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-message-reply-box {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.customer-message-reply-box textarea {
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  min-height: 96px;
  padding: 10px 56px 10px 12px;
  resize: vertical;
  width: 100%;
}

.customer-message-reply-form .customer-message-send {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #718999 0%, #2f4655 100%);
  border: 0;
  border-radius: 999px;
  bottom: 10px;
  box-shadow: 0 8px 18px rgba(37, 57, 70, 0.24);
  color: #fff;
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  max-height: 36px;
  max-width: 36px;
  min-width: 0;
  min-height: 36px;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 36px;
}

.customer-message-reply-form .customer-message-send:hover {
  background: linear-gradient(135deg, #7f99aa 0%, #253947 100%);
}

.customer-message-reply-form .customer-message-send svg {
  height: 18px;
  width: 18px;
}

.business-review-form input[type="text"],
.business-review-form input:not([type]),
.business-review-form textarea,
.business-review-form select {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  padding: 10px;
  width: 100%;
}

.review-average {
  align-items: end;
  display: grid;
  gap: 2px;
  justify-items: end;
  text-align: right;
}

.review-average strong {
  font-size: 24px;
}

.review-average span {
  color: #c98b13;
  font-size: 18px;
  letter-spacing: 1px;
}

.review-average small {
  color: var(--muted);
}

.review-block {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.public-review-block {
  background: #f7fbf8;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  padding: 14px;
}

.private-review-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.review-block h4 {
  font-size: 16px;
}

.review-block-head {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
}

.product-review-picker {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.selected-product-review {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
}

.reviewed-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.reviewed-product-list span {
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  max-width: 260px;
  padding: 8px 10px;
}

.reviewed-product-list em {
  color: #c98b13;
  font-style: normal;
}

.claim-review-box {
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

@media (max-width: 980px) {
  .business-profile-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .business-rating-summary {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }
}

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

  .business-profile-card,
  .business-detail-grid,
  .business-kpi-grid,
  .review-block-head,
  .selected-product-review {
    grid-template-columns: 1fr;
  }

  .review-average {
    justify-items: start;
    text-align: left;
  }

  .business-profile-mark {
    max-width: 180px;
  }

  .business-detail-view,
  .relationship-viewport,
  .relationship-view-panel {
    gap: 10px;
  }

  .relationship-view-panel[data-relationship-view-panel="home"] {
    gap: 10px;
  }

  .relationship-view-panel[data-relationship-view-panel="home"] .business-detail-grid {
    gap: 10px;
  }

  .relationship-kpi-grid.business-kpi-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .relationship-kpi-grid.business-kpi-grid span {
    align-content: center;
    gap: 3px;
    min-height: 76px;
    padding: 10px 12px;
  }

  .relationship-kpi-grid.business-kpi-grid strong {
    display: -webkit-box;
    font-size: 20px;
    line-height: 1.08;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .relationship-kpi-grid.business-kpi-grid small {
    font-size: 11px;
    line-height: 1.15;
  }

  .relationship-purchase-preview-card {
    gap: 9px;
    padding: 12px;
  }

  .relationship-purchase-preview-card .card-head {
    align-items: center;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .relationship-purchase-preview-card .card-head h3 {
    font-size: 18px;
    line-height: 1.1;
  }

  .relationship-purchase-preview-card .card-head p {
    display: none;
  }

  .relationship-purchase-preview-grid {
    gap: 8px;
  }

  .relationship-purchase-preview-grid article {
    gap: 4px;
    padding-bottom: 7px;
  }

  .relationship-purchase-preview-grid article > div {
    aspect-ratio: 1.55 / 1;
  }

  .relationship-purchase-preview-grid strong,
  .relationship-purchase-preview-grid small {
    padding: 0 8px;
  }

  .relationship-purchase-preview-grid strong {
    display: -webkit-box;
    font-size: 12px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .relationship-purchase-preview-grid small {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .business-grid {
    grid-template-columns: 1fr;
  }
}

.impact-total {
  display: grid;
  gap: 5px;
}

.impact-total strong {
  font-size: 28px;
}

.mini-list span {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 3px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 0;
}

.mini-list small {
  grid-column: 1;
}

.mini-list strong {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.impact-list {
  display: grid;
}

.impact-entry {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 14px 0;
}

.impact-entry:last-child {
  border-bottom: 0;
}

.impact-entry h3 {
  font-size: 17px;
}

.impact-entry small {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.impact-entry-detail {
  display: grid;
  gap: 4px;
  justify-items: end;
  min-width: 150px;
}

.impact-entry-detail span {
  background: #edf7f1;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
}

.impact-entry-detail b {
  font-size: 18px;
}

.impact-entry-detail strong {
  border-top: 1px solid var(--line);
  margin-top: 2px;
  padding-top: 6px;
}

.organization-grid {
  display: grid;
  gap: 14px;
}

.organization-mobile-apps {
  display: none;
}

.organization-mobile-summary {
  display: none;
}

.organization-mobile-giveback-panel {
  display: none;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-organization-mobile-panel] {
  display: none;
}

body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="profiles"] [data-organization-mobile-panel="profiles"],
body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="signups"] [data-organization-mobile-panel="signups"],
body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="support"] [data-organization-mobile-panel="support"],
body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="giveback"] [data-organization-mobile-panel="giveback"] {
  display: grid;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-overview"] {
  display: grid;
  gap: 14px;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(104px, 128px));
  justify-content: start;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 12px;
  color: #14372d;
  display: grid;
  gap: 4px;
  height: 68px;
  justify-items: center;
  min-height: 68px;
  min-width: 0;
  padding: 7px 8px;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps button.is-active {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
  color: var(--primary);
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps .dashboard-action-icon {
  height: 21px;
  width: 21px;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps span,
body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps span {
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps small {
  color: #536174;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"].organization-grid {
  gap: 10px;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card {
  align-items: center;
  background: #fffefa;
  border-color: #aebfba;
  border-radius: 16px;
  box-shadow: none;
  cursor: pointer;
  display: grid;
  min-height: 82px;
  padding: 10px;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card:hover,
body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card:focus-visible {
  background: #ffffff;
  border-color: rgba(31, 111, 91, 0.45);
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.07);
  outline: 0;
  transform: translateY(-1px);
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head {
  align-items: center;
  display: grid;
  gap: 8px 12px;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  width: 100%;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-avatar {
  border-radius: 14px;
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 66px;
  width: 66px;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head > div {
  align-self: center;
  display: grid;
  gap: 3px;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head h3 {
  font-size: 17px;
  line-height: 1.15;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head p.muted {
  display: none;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-mobile-summary {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.22;
  margin: 0;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .text-button {
  align-items: center;
  align-self: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  grid-column: 3;
  grid-row: 1 / span 2;
  height: 34px;
  justify-content: center;
  justify-self: end;
  min-height: 34px;
  overflow: hidden;
  padding: 0 14px;
  text-decoration: none;
  width: auto;
}

body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card > .organization-metrics,
body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card > .organization-events,
body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card > .organization-signup-list {
  display: none;
}

.organization-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.organization-profile-card,
.organization-registration-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.organization-signup-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.organization-registration-card-compact {
  background: #f8fbfa;
  gap: 10px;
  padding: 12px;
}

.organization-registration-card-compact .organization-card-head {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.organization-registration-card-compact .organization-avatar {
  height: 42px;
  width: 42px;
}

.organization-registration-card-compact .organization-card-head > strong {
  background: #e3f0ec;
  border-radius: 999px;
  color: var(--primary);
  font-size: 13px;
  padding: 6px 10px;
}

.organization-registration-card-compact .organization-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.organization-registration-card-compact .organization-metrics span {
  padding: 9px 10px;
}

.organization-registration-summary-card {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.organization-registration-summary-card:hover,
.organization-registration-summary-card:focus-visible {
  background: #f1faf5;
  border-color: rgba(31, 111, 91, 0.38);
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.08);
  outline: none;
}

.organization-registration-summary-card .organization-card-head {
  align-items: start;
  display: grid;
  gap: 10px 12px;
  grid-template-columns: 62px minmax(0, 1fr) auto;
}

.organization-registration-summary-card .organization-avatar,
.organization-registration-summary-card .organization-profile-logo {
  height: 62px;
  width: 62px;
}

.organization-registration-summary-card h3,
.organization-registration-summary-card p {
  margin: 0;
}

.organization-registration-summary-card h3 {
  font-size: 18px;
  line-height: 1.12;
}

.organization-registration-summary-card p {
  display: block;
  font-size: 13px;
  line-height: 1.18;
}

.organization-registration-drawer .organization-registration-card,
.organization-registration-drawer .organization-launch-hub-card {
  box-shadow: none;
}

.organization-registration-drawer .organization-icon-action {
  background: #fffefa;
  border-color: #a9c8bd;
  color: var(--primary);
}

.organization-registration-drawer .organization-icon-action:hover,
.organization-registration-drawer .organization-icon-action:focus-visible {
  background: #e7f6f0;
  border-color: #7dbca8;
  outline: 0;
}

.organization-registration-card.is-archived {
  opacity: 0.62;
}

.organization-launch-hub-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.organization-launch-hub-head {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.organization-launch-hub-head h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0;
}

.organization-launch-hub-head strong {
  background: #e3f0ec;
  border: 1px solid #c9e5da;
  border-radius: 999px;
  color: var(--primary);
  font-size: 14px;
  padding: 8px 11px;
  white-space: nowrap;
}

.organization-launch-hub-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
}

.organization-launch-hub-main {
  display: grid;
  gap: 14px;
}

.organization-launch-hub-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.organization-member-link-box {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.organization-member-link-box label {
  font-weight: 900;
}

.organization-member-link-box > div {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.organization-member-link-box input {
  min-width: 0;
}

.organization-launch-checklist {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  align-content: start;
  padding: 14px;
}

.organization-launch-checklist h4 {
  font-size: 15px;
  margin: 0 0 2px;
}

.organization-launch-checklist span {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 22px minmax(0, 1fr);
  font-weight: 800;
}

.organization-launch-checklist b {
  align-items: center;
  border: 1px solid #b9c7bf;
  border-radius: 5px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.organization-launch-checklist span.is-complete b {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.organization-launch-note {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-top: 14px;
}

.organization-launch-note p {
  color: var(--muted);
  margin: 0;
}

.organization-management-group {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
}

.organization-portal-mode-apps.organization-mobile-apps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(104px, 128px));
  justify-content: start;
  margin: 14px 0 18px;
}

.organization-portal-mode-apps.organization-mobile-apps button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: #14372d;
  cursor: pointer;
  display: grid;
  gap: 4px;
  height: 82px;
  justify-items: center;
  min-height: 82px;
  min-width: 0;
  padding: 8px;
}

.organization-portal-mode-apps.organization-mobile-apps button.is-active {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
  color: var(--primary);
}

.organization-hub-addon-card {
  background: #f8fbfa;
  border-style: dashed;
  margin-top: 8px;
}

.organization-hub-addon-card .organization-overview-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.organization-portal-mode-apps.organization-mobile-apps .dashboard-action-icon {
  height: 21px;
  width: 21px;
}

.organization-portal-mode-apps.organization-mobile-apps span,
.organization-portal-mode-apps.organization-mobile-apps small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.organization-portal-mode-apps.organization-mobile-apps span {
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.organization-portal-mode-apps.organization-mobile-apps small {
  color: #536174;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
}

.organization-portal-mode .bp-main {
  background: linear-gradient(180deg, #f7fbf8 0%, #eef6f0 100%);
}

.organization-portal-mode .bp-device-page {
  padding: clamp(18px, 3vw, 34px);
}

.organization-portal-mode .bp-device-page > .bp-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}

.organization-portal-mode .bp-card-head {
  background: transparent;
  border: 0;
  padding: 0 0 4px;
}

.organization-fundraiser-panels {
  display: grid;
  gap: 16px;
}

.organization-fundraiser-panel {
  display: grid;
  gap: 14px;
}

.organization-fundraiser-panel[hidden] {
  display: none;
}

.organization-panel-head {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 16px;
}

.organization-portal-mode .organization-panel-head {
  border-top-color: rgba(31, 111, 91, 0.16);
}

.organization-panel-head h3,
.organization-panel-head p,
.organization-panel-group h4 {
  margin: 0;
}

.organization-panel-group {
  display: grid;
  gap: 10px;
}

.organization-panel-group h4 {
  color: #14372d;
  font-size: 14px;
}

.organization-setup-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.organization-setup-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.organization-setup-rail {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  width: 100%;
}

.organization-setup-guide-strip {
  align-items: start;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) auto;
  padding: 14px;
}

.organization-setup-links .dashboard-action-icon {
  height: 18px;
  width: 18px;
}

.organization-setup-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(118px, 140px));
  justify-content: start;
}

.organization-setup-links[hidden] {
  display: none;
}

.organization-setup-links button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: #173d34;
  cursor: pointer;
  display: grid;
  font-weight: 900;
  gap: 4px;
  height: 78px;
  justify-items: center;
  min-width: 0;
  padding: 8px;
  text-align: center;
}

.organization-setup-links button span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.organization-setup-links button.is-active,
.organization-setup-links button.active {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
  color: var(--primary);
}

.organization-setup-checklist {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.organization-setup-checklist span {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #d6e1dd;
  border-radius: 8px;
  color: #173d34;
  display: flex;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px;
  text-align: left;
}

.organization-setup-checklist span b {
  align-items: center;
  border: 1px solid #a9c9bf;
  border-radius: 5px;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.organization-setup-checklist span.is-complete b {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  color: var(--primary);
}

.organization-feed-viewport {
  align-content: start;
}

.organization-feed-viewport .organization-discovery-grid,
.organization-feed-viewport .organization-grid,
.organization-feed-viewport .organization-bulletin-grid {
  grid-template-columns: 1fr;
}

.organization-discovery-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.organization-discovery-card {
  background: #fffefa;
  border: 1px solid #aebfba;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
}

.organization-portal-mode .organization-registration-card,
.organization-portal-mode .organization-launch-hub-card,
.organization-portal-mode .organization-discovery-card {
  border-color: #aebfba;
  box-shadow: none;
}

.organization-discovery-card .organization-card-head {
  align-items: center;
  grid-template-columns: 84px minmax(0, 1fr) auto;
}

.organization-discovery-card .organization-card-head > div {
  min-width: 0;
}

.organization-discovery-card .organization-card-head h3 {
  line-height: 1.15;
  margin: 0;
}

.organization-discovery-card .organization-card-head p {
  overflow-wrap: anywhere;
}

.organization-discovery-card .organization-profile-logo {
  border-radius: 10px;
  height: 74px;
  width: 74px;
}

.organization-discovery-card p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.organization-event-structure,
.organization-bulletin-grid {
  display: grid;
  gap: 10px;
}

.organization-event-structure span {
  background: #f8fbfa;
  border: 1px solid #d6e1dd;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 8px 10px;
}

.organization-event-structure b,
.organization-event-structure small {
  display: block;
}

.organization-bulletin-card {
  background: #fffefa;
  border: 1px solid #aebfba;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
}

.organization-hub-layout {
  display: grid;
  gap: 16px;
}

.organization-hub-form {
  display: grid;
  gap: 12px;
}

.organization-hub-form label,
.organization-copy-field {
  color: #14372d;
  display: grid;
  gap: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.organization-hub-form input,
.organization-hub-form select,
.organization-hub-form textarea,
.organization-copy-field input,
.organization-customer-search input,
.organization-hub-toolbar input,
.organization-hub-toolbar select {
  background: #fff;
  border: 1px solid #c8d8d0;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
  text-transform: none;
  width: 100%;
}

.organization-hub-form textarea {
  min-height: 112px;
  resize: vertical;
}

.organization-hub-form-grid,
.organization-hub-option-grid,
.organization-hub-toolbar,
.organization-customer-search {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.organization-hub-option-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.organization-hub-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.organization-hub-chip-row span,
.organization-hub-chip-row button {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  min-height: 32px;
  padding: 7px 11px;
}

.organization-hub-chip-row button {
  cursor: pointer;
}

.organization-hub-chip-row button:disabled {
  cursor: default;
  opacity: .7;
}

.organization-connect-card .organization-card-head {
  grid-template-columns: 96px minmax(0, 1fr);
}

.organization-connect-card .organization-profile-logo {
  background: #fff;
  height: 88px;
  object-fit: contain;
  padding: 6px;
  width: 88px;
}

.organization-member-card[data-member-status="pending"] {
  border-color: #e2b95f;
}

.organization-member-card[data-member-status="approved"],
.organization-member-card[data-member-status="active"] {
  border-color: #89c9af;
}

.organization-customer-hub-card {
  display: grid;
  gap: 12px;
}

.organization-customer-search {
  grid-template-columns: minmax(0, 1fr) auto;
}

.organization-public-page {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(18px, 4vw, 42px);
}

.organization-public-hero {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 86px minmax(0, 1fr) 116px;
  padding: clamp(16px, 3vw, 28px);
}

.organization-public-hero h2 {
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}

.organization-public-qr {
  background: #fff;
  border: 1px solid #d6e1dd;
  border-radius: 8px;
  height: 112px;
  padding: 6px;
  width: 112px;
}

.organization-public-layout {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
}

.organization-public-main,
.organization-public-rail {
  display: grid;
  gap: 16px;
}

.organization-public-status-card {
  align-content: start;
}

.organization-public-not-found {
  align-content: start;
  margin: clamp(28px, 8vw, 84px) auto;
  max-width: 620px;
  width: min(100%, 620px);
}

.organization-public-not-found .button {
  justify-self: start;
  min-height: 40px;
  width: auto;
}

.organization-public-not-found .organization-discovery-grid {
  grid-template-columns: 1fr;
}

.organization-partner-logo {
  align-items: center;
  background: #e7f6f0;
  border: 1px solid #c7e6da;
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 52px;
  justify-content: center;
  object-fit: cover;
  width: 52px;
}

.organization-discovery-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.organization-discovery-stats span {
  background: #f8fbfa;
  border: 1px solid #d6e1dd;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 9px 10px;
}

.organization-discovery-stats b {
  color: #061f19;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.organization-discovery-stats small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.organization-profile-card {
  border-color: #b8decf;
}

.organization-profile-detail {
  gap: 16px;
}

.organization-profile-hero {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 74px minmax(0, 1fr) auto;
}

.organization-focus-card {
  align-items: center;
  background: #fffefa;
  border-color: #b8d8cc;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.06);
  grid-template-columns: 76px minmax(0, 1fr);
}

.bp-grid:has(.organization-focus-card) {
  grid-template-columns: minmax(0, 1fr);
}

.bp-grid:has(.organization-focus-card) .bp-side-panel {
  display: none;
}

.organization-focus-card h2,
.organization-focus-card p {
  margin: 0;
}

.organization-focus-card h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.organization-focus-card p {
  color: var(--muted);
  font-weight: 700;
}

.organization-focus-card .organization-profile-logo {
  border-radius: 14px;
  height: 68px;
  width: 68px;
}

.organization-focus-card > div {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.organization-focus-apps {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(96px, 128px));
  justify-content: start;
  margin-top: 8px;
}

.organization-focus-apps button,
.organization-focus-apps a {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 12px;
  color: #14372d;
  display: grid;
  gap: 4px;
  height: 68px;
  justify-items: center;
  min-height: 68px;
  min-width: 0;
  padding: 7px 8px;
  text-decoration: none;
}

.organization-focus-apps button:hover,
.organization-focus-apps button:focus-visible,
.organization-focus-apps a:hover,
.organization-focus-apps a:focus-visible {
  background: #e4f6ef;
  border-color: rgba(31, 111, 91, 0.42);
  outline: 0;
}

.organization-focus-apps .dashboard-action-icon {
  height: 21px;
  width: 21px;
}

.organization-focus-apps span,
.organization-focus-apps small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.organization-focus-apps span {
  font-size: 10px;
  font-weight: 950;
  line-height: 1.05;
  text-transform: uppercase;
}

.organization-focus-apps small {
  color: #536174;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
}

.organization-profile-logo {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 12px;
  color: var(--primary);
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.organization-profile-logo img {
  border-radius: inherit;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  width: 100%;
}

.organization-card-head {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
}

.organization-card-head > strong {
  font-size: 24px;
}

.organization-avatar {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 50%;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.organization-avatar img {
  border-radius: inherit;
  height: 100%;
  object-fit: contain;
  padding: 4px;
  width: 100%;
}

.organization-leader-card {
  border-color: #b8decf;
}

.organization-card-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.organization-card-actions .button.compact {
  min-height: 38px;
}

.organization-event-actions .button.compact {
  flex: 0 0 auto;
  min-width: 118px;
}

.organization-register-event-button.button.compact {
  align-items: center;
  background: #fffefa;
  border: 1px solid #a9c8bd;
  color: var(--primary);
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  padding: 0 14px;
}

.organization-register-event-button.button.compact:hover,
.organization-register-event-button.button.compact:focus-visible {
  background: #e7f6f0;
  border-color: #7dbca8;
  color: var(--primary);
  outline: 0;
}

.organization-register-event-button svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.organization-register-event-button span {
  color: inherit;
}

.organization-save-event-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid #a9c8bd;
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  min-height: 38px;
  padding: 0;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 48px;
}

.organization-save-event-button:hover,
.organization-save-event-button:focus-visible {
  background: #e7f6f0;
  border-color: #7dbca8;
  outline: 0;
}

.organization-save-event-button svg {
  color: var(--primary);
  height: 20px;
  width: 20px;
}

.organization-save-event-button svg path {
  fill: #fffefa;
  stroke: var(--primary);
  stroke-linejoin: round;
  stroke-width: 4px;
  transition: fill 160ms ease;
}

.organization-save-event-button.saved {
  background: #fffefa;
  border-color: #7dbca8;
  color: var(--primary);
}

.organization-save-event-button.saved svg path {
  fill: var(--primary);
}

.organization-event-availability b {
  font-size: 13px;
}

.organization-icon-action {
  align-items: center;
  background: #e5f4ef;
  border: 1px solid #cfebe1;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  padding: 0;
  text-decoration: none;
  width: 42px;
}

.organization-icon-action:hover,
.organization-icon-action:focus-visible {
  background: #d7eee7;
  outline: 0;
}

.organization-icon-action svg {
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 24px;
}

.organization-report-card {
  cursor: pointer;
}

.organization-report-card:hover,
.organization-report-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.42);
  outline: 0;
}

.organization-report-backdrop {
  background: rgba(6, 19, 15, 0.34);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 55;
}

.organization-report-backdrop[hidden] {
  display: none;
}

.organization-report-drawer {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 16px 16px 0 0;
  bottom: 0;
  box-shadow: 0 -24px 58px rgba(6, 19, 15, 0.28);
  display: grid;
  gap: 12px;
  left: 50%;
  max-height: min(82vh, 720px);
  max-width: 560px;
  overflow-y: auto;
  padding: 12px 14px calc(22px + env(safe-area-inset-bottom, 0px));
  position: fixed;
  transform: translateX(-50%);
  width: min(100%, 560px);
  z-index: 56;
}

.organization-report-drawer[hidden] {
  display: none;
}

.organization-report-drawer-head {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.organization-report-drawer-head h3,
.organization-report-drawer-head p {
  margin: 0;
}

.organization-report-drawer-shell,
.organization-event-report-print-target {
  display: grid;
  gap: 14px;
}

.organization-report-document-head h3,
.organization-report-document-head p {
  margin: 0;
}

.organization-report-drawer-head button {
  align-items: center;
  background: #e7f6f0;
  border: 1px solid #b9ded2;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  display: inline-flex;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.organization-report-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.organization-report-order-list {
  display: grid;
  gap: 8px;
}

.organization-report-order-list article {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 10px;
}

.organization-report-order-list strong,
.organization-report-order-list small {
  display: block;
}

.organization-report-order-table {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}

.organization-report-order-table th {
  background: #e7f6f0;
  color: #0d2a22;
  font-size: 10px;
  font-weight: 950;
  padding: 8px;
  text-align: left;
  text-transform: uppercase;
}

.organization-report-order-table td {
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  color: #061f19;
  padding: 8px;
}

.organization-report-order-table th:nth-child(4),
.organization-report-order-table th:nth-child(5),
.organization-report-order-table th:nth-child(6),
.organization-report-order-table td:nth-child(4),
.organization-report-order-table td:nth-child(5),
.organization-report-order-table td:nth-child(6) {
  text-align: right;
}

.organization-manage-action {
  min-height: 38px;
}

.organization-cancel-action {
  border-color: #e0b8af;
  color: #9b2f1f;
}

.organization-cancel-action:hover,
.organization-cancel-action:focus-visible {
  background: #fff2ef;
  border-color: #c96d5b;
  color: #7e2417;
}

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

.organization-summary-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.organization-metrics span {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.organization-metrics small,
.organization-events p,
.organization-orders small {
  color: var(--muted);
}

.organization-events {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
  padding-top: 14px;
}

.organization-orders {
  display: grid;
}

.organization-orders span {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 0;
}

.organization-orders span:last-child {
  padding-bottom: 0;
}

.event-grid {
  display: grid;
  gap: 14px;
}

.cloud-event-list {
  display: grid;
  gap: 12px;
}

.event-summary-row {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
}

.event-summary-row span {
  background: #e3f0ec;
  border-radius: 999px;
  color: var(--primary);
  font-weight: 800;
  padding: 6px 10px;
}

.event-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.event-tag-row span,
.event-tag-row button {
  background: #e3f0ec;
  border: 1px solid #c4dfd4;
  border-radius: 999px;
  color: var(--primary);
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  min-height: 0;
  padding: 4px 8px;
}

.event-tag-row button:hover,
.event-tag-row button:focus-visible {
  background: #d7eee5;
  border-color: #9fcfbd;
  outline: none;
}

.event-publish-badge {
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  margin-top: 8px;
  padding: 5px 9px;
  width: fit-content;
}

.event-publish-badge.vendor {
  background: #fff4d8;
  border-color: #e5c266;
  color: #6e4a00;
}

.event-browser-list .event-publish-badge.vendor,
.relationship-event-tiles .event-publish-badge.vendor {
  display: none;
}

.event-publish-badge.verified {
  background: #e7f0ff;
  border-color: #bdd0f3;
  color: #224d91;
}

.event-browser-list {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.event-empty-card {
  cursor: default;
}

.event-browser-list .cloud-event-card {
  box-shadow: 0 8px 18px rgba(28, 38, 32, 0.04);
  overflow: hidden;
  padding: 0;
}

.event-browser-list .cloud-event-card:not([open]) {
  aspect-ratio: 2 / 3;
}

.event-browser-list .cloud-event-card summary {
  display: grid;
  gap: 10px;
  grid-template-rows: minmax(0, 1fr) auto auto;
  height: 100%;
  min-height: 285px;
  padding: 14px;
  position: relative;
}

.event-browser-list .cloud-event-tile-copy {
  align-content: start;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.cloud-event-tile-art {
  align-items: center;
  background: linear-gradient(145deg, #e3f0ec, #fff4d8);
  border: 1px solid #cce3d7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 84px;
}

.cloud-event-tile-art span {
  align-items: center;
  background: rgba(255, 254, 250, 0.82);
  border: 1px solid rgba(31, 111, 91, 0.24);
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 28px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.event-browser-list .cloud-event-card h3 {
  font-size: 18px;
  line-height: 1.15;
}

.event-browser-list .cloud-event-card summary p,
.event-browser-list .cloud-event-card summary strong {
  font-size: 13px;
  line-height: 1.22;
}

.cloud-event-tile-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cloud-event-tile-footer span {
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  padding: 5px 8px;
}

.event-browser-list .cloud-event-actions {
  display: flex;
  gap: 6px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.event-browser-list .cloud-event-details {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin: 0 14px 14px;
  padding-top: 12px;
}

.cloud-event-preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cloud-event-preview-meta span {
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
}

.event-participant-list {
  display: grid;
  gap: 8px;
}

.event-participant-list article {
  align-items: center;
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 8px;
}

.event-participant-list img,
.event-participant-list article > span {
  background: #f4f1eb;
  border-radius: 8px;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.event-participant-list article > span {
  align-items: center;
  color: var(--primary);
  display: flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
}

.event-participant-list strong,
.event-participant-list small {
  display: block;
  line-height: 1.2;
}

.event-participant-list small {
  color: var(--muted);
  margin-top: 2px;
}

.event-participant-booth {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.event-participant-booth a,
.event-participant-booth button {
  background: #e7f2e9;
  border: 0;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  min-height: 0;
  padding: 5px 8px;
  text-decoration: none;
}

.event-overlay {
  align-items: center;
  background: rgba(12, 28, 22, 0.42);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 80;
}

.event-overlay-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(12, 28, 22, 0.28);
  display: grid;
  gap: 16px;
  max-height: min(760px, 86vh);
  max-width: 760px;
  overflow: hidden;
  padding: 18px;
  width: min(760px, 100%);
}

.event-overlay-list {
  overflow-y: auto;
  padding-right: 4px;
}

.cloud-event-detail-panel {
  max-width: 860px;
  width: min(860px, 100%);
}

.cloud-event-detail-hero {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 96px minmax(0, 1fr);
}

.cloud-event-detail-hero > span,
.cloud-event-detail-art {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e3f0ec, #fff4d8);
  border: 1px solid #cce3d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-size: 36px;
  font-weight: 900;
  justify-content: center;
}

.cloud-event-detail-hero > span.has-image,
.cloud-event-detail-art.has-image,
.cloud-event-tile-image.has-image {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.cloud-event-detail-hero > span.has-image > span,
.cloud-event-detail-art.has-image > span,
.cloud-event-tile-image.has-image > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cloud-event-detail-art.has-carousel,
.cloud-event-tile-image.has-carousel,
.cloud-event-preview-hero-art.has-carousel {
  background: #eef5f2;
}

.cloud-event-detail-art.has-carousel i,
.cloud-event-tile-image.has-carousel i,
.cloud-event-preview-hero-art.has-carousel i,
.bp-hosted-dashboard-cover i,
.bp-hosted-card-cover i {
  animation: fordwellEventCoverCarousel 12s infinite;
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.cloud-event-detail-art.has-carousel i:nth-of-type(1),
.cloud-event-tile-image.has-carousel i:nth-of-type(1),
.cloud-event-preview-hero-art.has-carousel i:nth-of-type(1),
.bp-hosted-dashboard-cover i:nth-of-type(1),
.bp-hosted-card-cover i:nth-of-type(1) {
  animation-delay: 0s;
}

.cloud-event-detail-art.has-carousel i:nth-of-type(2),
.cloud-event-tile-image.has-carousel i:nth-of-type(2),
.cloud-event-preview-hero-art.has-carousel i:nth-of-type(2),
.bp-hosted-dashboard-cover i:nth-of-type(2),
.bp-hosted-card-cover i:nth-of-type(2) {
  animation-delay: 4s;
}

.cloud-event-detail-art.has-carousel i:nth-of-type(3),
.cloud-event-tile-image.has-carousel i:nth-of-type(3),
.cloud-event-preview-hero-art.has-carousel i:nth-of-type(3),
.bp-hosted-dashboard-cover i:nth-of-type(3),
.bp-hosted-card-cover i:nth-of-type(3) {
  animation-delay: 8s;
}

@keyframes fordwellEventCoverCarousel {
  0%, 30% { opacity: 1; }
  36%, 100% { opacity: 0; }
}

.cloud-event-detail-hero h2,
.cloud-event-detail-hero p {
  margin: 0;
}

.cloud-event-detail-scroll {
  display: grid;
  gap: 14px;
  max-height: min(540px, 62vh);
  overflow-y: auto;
  padding-right: 4px;
}

.cloud-event-detail-scroll section {
  display: grid;
  gap: 8px;
}

.cloud-event-giveback-callout {
  align-items: center;
  background: #f1fbf6;
  border-color: #b8decf;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cloud-event-giveback-callout h3,
.cloud-event-giveback-callout p {
  margin: 0;
}

.cloud-event-giveback-callout small {
  color: var(--muted);
  display: block;
  line-height: 1.45;
  margin-top: 8px;
}

.cloud-event-giveback-callout.compact {
  border: 1px solid #b8decf;
  border-radius: 10px;
  padding: 14px;
}

.giveback-page-nav {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  padding: 10px;
}

.giveback-page-nav a {
  background: #edf7f1;
  border: 1px solid #cce3d7;
  color: var(--primary);
  min-height: 36px;
}

.giveback-register-hero {
  gap: 8px;
}

.giveback-registration-page {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 1480px;
  width: 100%;
}

.giveback-register-banner {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
  padding: 20px;
}

.giveback-register-intro {
  max-width: 820px;
}

.giveback-register-intro h2 {
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.02;
}

.giveback-registration-guest {
  max-width: 1280px;
}

.giveback-guest-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 254, 250, 0.98), rgba(241, 251, 246, 0.88)),
    var(--panel);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  padding: clamp(22px, 3vw, 34px);
}

.giveback-guest-hero .giveback-register-intro h2 {
  font-size: clamp(36px, 5vw, 68px);
  max-width: 840px;
}

.giveback-guest-hero .giveback-register-intro p:not(.muted) {
  color: var(--primary);
  font-size: 17px;
  font-weight: 900;
}

.giveback-guest-hero .giveback-register-intro .muted {
  color: #354941;
  font-size: 17px;
  line-height: 1.55;
  max-width: 760px;
}

.giveback-guest-event-card {
  align-self: stretch;
  background: #ffffff;
  border: 1px solid #bdd7cc;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.giveback-guest-event-card h3 {
  font-size: 24px;
  line-height: 1.08;
}

.giveback-guest-event-card .business-product-summary {
  display: grid;
}

.giveback-guest-workspace {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(14px, 2vw, 22px);
}

.giveback-guest-layout {
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
}

.giveback-guest-auth {
  min-width: 0;
}

.giveback-guest-auth > .auth-card {
  margin: 0;
  max-width: none;
}

.giveback-guest-auth > .auth-card .segmented {
  margin-bottom: 8px;
}

.giveback-onboarding-guide {
  align-self: center;
}

.giveback-registration-workspace {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  transition: grid-template-columns 220ms ease;
}

.giveback-registration-page.poster-open .giveback-registration-workspace {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.46fr);
}

.giveback-organization-form,
.giveback-side-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.giveback-organization-form .auth-heading {
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}

.giveback-existing-registration {
  background: #f1fbf7;
  border: 1px solid #b9ddd0;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.giveback-existing-registration h3 {
  margin: 4px 0 0;
}

.giveback-existing-registration p {
  margin: 6px 0 0;
}

.giveback-existing-registration.hidden {
  display: none;
}

.giveback-new-registration-fields {
  display: grid;
  gap: 14px;
}

.giveback-new-registration-fields.hidden {
  display: none;
}

.giveback-organization-form.has-existing-registration #giveback-submit {
  opacity: 0.78;
}

.giveback-organization-form #giveback-submit:disabled {
  cursor: default;
}

.fundraiser-registration-page {
  margin-inline: calc(clamp(22px, 4vw, 54px) * -1);
  max-width: none;
  width: calc(100% + (clamp(22px, 4vw, 54px) * 2));
}

.fundraiser-registration-page .business-registration-intro {
  max-width: 760px;
  padding-inline: clamp(24px, 4vw, 54px);
}

.fundraiser-registration-page > .panel {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-inline: clamp(24px, 4vw, 54px);
}

.fundraiser-registration-workspace {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  margin-inline: auto;
  max-width: 1680px;
}

.fundraiser-registration-main,
.fundraiser-registration-rail {
  display: grid;
  gap: 16px;
}

.fundraiser-registration-heading-row {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.fundraiser-registration-save {
  flex: 0 0 auto;
  margin-top: 8px;
  min-height: 42px;
  white-space: nowrap;
}

.fundraiser-registration-stepbar {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 18px;
}

.fundraiser-registration-subnav {
  display: flex;
  gap: 22px;
  justify-content: flex-start;
  margin-top: -4px;
  overflow-x: auto;
  padding: 0 0 9px;
  scrollbar-width: thin;
}

.fundraiser-registration-page .fundraiser-registration-subnav button {
  appearance: none;
  background: transparent !important;
  border-bottom: 1px solid transparent !important;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #43514b !important;
  display: inline-block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  min-height: 0 !important;
  padding: 0 0 4px;
  transition: border-color 150ms ease, color 150ms ease;
  transform: none !important;
}

.fundraiser-registration-page .fundraiser-registration-subnav button:hover,
.fundraiser-registration-page .fundraiser-registration-subnav button:focus-visible,
.fundraiser-registration-page .fundraiser-registration-subnav button.is-active {
  border-bottom-color: var(--primary) !important;
  color: var(--primary) !important;
  cursor: pointer;
  outline: none;
}

.fundraiser-registration-progress {
  position: relative;
}

.fundraiser-registration-progress-toggle {
  align-items: center;
  background: #fffefa;
  border: 1px solid #d3ded8;
  border-radius: 999px;
  color: #6d4b00;
  display: inline-flex;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  line-height: 1;
  min-width: 44px;
  overflow: hidden;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fundraiser-registration-progress-toggle.is-ready {
  border-color: #b7ddcf;
  color: var(--primary);
  transform: scale(1.03);
}

.fundraiser-registration-progress-toggle.is-complete {
  background: #e8f5ef;
}

.fundraiser-progress-icon {
  align-items: center;
  display: inline-flex;
  grid-area: 1 / 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.fundraiser-progress-icon svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 21px;
}

.fundraiser-registration-progress-toggle {
  display: grid;
  place-items: center;
}

.fundraiser-registration-progress-toggle .fundraiser-progress-icon-check {
  opacity: 0;
  transform: translateY(10px) scale(.72);
}

.fundraiser-registration-progress-toggle.is-ready .fundraiser-progress-icon-attention {
  opacity: 0;
  transform: translateY(-10px) scale(.72);
}

.fundraiser-registration-progress-toggle.is-ready .fundraiser-progress-icon-check {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fundraiser-registration-progress-menu {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(6, 19, 15, .14);
  display: grid;
  gap: 8px;
  min-width: min(360px, 78vw);
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 12;
}

.fundraiser-registration-progress-menu[hidden] {
  display: none;
}

.fundraiser-registration-progress-menu button {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  color: #2f473e;
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr);
  font-weight: 900;
  min-height: 48px;
  padding: 8px 10px;
  text-align: left;
}

.fundraiser-registration-progress-menu button.is-ready {
  background: #e9f6f0;
  border-color: #bee1d4;
  color: var(--primary);
}

.fundraiser-registration-progress-menu button.is-active {
  box-shadow: inset 0 0 0 1px var(--primary);
}

.fundraiser-registration-progress-menu button strong,
.fundraiser-registration-progress-menu button small {
  display: block;
}

.fundraiser-registration-progress-menu button small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 2px;
}

.fundraiser-progress-menu-icon {
  align-items: center;
  border: 1px solid #d3ded8;
  border-radius: 999px;
  color: #7a5b02;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.fundraiser-progress-menu-icon.is-ready {
  background: #e6f5ee;
  border-color: #b7ddcf;
  color: var(--primary);
}

.fundraiser-progress-menu-icon svg {
  fill: none;
  height: 17px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.15;
  width: 17px;
}

.fundraiser-registration-slider {
  overflow: hidden;
}

.fundraiser-registration-track {
  --fundraiser-step-index: 0;
  align-items: start;
  display: flex;
  transform: translateX(calc(var(--fundraiser-step-index) * -100%));
  transition: transform 260ms ease;
  width: 100%;
}

.fundraiser-registration-section {
  display: grid;
  flex: 0 0 100%;
  gap: 14px;
  min-width: 0;
  opacity: .35;
  scroll-margin-top: 84px;
  transition: opacity 180ms ease;
}

.fundraiser-registration-section.is-active {
  opacity: 1;
}

.fundraiser-structure-builder {
  border: 1px solid #d9e5de;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  padding: 16px;
}

.fundraiser-structure-toolbar {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
}

.fundraiser-structure-type-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fundraiser-structure-stats {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.fundraiser-structure-stats span {
  background: #f8fbfa;
  border: 1px solid #d9e5de;
  border-radius: 999px;
  color: #3e5260;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 12px;
}

.fundraiser-structure-workbench {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
}

.fundraiser-structure-edit-panel,
.fundraiser-structure-preview-panel {
  background: #fffefa;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 14px;
}

.fundraiser-structure-preview-panel {
  background: #f8fbfa;
  position: sticky;
  top: 14px;
}

.fundraiser-structure-preview-panel h4 {
  font-size: 18px;
  margin: 0;
}

.fundraiser-structure-preview-panel p {
  margin: 0;
}

.fundraiser-structure-preview {
  display: grid;
  gap: 8px;
}

.fundraiser-structure-preview-row {
  align-items: start;
  background: #fffefa;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(90px, .35fr) minmax(0, 1fr);
  padding: 10px;
}

.fundraiser-structure-preview-row strong {
  color: var(--primary);
}

.fundraiser-structure-add-row {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);
}

.fundraiser-structure-add-row.compact {
  align-items: end;
  margin-top: 12px;
}

.fundraiser-division-list {
  display: grid;
  gap: 12px;
}

.fundraiser-division-card {
  background: #f8fbfa;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  overflow: hidden;
}

.fundraiser-division-card.is-active {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px rgba(31, 111, 91, .12);
}

.fundraiser-division-title {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px 14px;
  text-align: left;
  width: 100%;
}

.fundraiser-division-title:hover,
.fundraiser-division-title:focus-visible {
  background: #eef8f3;
  outline: none;
}

.fundraiser-division-title strong,
.fundraiser-division-title small {
  display: block;
}

.fundraiser-division-title small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}

.fundraiser-division-toggle-icon {
  align-items: center;
  background: #fffefa;
  border: 1px solid #cfe4da;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.fundraiser-division-toggle-icon svg,
.fundraiser-icon-action svg,
.fundraiser-remove-link svg,
.fundraiser-team-chip button svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.fundraiser-division-toggle-icon svg {
  height: 17px;
  width: 17px;
}

.fundraiser-team-builder {
  border-top: 1px solid #d8e3dc;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.fundraiser-team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fundraiser-team-chip {
  align-items: center;
  background: #e9f6f0;
  border: 1px solid #bee1d4;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  padding: 6px 8px 6px 10px;
}

.fundraiser-icon-action {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  white-space: nowrap;
}

.fundraiser-icon-action svg {
  height: 17px;
  width: 17px;
}

.fundraiser-team-chip button {
  align-items: center;
  background: #fffefa;
  border: 1px solid #bee1d4;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  line-height: 1;
  min-height: 0;
  padding: 0;
  width: 20px;
}

.fundraiser-team-chip button svg {
  height: 12px;
  width: 12px;
}

.fundraiser-remove-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #8a2f21;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-self: start;
  min-height: 0;
  padding: 4px 0;
}

.fundraiser-remove-link svg {
  height: 17px;
  width: 17px;
}

.fundraiser-remove-link:hover,
.fundraiser-remove-link:focus-visible {
  color: #b42318;
  outline: none;
  text-decoration: underline;
}

.fundraiser-cover-uploader {
  align-items: stretch;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  padding: 14px;
}

.fundraiser-cover-dropzone {
  align-items: center;
  background: #f8fbfa;
  border: 1px dashed #a8cdbf;
  border-radius: 8px;
  color: var(--primary);
  cursor: pointer;
  display: grid;
  justify-items: center;
  min-height: 210px;
  padding: 22px;
  text-align: center;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fundraiser-cover-dropzone:hover,
.fundraiser-cover-dropzone:focus-within,
.fundraiser-cover-dropzone.is-dragging {
  background: #eef8f3;
  border-color: var(--primary);
  box-shadow: 0 12px 28px rgba(31, 111, 91, .12);
  transform: translateY(-1px);
}

.fundraiser-cover-dropzone input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.fundraiser-cover-preview {
  align-content: start;
  background: #fffefa;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  color: var(--primary);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 210px;
  padding: 10px;
}

.fundraiser-cover-placeholder {
  align-items: center;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.fundraiser-cover-placeholder svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 34px;
}

.fundraiser-cover-placeholder small {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
  max-width: 310px;
}

.fundraiser-cover-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
  margin-top: 6px;
}

.fundraiser-cover-specs span {
  background: #fffefa;
  border: 1px solid #cfe4da;
  border-radius: 999px;
  color: #244739;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  padding: 6px 9px;
}

.fundraiser-cover-preview > .muted {
  align-self: center;
  border: 1px dashed #cfe4da;
  border-radius: 8px;
  color: #4d6157;
  display: grid;
  font-weight: 800;
  min-height: 120px;
  padding: 18px;
  place-items: center;
  text-align: center;
}

.fundraiser-cover-thumb {
  aspect-ratio: 16 / 9;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.fundraiser-cover-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fundraiser-cover-thumb figcaption {
  background: rgba(255, 254, 250, .94);
  border: 1px solid #cfe4da;
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  left: 8px;
  padding: 5px 8px;
  position: absolute;
  top: 8px;
}

.fundraiser-cover-thumb button {
  align-items: center;
  background: rgba(255, 254, 250, .95);
  border: 1px solid #cfe4da;
  border-radius: 50%;
  color: var(--primary);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
}

.fundraiser-cover-thumb button svg {
  fill: none;
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 15px;
}

.fundraiser-registration-summary .business-product-summary,
.fundraiser-registration-rail .business-product-summary {
  display: grid;
}

.fundraiser-registration-rail {
  position: sticky;
  top: 18px;
}

.fundraiser-org-account-card {
  background: #f8fbfa;
  border: 1px solid #cfe4da;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.fundraiser-org-account-card.is-empty {
  background: #fffefa;
  border-style: dashed;
}

.fundraiser-org-account-card .organization-card-head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
}

.fundraiser-org-account-card .organization-card-head h3 {
  font-size: 21px;
  line-height: 1.15;
  margin: 0;
}

.fundraiser-org-account-card .organization-card-head strong {
  background: #e3f0ec;
  border: 1px solid #c9e5da;
  border-radius: 999px;
  color: var(--primary);
  padding: 7px 10px;
  white-space: nowrap;
}

.fundraiser-org-account-details {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fundraiser-org-account-details span {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
}

.fundraiser-org-account-details small {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.fundraiser-saved-organization-picker small {
  color: var(--muted);
  display: block;
  margin-top: 5px;
}

.organization-register-main {
  display: grid;
  gap: 14px;
}

.organization-field-hint,
.organization-handle-preview {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  margin-top: 5px;
  min-height: 16px;
  overflow-wrap: anywhere;
}

.organization-duplicate-notice {
  background: #fff8e6;
  border: 1px solid #dfc270;
  border-radius: 8px;
  color: #4f3b05;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
}

.organization-duplicate-notice strong,
.organization-duplicate-notice span {
  overflow-wrap: anywhere;
}

.fundraiser-saved-organizations {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.fundraiser-saved-organizations-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.fundraiser-saved-organizations-head h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 2px 0 0;
}

.fundraiser-saved-organization-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.fundraiser-saved-organization-card {
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 10px;
  min-height: 154px;
  padding: 12px;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.fundraiser-saved-organization-card:hover,
.fundraiser-saved-organization-card:focus-visible,
.fundraiser-saved-organization-card.is-selected {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(31, 122, 93, .12);
  outline: none;
  transform: translateY(-1px);
}

.fundraiser-saved-organization-card-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
}

.fundraiser-saved-organization-card-head strong,
.fundraiser-saved-organization-card-head small,
.fundraiser-saved-organization-meta small {
  display: block;
  overflow-wrap: anywhere;
}

.fundraiser-saved-organization-card-head small,
.fundraiser-saved-organization-meta small {
  color: var(--muted);
}

.fundraiser-saved-organization-meta {
  display: grid;
  gap: 4px;
}

.fundraiser-saved-organization-action {
  align-self: end;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
}

.fundraiser-organization-details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.fundraiser-organization-details summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 14px 16px;
}

.fundraiser-organization-details summary::-webkit-details-marker {
  display: none;
}

.fundraiser-organization-details summary span {
  display: grid;
  gap: 3px;
}

.fundraiser-organization-details summary small {
  color: var(--muted);
  font-weight: 700;
}

.fundraiser-organization-details summary::after {
  color: var(--primary);
  content: "+";
  font-size: 20px;
  font-weight: 900;
}

.fundraiser-organization-details[open] summary {
  border-bottom: 1px solid var(--line);
}

.fundraiser-organization-details[open] summary::after {
  content: "-";
}

.fundraiser-organization-details .organization-onboarding {
  border: 0;
  border-radius: 0;
}

.fundraiser-registration-terms {
  display: grid;
  gap: 14px;
  margin-top: 2px;
  min-height: 150px;
  padding: 20px;
}

.fundraiser-registration-terms p {
  margin: 0;
}

.fundraiser-registration-review {
  display: grid;
  gap: 18px;
}

.fundraiser-launch-review-card {
  background: linear-gradient(135deg, #f3fff8 0%, #fffefa 100%);
  border: 1px solid #bfe5d5;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(31, 111, 91, .1);
  display: grid;
  gap: 20px;
  padding: clamp(18px, 3vw, 30px);
}

.fundraiser-launch-review-head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.fundraiser-launch-review-head h4 {
  color: var(--primary);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  margin: 4px 0 6px;
}

.fundraiser-review-ready-pill {
  background: #fffefa;
  border: 1px solid #d3ded8;
  border-radius: 999px;
  color: #6d4b00;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
}

.fundraiser-review-ready-pill.is-ready {
  background: #e8f5ef;
  border-color: #b7ddcf;
  color: var(--primary);
}

.fundraiser-launch-countdown {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fundraiser-launch-countdown span {
  background: #fff;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  min-height: 102px;
  place-items: center;
  text-align: center;
}

.fundraiser-launch-countdown strong {
  color: #9aa8bd;
  font-size: clamp(32px, 5vw, 56px);
  line-height: .9;
}

.fundraiser-launch-countdown small {
  color: #8290a5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.fundraiser-review-grid article {
  background: #f8fbfa;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 14px;
}

.fundraiser-review-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.fundraiser-review-grid strong {
  color: #06130f;
  font-size: 18px;
  line-height: 1.15;
}

.fundraiser-review-note {
  background: #f3fbf7;
  border: 1px solid #cfe4da;
  border-radius: 8px;
  color: #305246;
  font-weight: 800;
  margin: 0;
  padding: 14px 16px;
}

.fundraiser-launch-cta {
  display: grid;
  justify-items: center;
  padding: clamp(18px, 4vw, 34px) 0 8px;
}

.fundraiser-launch-cta #fundraiser-organization-submit {
  background: #fffefa;
  border: 2px solid var(--primary);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(31, 111, 91, .12);
  color: var(--primary);
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 950;
  min-height: clamp(74px, 9vw, 96px);
  padding: 18px clamp(34px, 8vw, 90px);
  transform: translateY(0);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 120ms ease;
  width: min(100%, 620px);
}

.fundraiser-launch-cta #fundraiser-organization-submit:hover,
.fundraiser-launch-cta #fundraiser-organization-submit:focus-visible {
  background: #f2fff8;
  border-color: #145f4c;
  box-shadow: 0 0 0 5px rgba(31, 111, 91, .14), 0 20px 44px rgba(31, 111, 91, .22);
  color: #064635;
  outline: none;
  transform: translateY(-2px);
}

.fundraiser-launch-cta #fundraiser-organization-submit:active {
  background: #e6f7ef;
  box-shadow: 0 0 0 7px rgba(31, 111, 91, .18), inset 0 3px 10px rgba(31, 111, 91, .18);
  transform: translateY(1px) scale(.99);
}

.giveback-logo-uploader {
  min-height: 100%;
}

.giveback-logo-uploader input {
  align-self: center;
}

.giveback-saved-logo-card {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #bdd7cc;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 52px;
  padding: 10px 12px;
}

.giveback-saved-logo-card > span {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  width: 42px;
}

.giveback-saved-logo-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.giveback-saved-logo-card div {
  display: grid;
  gap: 2px;
}

.giveback-saved-logo-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.giveback-registration-rail {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 154px;
}

.giveback-registration-rail.poster-drawer-open {
  align-content: start;
}

.giveback-registration-rail.poster-drawer-open > .giveback-side-card:not(.giveback-result-card) {
  display: none;
}

.giveback-side-card h3,
.giveback-side-card p {
  margin: 0;
}

.giveback-action-button,
.giveback-registration-page button,
.giveback-registration-page .button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.62);
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  text-decoration: none;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.giveback-action-button svg,
.giveback-registration-page button svg,
.giveback-registration-page .button svg {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.giveback-action-button:hover,
.giveback-action-button:focus-visible,
.giveback-registration-page button:hover,
.giveback-registration-page button:focus-visible,
.giveback-registration-page .button:hover,
.giveback-registration-page .button:focus-visible {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 10px 22px rgba(31, 111, 91, 0.14);
  color: #ffffff;
  outline: 0;
  transform: translateY(-1px);
}

.giveback-registration-page button.is-active,
.giveback-registration-page button.is-active:hover,
.giveback-registration-page button.is-active:focus-visible {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.giveback-result-card .tabs {
  margin-bottom: 4px;
}

.giveback-result-card {
  transform: translateX(24px);
  opacity: 0;
}

.giveback-result-card.is-open {
  animation: givebackPosterSlideIn 260ms ease forwards;
}

.giveback-result-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.giveback-result-tabs button {
  flex: 1 1 112px;
}

.giveback-result-card .giveback-poster-preview {
  max-height: min(68vh, 680px);
  overflow: auto;
}

.giveback-result-card .giveback-poster-preview img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@keyframes givebackPosterSlideIn {
  from {
    opacity: 0;
    transform: translateX(36px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.giveback-terms-box {
  display: grid;
  gap: 10px;
}

@media (max-width: 760px) {
  .account-details-save-row {
    justify-content: stretch;
  }

  .account-save-button {
    width: 100%;
  }

  .account-address-card-grid {
    grid-template-columns: 1fr;
  }

  .account-address-section-head {
    display: grid;
  }

  .cloud-event-giveback-callout {
    grid-template-columns: 1fr;
  }

  .giveback-register-banner,
  .giveback-guest-layout,
  .giveback-registration-workspace,
  .fundraiser-registration-workspace {
    grid-template-columns: 1fr;
  }

  .fundraiser-registration-page {
    margin-inline: calc(clamp(18px, 4vw, 24px) * -1);
    width: calc(100% + (clamp(18px, 4vw, 24px) * 2));
  }

  .fundraiser-registration-page .business-registration-intro,
  .fundraiser-registration-page > .panel {
    padding-inline: clamp(18px, 4vw, 24px);
  }

  body.giveback-guest-mode .site-header {
    display: flex;
  }

  body.giveback-guest-mode .mobile-bar {
    display: none;
  }

  .giveback-guest-event-card {
    align-self: auto;
  }

  .giveback-registration-page.poster-open .giveback-registration-workspace {
    grid-template-columns: 1fr;
  }

  .giveback-registration-rail {
    position: static;
  }

  .fundraiser-registration-rail {
    position: static;
  }

  .fundraiser-registration-heading-row {
    display: grid;
  }

  .fundraiser-registration-save {
    justify-self: start;
    margin-top: 0;
  }

  .fundraiser-registration-stepbar {
    align-items: start;
    flex-direction: column;
    padding-right: 0;
  }

  .fundraiser-registration-subnav {
    gap: 18px;
    max-width: 100%;
    width: 100%;
  }

  .fundraiser-registration-progress {
    align-self: end;
  }

  .fundraiser-registration-progress-menu {
    right: 0;
  }

  .fundraiser-launch-cta #fundraiser-organization-submit {
    min-height: 72px;
    width: 100%;
  }

  .fundraiser-launch-review-head {
    display: grid;
  }

  .fundraiser-launch-countdown,
  .fundraiser-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fundraiser-structure-add-row,
  .fundraiser-structure-add-row.compact,
  .fundraiser-structure-preview-row,
  .fundraiser-structure-type-row,
  .fundraiser-structure-toolbar,
  .fundraiser-structure-workbench,
  .fundraiser-cover-uploader {
    grid-template-columns: 1fr;
  }

  .fundraiser-structure-stats {
    justify-content: flex-start;
  }

  .fundraiser-structure-preview-panel {
    position: static;
  }

  .fundraiser-cover-preview {
    grid-template-columns: 1fr;
  }

  .fundraiser-structure-add-row > button {
    width: 100%;
  }

  .giveback-onboarding-guide {
    grid-template-columns: 1fr;
  }

  .organization-launch-hub-head,
  .organization-launch-hub-layout,
  .organization-launch-hub-metrics,
  .fundraiser-org-account-card .organization-card-head,
  .fundraiser-org-account-details,
  .organization-member-link-box > div {
    grid-template-columns: 1fr;
  }

  .organization-launch-hub-head strong {
    justify-self: start;
  }

  .giveback-logo-uploader {
    grid-template-columns: 1fr;
  }
}

.overall-review-overlay {
  max-width: 680px;
  overflow-y: auto;
}

.overall-review-drawer {
  gap: 14px;
}

.overall-review-drawer > .platform-mobile-drawer-handle {
  display: none;
}

.modal-close-row {
  display: flex;
  justify-content: flex-end;
}

.compact-cloud-events {
  margin-bottom: 10px;
}

.cloud-event-card {
  align-items: start;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}

.cloud-event-card summary {
  align-items: start;
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  list-style: none;
}

.cloud-event-card summary::-webkit-details-marker {
  display: none;
}

.cloud-event-card h3 {
  font-size: 18px;
}

.cloud-event-card > small,
.saved-business-pill {
  background: var(--accent);
  border: 1px solid #cce3d7;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
  white-space: nowrap;
}

.saved-business-pill {
  display: inline-flex;
  margin-top: 8px;
}

.cloud-event-actions {
  align-items: end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.cloud-event-chevron {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.cloud-event-card[open] .cloud-event-chevron {
  transform: rotate(45deg);
}

.cloud-event-details {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
}

.cloud-event-details b {
  display: block;
  margin-bottom: 4px;
}

.cloud-event-details p {
  color: var(--muted);
  margin: 0;
}

.cloud-event-hours {
  display: grid;
  gap: 6px;
}

.cloud-event-hours span {
  align-items: center;
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 8px 10px;
}

.cloud-event-website {
  justify-self: start;
}

.cloud-event-actions .business-tile-star {
  position: static;
}

.cloud-happening-list {
  display: grid;
  gap: 10px;
}

.cloud-happening-card {
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 86px minmax(0, 1fr);
  padding: 10px;
}

.cloud-happening-image {
  aspect-ratio: 1;
  background-color: #f4f1eb;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.cloud-happening-body {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.cloud-happening-head {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.cloud-happening-head h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
}

.cloud-happening-body p,
.cloud-happening-body small {
  color: var(--muted);
  margin: 0;
}

.cloud-happening-body small {
  font-weight: 800;
}

.cloud-happening-status {
  background: #fff4d8;
  border: 1px solid #e5c266;
  border-radius: 999px;
  color: #6e4a00;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 8px;
}

.cloud-happening-status-stack {
  align-items: flex-end;
  display: grid;
  flex: 0 0 auto;
  gap: 5px;
  justify-items: end;
}

.happening-price-badge {
  text-transform: uppercase;
}

.happening-price-badge.is-compact {
  font-size: 10px;
  min-height: 24px;
  min-width: 0;
  padding: 3px 7px;
}

.cloud-happening-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cloud-happening-actions .button,
.cloud-happening-actions button {
  min-height: 34px;
}

.cloud-happening-actions .happening-options-button,
.event-happening-cart-primary {
  background: linear-gradient(135deg, #718999 0%, #2f4655 100%);
  border-color: #5f7482;
  color: #fff;
}

.cloud-happening-actions .happening-options-button:hover,
.cloud-happening-actions .happening-options-button:focus-visible,
.event-happening-cart-primary:hover,
.event-happening-cart-primary:focus-visible {
  background: linear-gradient(135deg, #7f99aa 0%, #253947 100%);
  border-color: #536a7a;
  color: #fff;
}

.event-happening-cart-primary .dashboard-action-icon path,
.event-happening-cart-primary .dashboard-action-icon circle {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.interest-icon {
  display: block;
  height: 18px;
  width: 18px;
}

.interest-icon path {
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.happening-interest-button,
.happening-interest-pill {
  color: var(--primary);
}

.happening-interest-button {
  align-items: center;
  align-self: center;
  background: #fffefa;
  border: 1px solid #cbded5;
  border-radius: 999px;
  box-shadow: none;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  width: 34px;
}

.happening-interest-button:hover,
.happening-interest-button:focus-visible,
.happening-interest-pill:hover,
.happening-interest-pill:focus-visible {
  background: #edf7f1;
  border-color: #9fcfbd;
  box-shadow: 0 8px 18px rgba(12, 45, 34, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.happening-interest-button:active,
.happening-interest-pill:active {
  box-shadow: none;
  transform: translateY(0);
}

.happening-interest-button.is-interested,
.happening-interest-pill.is-interested {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.happening-interest-button.is-interested .interest-icon path:first-child,
.happening-interest-pill.is-interested .interest-icon path:first-child {
  fill: currentColor;
  stroke: currentColor;
}

.happening-interest-button.is-interested .interest-icon path:last-child,
.happening-interest-pill.is-interested .interest-icon path:last-child {
  stroke: #fff;
}

.happening-interest-pill {
  align-items: center;
  background: #fffefa;
  border: 1px solid #cbded5;
  border-radius: 999px;
  display: inline-flex;
  gap: 7px;
  min-height: 34px;
  padding: 7px 11px;
  transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.happening-interest-pill span {
  font-size: 12px;
  font-weight: 900;
}

.happening-interest-stack {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.happening-interest-count {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.soft-notice {
  background: #fbfaf6;
}

.event-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

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

.event-history-card {
  gap: 10px;
  padding: 12px;
}

.event-history-head {
  align-items: start;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 28px;
  list-style: none;
}

.event-history-head::-webkit-details-marker {
  display: none;
}

.event-history-head h3 {
  font-size: 18px;
  line-height: 1.1;
}

.event-history-head p {
  font-size: 13px;
  line-height: 1.25;
}

.event-history-expand {
  align-items: center;
  background: var(--accent);
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 16px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease;
  width: 28px;
}

.event-history-card[open] .event-history-expand {
  box-shadow: 0 0 10px rgba(31, 111, 91, 0.2);
  transform: rotate(45deg);
}

.event-history-body {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}

.event-history-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
}

.event-history-meta span {
  background: #f7f8f4;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 8px;
}

.event-history-business-strip {
  display: grid;
  gap: 8px;
  grid-auto-columns: 54px;
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: thin;
}

.event-history-business-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  height: 54px;
  justify-content: center;
  min-height: 54px;
  padding: 5px;
  width: 54px;
}

.event-history-business-button.active {
  border-color: rgba(31, 111, 91, 0.74);
  box-shadow: 0 0 0 2px rgba(31, 111, 91, 0.12), 0 0 14px rgba(31, 111, 91, 0.22);
}

.event-history-business-button img,
.event-history-business-button span {
  border-radius: 6px;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.event-history-business-button span {
  align-items: center;
  background: #e3f0ec;
  color: var(--primary);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
}

.event-history-business-panel {
  background: #f8fbfa;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 10px;
}

.event-history-business-panel strong,
.event-history-business-panel span,
.event-history-business-panel p {
  display: block;
  line-height: 1.25;
  margin: 0;
}

.event-history-business-panel span,
.event-history-business-panel p,
.event-history-order-dots span {
  color: var(--muted);
  font-size: 12px;
}

.event-history-order-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.event-history-order-dots span {
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 8px;
}

.event-card-head h3 {
  font-size: 20px;
}

.event-card-head > strong {
  font-size: 24px;
}

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

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

.event-metrics span,
.event-memory-grid div {
  background: #f8fbfa;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.event-metrics b {
  font-size: 20px;
}

.event-metrics small,
.event-memory-grid p,
.event-orders small {
  color: var(--muted);
}

.event-orders {
  display: grid;
}

.event-orders span {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 10px 0;
}

.event-orders span:last-child {
  padding-bottom: 0;
}

.progress-bar {
  background: #e7e2d8;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.progress-bar span {
  background: var(--primary);
  display: block;
  height: 100%;
}

.business-portal-mode {
  --bp-bg: #f7f8f5;
  --bp-card: #ffffff;
  --bp-ink: #101815;
  --bp-muted: #5f6b65;
  --bp-line: #dfe5df;
  --bp-green: #0f5138;
  --bp-green-dark: #083623;
  --bp-soft: #eef6f1;
  background: var(--bp-bg);
}

.business-portal-mode .site-header,
.business-portal-mode .mobile-bar {
  display: none;
}

.business-portal-mode .app-shell {
  min-height: 100vh;
  padding: 0;
}

.business-access-shell {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding: clamp(22px, 5vw, 64px);
}

.bp-shell {
  color: var(--bp-ink);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 100vh;
  width: 100%;
}

.business-mobile-bottom-bar {
  display: none;
}

.bp-mobile-dashboard-panels {
  display: none;
}

.bp-mobile-dashboard-identity {
  display: none;
}

.bp-mobile-dashboard-divider {
  display: none;
}

.bp-business-settings-apps {
  display: none;
}

.business-portal-mode .platform-subheader {
  height: 72px;
  max-height: 72px;
  min-height: 72px;
  top: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 10px;
  padding-left: clamp(14px, 1.8vw, 34px);
  padding-right: clamp(14px, 1.8vw, 34px);
  padding-top: 10px;
}

.bp-subheader {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--bp-line);
  grid-column: 1 / -1;
  grid-row: 1;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 12px 24px;
  z-index: 30;
}

.bp-subheader-brand {
  align-items: center;
  color: var(--bp-green);
  display: inline-flex;
  gap: 10px;
  min-width: max-content;
  text-decoration: none;
}

.bp-subheader-brand img {
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.bp-subheader-brand strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 0.95;
}

.bp-subheader-brand small {
  color: var(--bp-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 2px;
}

.bp-subheader .platform-nav-menu-shell {
  grid-column: 2;
}

.bp-subheader-tools {
  grid-column: 3;
}

.bp-subheader-actions {
  grid-column: 4;
}

.bp-subheader .platform-nav-menu-toggle {
  background: rgba(15, 81, 56, 0.1);
  border-color: rgba(15, 81, 56, 0.22);
  color: var(--bp-green);
}

.bp-subheader .platform-nav-menu-toggle:hover,
.bp-subheader .platform-nav-menu-toggle:focus-visible,
.bp-subheader .platform-nav-menu-toggle[aria-expanded="true"] {
  background: rgba(15, 81, 56, 0.16);
  border-color: rgba(15, 81, 56, 0.34);
}

.bp-subheader .platform-nav-menu {
  min-width: 250px;
}

.bp-subheader .bp-nav-menu button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-ink);
  display: grid;
  font: inherit;
  font-weight: 850;
  gap: 10px;
  grid-template-columns: 28px minmax(0, 1fr);
  justify-items: start;
  min-height: 42px;
  padding: 0 12px;
  text-align: left;
  width: 100%;
  white-space: nowrap;
}

.bp-subheader .bp-nav-menu button.active,
.bp-subheader .bp-nav-menu button:hover,
.bp-subheader .bp-nav-menu button:focus-visible {
  background: #edf6f2;
  color: var(--bp-green);
  outline: 0;
}

.bp-subheader-tools .platform-subnav.is-open {
  gap: 10px;
}

.bp-subheader-tools .platform-subnav .platform-subnav-tool {
  align-items: center;
  background: transparent;
  border-color: transparent;
  display: inline-flex;
  gap: 6px;
  min-height: 34px;
  padding: 0 6px;
}

.bp-subheader-tools .platform-subnav .platform-subnav-tool:hover,
.bp-subheader-tools .platform-subnav .platform-subnav-tool:focus-visible {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #3b8f71;
  outline: 0;
  text-shadow: 0 0 10px rgba(113, 217, 170, 0.46);
  transform: scale(1.04);
}

.bp-subheader-tools .platform-subnav .bp-header-event-workspace {
  border: 1px solid #cfe0d8;
  border-radius: 999px;
  padding: 0 11px;
}

.bp-subheader-tools .platform-subnav .bp-header-event-workspace.is-active {
  background: #0b5f45;
  border-color: #0b5f45;
  color: #fff;
}

.bp-subheader-tools .platform-subnav .bp-header-event-workspace b {
  align-items: center;
  background: #e1eee9;
  border-radius: 999px;
  color: #0b5f45;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
  min-height: 20px;
  min-width: 20px;
  padding: 0 5px;
}

.bp-subheader-tools .platform-subnav .bp-header-event-workspace.is-active b {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.platform-subnav-tool-icon {
  align-items: center;
  display: inline-flex;
}

.platform-subnav-tool-icon .dashboard-action-icon {
  height: 17px;
  width: 17px;
}

.bp-subheader-actions {
  gap: 8px;
}

.bp-sidebar {
  background: rgba(255, 255, 255, 0.88);
  border-right: 1px solid var(--bp-line);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.bp-logo-lockup,
.bp-account-chip,
.bp-connection,
.bp-card-head,
.bp-event-body,
.bp-review-list article {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bp-logo-lockup {
  color: inherit;
  min-height: 70px;
  text-decoration: none;
}

.bp-logo-lockup:hover strong {
  color: var(--bp-ink);
}

.bp-logo-lockup img {
  height: 54px;
  width: 54px;
}

.bp-logo-lockup strong {
  color: var(--bp-green);
  display: block;
  font-size: 31px;
  line-height: 0.95;
}

.bp-logo-lockup span,
.bp-side-card p,
.bp-topbar p,
.bp-card small,
.bp-preview-main p,
.bp-event-card p,
.bp-table-head,
.bp-account-chip small {
  color: var(--bp-muted);
}

.bp-nav {
  display: grid;
  gap: 6px;
}

.bp-nav button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-ink);
  display: grid;
  font-weight: 800;
  gap: 12px;
  grid-template-columns: 26px minmax(0, 1fr);
  justify-content: start;
  min-height: 48px;
  padding: 10px 14px;
  text-align: left;
  width: 100%;
}

.bp-nav button.active,
.bp-nav button:hover {
  background: linear-gradient(135deg, var(--bp-green), var(--bp-green-dark));
  color: #fff;
}

.bp-nav-icon,
.bp-action-icon {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 6px;
  display: inline-flex;
  font-size: 12px;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.bp-side-card,
.bp-card {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(10, 33, 24, 0.04);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.bp-side-card {
  margin-top: auto;
}

.bp-help {
  margin-top: 0;
}

.bp-device,
.bp-account-mark,
.bp-preview-logo,
.bp-review-list article > span {
  align-items: center;
  background: #ecefeb;
  border-radius: 50%;
  display: flex;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.bp-device,
.bp-preview-logo {
  background: #111;
  color: #fff;
}

.bp-dot {
  background: #11a045;
  border-radius: 50%;
  display: inline-block;
  height: 9px;
  margin-right: 5px;
  width: 9px;
}

.bp-dot-muted {
  background: #a8b3ad;
}

.bp-secondary-action,
.bp-mode-link,
.bp-card button,
.bp-date,
.bp-icon-button {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  font-weight: 900;
  min-height: 38px;
  padding: 9px 13px;
}

.bp-secondary-action {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.bp-device-actions,
.bp-device-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-device-card-actions .bp-secondary-action {
  min-height: 34px;
  padding: 7px 10px;
}

.bp-mode-link {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.bp-card > button,
.bp-profile-score button {
  background: linear-gradient(135deg, var(--bp-green), var(--bp-green-dark));
  color: #fff;
  width: 100%;
}

.bp-main {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
}

.bp-topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--bp-line);
  display: block;
  gap: 18px;
  min-height: 96px;
  padding: 24px 34px 22px;
  position: static;
  z-index: 1;
}

.bp-topbar h2 {
  font-size: 27px;
  line-height: 1.15;
}

.bp-top-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.bp-top-actions .header-notification-button {
  background: #fffefa;
}

.bp-header-icon-button svg {
  height: 23px;
  width: 23px;
}

.bp-notification-menu {
  z-index: 20;
}

.bp-notification-item {
  grid-template-columns: minmax(0, 1fr);
}

.bp-notification-item a {
  padding-right: 8px;
}

.bp-top-icon {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 50%;
  color: var(--bp-green);
  display: flex;
  height: 55px;
  justify-content: center;
  position: relative;
  width: 55px;
}

.bp-top-icon svg {
  height: 34px;
  width: 34px;
}

.bp-top-icon span {
  align-items: center;
  background: #d92d20;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  min-width: 20px;
  padding: 0 4px;
  position: absolute;
  right: -3px;
  top: -5px;
}

.bp-range-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bp-range-control,
.bp-status-filter,
.bp-custom-days {
  align-items: center;
  background: #f7fbf8;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  display: flex;
  gap: 6px;
  min-height: 34px;
  padding: 5px 8px;
}

.bp-range-control label,
.bp-status-filter {
  align-items: center;
  display: flex;
  gap: 6px;
}

.bp-range-control label span,
.bp-status-filter span,
.bp-custom-days span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  padding-right: 2px;
}

.bp-range-control select,
.bp-range-control input,
.bp-status-filter select,
.bp-custom-days input {
  background: transparent;
  border: 0;
  color: var(--bp-green);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  outline: 0;
}

.bp-custom-days input {
  max-width: 76px;
}

.bp-range-date-label {
  color: var(--bp-muted);
  font-size: 11px;
  white-space: nowrap;
}

.bp-order-filter-panel {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-order-filter-select {
  background: #f7fbf8;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 8px 10px;
}

.bp-order-filter-select span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.bp-order-filter-select select {
  background: transparent;
  border: 0;
  color: var(--bp-green);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  min-width: 0;
  outline: 0;
}

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

.bp-order-analytics-card {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
}

.bp-order-analytics-card.is-wide {
  grid-column: span 3;
}

.bp-order-analytics-card > span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-order-analytics-card > strong {
  font-size: 20px;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-order-analytics-card > small {
  color: var(--bp-muted);
  font-weight: 850;
}

.bp-order-busy-bars,
.bp-order-item-report {
  display: grid;
  gap: 8px;
}

.bp-order-busy-bars span,
.bp-order-item-report span {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 82px minmax(0, 1fr) auto;
}

.bp-order-busy-bars b,
.bp-order-item-report strong {
  font-size: 13px;
  line-height: 1.1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-order-busy-bars i {
  background: #e8f2ed;
  border-radius: 999px;
  display: block;
  height: 8px;
  overflow: hidden;
  position: relative;
}

.bp-order-busy-bars i::before {
  background: var(--bp-green);
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: var(--order-busy-width);
}

.bp-order-busy-bars em,
.bp-order-item-report em {
  color: var(--bp-green);
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
}

.bp-order-item-report span {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.bp-order-item-report small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.bp-orders-receipt-list {
  display: grid;
  gap: 8px;
}

.bp-order-search {
  display: grid;
  gap: 5px;
  margin: 2px 0 10px;
}

.bp-order-search span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-order-search input {
  background: #fbfcfa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 999px;
  color: var(--bp-ink);
  font: inherit;
  font-weight: 850;
  min-height: 40px;
  outline: 0;
  padding: 0 14px;
  width: 100%;
}

.bp-order-search input:focus {
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.08);
}

.bp-order-receipt-row {
  align-items: center;
  background: #fbfcfa;
  border: 1px solid rgba(31, 111, 91, 0.13);
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.45fr) auto minmax(110px, auto) auto;
  min-height: 68px;
  padding: 10px;
}

.bp-order-receipt-row:hover,
.bp-order-receipt-row:focus-visible {
  background: #edf7f1;
  border-color: rgba(31, 111, 91, 0.35);
  outline: none;
}

.bp-order-receipt-row.needs-action {
  background: #fffaf0;
  border-color: #eccb87;
}

.bp-order-receipt-row.needs-action:hover,
.bp-order-receipt-row.needs-action:focus-visible {
  background: #fff6df;
  border-color: #dcae47;
}

.bp-order-receipt-main,
.bp-order-receipt-state {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-order-receipt-main strong,
.bp-order-receipt-main span,
.bp-order-receipt-main small,
.bp-order-receipt-main em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-order-receipt-main strong {
  font-size: 16px;
}

.bp-order-receipt-main span {
  color: var(--bp-ink);
  font-weight: 900;
}

.bp-order-receipt-main small,
.bp-order-receipt-main em {
  color: var(--bp-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.bp-order-receipt-total {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.bp-order-receipt-total strong {
  font-size: 17px;
  line-height: 1;
}

.bp-order-receipt-total mark {
  background: #dff2e2;
  border-radius: 6px;
  color: #15702f;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 7px;
}

.bp-order-receipt-state {
  font-size: 12px;
  font-weight: 900;
}

.bp-order-receipt-state b {
  color: var(--bp-muted);
}

.bp-order-receipt-row.needs-action .bp-order-receipt-state b {
  color: #9c6000;
}

.bp-order-receipt-actions {
  display: inline-flex;
  gap: 6px;
}

.bp-order-receipt-actions button {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  gap: 5px;
  min-height: 34px;
  padding: 7px 9px;
}

.bp-order-receipt-actions button.danger {
  border-color: rgba(172, 54, 42, 0.24);
  color: #a2352a;
}

.bp-order-receipt-actions button.danger:hover,
.bp-order-receipt-actions button.danger:focus-visible,
.bp-order-receipt-actions button.danger.is-confirming {
  background: #fff2ef;
  border-color: rgba(172, 54, 42, 0.54);
  color: #84241b;
  outline: none;
}

.bp-order-receipt-actions button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.bp-order-receipt-actions svg {
  height: 17px;
  width: 17px;
}

.bp-order-overview-row {
  align-items: center;
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 50px;
  overflow: hidden;
  padding: 8px;
  position: relative;
}

.bp-order-overview-row + .bp-order-overview-row {
  margin-top: 7px;
}

.bp-order-overview-row i {
  background: linear-gradient(90deg, rgba(31, 111, 91, 0.14), rgba(31, 111, 91, 0.03));
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--overview-share);
}

.bp-order-overview-row > *:not(i) {
  position: relative;
  z-index: 1;
}

.bp-order-overview-rank {
  align-items: center;
  background: #edf7f1;
  border: 1px solid #d1e7db;
  border-radius: 7px;
  color: var(--bp-green);
  display: inline-grid;
  font-size: 12px;
  font-weight: 950;
  height: 34px;
  justify-items: center;
  min-width: 34px;
  padding: 0 5px;
}

.bp-order-overview-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-order-overview-main strong,
.bp-order-overview-main small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-order-overview-main strong {
  font-size: 13px;
  line-height: 1.08;
}

.bp-order-overview-main small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 850;
}

.bp-order-overview-value {
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.bp-account-menu {
  position: relative;
}

.bp-account-pill {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(31, 111, 91, 0.26);
  border-radius: 10px;
  color: var(--bp-ink);
  display: grid;
  gap: 9px;
  grid-template-columns: 34px minmax(0, 1fr) 12px;
  justify-content: stretch;
  line-height: 1.05;
  min-height: 46px;
  min-width: 190px;
  padding: 6px 12px 6px 8px;
  position: relative;
  width: auto;
}

.bp-account-pill:hover,
.bp-account-pill:focus-visible {
  background: rgba(227, 240, 236, 0.58);
  border-color: rgba(31, 111, 91, 0.44);
}

.bp-account-pill .account-pill-avatar {
  color: var(--bp-green);
  overflow: hidden;
}

img.bp-account-avatar {
  object-fit: cover;
}

.bp-account-menu-panel {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(10, 33, 24, 0.16);
  display: grid;
  gap: 8px;
  min-width: 330px;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 15;
}

.bp-account-menu-panel[hidden] {
  display: none;
}

.bp-account-profile-stack {
  background: #f7f8f5;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 0;
  overflow: hidden;
}

.bp-account-profile-row {
  align-items: center;
  border-bottom: 1px solid var(--bp-line);
  color: inherit;
  display: grid;
  gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 58px;
  padding: 10px;
  text-decoration: none;
}

.bp-account-profile-row:last-child {
  border-bottom: 0;
}

.bp-account-profile-row.active,
.bp-account-profile-row:hover {
  background: #fff;
}

.bp-account-profile-row strong,
.bp-account-profile-row small {
  display: block;
}

.bp-account-menu-avatar,
.bp-account-action-icon {
  align-items: center;
  background: #e5f2ee;
  border-radius: 50%;
  color: var(--bp-green);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

img.bp-account-menu-avatar {
  object-fit: cover;
}

.bp-account-see-all {
  background: #e5f2ee;
  border-radius: 7px;
  color: var(--bp-green);
  display: block;
  font-weight: 900;
  min-height: 38px;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
}

.bp-account-menu-divider {
  border-top: 1px solid var(--bp-line);
  margin: 2px 0;
}

.bp-account-menu-panel > a:not(.bp-account-see-all),
.bp-account-menu-panel > button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--bp-ink);
  display: grid;
  font-weight: 900;
  gap: 10px;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 40px;
  padding: 8px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.bp-account-menu-panel > a:not(.bp-account-see-all):hover,
.bp-account-menu-panel > button:hover,
.bp-account-see-all:hover {
  background: var(--bp-soft);
  color: var(--bp-green);
}

.bp-icon-button {
  border-radius: 50%;
  height: 42px;
  min-height: 0;
  padding: 0;
  width: 42px;
}

.bp-account-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 999px;
  color: inherit;
  display: flex;
  height: 48px;
  justify-content: center;
  min-width: 0;
  padding: 4px;
  position: relative;
  text-decoration: none;
  width: 48px;
}

.bp-table-row.needs-action {
  background: #fff8e6;
  box-shadow: inset 4px 0 0 #d89000;
}

.bp-message-list {
  display: grid;
  gap: 10px;
}

.bp-message-workspace {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(520px, 1fr) clamp(320px, 28vw, 430px);
}

.bp-message-queue,
.bp-message-log {
  min-width: 0;
}

.bp-message-log {
  position: sticky;
  top: 18px;
}

.bp-message-list article {
  align-items: start;
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  padding: 14px;
}

.bp-message-list article.needs-action {
  background: #fff8e6;
  border-color: #edd391;
}

.bp-message-list h4 {
  margin: 0;
}

.bp-message-list p {
  margin-top: 8px;
}

.bp-message-list mark {
  background: #e5f2ee;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 8px;
}

.bp-message-actions {
  align-items: end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.bp-message-actions .bp-secondary-action {
  font-size: 12px;
  min-height: 32px;
  padding: 7px 9px;
}

.bp-message-actions .bp-secondary-action.danger {
  border-color: #e7b8aa;
  color: #8f2f19;
}

.bp-message-list article.needs-action mark {
  background: #ffe2b8;
  color: #9a6200;
}

.bp-message-list mark.bp-message-status-completed,
.bp-message-list mark.bp-message-status-complete,
.bp-message-list mark.bp-message-status-resolved,
.bp-message-list mark.bp-message-status-done {
  background: #e5f2ee;
  color: var(--bp-green);
}

.bp-message-list mark.bp-message-status-archived {
  background: #edf0ed;
  color: #59645e;
}

.bp-message-list mark.bp-message-status-spam {
  background: #f7ded6;
  color: #8f2f19;
}

.bp-message-timeline {
  display: grid;
  gap: 0;
}

.bp-message-log-entry {
  display: grid;
  gap: 10px;
  grid-template-columns: 16px minmax(0, 1fr);
  padding: 0 0 16px;
  position: relative;
}

.bp-message-log-entry:not(:last-child)::after {
  background: var(--bp-line);
  bottom: 0;
  content: "";
  left: 7px;
  position: absolute;
  top: 18px;
  width: 2px;
}

.bp-message-log-dot {
  background: #d89000;
  border: 3px solid #fff8e6;
  border-radius: 50%;
  height: 16px;
  margin-top: 2px;
  width: 16px;
  z-index: 1;
}

.bp-message-log-dot.bp-message-status-completed,
.bp-message-log-dot.bp-message-status-complete,
.bp-message-log-dot.bp-message-status-resolved,
.bp-message-log-dot.bp-message-status-done {
  background: var(--bp-green);
  border-color: #e5f2ee;
}

.bp-message-log-dot.bp-message-status-archived {
  background: #87938c;
  border-color: #edf0ed;
}

.bp-message-log-dot.bp-message-status-spam {
  background: #a33a20;
  border-color: #f7ded6;
}

.bp-message-log-entry strong,
.bp-message-log-entry small {
  display: block;
}

.bp-message-log-entry small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 2px;
}

.bp-message-log-entry p {
  color: #2f3e38;
  font-size: 13px;
  line-height: 1.35;
  margin: 6px 0 0;
}

.bp-message-log-action {
  background: transparent;
  border: 0;
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  margin-top: 6px;
  padding: 0;
  text-align: left;
}

.bp-message-management-grid {
  align-items: start;
  gap: 10px;
  grid-template-columns: minmax(128px, 150px) minmax(220px, 280px) minmax(0, 1fr);
  min-width: 0;
}

.bp-message-filter-rail,
.bp-message-management-list {
  align-content: start;
  display: grid;
  gap: 10px;
  max-height: none;
  overflow: visible;
  position: static;
  top: auto;
}

.bp-message-filter-rail .bp-product-list-toolbar {
  padding: 10px;
}

.bp-message-filter-rail .bp-product-filter-pills {
  align-items: stretch;
  background: #fffefa;
  display: grid;
  gap: 8px;
  overflow: visible;
}

.bp-message-filter-rail .bp-product-filter-pills button {
  align-items: center;
  background: #fffefa;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  display: flex;
  min-width: 0;
  padding: 8px 9px;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.bp-message-filter-rail .bp-product-filter-pills button span {
  background: #e5f2ee;
  border: 1px solid #c8e4dc;
  border-radius: 999px;
  color: var(--bp-green);
  margin-left: auto;
  min-width: 18px;
  padding: 2px 5px;
  text-align: center;
}

.bp-message-filter-rail .bp-product-filter-pills button.is-active span {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff;
}

.bp-message-sort-inline,
.bp-message-keyword-filter {
  align-items: stretch;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 9px 10px;
}

.bp-message-sort-inline span,
.bp-message-keyword-filter span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-message-sort-inline select,
.bp-message-keyword-filter select {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  min-width: 0;
  padding: 7px 9px;
  width: 100%;
}

.bp-message-keyword-filter {
  position: relative;
  z-index: 1;
}

.bp-message-list-item {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.07);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 34px;
  min-height: 46px;
  padding: 0;
  position: relative;
}

.bp-message-management-list {
  padding-left: 14px;
  position: relative;
}

.bp-message-management-list::before {
  background: #cfe0d8;
  bottom: 8px;
  content: "";
  left: 5px;
  position: absolute;
  top: 8px;
  width: 1px;
}

.bp-message-management-list:has(.bp-message-keyword-filter)::before {
  top: 72px;
}

.bp-message-list-item::before {
  background: #cfe0d8;
  content: "";
  height: 1px;
  left: -9px;
  position: absolute;
  top: 23px;
  width: 9px;
}

.bp-message-list-item.is-active,
.bp-message-list-item:hover,
.bp-message-list-item:focus-within {
  background: #edf7f1;
  border-color: #b8d8cb;
  outline: 0;
}

.bp-message-list-item .bp-product-list-main {
  border-radius: 8px 0 0 8px;
  grid-column: 1;
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 44px;
  padding: 6px 8px;
}

.bp-message-list-item .bp-product-list-main strong,
.bp-message-list-item .bp-product-list-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-message-list-item .bp-product-list-main small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
}

.bp-message-list-item .bp-product-list-actions {
  align-items: center;
  align-self: center;
  flex-wrap: nowrap;
  grid-column: 2;
  grid-row: 1;
  justify-content: end;
  padding-right: 6px;
}

.bp-message-list-item .bp-product-state-button {
  display: none;
}

.bp-message-menu-shell {
  display: inline-flex;
  position: relative;
}

.bp-message-header-menu {
  display: none;
}

.bp-message-row-menu-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.bp-message-row-menu-toggle:hover,
.bp-message-row-menu-toggle:focus-visible,
.bp-message-row-menu-toggle[aria-expanded="true"] {
  background: #edf7f1;
  border-color: #b8d8cb;
  outline: 0;
}

.bp-message-row-menu-toggle svg {
  height: 17px;
  width: 17px;
}

.bp-message-card-menu {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 19, 15, 0.18);
  display: grid;
  gap: 5px;
  min-width: 190px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 45;
}

.bp-message-card-menu[hidden] {
  display: none;
}

.bp-message-card-menu strong,
.bp-message-card-menu small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  padding: 4px 6px;
}

.bp-message-card-menu button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  min-height: 30px;
  padding: 7px 8px;
  text-align: left;
}

.bp-message-card-menu button:hover,
.bp-message-card-menu button:focus-visible,
.bp-message-card-menu button.is-selected {
  background: #edf7f1;
  outline: 0;
}

.bp-message-card-menu button.danger {
  color: #8f2f19;
}

.bp-message-detail-shell {
  min-width: 0;
}

.bp-message-detail-shell > #bp-message-status:empty {
  display: none;
}

.bp-message-detail-card {
  gap: 16px;
}

.bp-message-detail-card .bp-product-management-top {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-message-mobile-back {
  display: none;
}

.bp-message-top-actions {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
  justify-self: end;
  margin-top: -2px;
}

.bp-message-icon-action {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 38px;
}

.bp-message-icon-action:hover,
.bp-message-icon-action:focus-visible {
  background: #edf7f1;
  border-color: #b8d8cb;
  outline: 0;
}

.bp-message-icon-action.danger {
  border-color: #e7b8aa;
  color: #8f2f19;
}

.bp-message-icon-action svg {
  height: 20px;
  width: 20px;
}

.bp-message-thread {
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  max-height: clamp(320px, 52vh, 680px);
  overflow-y: auto;
  padding: 10px;
  scrollbar-width: thin;
}

.bp-message-thread-flow {
  display: grid;
  gap: 9px;
}

.bp-message-date-divider {
  align-items: center;
  color: var(--bp-muted);
  display: grid;
  font-size: 11px;
  font-weight: 900;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  text-transform: uppercase;
}

.bp-message-date-divider::before,
.bp-message-date-divider::after {
  background: var(--bp-line);
  content: "";
  height: 1px;
}

.bp-message-date-divider span {
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  padding: 4px 10px;
}

.bp-message-day {
  display: grid;
  gap: 8px;
}

.bp-message-day summary {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  color: var(--bp-green);
  cursor: pointer;
  display: grid;
  gap: 7px;
  grid-template-columns: auto auto minmax(0, 1fr);
  list-style: none;
  min-height: 30px;
  padding: 5px 10px;
}

.bp-message-day summary::-webkit-details-marker {
  display: none;
}

.bp-message-day summary span,
.bp-message-day summary small {
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.bp-message-day summary small {
  color: var(--bp-muted);
}

.bp-message-day summary em {
  color: #60726b;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  opacity: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 140ms ease;
  white-space: nowrap;
}

.bp-message-day summary:hover em,
.bp-message-day summary:focus-visible em {
  opacity: 1;
}

.bp-message-day[open] summary {
  border-radius: 8px;
}

.bp-message-day-body {
  display: grid;
  gap: 9px;
}

.bp-message-hover-preview {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(6, 19, 15, 0.16);
  display: none;
  gap: 10px;
  left: calc(100% + 12px);
  min-width: 280px;
  padding: 12px;
  position: absolute;
  top: 0;
  width: min(380px, 42vw);
  z-index: 30;
}

.bp-message-list-item:hover .bp-message-hover-preview,
.bp-message-list-item:focus-within .bp-message-hover-preview {
  display: grid;
}

.bp-message-hover-preview article {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bp-message-hover-preview article + article {
  border-top: 1px solid var(--bp-line);
  padding-top: 10px;
}

.bp-message-hover-preview strong,
.bp-message-hover-preview small {
  display: block;
}

.bp-message-hover-preview p {
  color: #2f3e38;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}

.bp-message-bubble {
  display: grid;
  gap: 5px;
  max-width: min(720px, 100%);
  position: relative;
}

.bp-message-bubble.business {
  justify-self: end;
}

.bp-message-bubble > div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bp-message-bubble strong {
  font-size: 13px;
}

.bp-message-bubble small,
.bp-message-reply-composer small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-message-bubble p {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
  padding: 9px 10px;
}

.bp-message-bubble.business p {
  background: #eaf5ef;
  border-color: #cbe4dc;
}

.bp-message-bubble-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bp-message-bubble-signals span {
  align-items: center;
  background: rgba(245, 248, 249, 0.86);
  border: 1px solid #c7dce8;
  border-radius: 999px;
  color: #31576a;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  gap: 4px;
  max-width: 100%;
  padding: 3px 7px;
}

.bp-message-bubble-signals svg {
  height: 12px;
  width: 12px;
}

.bp-message-bubble-menu-shell {
  position: relative;
}

.bp-message-bubble-menu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bp-muted);
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}

.bp-message-bubble-menu-toggle:hover,
.bp-message-bubble-menu-toggle:focus-visible,
.bp-message-bubble-menu-toggle[aria-expanded="true"] {
  color: var(--bp-green);
  outline: 0;
}

.bp-message-bubble-menu-toggle svg {
  height: 15px;
  width: 15px;
}

.bp-message-bubble-menu {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 19, 15, 0.14);
  display: grid;
  gap: 10px;
  width: min(520px, calc(100vw - 36px));
  padding: 10px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 38;
}

.bp-message-bubble-menu.is-edge-right {
  left: auto;
  right: 0;
}

.bp-message-bubble-menu[hidden] {
  display: none;
}

.bp-message-bubble-keyword-picker {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-height: 250px;
  overflow: auto;
}

.bp-message-bubble-keyword-picker > strong {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 950;
  grid-column: 1 / -1;
  text-transform: uppercase;
}

.bp-message-bubble-keyword-picker > small {
  color: var(--bp-muted);
  font-size: 11px;
  grid-column: 1 / -1;
}

.bp-message-bubble-menu button,
.bp-message-bubble-keyword-picker button {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  display: flex;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  gap: 8px;
  justify-content: space-between;
  min-height: 32px;
  padding: 7px 8px;
  text-align: left;
}

.bp-message-bubble-menu > button {
  justify-content: flex-start;
}

.bp-message-bubble-keyword-picker button span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  min-width: 0;
}

.bp-message-bubble-keyword-picker button small {
  color: inherit;
  font-size: 10px;
  font-weight: 900;
}

.bp-message-bubble-menu button:hover,
.bp-message-bubble-menu button:focus-visible,
.bp-message-bubble-keyword-picker button:hover,
.bp-message-bubble-keyword-picker button:focus-visible,
.bp-message-bubble-keyword-picker button.is-selected {
  background: #e5f3ee;
  color: var(--bp-green);
  outline: 0;
}

.bp-message-bubble-menu svg {
  height: 14px;
  width: 14px;
}

.bp-message-reply-composer {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.bp-message-reply-composer label {
  display: grid;
  gap: 6px;
}

.bp-message-reply-box {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  display: block;
  overflow: visible;
  position: relative;
}

.bp-message-reply-box textarea {
  background: #fff;
  border: 0;
  border-radius: 0;
  color: var(--bp-ink);
  font: inherit;
  min-height: 96px;
  padding: 10px 112px 34px 12px;
  resize: vertical;
  width: 100%;
}

.bp-message-quick-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: 6px;
  color: rgba(47, 70, 85, 0.58);
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  gap: 4px;
  padding: 4px 6px;
  position: absolute;
  right: 52px;
}

.bp-message-quick-toggle:hover,
.bp-message-quick-toggle:focus-visible,
.bp-message-quick-toggle.is-open {
  color: var(--bp-green);
  outline: 0;
}

.bp-message-quick-toggle svg {
  height: 13px;
  width: 13px;
}

.bp-message-quick-panel {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  bottom: 42px;
  box-shadow: 0 12px 28px rgba(6, 19, 15, 0.14);
  display: grid;
  gap: 6px;
  max-height: 250px;
  min-width: min(300px, calc(100vw - 36px));
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 48px;
  z-index: 36;
}

.message-bubble-heart {
  align-items: center;
  color: #d63230;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  justify-self: start;
  width: 20px;
}

.bp-message-bubble.business .message-bubble-heart,
.customer-message-bubble.business .message-bubble-heart {
  justify-self: end;
}

.message-bubble-heart svg {
  fill: currentColor;
  height: 16px;
  stroke-width: 1.8;
  width: 16px;
}

.message-bubble-heart.is-animating {
  animation: messageHeartPop 620ms ease-out;
}

@keyframes messageHeartPop {
  0% {
    opacity: 0;
    transform: scale(0.35) translateY(6px);
  }
  45% {
    opacity: 1;
    transform: scale(1.45) translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes customerMessageDayIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.bp-message-quick-panel[hidden] {
  display: none;
}

.bp-message-quick-panel button {
  background: #fbfaf6;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  min-height: 32px;
  padding: 7px 8px;
  text-align: left;
}

.bp-message-quick-panel button:hover,
.bp-message-quick-panel button:focus-visible {
  background: #e5f3ee;
  border-color: #b8d9cc;
  color: var(--bp-green);
  outline: 0;
}

.bp-message-reply-composer .bp-message-send {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #718999 0%, #2f4655 100%);
  border: 0;
  border-radius: 999px;
  bottom: 10px;
  box-shadow: 0 8px 18px rgba(37, 57, 70, 0.24);
  color: #fff;
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  max-height: 36px;
  max-width: 36px;
  min-width: 0;
  min-height: 36px;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 36px;
}

.bp-message-reply-composer .bp-message-send:hover {
  background: linear-gradient(135deg, #7f99aa 0%, #253947 100%);
}

.bp-message-reply-composer .bp-message-send svg {
  height: 18px;
  width: 18px;
}

.bp-message-reply-composer button:disabled,
.bp-message-reply-composer textarea:disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.bp-message-internal-card {
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.bp-message-internal-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-message-internal-head h5 {
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
}

.bp-message-internal-form {
  display: grid;
  gap: 9px;
}

.bp-message-internal-tabs {
  border-bottom: 1px solid var(--bp-line);
  display: flex;
  gap: 18px;
  margin: 0 -2px;
  overflow-x: auto;
  padding: 0 2px 8px;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.bp-message-internal-tabs::-webkit-scrollbar {
  display: none;
}

.bp-message-internal-tabs button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--bp-muted);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  min-height: 0;
  padding: 4px 0;
  scroll-snap-align: start;
  white-space: nowrap;
}

.bp-message-internal-tabs button.is-active {
  color: var(--bp-green);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.bp-message-tab-track {
  display: grid;
  overflow: hidden;
}

.bp-message-tab-panel {
  animation: bpMessageTabIn 160ms ease;
  display: grid;
  gap: 9px;
  min-width: 0;
}

.bp-message-tab-panel[hidden] {
  display: none;
}

@keyframes bpMessageTabIn {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.bp-message-note-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bp-message-note-tags span {
  background: #eef5f9;
  border: 1px solid #c7dce8;
  border-radius: 999px;
  color: #31576a;
  font-size: 11px;
  font-weight: 900;
  padding: 4px 8px;
}

.bp-message-internal-form textarea {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  color: var(--bp-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.45;
  min-height: 92px;
  min-width: 0;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.bp-message-note-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
}

.bp-message-note-entry,
.bp-message-note-context {
  display: grid;
  gap: 9px;
  min-width: 0;
}

.bp-message-note-entry label {
  display: grid;
  gap: 6px;
}

.bp-message-note-entry label > span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.bp-message-note-entry input {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 8px;
  color: var(--bp-ink);
  font: inherit;
  font-size: 13px;
  min-height: 40px;
  min-width: 0;
  padding: 9px 10px;
  width: 100%;
}

.bp-message-note-quadrant {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-message-note-quadrant section {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.bp-message-note-quadrant section > strong {
  color: var(--bp-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.bp-message-note-quadrant button {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  display: flex;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  justify-content: space-between;
  min-height: 32px;
  padding: 7px 8px;
  text-align: left;
}

.bp-message-note-quadrant button:hover,
.bp-message-note-quadrant button:focus-visible,
.bp-message-note-quadrant button.is-selected {
  background: #edf7f1;
  border-color: #b8d9cc;
  color: var(--bp-green);
  outline: 0;
}

.bp-message-note-quadrant button small {
  color: inherit;
  font-size: 10px;
  font-weight: 900;
}

.bp-message-intelligence {
  background: #f5f8f9;
  border: 1px solid #d2e1e7;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.bp-message-intelligence-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-message-intelligence-head strong {
  color: #2f4655;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.bp-message-intelligence-head small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-message-detected-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bp-message-detected-list span {
  background: #ffffff;
  border: 1px solid #c7dce8;
  border-radius: 999px;
  color: #31576a;
  display: inline-flex;
  gap: 5px;
  max-width: 100%;
  padding: 5px 8px;
}

.bp-message-detected-list strong,
.bp-message-detected-list small {
  font-size: 11px;
  line-height: 1.15;
}

.bp-message-detected-list strong {
  font-weight: 950;
}

.bp-message-detected-list small {
  color: #506a7b;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-message-internal-actions {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-message-internal-actions > button[type="submit"] {
  justify-content: center;
  min-height: 40px;
}

.bp-message-note-menu-shell {
  position: relative;
}

.bp-message-note-menu-toggle {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-green);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  min-height: 40px;
  padding: 0;
  width: 40px;
}

.bp-message-note-menu-toggle:hover,
.bp-message-note-menu-toggle:focus-visible,
.bp-message-note-menu-toggle[aria-expanded="true"] {
  background: #e5f3ee;
  outline: 0;
}

.bp-message-note-menu-toggle svg {
  height: 18px;
  width: 18px;
}

.bp-message-note-menu {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  bottom: calc(100% + 8px);
  box-shadow: 0 18px 38px rgba(6, 19, 15, 0.16);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  min-width: min(560px, calc(100vw - 36px));
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 35;
}

.bp-message-note-menu[hidden] {
  display: none;
}

.bp-message-note-menu section {
  display: grid;
  gap: 5px;
}

.bp-message-note-menu section > strong {
  color: var(--bp-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.bp-message-note-menu button {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  display: flex;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  justify-content: space-between;
  min-height: 32px;
  padding: 7px 8px;
  text-align: left;
}

.bp-message-note-menu button:hover,
.bp-message-note-menu button:focus-visible,
.bp-message-note-menu button.is-selected {
  background: #edf7f1;
  border-color: #b8d9cc;
  color: var(--bp-green);
  outline: 0;
}

.bp-message-note-menu button small {
  color: inherit;
  font-size: 10px;
  font-weight: 900;
}

.bp-message-keyword-watch {
  display: grid;
  gap: 5px;
  max-height: 116px;
  overflow: auto;
}

.bp-message-keyword-watch span {
  background: #f5f8f9;
  border: 1px solid #d2e1e7;
  border-radius: 7px;
  color: #2f4655;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 2px;
  padding: 7px 8px;
}

.bp-message-keyword-watch small {
  color: #60717e;
  font-size: 10px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-message-keyword-form {
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-message-keyword-form input {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  font-size: 12px;
  min-height: 32px;
  min-width: 0;
  padding: 7px 8px;
}

.bp-message-keyword-form button {
  min-height: 32px;
  padding: 7px 10px;
}

.bp-message-setting-list {
  display: grid;
  gap: 7px;
}

.bp-message-keyword-list {
  margin-top: 8px;
}

.bp-message-keyword-list article:nth-of-type(n + 4) {
  display: none;
}

.bp-message-keyword-list.is-expanded {
  max-height: 398px;
  overflow-y: auto;
  padding-right: 2px;
}

.bp-message-keyword-list.is-expanded article:nth-of-type(n + 4) {
  display: grid;
}

.bp-message-setting-list.compact {
  gap: 5px;
}

.bp-message-setting-list article {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 9px 10px;
}

.bp-message-setting-row-actions {
  display: inline-flex;
  gap: 6px;
}

.bp-message-setting-list span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.bp-message-setting-list strong {
  color: var(--bp-ink);
  font-size: 13px;
  line-height: 1.15;
}

.bp-message-setting-list small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-message-setting-list button,
.bp-message-setting-form button {
  min-height: 32px;
  padding: 7px 10px;
}

.bp-message-setting-icon-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-green);
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  width: 34px;
}

.bp-message-setting-icon-button:hover,
.bp-message-setting-icon-button:focus-visible {
  background: #e5f3ee;
  outline: 0;
}

.bp-message-setting-icon-button svg {
  height: 16px;
  width: 16px;
}

.bp-message-csv-upload {
  cursor: pointer;
  position: relative;
}

.bp-message-csv-upload input {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.bp-message-setting-icon-button.danger {
  background: #fff7f3;
  border-color: #efcbbd;
  color: #9d3d20;
}

.bp-message-setting-icon-button.danger:hover,
.bp-message-setting-icon-button.danger:focus-visible {
  background: #fae8df;
  outline: 0;
}

.bp-message-setting-toggle {
  background: transparent;
  border: 0;
  color: var(--bp-green);
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  justify-self: start;
  margin-top: 6px;
  padding: 0;
  text-decoration: underline;
}

.bp-message-setting-form {
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto auto auto;
}

.bp-message-quick-link-form {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
}

.bp-message-setting-form input {
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  font-size: 13px;
  min-height: 38px;
  min-width: 0;
  padding: 8px 10px;
}

.bp-message-note-history {
  display: grid;
  gap: 8px;
}

.bp-message-note-history article {
  background: #fbfaf6;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 10px;
}

.bp-message-note-history article > div {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-message-note-history strong {
  color: var(--bp-muted);
  font-size: 11px;
  text-transform: uppercase;
}

.bp-message-note-history small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-message-note-history mark {
  background: #eef5f9;
  border: 1px solid #c7dce8;
  border-radius: 999px;
  color: #31576a;
  font-size: 11px;
  font-weight: 900;
  justify-self: start;
  padding: 4px 8px;
}

.bp-message-note-history p {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
  white-space: pre-wrap;
}

.bp-message-reply-composer label > span:first-child,
.bp-message-detail-meta span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-message-detail-meta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-message-detail-meta article {
  background: #f7f8f5;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.bp-message-detail-meta strong {
  font-size: 13px;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .bp-message-detail-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .customer-message-workspace {
    grid-template-columns: 1fr;
  }

  .customer-message-filter-rail {
    overflow-x: auto;
    padding: 7px;
  }

  .customer-message-filter-rail .customer-message-filters {
    display: flex;
    gap: 8px;
    min-width: max-content;
  }

  .customer-message-filter-rail .customer-message-filters button {
    width: auto;
  }

  .customer-message-hover-preview {
    left: 0;
    top: calc(100% + 6px);
    width: min(100%, 420px);
  }

  .messages-toolbar {
    align-items: start;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .messages-toolbar-icon {
    height: 48px;
    width: 48px;
  }

  .messages-toolbar-icon svg {
    height: 27px;
    width: 27px;
  }

  .messages-toolbar-copy {
    display: grid;
    gap: 7px;
  }

  .message-toolbar-link {
    grid-column: 2;
    justify-self: start;
  }

  .customer-message-thread {
    max-height: 48vh;
  }

  .customer-message-bubble {
    max-width: min(560px, 84%);
  }
}

@media (max-width: 820px) {
  body:not(.business-portal-mode) .customer-messages-view {
    gap: 0;
  }

  body:not(.business-portal-mode) .customer-message-workspace {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-list .customer-message-detail {
    display: none;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-filter-rail,
  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-list {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-filter-rail {
    background: #fffefa;
    border-radius: 8px;
    box-shadow: none;
    margin: 0;
  }

  body:not(.business-portal-mode) .customer-message-list {
    gap: 8px;
    padding-left: 0;
  }

  body:not(.business-portal-mode) .customer-message-list::before,
  body:not(.business-portal-mode) .customer-message-list-item::before,
  body:not(.business-portal-mode) .customer-message-hover-preview {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-list-item {
    border-radius: 10px;
    box-shadow: none;
    min-height: 58px;
  }

  body:not(.business-portal-mode) .customer-message-thread-button {
    border-radius: 10px 0 0 10px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 8px 10px;
  }

  body:not(.business-portal-mode) .customer-message-tree-copy strong {
    font-size: 14px;
    line-height: 1.15;
  }

  body:not(.business-portal-mode) .customer-message-tree-copy small {
    font-size: 12px;
    line-height: 1.25;
  }

  body:not(.business-portal-mode) .customer-message-detail {
    min-height: calc(100dvh - 166px);
  }

  body:not(.business-portal-mode) .customer-message-thread-card {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.16);
    border-radius: 12px;
    box-shadow: 0 14px 32px rgba(6, 19, 15, 0.08);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 0;
    margin: 8px;
    min-height: calc(100dvh - 178px);
    overflow: hidden;
    padding: 0;
  }

  body:not(.business-portal-mode) .customer-message-thread-card > .card-head {
    align-items: center;
    background: rgba(255, 254, 250, 0.98);
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    display: grid;
    gap: 8px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 62px;
    padding: 8px 10px;
    z-index: 12;
  }

  body:not(.business-portal-mode) .customer-message-mobile-back {
    align-items: center;
    background: #eef7f2;
    border: 1px solid #cfe7dc;
    border-radius: 999px;
    color: var(--primary);
    display: flex;
    height: 38px;
    justify-content: center;
    min-height: 38px;
    padding: 0;
    transform: rotate(-90deg);
    width: 38px;
  }

  body:not(.business-portal-mode) .customer-message-mobile-back .dashboard-action-icon {
    height: 18px;
    width: 18px;
  }

  body:not(.business-portal-mode) .customer-message-business-head {
    gap: 9px;
    min-width: 0;
  }

  body:not(.business-portal-mode) .customer-message-business-head .customer-message-business-logo.large {
    height: 36px;
    width: 36px;
  }

  body:not(.business-portal-mode) .customer-message-business-head .eyebrow,
  body:not(.business-portal-mode) .customer-message-business-head p {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-business-head h3 {
    font-size: 15px;
    line-height: 1.12;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(.business-portal-mode) .customer-message-detail-actions .secondary {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-thread {
    border: 0;
    border-radius: 0;
    display: block;
    max-height: none;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 8px;
  }

  body:not(.business-portal-mode) .customer-message-desktop-days {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-mobile-days {
    display: grid;
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 0;
    overflow: visible;
    position: relative;
  }

  body:not(.business-portal-mode) .customer-message-day-rail {
    align-content: start;
    display: grid;
    gap: 0;
    max-height: calc(100dvh - 332px);
    overflow: visible;
    padding: 2px 0;
    position: relative;
    scrollbar-width: none;
    z-index: 12;
  }

  body:not(.business-portal-mode) .customer-message-day-rail::-webkit-scrollbar {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--primary);
    display: flex;
    height: 18px;
    justify-content: flex-start;
    min-height: 18px;
    min-width: 0;
    padding: 0;
    position: relative;
    transition: color 160ms ease, transform 160ms ease;
    width: 30px;
    z-index: 1;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button:is(:hover, :focus, :focus-visible) {
    z-index: 14;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button::before {
    background: currentColor;
    border-radius: 999px;
    box-shadow: none;
    content: "";
    height: 2px;
    opacity: 0.38;
    transform-origin: left center;
    transition: opacity 160ms ease, transform 160ms ease, width 180ms ease;
    width: 15px;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button:is(:hover, :focus, :focus-visible, .is-active)::before {
    height: 3px;
    opacity: 1;
    width: 29px;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button.is-active {
    color: #0f6b51;
    transform: translateX(1px);
  }

  body:not(.business-portal-mode) .customer-message-day-rail button:focus-visible {
    outline: 0;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button span,
  body:not(.business-portal-mode) .customer-message-day-rail button small {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-day-preview {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.16);
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(6, 19, 15, 0.12);
    color: #2f3e38;
    display: grid;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    left: calc(100% + 4px);
    line-height: 1.3;
    min-width: 0;
    width: min(250px, calc(100vw - 82px));
    max-width: min(250px, calc(100vw - 82px));
    opacity: 0;
    overflow: hidden;
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%) translateX(-4px);
    transition: opacity 160ms ease, transform 160ms ease;
    white-space: normal;
    z-index: 20;
  }

  body:not(.business-portal-mode) .customer-message-day-rail button:is(:hover, :focus, :focus-visible) .customer-message-day-preview {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  body:not(.business-portal-mode) .customer-message-day-panes {
    overflow: hidden;
    min-width: 0;
    position: relative;
    z-index: 1;
  }

  body:not(.business-portal-mode) .customer-message-day-pane {
    animation: customerMessageDayIn 180ms ease both;
    min-width: 0;
  }

  body:not(.business-portal-mode) .customer-message-day-pane[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .customer-message-day-pane-head {
    align-items: center;
    border-bottom: 1px solid rgba(31, 111, 91, 0.1);
    color: var(--primary);
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    padding: 2px 0 8px;
  }

  body:not(.business-portal-mode) .customer-message-day-pane-head span,
  body:not(.business-portal-mode) .customer-message-day-pane-head small {
    font-size: 11px;
    font-weight: 950;
  }

  body:not(.business-portal-mode) .customer-message-day-body {
    display: grid;
    gap: 10px;
  }

  body:not(.business-portal-mode) .customer-message-bubble {
    max-width: min(88%, 270px);
  }

  body:not(.business-portal-mode) .customer-message-bubble p {
    overflow-wrap: anywhere;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-reply-form {
    background: rgba(255, 254, 250, 0.98);
    border-top: 1px solid rgba(31, 111, 91, 0.16);
    padding: 9px 10px 10px;
    position: static;
    z-index: 1;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-reply-form label > span:first-child {
    display: none;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-reply-box textarea {
    min-height: 44px;
    padding: 12px 48px 12px 12px;
  }
}

.bp-message-detail-actions {
  border-top: 1px solid var(--bp-line);
  padding-top: 14px;
}

.bp-message-status-completed,
.bp-message-status-complete,
.bp-message-status-resolved,
.bp-message-status-done,
.bp-message-status-replied,
.bp-message-state-completed,
.bp-message-state-complete,
.bp-message-state-resolved,
.bp-message-state-done,
.bp-message-state-replied {
  background: #e5f2ee;
  border-color: #cbe4dc;
  color: var(--bp-green);
}

.bp-message-status-archived,
.bp-message-state-archived {
  background: #edf0ed;
  border-color: #d9dfda;
  color: #59645e;
}

.bp-message-status-spam,
.bp-message-state-spam {
  background: #f7ded6;
  border-color: #e7b8aa;
  color: #8f2f19;
}

.bp-message-status-accepted,
.bp-message-state-accepted {
  background: #dcfce7;
  border-color: #bbf7d0;
  color: #166534;
}

.bp-message-status-reserved_pending,
.bp-message-state-reserved_pending {
  background: #fef3c7;
  border-color: #fde68a;
  color: #92400e;
}

.bp-message-status-prepaid,
.bp-message-state-prepaid {
  background: #dbeafe;
  border-color: #bfdbfe;
  color: #1d4ed8;
}

.bp-message-status-canceled,
.bp-message-status-declined,
.bp-message-state-canceled,
.bp-message-state-declined {
  background: #f7ded6;
  border-color: #e7b8aa;
  color: #8f2f19;
}

.bp-message-log-card {
  margin-top: 6px;
}

.bp-account-caret {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cfd8d1;
  display: flex;
  font-size: 0;
  height: 18px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
}

.bp-account-caret::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--bp-green);
  content: "";
  margin-top: 2px;
}

.bp-account-mark {
  background: #111;
  color: #fff;
}

img.bp-account-mark,
img.bp-preview-logo {
  object-fit: cover;
}

.bp-grid {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 430px;
  padding: 20px 34px 28px;
  scroll-margin-top: 88px;
}

.bp-device-page {
  display: grid;
  gap: 16px;
  padding: 20px 34px 28px;
  scroll-margin-top: 88px;
}

.bp-product-page {
  display: grid;
  gap: 16px;
  padding: 20px 34px 28px;
  scroll-margin-top: 88px;
}

.bp-offer-editor {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.bp-offer-editor.is-new {
  border-color: rgba(15, 81, 56, 0.28);
  box-shadow: 0 14px 34px rgba(10, 33, 24, 0.06);
}

.bp-product-form-grid.bp-offer-basics-grid {
  grid-template-columns: minmax(240px, 1.35fr) minmax(180px, 0.65fr);
}

.bp-offer-audience-fieldset {
  border: 0;
  margin: 4px 0 0;
  min-width: 0;
  padding: 0;
}

.bp-offer-audience-fieldset legend {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 0;
}

.bp-offer-audience-segmented {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-offer-audience-segmented label {
  cursor: pointer;
  min-width: 0;
  position: relative;
}

.bp-offer-editor .bp-offer-audience-segmented input {
  height: 1px;
  min-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.bp-offer-audience-segmented label > span {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 10px 11px;
}

.bp-offer-audience-segmented strong {
  color: var(--bp-ink);
  font-size: 13px;
}

.bp-offer-audience-segmented small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-offer-audience-segmented input:checked + span {
  background: #eaf6f1;
  border-color: #22745f;
  box-shadow: inset 0 0 0 1px #22745f;
}

.bp-offer-audience-segmented input:focus-visible + span {
  outline: 3px solid rgba(34, 116, 95, 0.22);
  outline-offset: 2px;
}

.bp-offer-threshold-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-offer-threshold-grid label {
  display: grid;
  gap: 8px;
}

.bp-offer-benefit-fieldset {
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 12px;
}

.bp-offer-benefit-fieldset legend {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  padding: 0 5px;
}

.bp-offer-benefit-fieldset > small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.bp-offer-benefit-grid {
  grid-template-columns: 1.2fr 0.8fr 1fr 0.7fr;
}

.bp-offer-eligibility-preview {
  background: #f3f9f6;
  border-left: 3px solid #22745f;
  display: grid;
  gap: 4px;
  padding: 11px 13px;
}

.bp-offer-eligibility-preview > span,
.bp-offer-eligibility-preview > small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
}

.bp-offer-eligibility-preview > strong {
  color: var(--bp-ink);
  font-size: 14px;
}

.bp-offer-editor-shell {
  min-width: 0;
}

.bp-fundraising-setup-tabs {
  margin-top: 2px;
}

.bp-fundraising-workspace-tabs {
  margin-top: 4px;
}

.bp-fundraising-workspace-panel {
  animation: bpMessageTabIn 160ms ease;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.bp-fundraising-workspace-panel[hidden] {
  display: none;
}

.bp-fundraising-current,
.bp-fundraising-current-card,
.bp-fundraising-org-analytics {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.bp-fundraising-current-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.bp-fundraising-current-head h3,
.bp-fundraising-current-head p {
  margin: 0;
}

.bp-fundraising-current-grid {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-fundraising-offer-list {
  display: grid;
  gap: 10px;
}

.bp-fundraising-offer-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  padding: 12px;
}

.bp-fundraising-offer-card strong,
.bp-fundraising-offer-card small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-fundraising-offer-card strong {
  color: var(--bp-ink);
  font-size: 15px;
  font-weight: 900;
}

.bp-fundraising-offer-card small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 3px;
}

.bp-fundraising-org-select {
  display: grid;
  gap: 6px;
  min-width: min(260px, 100%);
}

.bp-fundraising-org-select span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-fundraising-org-panel {
  display: grid;
  gap: 10px;
}

.bp-fundraising-org-panel[hidden] {
  display: none;
}

.bp-fundraising-org-title {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
}

.bp-fundraising-org-title strong,
.bp-fundraising-org-title small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-fundraising-org-title strong {
  color: var(--bp-ink);
  font-size: 18px;
  font-weight: 950;
}

.bp-fundraising-org-title small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 850;
}

.bp-fundraising-org-kpis {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-fundraising-org-kpis span {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
}

.bp-fundraising-org-kpis small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-fundraising-org-kpis strong {
  color: var(--bp-ink);
  font-size: 16px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.bp-fundraising-progress {
  background: #e8f0ec;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.bp-fundraising-progress span {
  background: var(--bp-green);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: var(--fundraising-progress, 0%);
}

@media (max-width: 760px) {
  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-workspace-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: sticky;
    top: 74px;
    z-index: 5;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-head,
  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-org-analytics .bp-card-head {
    display: grid;
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-head .bp-secondary-action {
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-dashboard-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-kpis article {
    min-height: 112px;
    padding: 12px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-kpis article strong {
    font-size: 23px;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-current-kpis article small {
    font-size: 11px;
    line-height: 1.25;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-offer-card {
    align-items: stretch;
    grid-template-columns: minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-offer-card .bp-secondary-action {
    justify-content: center;
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-campaign-card dl,
  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-org-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-org-select {
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-org-title {
    align-items: start;
    display: grid;
  }
}

.bp-fundraising-setup-track {
  display: grid;
  min-width: 0;
  overflow: visible;
}

.bp-fundraising-setup-panel {
  animation: bpMessageTabIn 160ms ease;
  display: grid;
  gap: 14px;
  min-width: 0;
}

.bp-fundraising-setup-panel[hidden] {
  display: none;
}

.bp-fundraising-offer-name {
  display: grid;
  gap: 6px;
  max-width: 720px;
}

.bp-fundraising-offer-name > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-fundraising-timing-grid {
  align-items: start;
}

.bp-fundraising-launch-note {
  grid-column: 2 / -1;
  margin-top: -8px;
}

.bp-fundraising-review-card {
  align-self: start;
  display: grid;
  gap: 14px;
}

.bp-fundraising-review-list {
  display: grid;
  gap: 8px;
}

.bp-fundraising-review-list span {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 10px;
}

.bp-fundraising-review-list small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-fundraising-review-list strong {
  color: var(--bp-ink);
  font-size: 14px;
  line-height: 1.25;
}

.bp-fundraising-review-warnings {
  background: #fff8e8;
  border: 1px solid #e8d3a5;
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 11px;
}

.bp-fundraising-review-warnings strong {
  color: #704700;
  font-size: 13px;
}

.bp-fundraising-review-warnings span {
  color: #704700;
  font-size: 13px;
  font-weight: 800;
}

.bp-fundraising-review-ready {
  background: #edf7f1;
  border: 1px solid #cce4d8;
  border-radius: 8px;
  margin: 0;
  padding: 10px;
}

.bp-fundraising-review-card > button {
  width: 100%;
}

.bp-fundraising-dashboard {
  display: grid;
  gap: 14px;
}

.bp-fundraising-dashboard-grid {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-fundraising-dashboard-grid > section {
  display: grid;
  gap: 10px;
}

.bp-fundraising-campaign-list {
  display: grid;
  gap: 10px;
}

.bp-fundraising-campaign-card {
  background: #ffffff;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-fundraising-campaign-card h4 {
  font-size: 18px;
  margin: 0;
}

.bp-fundraising-campaign-card dl {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.bp-fundraising-campaign-card div:has(> dt) {
  background: #f8fbfa;
  border: 1px solid #e1ebe5;
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 8px;
}

.bp-fundraising-campaign-card dt {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-fundraising-campaign-card dd {
  color: var(--bp-ink);
  font-weight: 900;
  margin: 0;
}

.bp-fundraising-payout-base {
  display: grid;
  gap: 6px;
  max-width: 320px;
}

.bp-fundraising-payout-base > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-fundraising-rule-grid {
  align-items: start;
  columns: 2 340px;
  gap: 12px;
}

.bp-fundraising-rule-card {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  break-inside: avoid;
  display: grid;
  gap: 12px;
  margin: 0 0 12px;
  padding: 12px;
}

.bp-fundraising-rule-card .check-row {
  background: transparent;
  border: 0;
  padding: 0;
}

.bp-fundraising-early-bonus-fields {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(110px, 150px) minmax(130px, 1fr);
}

.bp-fundraising-early-bonus-fields label {
  display: grid;
  gap: 6px;
}

.bp-fundraising-early-bonus-fields label > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-fundraising-early-bonus-wide {
  grid-column: 1 / -1;
}

.bp-fundraising-early-bonus-fields input,
.bp-fundraising-early-bonus-fields select,
.bp-fundraising-early-bonus-fields textarea {
  min-height: 38px;
}

.bp-fundraising-early-bonus-fields textarea {
  min-height: 72px;
}

.bp-fundraising-signup-goals {
  display: grid;
  gap: 10px;
}

.bp-fundraising-signup-goals label {
  display: grid;
  gap: 6px;
}

.bp-fundraising-signup-goals label > span,
.bp-fundraising-tier-head > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-fundraising-tier-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-fundraising-signup-tier-list {
  display: grid;
  gap: 8px;
}

.bp-fundraising-signup-tier {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.bp-fundraising-signup-tier input {
  min-height: 36px;
}

.bp-fundraising-custom-rules {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 12px;
  padding-top: 14px;
}

.bp-fundraising-custom-rules h5,
.bp-fundraising-custom-rules p {
  margin: 0;
}

.bp-fundraising-custom-rule-list {
  display: grid;
  gap: 12px;
}

.bp-fundraising-custom-rule {
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-fundraising-custom-rule-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-fundraising-custom-rule label {
  display: grid;
  gap: 6px;
}

.bp-fundraising-custom-rule label > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-fundraising-custom-rule textarea {
  min-height: 82px;
}

.bp-fundraising-payout-terms {
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-fundraising-payout-terms .check-row {
  background: transparent;
  border: 0;
  padding: 0;
}

.bp-fundraising-payout-terms label {
  display: grid;
  gap: 6px;
}

.bp-fundraising-payout-terms label > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-fundraising-payout-terms textarea {
  min-height: 84px;
}

.bp-fundraising-fulfillment-builder {
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.bp-fundraising-fulfillment-builder > div > span,
.bp-fundraising-fulfillment-details > span,
.bp-fundraising-custom-fulfillment > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

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

.bp-fundraising-fulfillment-details {
  display: grid;
  gap: 8px;
}

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

.bp-fundraising-detail-list label {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  padding: 10px;
}

.bp-fundraising-detail-list input {
  accent-color: var(--bp-green);
  min-height: 0;
  width: 16px;
}

.bp-fundraising-detail-list span {
  font-size: 13px;
  font-weight: 850;
}

.bp-fundraising-custom-fulfillment {
  display: grid;
  gap: 6px;
}

.bp-fundraising-custom-fulfillment textarea {
  min-height: 86px;
}

.bp-offer-list-item {
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-offer-list-item > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  justify-content: stretch;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.bp-offer-list-item strong,
.bp-offer-list-item small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-offer-list-item mark {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
  white-space: nowrap;
}

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

.bp-offer-kpi-card {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(10, 32, 24, 0.05);
  overflow: hidden;
}

.bp-offer-kpi-card summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr);
  list-style: none;
  min-height: 86px;
  padding: 14px;
}

.bp-offer-kpi-card summary::-webkit-details-marker {
  display: none;
}

.bp-offer-kpi-card[open] {
  border-color: rgba(31, 111, 91, 0.34);
}

.bp-offer-kpi-icon {
  align-items: center;
  background: #e7f6f0;
  border: 1px solid #bae0d2;
  border-radius: 8px;
  color: var(--bp-green);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bp-offer-kpi-icon .dashboard-action-icon {
  height: 18px;
  width: 18px;
}

.bp-offer-kpi-card summary span:last-child {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bp-offer-kpi-card summary small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-offer-kpi-card summary strong {
  color: var(--bp-ink);
  font-size: 28px;
  line-height: 1;
}

.bp-offer-kpi-panel {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 0;
  padding: 0 14px 10px;
}

.bp-offer-kpi-panel span {
  align-items: center;
  border-bottom: 1px solid rgba(223, 229, 223, 0.72);
  display: flex;
  justify-content: space-between;
  min-height: 34px;
}

.bp-offer-kpi-panel span:last-child {
  border-bottom: 0;
}

.bp-offer-kpi-panel small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
}

.bp-offer-kpi-panel strong {
  color: var(--bp-green);
  font-size: 13px;
  font-weight: 950;
}

.bp-offer-status-published {
  background: #dcf3e9;
  color: #0f6d46;
}

.bp-offer-status-draft {
  background: #f4efe5;
  color: #6d6250;
}

.bp-offer-status-scheduled {
  background: #e9f3ff;
  color: #1e5b87;
}

.bp-offer-status-expired {
  background: #fbe9e7;
  color: #9b2f22;
}

.account-offer-row {
  margin-top: 16px;
}

.account-promotion-section {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.promotions-browser-view {
  gap: 14px;
}

.promotions-browser-summary {
  padding: 16px;
}

.promotion-browser-list {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding-top: 18px;
}

.promotion-browser-list .account-promotion-tile {
  cursor: pointer;
  gap: 9px;
  min-height: 0;
  overflow: hidden;
  padding: 14px 46px 14px 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.promotion-browser-list .account-promotion-tile.is-expanded {
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 18px 38px rgba(12, 45, 34, 0.12);
  min-height: 0;
  padding-right: 46px;
  transform: translateY(-1px);
  z-index: 1;
}

.account-promotion-tile .dashboard-reward-copy {
  gap: 5px;
}

.account-promotion-tile .dashboard-reward-copy strong {
  line-height: 1.18;
}

.account-promotion-tile .dashboard-reward-copy p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.account-promotion-tile.is-expanded .dashboard-reward-copy p {
  display: block;
  overflow: visible;
}

.account-promotion-tile .dashboard-reward-copy em {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.account-promotion-tile.is-expanded .dashboard-reward-copy em {
  display: block;
  overflow: visible;
}

.promotion-card-expanded {
  display: grid;
  gap: 10px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 240ms ease, opacity 180ms ease;
}

.account-promotion-tile.is-expanded .promotion-card-expanded {
  max-height: 620px;
  opacity: 1;
}

.account-promotion-tile.is-expanded .dashboard-reward-save {
  right: 12px;
}

@media (max-width: 720px) {
  .promotion-browser-list {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 10px;
    padding-right: 10px;
  }

  .promotion-browser-list .account-promotion-tile {
    gap: 7px;
    padding: 12px 42px 12px 12px;
  }

  .promotion-browser-list .account-promotion-tile.is-expanded {
    grid-column: 1 / -1;
    padding-right: 12px;
  }

  .account-promotion-tile .dashboard-reward-media {
    height: 40px;
    width: 40px;
  }

  .account-promotion-tile .dashboard-reward-save {
    height: 32px;
    right: 10px;
    top: 10px;
    width: 32px;
  }

  .account-promotion-tile .dashboard-reward-status {
    font-size: 10px;
    padding: 4px 8px;
  }

  .account-promotion-tile .dashboard-reward-copy strong {
    display: -webkit-box;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .account-promotion-tile.is-expanded .dashboard-reward-copy strong {
    display: block;
    overflow: visible;
  }

  .account-promotion-tile .dashboard-reward-copy small,
  .account-promotion-tile .dashboard-reward-copy p,
  .account-promotion-tile .dashboard-reward-copy em {
    font-size: 11px;
    line-height: 1.32;
  }

  .account-promotion-tile:not(.is-expanded) .dashboard-reward-copy p {
    -webkit-line-clamp: 2;
  }

  .account-promotion-tile:not(.is-expanded) .dashboard-reward-copy em {
    -webkit-line-clamp: 1;
  }

  .account-promotion-tile.is-expanded .promotion-card-expanded {
    max-height: 780px;
  }

  .offer-goal-actions {
    gap: 8px;
    padding: 9px;
  }

  .offer-goal-actions > div {
    grid-template-columns: 1fr;
  }

  .offer-goal-actions a {
    padding: 8px 9px;
  }
}

@media (max-width: 380px) {
  .promotion-browser-list {
    gap: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .promotion-browser-list .account-promotion-tile {
    padding-left: 10px;
  }
}

.platform-promotion-subnav button[data-platform-promotion-filter="saved"].active .event-filter-icon path,
.platform-promotion-subnav button[data-platform-promotion-filter="goals"].active .event-filter-icon path {
  fill: rgba(31, 111, 91, 0.16);
}

.promotion-empty-card {
  aspect-ratio: auto;
  min-height: 220px;
}

.account-goal-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.account-promotion-tile {
  min-height: 0;
}

.offer-goal-actions {
  background: #f7fbf9;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.offer-goal-actions > strong {
  color: var(--primary);
  font-size: 13px;
}

.offer-goal-actions > div {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr;
}

.offer-goal-actions a {
  background: #ffffff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 3px;
  padding: 9px 10px;
  text-decoration: none;
}

.offer-goal-actions a:hover,
.offer-goal-actions a:focus-visible {
  border-color: rgba(31, 111, 91, 0.4);
  outline: none;
}

.offer-goal-actions span {
  font-size: 13px;
  font-weight: 900;
}

.offer-goal-actions small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.bp-device-page-head,
.bp-device-management-top {
  align-items: center;
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 18px;
}

.bp-device-page-head h3 {
  font-size: 26px;
  line-height: 1.1;
}

.bp-device-page-actions,
.bp-device-summary-grid,
.bp-device-management-list,
.bp-device-edit-grid {
  display: grid;
  gap: 12px;
}

.bp-device-page-actions {
  align-items: center;
  grid-auto-flow: column;
  justify-content: end;
}

.bp-device-page-actions .bp-range-control {
  max-width: 520px;
}

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

.bp-device-summary-grid article,
.bp-device-management-card,
.bp-device-empty {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  padding: 18px;
}

.bp-device-summary-grid article {
  display: grid;
  gap: 8px;
}

.bp-device-summary-grid span {
  color: var(--bp-muted);
  font-weight: 900;
}

.bp-device-summary-grid strong {
  font-size: 28px;
}

.bp-license-strip,
.bp-device-license-card {
  background: #fffdf7;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.bp-license-strip.is-active,
.bp-device-license-card {
  background: #f7fbf8;
  border-color: #cbe4dc;
}

.bp-license-strip span {
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-license-strip strong {
  font-size: 18px;
}

.bp-license-strip small {
  color: var(--bp-muted);
  font-weight: 800;
  line-height: 1.35;
}

.bp-device-license-card {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.bp-device-license-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
}

.bp-device-license-stats span {
  background: #ffffff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 10px;
  text-align: center;
}

.bp-device-license-stats strong {
  font-size: 22px;
}

.bp-device-license-stats small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-device-management-list {
  grid-template-columns: 1fr;
}

.bp-product-management-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: clamp(420px, 32vw, 520px) minmax(520px, 1fr);
}

.bp-product-management-grid.bp-message-management-grid {
  gap: 10px;
  grid-template-columns: minmax(148px, 170px) minmax(360px, 420px) minmax(0, 1fr);
  min-width: 0;
}

.bp-message-filter-rail {
  grid-column: 1;
  grid-row: 1;
}

.bp-message-management-list {
  grid-column: 2;
  grid-row: 1;
}

.bp-message-detail-shell {
  grid-column: 3;
  grid-row: 1;
}

.bp-settings-form,
.bp-settings-grid {
  display: grid;
  gap: 16px;
}

.bp-settings-grid {
  grid-template-columns: minmax(0, 1fr);
}

.bp-settings-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bp-settings-actions button {
  min-width: 220px;
}

.bp-setup-list {
  display: grid;
  gap: 8px;
}

.bp-setup-list span {
  align-items: center;
  background: #f7f8f5;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-muted);
  display: flex;
  font-weight: 800;
  min-height: 36px;
  padding: 8px 10px;
}

.bp-setup-list span.complete {
  background: var(--bp-soft);
  border-color: #cbe4dc;
  color: var(--bp-green);
}

.bp-setup-list.compact span {
  font-size: 12px;
  min-height: 30px;
  padding: 6px 8px;
}

.bp-connection-grid,
.bp-solution-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.bp-connection-grid article,
.bp-solution-grid article {
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 14px;
}

.bp-connection-grid article.is-connected {
  background: linear-gradient(180deg, #f4fbf6 0%, #fbfcfa 100%);
  border-color: #98d7b5;
  box-shadow: 0 12px 28px rgba(16, 109, 70, 0.08);
  position: relative;
}

.bp-connection-grid article.is-connected::after {
  background: #158c55;
  border: 2px solid #f4fbf6;
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(21, 140, 85, 0.35);
  content: "";
  height: 12px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 12px;
  animation: bpLivePulse 1.8s ease-out infinite;
}

.bp-connection-grid article > span,
.bp-solution-grid article > span {
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-connection-grid article strong,
.bp-solution-grid article strong {
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 18px;
}

.bp-live-dot {
  background: #158c55;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(21, 140, 85, 0.12);
  display: inline-block;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.bp-connection-grid article.is-connected .bp-secondary-action:disabled {
  background: #e8f6ef;
  border-color: #b8e3ca;
  color: #0b6b44;
  cursor: default;
  opacity: 1;
}

@keyframes bpLivePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 140, 85, 0.35);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(21, 140, 85, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(21, 140, 85, 0);
  }
}

.bp-solution-grid button:disabled {
  cursor: not-allowed;
  opacity: 0.66;
}

.bp-product-panel-stack {
  display: grid;
  gap: 10px;
}

.bp-product-panel {
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  overflow: hidden;
}

.bp-product-panel header {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px;
}

.bp-product-panel header span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.bp-product-panel header strong {
  color: var(--bp-green);
  font-size: 15px;
}

.bp-product-panel header small {
  color: var(--bp-muted);
  font-weight: 800;
  line-height: 1.25;
}

.bp-product-panel header em {
  align-items: center;
  background: #e8f6ef;
  border: 1px solid #b8e3ca;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 950;
  height: 28px;
  justify-content: center;
  min-width: 28px;
  padding: 0 8px;
}

.bp-product-panel-list {
  border-top: 1px solid #e1e7e2;
  display: grid;
}

.bp-product-panel-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px;
}

.bp-product-panel-row + .bp-product-panel-row {
  border-top: 1px solid #edf1ed;
}

.bp-product-panel-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bp-product-panel-copy span {
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.bp-product-panel-copy strong {
  color: var(--bp-ink);
  font-size: 15px;
  line-height: 1.15;
}

.bp-product-panel-copy p {
  font-size: 13px;
  line-height: 1.25;
  margin: 0;
}

.bp-product-panel-action {
  align-self: center;
  justify-self: end;
}

.bp-product-panel-action .bp-secondary-action {
  min-height: 34px;
  padding: 7px 10px;
  white-space: nowrap;
}

.bp-product-form,
.bp-product-management-card {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 18px;
}

.bp-product-editor-shell {
  display: grid;
  gap: 10px;
}

.bp-product-editor-back {
  display: none;
}

.bp-product-editor-head,
.bp-product-toolbar-top,
.bp-product-filter-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.bp-product-editor-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
}

.bp-offer-editor .bp-product-editor-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-product-editor-head h4,
.bp-product-editor-head p {
  margin: 0;
}

.bp-product-editor-head p {
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 3px;
}

.bp-product-editor-badge {
  background: #edf7f1;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
}

.bp-inline-note {
  background: #f3f9f6;
  border: 1px solid #cfe3da;
  border-radius: 8px;
  color: var(--bp-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  padding: 10px 12px;
}

.bp-product-form h4,
.bp-product-management-card h4 {
  font-size: 18px;
  margin: 0;
}

.bp-product-form label,
.bp-product-form-grid,
.bp-product-management-list,
.bp-product-toggle-row {
  display: grid;
  gap: 10px;
}

.bp-product-management-list {
  align-content: start;
  max-height: min(720px, calc(100vh - 260px));
  overflow-y: auto;
  position: sticky;
  top: 112px;
}

.bp-message-filter-rail,
.bp-message-management-list {
  align-content: start;
  display: grid;
  gap: 10px;
  max-height: none;
  overflow: visible;
  position: static;
  top: auto;
}

.bp-product-list-toolbar {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.bp-product-add-action {
  background: #fff;
  border: 1px solid var(--bp-green);
  border-radius: 7px;
  color: var(--bp-green);
  flex: 0 0 auto;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
}

.bp-product-toolbar-title {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-product-toolbar-title strong {
  color: var(--bp-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.05;
}

.bp-product-toolbar-title small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
}

.bp-product-menu-button {
  border-radius: 7px;
  flex: 0 0 38px;
  height: 38px;
  min-height: 38px;
  width: 38px;
}

.bp-product-search {
  display: grid;
  gap: 5px;
}

.bp-product-search span {
  color: var(--bp-ink);
  font-size: 12px;
  font-weight: 900;
}

.bp-product-search input,
.bp-product-filter-row select {
  border: 1px solid #cfd8d1;
  border-radius: 999px;
  font: inherit;
  min-height: 38px;
  padding: 9px 12px;
  width: 100%;
}

.bp-product-filter-pills {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 6px;
}

.bp-product-filter-pills button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-green);
  flex: 0 0 auto;
  font-size: 12px;
  min-height: 30px;
  padding: 6px 9px;
}

.bp-product-filter-pills button.is-active {
  background: var(--bp-green);
  box-shadow: 0 7px 15px rgba(16, 70, 55, 0.18);
  color: #fff;
}

.bp-product-filter-pills span {
  font-size: 11px;
  opacity: 0.82;
}

.bp-offer-management-list .bp-product-filter-pills {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  min-height: 0;
  overflow: visible;
  padding: 0;
}

.bp-offer-management-list .bp-product-filter-pills button {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  justify-content: center;
  line-height: 1;
  min-height: 31px;
  padding: 7px 10px;
}

.bp-offer-management-list .bp-product-filter-pills button span {
  display: inline-flex;
  line-height: 1;
}

.bp-message-management-list {
  max-height: none;
  overflow: visible;
  padding-left: 14px;
  position: relative;
  top: auto;
}

.bp-message-filter-rail {
  max-height: none;
  overflow: visible;
  position: static;
  top: auto;
}

.bp-message-filter-rail .bp-product-filter-pills {
  display: grid;
  overflow: visible;
}

.bp-product-filter-row {
  align-items: stretch;
}

.bp-product-filter-row select {
  border-radius: 7px;
  min-width: 0;
}

.bp-product-list-add,
.bp-product-list-item {
  align-items: center;
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 5px 14px rgba(16, 44, 35, 0.08);
  color: var(--bp-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) minmax(74px, auto);
  justify-content: stretch;
  min-height: 58px;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.bp-product-list-main {
  background: transparent;
  border: 0;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-column: 1 / 3;
  grid-template-columns: 34px minmax(0, 1fr);
  justify-content: stretch;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.bp-offer-list-item > button {
  background: transparent;
  border: 0;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-column: 1 / 3;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 0;
  padding: 0;
  text-align: left;
}

.bp-product-list-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: end;
}

.bp-product-state-button {
  background: #edf7f1;
  border: 1px solid #d8eee5;
  border-radius: 999px;
  box-shadow: 0 5px 12px rgba(11, 51, 39, 0.12);
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  min-height: 30px;
  padding: 5px 9px;
  white-space: nowrap;
}

.bp-product-state-button:hover,
.bp-product-state-button:focus-visible {
  box-shadow: 0 8px 18px rgba(11, 51, 39, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.bp-product-state-button.off {
  background: #f1eee8;
  border-color: #e5ddd1;
  box-shadow: 0 5px 12px rgba(69, 51, 35, 0.1);
  color: #6d726f;
}

.bp-product-state-button.inventory {
  background: #e9f3ff;
  border-color: #cfe2f6;
  color: #1e5b87;
}

.bp-product-state-button.inventory.off {
  background: #f7f4ef;
  border-color: #e2d8ca;
  color: #6d726f;
}

.bp-product-state-button.pos {
  background: #eef8f3;
  border-color: #ccebdd;
  color: #146146;
}

.bp-product-state-button.pos.off {
  background: #fff4ec;
  border-color: #ead7c7;
  color: #7d4d27;
}

.bp-product-card-state-actions {
  align-items: end;
  display: grid;
  gap: 7px;
  justify-items: end;
}

.bp-product-list-add {
  grid-template-columns: 34px minmax(0, 1fr);
}

.bp-product-list-add:hover,
.bp-product-list-add:focus-visible,
.bp-product-list-add.is-active,
.bp-product-list-item:hover,
.bp-product-list-item:focus-visible,
.bp-product-list-item.is-active {
  background: #edf7f1;
  border-color: #b8d8cb;
  color: var(--bp-ink);
  outline: 0;
}

.bp-product-list-add > strong,
.bp-product-list-item strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-product-list-add small,
.bp-product-list-item small {
  color: var(--bp-muted);
  display: block;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-message-list-item {
  background: #fffefa;
  box-shadow: 0 8px 18px rgba(20, 42, 32, 0.07);
  gap: 0;
  grid-template-columns: minmax(0, 1fr) 34px;
  min-height: 46px;
  padding: 0;
}

.bp-message-list-item .bp-product-list-main {
  border-radius: 8px 0 0 8px;
  grid-column: 1;
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 44px;
  padding: 6px 8px;
}

.bp-message-list-item .bp-product-list-actions {
  align-items: center;
  align-self: center;
  flex-wrap: nowrap;
  grid-column: 2;
  grid-row: 1;
  justify-content: end;
  padding-right: 6px;
}

.bp-message-list-item .bp-product-state-button {
  display: none;
}

.bp-product-empty-list {
  align-items: center;
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 14px;
}

.bp-product-form-grid {
  grid-template-columns: minmax(130px, 0.32fr) minmax(190px, 1fr) minmax(160px, 0.7fr);
}

.bp-product-form label > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-product-form input,
.bp-product-form select,
.bp-product-form textarea {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 40px;
  padding: 10px;
  width: 100%;
}

.bp-product-form textarea {
  min-height: 94px;
  resize: vertical;
}

.bp-product-description-builder {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.bp-product-description-builder-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-product-description-builder h5,
.bp-product-description-builder p {
  margin: 0;
}

.bp-product-description-builder h5 {
  font-size: 16px;
}

.bp-product-description-section-list {
  display: grid;
  gap: 10px;
}

.bp-product-description-section {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 12px;
}

.bp-product-description-section-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-product-description-section-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bp-mini-toggle {
  align-items: center;
  display: inline-flex !important;
  gap: 7px !important;
  white-space: nowrap;
}

.bp-mini-toggle input {
  accent-color: var(--bp-green);
  min-height: 0 !important;
  padding: 0 !important;
  width: 16px !important;
}

.bp-product-section-media {
  border-top: 1px solid #dce6df;
  padding-top: 8px;
}

.bp-product-section-media summary {
  color: var(--bp-green);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}

.bp-product-warranty-panel {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.bp-product-warranty-panel .check-row {
  background: transparent;
  border: 0;
  padding: 0;
}

.bp-product-warranty-details {
  display: grid;
  gap: 6px;
}

.bp-product-warranty-details textarea {
  min-height: 86px;
}

.bp-product-fundraising-panel {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-product-fundraising-panel h5,
.bp-product-fundraising-panel p {
  margin: 0;
}

.bp-product-fundraising-panel h5 {
  font-size: 16px;
}

.bp-product-fundraising-panel label {
  display: grid;
  gap: 6px;
}

.bp-product-fundraising-panel label > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-product-fundraising-panel input {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 40px;
  padding: 10px;
  width: 100%;
}

.bp-product-fundraising-panel .check-row {
  background: transparent;
}

.bp-product-fundraising-panel .check-row input[type="checkbox"] {
  min-height: 0;
  padding: 0;
  width: 16px;
}

.bp-link-button {
  background: transparent;
  border: 0;
  color: #9b2118;
  font-weight: 900;
  min-height: 0;
  padding: 0;
}

.bp-product-management-top {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 76px minmax(0, 1fr) auto;
}

.bp-product-management-top h4,
.bp-product-management-top p {
  margin: 0;
}

.bp-product-options-panel {
  background: #fbfdfb;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-product-option-library {
  display: grid;
  gap: 14px;
}

.bp-product-option-library .bp-card-head {
  align-items: start;
}

.bp-product-option-library-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.4fr);
}

.bp-product-option-library-list {
  display: grid;
  gap: 12px;
}

.bp-product-option-library-editor {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-product-option-library-editor > button[data-option-library-save] {
  background: var(--bp-green);
  border: 1px solid var(--bp-green);
  border-radius: 7px;
  color: #fff;
  font-weight: 950;
  min-height: 40px;
  padding: 9px 12px;
}

.bp-product-options-builder,
.bp-product-option-group-list {
  display: grid;
  gap: 10px;
}

.bp-product-options-builder-head,
.bp-product-option-group-head {
  align-items: center;
  display: grid;
  gap: 10px;
}

.bp-product-options-builder-head {
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-product-options-builder-head span {
  display: grid;
  gap: 2px;
}

.bp-product-options-builder-head small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
}

.bp-product-option-group {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.bp-product-option-group-head {
  grid-template-columns: minmax(180px, 1fr) auto auto auto;
}

.bp-product-option-group-head label:first-child {
  display: grid;
  gap: 6px;
}

.bp-product-option-variation-list {
  display: grid;
  gap: 8px;
}

.bp-product-option-variation {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(160px, 1fr) minmax(90px, 120px) auto;
}

.bp-product-option-variation input,
.bp-product-option-group-head input[data-product-option-group-name] {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 38px;
  padding: 8px 10px;
  width: 100%;
}

.bp-product-option-activation-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.bp-product-option-activation {
  cursor: pointer;
  flex: 0 0 210px;
  min-width: 0;
  position: relative;
}

.bp-product-option-activation input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.bp-product-option-activation span {
  background: #fff;
  border: 1px solid #d5e3da;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 10px 11px;
}

.bp-product-option-activation strong,
.bp-product-option-activation small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-product-option-activation small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 850;
}

.bp-product-option-activation input:checked + span {
  background: #e9f7f0;
  border-color: #12765d;
  box-shadow: inset 0 0 0 1px #12765d, 0 8px 18px rgba(17, 115, 90, 0.12);
}

@media (max-width: 760px) {
  .bp-product-option-library-grid {
    grid-template-columns: 1fr;
  }

  .bp-product-options-builder-head,
  .bp-product-option-group-head,
  .bp-product-option-variation {
    grid-template-columns: 1fr;
  }

  .bp-product-options-builder-head .bp-secondary-action,
  .bp-product-option-group-head .bp-link-button,
  .bp-product-option-variation .bp-link-button {
    width: 100%;
  }
}

.bp-product-preview-thumb {
  align-items: center;
  background: #f1eee8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 22px;
  font-weight: 950;
  height: 76px;
  justify-content: center;
  overflow: hidden;
  width: 76px;
}

.bp-product-preview-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bp-product-state {
  background: #edf7f1;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
}

.bp-product-state.off {
  background: #f1eee8;
  color: #6d726f;
}

.bp-product-toggle-row {
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.fundraising-product-grid {
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.fundraising-product-card {
  align-content: start;
  gap: 14px;
  padding: 14px;
}

.fundraising-product-card-head {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
}

.fundraising-product-select {
  align-items: flex-start;
  display: grid;
  gap: 10px;
  grid-template-columns: 22px minmax(0, 1fr);
  min-width: 0;
}

.fundraising-product-card-body {
  grid-column: 1 / -1;
  min-width: 0;
}

.fundraising-product-title {
  color: #07140f;
  display: block;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

.fundraising-product-meta {
  color: #53645c;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 2px;
}

.fundraising-product-price-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(94px, 126px);
}

.fundraising-product-price-row span {
  color: #07140f;
  font-size: 13px;
  font-weight: 900;
}

.fundraising-product-price-row input {
  min-height: 34px;
}

.fundraising-product-more {
  justify-self: end;
  position: relative;
}

.fundraising-product-more summary {
  align-items: center;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  min-height: 32px;
  padding: 7px 10px;
  white-space: nowrap;
}

.fundraising-product-more summary::marker {
  content: "";
}

.fundraising-product-more summary::-webkit-details-marker {
  display: none;
}

.fundraising-product-more summary::after {
  content: "...";
  letter-spacing: 1px;
}

.fundraising-product-more[open] summary {
  background: #edf7f1;
  border-color: #b7d5c8;
}

.fundraising-product-more-panel {
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(22, 36, 29, 0.12);
  display: grid;
  gap: 8px;
  margin-top: 8px;
  min-width: min(270px, 72vw);
  padding: 10px;
  position: absolute;
  right: 0;
  z-index: 5;
}

.fundraising-product-more-panel label {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
}

.fundraising-product-special-toggle {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 6px;
  margin-top: 8px;
}

.fundraising-product-special-toggle input {
  min-height: 0;
  width: 16px;
}

.fundraising-product-handling {
  display: grid;
  gap: 5px;
  margin-top: 8px;
}

.fundraising-product-handling span {
  font-size: 12px;
  font-weight: 900;
}

.fundraising-product-handling input {
  min-height: 34px;
}

.bp-product-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}

.bp-product-editor-actions button {
  min-height: 40px;
}

.bp-danger-action {
  background: #fbe7e3;
  border-color: #f2c4ba;
  color: #8a2718;
}

.bp-danger-action:hover,
.bp-danger-action:focus-visible {
  background: #f5d0c8;
  color: #721b10;
}

.bp-device-management-card {
  display: grid;
  gap: 16px;
}

.bp-device-management-top {
  border: 0;
  padding: 0;
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.bp-device-management-top h4 {
  font-size: 18px;
  margin: 0 0 4px;
}

.bp-device-management-top p {
  font-weight: 900;
}

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

.bp-device-edit-grid label {
  display: grid;
  gap: 6px;
}

.bp-device-edit-grid span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-device-edit-grid input,
.bp-device-edit-grid select,
.bp-device-edit-grid textarea {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 40px;
  padding: 10px;
  width: 100%;
}

.bp-device-edit-grid textarea {
  min-height: 86px;
  resize: vertical;
}

.bp-device-edit-grid .wide-field {
  grid-column: 1 / -1;
}

.bp-about-section-list {
  display: grid;
  gap: 12px;
}

.bp-about-builder {
  margin-top: 0;
}

.bp-about-editor-row {
  background: #f8fbfa;
  border: 1px solid #dce7e1;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 12px;
}

.bp-about-editor-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-about-editor-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bp-about-editor-row label,
.bp-policy-note-field {
  display: grid;
  gap: 6px;
}

.bp-about-editor-row label > span,
.bp-policy-note-field > span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-about-editor-row input,
.bp-about-editor-row textarea,
.bp-policy-note-field textarea {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 40px;
  padding: 10px;
  width: 100%;
}

.bp-about-editor-row textarea,
.bp-policy-note-field textarea {
  min-height: 96px;
  resize: vertical;
}

.bp-policy-note-field {
  background: #fffbef;
  border: 1px solid #eed18b;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.bp-policy-note-field > small {
  color: #52645d;
  font-weight: 800;
}

.bp-social-links-editor {
  border-top: 1px solid #e1e7e2;
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
}

.bp-social-editor-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-social-editor-head h4 {
  font-size: 16px;
  margin: 0 0 3px;
}

.bp-social-link-list {
  display: grid;
  gap: 10px;
}

.bp-social-link-row {
  align-items: end;
  background: #f8fbfa;
  border: 1px solid #dce7e1;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(130px, 0.8fr) minmax(220px, 1.4fr) minmax(220px, auto);
  padding: 10px;
}

.bp-social-link-row label {
  display: grid;
  gap: 6px;
}

.bp-social-link-row span {
  color: var(--bp-ink);
  font-size: 12px;
  font-weight: 900;
}

.bp-social-link-row input,
.bp-social-link-row select {
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  font: inherit;
  min-height: 40px;
  padding: 10px;
  width: 100%;
}

.bp-social-row-actions {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: auto auto;
  justify-content: end;
}

.bp-social-active-toggle {
  align-items: center;
  background: #eefaf5;
  border: 1px solid #9fd8c6;
  border-radius: 8px;
  color: var(--bp-green);
  cursor: pointer;
  display: inline-grid;
  gap: 6px;
  grid-template-columns: auto auto;
  min-height: 34px;
  padding: 6px 10px;
  width: max-content;
}

.bp-social-active-toggle input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.bp-social-active-icon {
  align-items: center;
  background: transparent;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.bp-social-active-icon svg {
  height: 16px;
  width: 16px;
}

.bp-social-active-copy {
  display: block;
  line-height: 1;
}

.bp-social-active-copy small {
  display: none;
}

.bp-social-active-toggle input:not(:checked) + .bp-social-active-icon {
  border: 1px solid #9aaaa2;
  background: transparent;
  border-radius: 999px;
  color: transparent;
}

.bp-social-active-toggle:has(input:not(:checked)) {
  background: #fffefa;
  border-color: #d4ddd8;
  color: #566760;
}

.bp-social-active-toggle input:not(:checked) ~ .bp-social-active-copy strong {
  color: #566760;
}

.bp-social-remove {
  align-items: center;
  background: #fff7f4;
  border: 1px solid #f1c8bc;
  border-radius: 8px;
  color: #b34028;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.bp-social-remove:hover,
.bp-social-remove:focus-visible {
  background: #ffece6;
  border-color: #e39985;
}

.bp-social-remove svg {
  height: 18px;
  width: 18px;
}

.bp-device-empty {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr);
}

.bp-content,
.bp-rail {
  display: grid;
  gap: 14px;
}

.bp-rail {
  position: sticky;
  top: 112px;
}

.bp-stat-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bp-stat {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 124px;
  padding: 18px;
}

.bp-stat span {
  color: var(--bp-ink);
  font-size: 13px;
  font-weight: 900;
}

.bp-stat strong {
  font-size: 25px;
}

.bp-stat small {
  color: #0f8b3e;
  font-weight: 900;
}

.bp-stat em {
  color: var(--bp-muted);
  font-size: 13px;
  font-style: normal;
}

.bp-stars {
  color: #f5a400;
  display: inline-flex;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.bp-card-head {
  justify-content: space-between;
}

.bp-card-head h3,
.bp-side-card h3,
.bp-quick-actions h3 {
  font-size: 17px;
}

.bp-card-head button {
  background: transparent;
  border: 0;
  color: var(--bp-green);
  min-height: 0;
  padding: 0;
}

.bp-table {
  display: grid;
  overflow-x: auto;
}

.bp-table-head,
.bp-table-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 100px 1fr 140px 100px 100px 110px;
  min-width: 760px;
}

.bp-table-head {
  border-bottom: 1px solid var(--bp-line);
  font-size: 13px;
  font-weight: 900;
  padding: 4px 0 12px;
}

.bp-table-row {
  align-items: center;
  border-bottom: 1px solid var(--bp-line);
  min-height: 46px;
}

.bp-table-row:last-child {
  border-bottom: 0;
}

.bp-empty-row {
  color: var(--bp-muted);
  font-weight: 800;
  padding: 18px 0 4px;
}

.bp-empty-copy {
  margin: 0;
  padding: 12px 0;
}

.bp-table mark {
  background: #dff2e2;
  border-radius: 6px;
  color: #15702f;
  font-weight: 900;
  padding: 5px 9px;
}

.bp-ok {
  color: #087a2e;
  font-weight: 900;
}

.bp-warn {
  color: #d17700;
  font-weight: 900;
}

.bp-event-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-event-card {
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  overflow: hidden;
}

.bp-event-image {
  align-items: start;
  background:
    linear-gradient(145deg, rgba(10, 55, 35, 0.1), rgba(10, 55, 35, 0.42)),
    linear-gradient(110deg, #c9d5bd, #5f7d55 45%, #ddb15f);
  display: flex;
  min-height: 92px;
  padding: 10px;
}

.bp-event-image-2 {
  background:
    linear-gradient(145deg, rgba(10, 55, 35, 0.1), rgba(10, 55, 35, 0.42)),
    linear-gradient(110deg, #d8b16c, #8b4d25 45%, #2f6e46);
}

.bp-event-image-3 {
  background:
    linear-gradient(145deg, rgba(10, 55, 35, 0.1), rgba(10, 55, 35, 0.42)),
    linear-gradient(110deg, #8aad64, #dfc846 42%, #b34e35);
}

.bp-event-image-4 {
  background:
    linear-gradient(145deg, rgba(10, 24, 18, 0.16), rgba(10, 24, 18, 0.54)),
    linear-gradient(110deg, #9a6b41, #2c1e16 55%, #c88a42);
}

.bp-event-image span,
.bp-preview-main h4 span {
  background: #eff8ef;
  border-radius: 5px;
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  padding: 5px 8px;
}

.bp-event-body {
  align-items: start;
  padding: 12px;
}

.bp-event-date {
  min-width: 42px;
}

.bp-event-date small {
  color: #d50d21;
  display: block;
  font-weight: 900;
}

.bp-event-date strong {
  font-size: 26px;
}

.bp-event-card h4 {
  font-size: 14px;
  margin: 0 0 6px;
}

.bp-network-event-list {
  display: grid;
  gap: 10px;
}

.bp-event-workspace-tabs {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  justify-self: start;
  padding: 4px;
}

.bp-event-workspace-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  gap: 8px;
  min-height: 34px;
  padding: 7px 13px;
}

.bp-event-workspace-tabs button.is-active {
  background: var(--bp-green);
  color: #fff;
}

.bp-event-workspace-tabs span {
  background: rgba(31, 111, 91, 0.12);
  border-radius: 999px;
  font-size: 11px;
  min-width: 22px;
  padding: 2px 7px;
  text-align: center;
}

.bp-event-workspace-tabs button.is-active span {
  background: rgba(255, 255, 255, 0.18);
}

.bp-event-workspace-panel {
  display: none;
}

.bp-event-workspace-panel.is-active {
  display: grid;
}

.bp-event-network-viewport {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: clamp(420px, 32vw, 520px) minmax(520px, 1fr);
}

.bp-event-network-list {
  align-content: start;
  display: grid;
  gap: 10px;
  max-height: min(720px, calc(100vh - 260px));
  overflow-y: auto;
  position: sticky;
  top: 112px;
}

.bp-event-network-detail {
  display: grid;
  gap: 10px;
}

.bp-hosted-events-layout {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: clamp(320px, 28vw, 420px) minmax(560px, 1fr);
  transition: grid-template-columns 180ms ease;
}

.bp-hosted-events-layout.is-sidebar-collapsed {
  grid-template-columns: 46px minmax(560px, 1fr);
}

.bp-hosted-events-list,
.bp-hosted-event-setup {
  align-content: start;
  display: grid;
  gap: 10px;
}

.bp-hosted-events-list {
  max-height: min(860px, calc(100vh - 136px));
  overflow-y: auto;
  position: sticky;
  scrollbar-gutter: stable;
  top: 112px;
}

.bp-hosted-events-sidebar-toggle {
  align-items: center;
  background: #0b5f45;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(6, 82, 58, 0.24);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 18px;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  position: static;
  flex: 0 0 38px;
  width: 38px;
}

.bp-hosted-events-toolbar-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.bp-hosted-events-layout.is-sidebar-collapsed .bp-hosted-events-list {
  min-height: 58px;
  overflow: visible;
}

.bp-hosted-events-layout.is-sidebar-collapsed .bp-hosted-events-list > :not(.bp-hosted-events-toolbar) {
  display: none;
}

.bp-hosted-events-layout.is-sidebar-collapsed .bp-hosted-events-toolbar {
  box-shadow: none;
  justify-content: center;
  padding: 4px;
}

.bp-hosted-events-layout.is-sidebar-collapsed .bp-hosted-events-toolbar > :not(.bp-hosted-events-toolbar-actions),
.bp-hosted-events-layout.is-sidebar-collapsed .bp-hosted-events-toolbar-actions > :not(.bp-hosted-events-sidebar-toggle) {
  display: none;
}

.bp-hosted-events-layout.is-sidebar-collapsed .bp-hosted-events-toolbar-actions {
  gap: 0;
}

.bp-hosted-events-toolbar,
.bp-hosted-event-setup,
.bp-hosted-event-card,
.bp-hosted-event-empty {
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  padding: 12px;
}

.bp-hosted-events-toolbar,
.bp-hosted-event-setup-head,
.bp-hosted-event-card-status,
.bp-hosted-event-actions,
.bp-hosted-event-setup-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-hosted-events-toolbar h4,
.bp-hosted-event-setup-head h4,
.bp-hosted-event-setup-head p,
.bp-hosted-event-card-main strong,
.bp-hosted-event-card-main small,
.bp-hosted-event-work-panels h5 {
  margin: 0;
}

.bp-hosted-event-card {
  display: grid;
  gap: 7px;
  padding: 9px 10px;
  position: relative;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.bp-hosted-event-card.is-selected {
  background: #eef8f4;
  border-color: #79bca6;
  box-shadow: 0 14px 30px rgba(6, 92, 69, 0.16);
}

.bp-hosted-event-card.is-selected::before {
  background: var(--bp-green);
  border-radius: 999px;
  content: "";
  inset: 10px auto 10px 0;
  position: absolute;
  width: 4px;
}

.bp-hosted-event-card.is-selected .bp-hosted-event-card-main {
  padding-left: 6px;
}

.bp-hosted-event-card-main {
  background: transparent;
  border: 0;
  color: inherit;
  display: grid;
  gap: 9px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 0;
  text-align: left;
}

.bp-hosted-event-card-main .bp-network-event-date {
  min-height: 48px;
}

.bp-hosted-card-cover {
  background: #eef5f2;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.bp-hosted-card-cover::after {
  background: linear-gradient(180deg, rgba(6, 19, 15, 0.1), rgba(6, 19, 15, 0.52));
  content: "";
  inset: 0;
  position: absolute;
}

.bp-hosted-event-card-main .bp-network-event-date strong {
  font-size: 10px;
  position: relative;
  z-index: 1;
}

.bp-hosted-event-card-main .bp-network-event-date span {
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.bp-hosted-event-card-main strong,
.bp-hosted-event-card-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-hosted-event-card-main small {
  color: var(--bp-muted);
  font-weight: 500;
}

.bp-hosted-event-card-status {
  justify-content: flex-start;
}

.bp-hosted-event-card-status mark {
  background: #e7f5ef;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 7px;
}

.bp-hosted-event-dashboard {
  gap: 12px;
}

.bp-hosted-dashboard-hero {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) auto;
}

.bp-hosted-dashboard-cover {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #e7f5ef, #fff7e7);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-green);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  overflow: hidden;
}

.bp-hosted-dashboard-cover.has-image {
  background: #eef5f2;
  position: relative;
}

.bp-hosted-dashboard-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bp-hosted-dashboard-cover span {
  font-size: 13px;
  text-transform: uppercase;
}

.bp-hosted-dashboard-cover strong {
  font-size: 42px;
  line-height: 1;
}

.bp-hosted-cover-uploader {
  background: #f8fbfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.bp-hosted-cover-uploader-head {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-hosted-cover-uploader-head span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.bp-hosted-cover-uploader-head small,
.bp-hosted-field-help {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 500;
}

.bp-hosted-field-help {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.bp-hosted-field-help b {
  font-weight: 600;
  white-space: nowrap;
}

.bp-hosted-cover-dropzone {
  align-items: center;
  background: #fffefa;
  border: 1px dashed #bdd8ce;
  border-radius: 8px;
  color: var(--bp-green);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 44px;
  padding: 10px;
}

.bp-hosted-cover-dropzone input {
  display: none;
}

.bp-hosted-cover-preview {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-hosted-cover-preview > .muted {
  border: 1px dashed #cfe4da;
  border-radius: 8px;
  display: grid;
  grid-column: 1 / -1;
  min-height: 76px;
  place-items: center;
  text-align: center;
}

.bp-hosted-document-file-preview {
  align-items: center;
  background: #fffefa;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  display: grid;
  gap: 3px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  padding: 10px;
}

.bp-hosted-document-file-preview > .muted {
  grid-column: 1 / -1;
  text-align: center;
}

.bp-hosted-document-file-preview span,
.bp-hosted-document-file-preview small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-hosted-document-file-preview span {
  color: var(--bp-ink);
  font-weight: 650;
}

.bp-hosted-document-file-preview small {
  color: var(--bp-muted);
  font-size: 11px;
}

.bp-hosted-document-file-preview button {
  align-self: center;
  background: #fff7f4;
  border: 1px solid #f0c8bc;
  border-radius: 7px;
  color: #9b2d18;
  grid-row: 1 / span 2;
  min-height: 34px;
  padding: 7px 10px;
}

.bp-hosted-cover-thumb {
  aspect-ratio: 16 / 9;
  border: 1px solid #d8e3dc;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.bp-hosted-cover-thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bp-hosted-cover-thumb figcaption,
.bp-hosted-cover-thumb button {
  background: rgba(255, 254, 250, 0.94);
  border: 1px solid #cfe4da;
  position: absolute;
}

.bp-hosted-cover-thumb figcaption {
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 11px;
  left: 6px;
  padding: 4px 7px;
  top: 6px;
}

.bp-hosted-cover-thumb button {
  align-items: center;
  border-radius: 50%;
  color: var(--bp-green);
  display: inline-flex;
  height: 26px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  right: 6px;
  top: 6px;
  width: 26px;
}

.bp-hosted-cover-thumb svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 14px;
}

.bp-hosted-dashboard-copy {
  align-content: center;
  display: grid;
  gap: 7px;
}

.bp-hosted-dashboard-copy h4,
.bp-hosted-dashboard-copy p {
  margin: 0;
}

.bp-hosted-dashboard-copy > p:not(.muted) {
  color: var(--bp-ink);
  max-width: 78ch;
}

.bp-hosted-dashboard-actions {
  align-content: start;
  display: grid;
  gap: 8px;
  min-width: 160px;
}

.bp-hosted-dashboard-edit {
  box-shadow: 0 12px 22px rgba(6, 92, 69, 0.18);
  min-height: 48px;
}

.bp-hosted-edit-basics-pulse {
  box-shadow: 0 10px 22px rgba(6, 92, 69, 0.16), 0 0 0 0 rgba(31, 111, 91, 0.32);
  min-height: 40px;
  animation: bpHostedEditBasicsPulse 2.4s ease-out infinite;
}

@keyframes bpHostedEditBasicsPulse {
  0%,
  72%,
  100% {
    transform: translateY(0);
    box-shadow: 0 10px 22px rgba(6, 92, 69, 0.16), 0 0 0 0 rgba(31, 111, 91, 0.32);
  }

  18% {
    transform: translateY(-2px);
    box-shadow: 0 13px 25px rgba(6, 92, 69, 0.2), 0 0 0 7px rgba(31, 111, 91, 0);
  }

  34% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-hosted-edit-basics-pulse {
    animation: none;
  }
}

.bp-hosted-dashboard-summary,
.bp-hosted-dashboard-grid {
  display: grid;
  gap: 10px;
}

.bp-hosted-dashboard-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-hosted-dashboard-summary article,
.bp-hosted-dashboard-card {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.05);
  display: grid;
  gap: 4px;
  padding: 10px;
}

.bp-hosted-dashboard-summary span,
.bp-hosted-dashboard-card span,
.bp-hosted-dashboard-card small {
  color: var(--bp-muted);
}

.bp-hosted-dashboard-summary strong {
  font-size: 20px;
}

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

.bp-hosted-dashboard-card strong,
.bp-hosted-dashboard-card small {
  overflow-wrap: anywhere;
}

.bp-hosted-event-metrics,
.bp-hosted-event-pipeline,
.bp-hosted-event-step-grid {
  display: grid;
  gap: 8px;
}

.bp-hosted-event-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-hosted-event-pipeline,
.bp-hosted-event-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-hosted-event-metrics span,
.bp-hosted-event-pipeline article,
.bp-hosted-event-step-grid article {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(6, 19, 15, 0.05);
  display: grid;
  gap: 4px;
  padding: 9px;
}

.bp-hosted-event-card .bp-hosted-event-metrics {
  gap: 6px;
}

.bp-hosted-event-card .bp-hosted-event-metrics span {
  padding: 7px;
}

.bp-hosted-event-metrics b,
.bp-hosted-event-pipeline strong {
  font-size: 18px;
  font-weight: 950;
}

.bp-hosted-event-card .bp-hosted-event-metrics b {
  font-size: 16px;
}

.bp-hosted-event-metrics small,
.bp-hosted-event-pipeline span,
.bp-hosted-event-step-grid small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 850;
}

.bp-hosted-event-step-grid article > span {
  align-items: center;
  background: #e7f5ef;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.bp-hosted-event-work-panels {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-hosted-event-work-panels > article {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 10px;
}

.bp-hosted-event-work-panels label {
  display: grid;
  gap: 5px;
}

.bp-hosted-event-work-panels label span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-event-addon-list,
.bp-hosted-event-status-list {
  display: grid;
  gap: 7px;
}

.bp-hosted-event-addon-list button,
.bp-hosted-event-status-list span {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  color: var(--bp-ink);
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 10px;
}

.bp-hosted-event-addon-list small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 850;
}

.bp-hosted-event-builder-tabs {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 6px;
}

.bp-hosted-event-builder-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-muted);
  flex: 0 0 auto;
  font-weight: 950;
  min-height: 38px;
  padding: 8px 12px;
}

.bp-hosted-event-builder-tabs button.is-active {
  background: var(--bp-green);
  color: #fff;
}

.bp-hosted-mini-tabs {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  gap: 5px;
  overflow-x: auto;
  padding: 6px;
}

.bp-hosted-mini-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-muted);
  flex: 0 0 auto;
  font-weight: 950;
  min-height: 34px;
  padding: 7px 11px;
}

.bp-hosted-mini-tabs button.is-active {
  background: var(--bp-green);
  color: #fff;
}

.bp-hosted-mode-tabs {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.bp-hosted-mode-tabs button {
  min-height: 28px;
  padding: 4px 9px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bp-hosted-detail-mode-summary {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.bp-hosted-detail-mode-summary article,
.bp-hosted-event-note-card {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  display: grid;
  gap: 4px;
  padding: 10px;
}

.bp-hosted-detail-mode-summary span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-hosted-detail-mode-summary .bp-secondary-action {
  align-self: stretch;
}

.bp-hosted-builder-panels {
  min-width: 0;
}

.bp-hosted-builder-panel {
  display: none;
}

.bp-hosted-builder-panel.is-active {
  display: grid;
  gap: 10px;
}

.bp-hosted-subpanels,
.bp-hosted-detail-mode-panels {
  display: grid;
  gap: 10px;
}

.bp-hosted-subpanel,
.bp-hosted-detail-mode-summary {
  display: none;
}

.bp-hosted-subpanel.is-active,
.bp-hosted-detail-mode-summary.is-active {
  display: grid;
  gap: 10px;
}

.bp-hosted-builder-two-col {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-hosted-builder-two-col > article,
.bp-hosted-event-list-grid article,
.bp-hosted-event-vendor-table article,
.bp-hosted-event-items-list article {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  padding: 10px;
}

.bp-hosted-builder-two-col > article,
.bp-hosted-event-field {
  display: grid;
  gap: 8px;
}

.bp-hosted-builder-two-col h5,
.bp-hosted-builder-panel-head h5,
.bp-hosted-event-list-grid p {
  margin: 0;
}

.bp-hosted-event-field span,
.bp-hosted-event-items-filters span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-event-field input,
.bp-hosted-event-field strong,
.bp-hosted-event-items-filters input,
.bp-hosted-event-items-filters select {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  font-weight: 850;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.bp-hosted-event-field strong {
  align-items: center;
  display: flex;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.bp-hosted-schedule-editor {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.bp-hosted-schedule-editor-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-hosted-schedule-editor-head > div {
  min-width: 0;
}

.bp-hosted-schedule-editor-head h5,
.bp-hosted-schedule-editor-head p {
  margin: 0;
}

.bp-hosted-schedule-row-list {
  display: grid;
  gap: 10px;
}

.bp-hosted-daily-notes-editor,
.bp-hosted-daily-note-list {
  display: grid;
  gap: 10px;
}

.bp-hosted-daily-notes-editor:not(.is-open) .bp-hosted-daily-note-list {
  display: none;
}

.bp-hosted-daily-note-browser {
  display: grid;
  gap: 10px;
}

.bp-hosted-daily-note-tabs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
}

.bp-hosted-daily-note-card {
  align-items: start;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.05);
  color: var(--bp-ink);
  display: grid;
  gap: 2px;
  min-height: 74px;
  padding: 10px 11px;
  text-align: left;
}

.bp-hosted-daily-note-card small,
.bp-hosted-daily-note-card span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
}

.bp-hosted-daily-note-card strong {
  color: var(--bp-ink);
  font-size: 14px;
  line-height: 1.1;
}

.bp-hosted-daily-note-card b {
  color: var(--bp-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.bp-hosted-daily-note-card:hover,
.bp-hosted-daily-note-card:focus-visible {
  border-color: #9fcdb9;
  transform: translateY(-1px);
}

.bp-hosted-daily-note-card.is-active {
  background: #e8f6ef;
  border-color: var(--bp-green);
  box-shadow: inset 4px 0 0 var(--bp-green), 0 10px 22px rgba(6, 82, 58, 0.12);
}

.bp-hosted-daily-note-viewport {
  background: #f8fbf9;
  border: 1px solid var(--bp-line);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  display: grid;
  padding: 8px;
}

.bp-hosted-daily-note-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bp-hosted-daily-note-toggle {
  align-items: center;
  background: #e4f3ec;
  border: 1px solid #9fcdb9;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  gap: 6px;
  min-height: 36px;
  padding: 7px 11px;
}

.bp-hosted-daily-note-toggle span {
  font-size: 12px;
  font-weight: 800;
}

.bp-hosted-daily-note-toggle svg {
  fill: none;
  height: 16px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  transition: transform 150ms ease;
  width: 16px;
}

.bp-hosted-daily-notes-editor:not(.is-open) .bp-hosted-daily-note-toggle svg {
  transform: rotate(-90deg);
}

.bp-hosted-daily-note-row {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.05);
  display: none;
  gap: 12px;
  padding: 12px;
}

.bp-hosted-daily-note-row.is-active {
  display: grid;
}

.bp-hosted-daily-note-section {
  display: grid;
  gap: 8px;
}

.bp-hosted-daily-note-section + .bp-hosted-daily-note-section {
  border-top: 1px solid rgba(184, 201, 193, 0.55);
  padding-top: 10px;
}

.bp-hosted-daily-note-section h6 {
  align-items: center;
  color: var(--bp-muted);
  display: flex;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.bp-hosted-daily-note-section h6 small {
  background: #e4f3ec;
  border: 1px solid #b7dccb;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  padding: 4px 7px;
  text-transform: none;
}

.bp-hosted-daily-note-day {
  align-items: start;
  grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
}

.bp-hosted-daily-note-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-hosted-sales-snapshot-grid {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-hosted-daily-metric-field {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.bp-hosted-daily-metric-field span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  min-height: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bp-hosted-daily-metric-field input {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  font-weight: 850;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.bp-hosted-sales-snapshot-help {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 500;
  margin: -2px 0 0;
}

.bp-hosted-daily-note-row .bp-hosted-drawer-field:has([data-hosted-drawer-field="dailyNote"]) textarea {
  min-height: 84px;
}

.bp-hosted-weather-picker {
  display: grid;
  gap: 6px;
}

.bp-hosted-weather-picker > span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-weather-scale {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(auto-fit, minmax(48px, 1fr));
}

.bp-hosted-weather-scale button {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-muted);
  display: inline-grid;
  gap: 3px;
  justify-items: center;
  min-height: 54px;
  min-width: 50px;
  padding: 6px 7px;
}

.bp-hosted-weather-scale button svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 22px;
}

.bp-hosted-weather-scale button small {
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.bp-hosted-weather-scale button:hover,
.bp-hosted-weather-scale button:focus-visible {
  background: #f0f7f3;
  border-color: #9fcdb9;
  color: var(--bp-green);
}

.bp-hosted-weather-scale button.is-selected {
  background: #e4f3ec;
  border-color: var(--bp-green);
  box-shadow: inset 0 0 0 1px rgba(0, 89, 60, 0.18);
  color: var(--bp-green);
}

.bp-hosted-schedule-row {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.05);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(130px, 1.15fr) minmax(105px, 1fr) minmax(105px, 1fr) 34px 34px;
  padding: 12px;
  position: relative;
}

.bp-hosted-setup-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-right: 50px;
}

.bp-hosted-showing-row {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr) minmax(0, 0.85fr) 34px;
}

.bp-hosted-showing-row .bp-hosted-drawer-field {
  min-width: 0;
}

.bp-hosted-showing-row .bp-hosted-drawer-field:has([data-hosted-drawer-field="showingLocation"]) {
  grid-column: 1 / -2;
}

.bp-hosted-setup-row .bp-hosted-drawer-field:has([data-hosted-drawer-field="setupNote"]) {
  grid-column: 1 / -1;
}

.bp-hosted-icon-action,
.bp-hosted-note-toggle,
.bp-hosted-row-remove {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--bp-green);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 34px;
}

.bp-hosted-icon-action svg,
.bp-hosted-note-toggle svg,
.bp-hosted-row-remove svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 19px;
}

.bp-hosted-icon-action:hover,
.bp-hosted-icon-action:focus-visible,
.bp-hosted-note-toggle:hover,
.bp-hosted-note-toggle:focus-visible {
  background: #e4f3ec;
}

.bp-hosted-note-toggle {
  align-self: end;
}

.bp-hosted-row-remove {
  align-self: end;
}

.bp-hosted-note-toggle[aria-expanded="true"] {
  background: #e4f3ec;
  color: var(--bp-green);
}

.bp-hosted-day-note-field {
  display: none !important;
  grid-column: 1 / -1;
  max-width: none;
}

.bp-hosted-schedule-row.is-note-open .bp-hosted-day-note-field {
  display: grid !important;
}

.bp-hosted-row-remove {
  color: #9b2c16;
  position: static;
}

.bp-hosted-setup-row .bp-hosted-row-remove {
  position: absolute;
  right: 10px;
  top: 28px;
}

.bp-hosted-row-remove:hover,
.bp-hosted-row-remove:focus-visible {
  background: #ffe8df;
}

.bp-hosted-icon-action[data-hosted-add-setup-row] {
  color: #0b5f45;
  height: 42px;
  width: 42px;
}

.bp-hosted-icon-action[data-hosted-add-setup-row] svg {
  height: 25px;
  stroke-width: 2.45;
  width: 25px;
}

.bp-hosted-builder-panel-head,
.bp-hosted-event-items-actions,
.bp-hosted-event-vendor-table article {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-hosted-builder-panel-head p {
  margin: 2px 0 0;
}

.bp-hosted-location-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bp-hosted-location-topbar {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bp-hosted-location-subtab-actions {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bp-hosted-location-subtab-actions.is-active {
  display: flex;
}

.bp-hosted-location-subtabs {
  align-items: center;
  background: #eef5f2;
  border: 1px solid var(--bp-line);
  border-radius: 9px;
  display: flex;
  gap: 4px;
  margin-top: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 4px;
  width: max-content;
}

.bp-hosted-location-subtabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bp-muted);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  min-height: 38px;
  min-width: max-content;
  padding: 8px 14px;
}

.bp-hosted-location-subtabs button.is-active {
  background: #0b5f45;
  box-shadow: 0 3px 10px rgba(11, 95, 69, 0.18);
  color: #fff;
}

.bp-hosted-location-subpanel {
  display: none;
}

.bp-hosted-location-subpanel.is-active {
  display: block;
}

.bp-hosted-venue-map-status:empty {
  display: none;
}

.bp-hosted-planner-empty .bp-primary-action {
  margin-top: 4px;
}

.bp-hosted-section-divider {
  align-items: end;
  border-top: 1px solid var(--bp-line);
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
}

.bp-hosted-section-divider h5,
.bp-hosted-section-divider p {
  margin: 0;
}

.bp-hosted-section-divider p {
  margin-top: 2px;
}

.bp-hosted-event-list-grid,
.bp-hosted-route-stop-grid,
.bp-hosted-event-vendor-table,
.bp-hosted-event-items-list {
  display: grid;
  gap: 8px;
}

.bp-hosted-location-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 10px;
}

.bp-hosted-location-card {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.bp-hosted-location-card:hover,
.bp-hosted-location-card:focus-visible {
  border-color: #9ccdb9;
  box-shadow: 0 14px 30px rgba(6, 19, 15, 0.1);
  outline: none;
}

.bp-hosted-location-card-preview {
  align-items: center;
  aspect-ratio: 16 / 8;
  background: #eef5f2;
  border-bottom: 1px solid var(--bp-line);
  color: var(--bp-green);
  display: grid;
  justify-items: center;
  overflow: hidden;
}

.bp-hosted-location-card-preview img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bp-hosted-location-card-preview span {
  align-items: center;
  display: grid;
  gap: 3px;
  justify-items: center;
}

.bp-hosted-location-card-preview .bp-hosted-schedule-signal-icon {
  height: 22px;
  width: 22px;
}

.bp-hosted-location-card-preview b {
  font-size: 24px;
  line-height: 1;
}

.bp-hosted-location-card-body {
  display: grid;
  gap: 6px;
  grid-template-rows: auto auto auto 1fr auto;
  padding: 10px;
}

.bp-hosted-location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bp-hosted-location-tags span {
  background: #e7f4ee;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  padding: 5px 7px;
}

.bp-hosted-location-card strong {
  line-height: 1.15;
}

.bp-hosted-location-card small,
.bp-hosted-location-card p {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.bp-hosted-location-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.bp-hosted-location-card-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 4px;
}

.bp-hosted-location-card-actions span {
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 800;
}

.bp-hosted-location-delete {
  min-height: 30px;
  padding: 6px 10px;
}

.bp-hosted-schedule-card-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bp-hosted-schedule-card {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  cursor: pointer;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.bp-hosted-schedule-card:hover,
.bp-hosted-schedule-card:focus-visible {
  border-color: #9ccdb9;
  box-shadow: 0 14px 30px rgba(6, 19, 15, 0.1);
  outline: none;
}

.bp-hosted-schedule-card-preview {
  align-items: center;
  aspect-ratio: 16 / 7;
  background: #eef5f2;
  border-bottom: 1px solid var(--bp-line);
  color: var(--bp-green);
  display: grid;
  justify-items: center;
  overflow: hidden;
}

.bp-hosted-schedule-card-preview img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bp-hosted-schedule-card-preview span {
  align-items: center;
  display: grid;
  gap: 2px;
  justify-items: center;
}

.bp-hosted-schedule-card-preview .dashboard-action-icon {
  height: 22px;
  width: 22px;
}

.bp-hosted-schedule-card-preview b {
  font-size: 24px;
  line-height: 1;
}

.bp-hosted-schedule-card-body {
  display: grid;
  gap: 6px;
  grid-template-rows: auto auto minmax(46px, auto) 1fr auto;
  padding: 10px;
}

.bp-hosted-schedule-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bp-hosted-schedule-card-tags span {
  background: #e7f4ee;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  padding: 5px 7px;
}

.bp-hosted-schedule-card strong {
  line-height: 1.15;
}

.bp-hosted-schedule-card small,
.bp-hosted-schedule-card p {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.bp-hosted-schedule-card p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.bp-hosted-schedule-signals {
  align-items: center;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.bp-hosted-schedule-signal {
  align-items: center;
  background: #eef8f4;
  border: 1px solid #c7e5da;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  gap: 4px;
  min-height: 25px;
  padding: 4px 7px;
}

.bp-hosted-schedule-signal-icon {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 14px;
}

.bp-hosted-schedule-signal b {
  font-size: 10px;
  line-height: 1;
}

.bp-hosted-schedule-card-actions {
  align-items: center;
  align-self: end;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 2px;
}

.bp-hosted-schedule-card-actions span {
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 900;
}

.bp-hosted-schedule-delete {
  min-height: 32px;
  padding: 7px 9px;
}

.bp-hosted-documents-grid {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 280px));
  justify-content: start;
}

.bp-hosted-document-card {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  cursor: pointer;
  display: grid;
  gap: 10px;
  overflow: hidden;
}

.bp-hosted-document-card:hover,
.bp-hosted-document-card:focus-visible {
  border-color: #9ccdb9;
  box-shadow: 0 14px 30px rgba(6, 19, 15, 0.1);
  outline: none;
}

.bp-hosted-document-preview {
  align-items: center;
  aspect-ratio: 4 / 2.65;
  background: #eef5f2;
  border-bottom: 1px solid var(--bp-line);
  display: flex;
  justify-content: center;
  max-height: 170px;
  overflow: hidden;
}

.bp-hosted-document-preview img,
.bp-hosted-document-pdf-preview iframe {
  border: 0;
  display: block;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.bp-hosted-document-pdf-preview,
.bp-hosted-document-placeholder {
  align-items: center;
  color: var(--bp-green);
  display: grid;
  height: 100%;
  justify-items: center;
  position: relative;
  width: 100%;
}

.bp-hosted-document-pdf-preview span {
  background: rgba(255, 254, 250, 0.92);
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  bottom: 10px;
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 950;
  padding: 5px 9px;
  position: absolute;
  right: 10px;
}

.bp-hosted-document-placeholder {
  gap: 8px;
}

.bp-hosted-document-placeholder svg {
  fill: none;
  height: 38px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 38px;
}

.bp-hosted-document-placeholder span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 850;
}

.bp-hosted-document-copy,
.bp-hosted-document-actions {
  padding: 0 10px;
}

.bp-hosted-document-copy {
  display: grid;
  gap: 4px;
}

.bp-hosted-document-copy small,
.bp-hosted-document-copy p {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.bp-hosted-document-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.bp-hosted-document-actions span {
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
}

.bp-hosted-document-actions div {
  align-items: center;
  display: flex;
  gap: 6px;
}

.bp-hosted-document-delete {
  min-height: 36px;
  padding: 8px 10px;
}

.bp-hosted-route-stop-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.bp-hosted-event-list-grid article {
  display: grid;
  gap: 5px;
}

.bp-hosted-route-stop-grid article {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  display: grid;
  gap: 7px;
  min-height: 190px;
  overflow: hidden;
  padding: 10px;
}

.bp-hosted-route-stop-grid img,
.bp-hosted-route-stop-placeholder {
  align-items: center;
  background: #eef5f2;
  border-bottom: 1px solid var(--bp-line);
  color: var(--bp-muted);
  display: flex;
  height: 104px;
  justify-content: center;
  margin: -10px -10px 2px;
  object-fit: cover;
  width: calc(100% + 20px);
}

.bp-hosted-event-list-grid small,
.bp-hosted-event-vendor-table small,
.bp-hosted-event-items-list small {
  color: var(--bp-muted);
  font-weight: 850;
}

.bp-hosted-map-preview {
  align-items: center;
  background: #eef5f2;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  max-height: 360px;
  overflow: hidden;
}

.bp-hosted-map-preview img {
  display: block;
  height: auto;
  max-height: 360px;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.bp-hosted-planner-shell {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(6, 19, 15, 0.06);
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 12px;
}

.bp-hosted-planner-head,
.bp-hosted-planner-legend {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-hosted-planner-head h5,
.bp-hosted-planner-head p,
.bp-hosted-planner-list h6 {
  margin: 0;
}

.bp-hosted-planner-legend {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bp-hosted-planner-legend span {
  align-items: center;
  color: var(--bp-muted);
  display: inline-flex;
  font-size: 12px;
  gap: 5px;
}

.bp-hosted-planner-legend i {
  border-radius: 999px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.bp-hosted-planner-legend .is-location {
  background: #0b5f45;
}

.bp-hosted-planner-legend .is-route {
  background: #087d84;
}

.bp-hosted-planner-legend .is-booth {
  background: #b7791f;
}

.bp-hosted-planner-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.bp-hosted-planner-grid.is-venue {
  grid-template-columns: minmax(0, 1fr);
}

.bp-hosted-planner-kpis {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
}

.bp-hosted-planner-kpis article {
  align-items: center;
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  gap: 9px;
  min-height: 52px;
  padding: 8px 11px;
}

.bp-hosted-planner-kpis span {
  color: var(--bp-green);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.bp-hosted-planner-kpis small {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-hosted-planner-main,
.bp-hosted-street-map-shell,
.bp-hosted-venue-map-shell {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.bp-hosted-map-section-label {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-hosted-map-section-label h6,
.bp-hosted-map-section-label small {
  margin: 0;
}

.bp-hosted-map-section-label small {
  color: var(--bp-muted);
  text-align: right;
}

.bp-hosted-street-map-search {
  align-items: end;
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(220px, 1fr) auto;
  padding: 8px;
}

.bp-hosted-street-map-search label {
  display: grid;
  gap: 4px;
}

.bp-hosted-street-map-search label span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-street-map-search input {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.bp-hosted-street-map-search > small {
  grid-column: 1 / -1;
}

.bp-hosted-street-map {
  background: #eef5f2;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  min-height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.bp-hosted-street-map.is-disabled {
  align-items: center;
  display: grid;
  justify-items: center;
}

.bp-hosted-street-map .leaflet-container {
  font-family: inherit;
}

.bp-hosted-setup-planner-head {
  align-items: start;
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 4px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 6px;
  padding-top: 10px;
}

.bp-hosted-setup-planner-head h5,
.bp-hosted-setup-planner-head p {
  margin: 0;
}

.bp-hosted-setup-planner-head .bp-hosted-planner-legend {
  grid-row: span 2;
}

.bp-hosted-section-planner {
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 10px;
}

.bp-hosted-section-planner-head,
.bp-hosted-section-detail-head,
.bp-hosted-section-legend,
.bp-hosted-section-location-chips {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-hosted-section-planner-head,
.bp-hosted-section-detail-head {
  justify-content: space-between;
}

.bp-hosted-section-planner-head h6,
.bp-hosted-section-planner-head p,
.bp-hosted-section-detail-head h6,
.bp-hosted-section-detail-head span,
.bp-hosted-section-detail-head small {
  margin: 0;
}

.bp-hosted-section-planner-head > span,
.bp-hosted-section-planner-actions > span,
.bp-hosted-section-detail-head > small {
  background: #e2f2ec;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 900;
  padding: 6px 9px;
}

.bp-hosted-section-planner-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-hosted-section-add-form {
  align-items: end;
  background: #edf7f3;
  border: 1px solid #9ccdb9;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  padding: 10px;
}

.bp-hosted-section-add-form[hidden] {
  display: none;
}

.bp-hosted-section-add-form label {
  display: grid;
  gap: 4px;
}

.bp-hosted-section-add-form label span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-section-add-form input {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  font: inherit;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.bp-hosted-section-add-form > small {
  grid-column: 1 / -1;
}

@media (max-width: 760px) {
  .bp-hosted-section-add-form {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .bp-hosted-section-add-form > small {
    grid-column: auto;
  }
}

.bp-hosted-section-overview {
  background-color: #eaf3ef;
  background-image: linear-gradient(rgba(11, 95, 69, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 95, 69, 0.06) 1px, transparent 1px);
  background-size: var(--overview-grid-x, 5%) var(--overview-grid-y, 8%);
  border: 1px dashed #9ccdb9;
  border-radius: 8px;
  display: block;
  min-height: 280px;
  overflow: hidden;
  position: relative;
  touch-action: pan-x pan-y;
  width: 100%;
}

.bp-hosted-overview-editor {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.bp-hosted-overview-controls {
  align-items: center;
  background: #edf7f3;
  border: 1px solid #9ccdb9;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}

.bp-hosted-overview-controls[hidden] {
  display: none;
}

.bp-hosted-overview-controls label {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  display: flex;
  gap: 5px;
  min-height: 38px;
  padding: 4px 7px;
}

.bp-hosted-overview-controls label span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-overview-controls input {
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  outline: 0;
  width: 64px;
}

.bp-hosted-overview-controls > small {
  color: var(--bp-muted);
  margin-left: auto;
}

.bp-hosted-overview-editor.is-editing .bp-hosted-section-overview {
  border: 2px solid #0b6b50;
  box-shadow: inset 0 0 0 2px rgba(11, 95, 69, 0.12);
  touch-action: none;
}

.bp-hosted-section-zone {
  align-content: center;
  background: linear-gradient(145deg, color-mix(in srgb, var(--section-color) 18%, #fff), #fffefa 75%);
  border: 2px solid var(--section-color);
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.08);
  color: var(--bp-text);
  cursor: pointer;
  display: grid;
  gap: 4px;
  justify-items: start;
  min-height: 0;
  overflow: hidden;
  padding: clamp(5px, 1vw, 14px);
  position: absolute;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.bp-hosted-section-zone:hover,
.bp-hosted-section-zone:focus-visible {
  box-shadow: 0 14px 28px rgba(6, 19, 15, 0.14);
  outline: none;
  transform: translateY(-2px);
}

.bp-hosted-overview-editor.is-editing .bp-hosted-section-zone {
  cursor: grab;
}

.bp-hosted-overview-editor.is-editing .bp-hosted-section-zone:hover,
.bp-hosted-overview-editor.is-editing .bp-hosted-section-zone:focus-visible {
  transform: none;
}

.bp-hosted-section-zone.is-dragging {
  box-shadow: 0 18px 34px rgba(6, 19, 15, 0.22);
  cursor: grabbing !important;
  opacity: 0.9;
  z-index: 5;
}

.bp-hosted-section-zone span {
  color: var(--section-color);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bp-hosted-section-zone strong {
  font-size: 17px;
}

.bp-hosted-section-zone small {
  color: var(--bp-muted);
  font-weight: 750;
}

.bp-hosted-section-zone em {
  color: var(--bp-muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}

.bp-hosted-section-zone.is-shape-1 { grid-column: span 7; grid-row: span 2; }
.bp-hosted-section-zone.is-shape-2 { grid-column: span 5; }
.bp-hosted-section-zone.is-shape-3 { grid-column: span 4; }
.bp-hosted-section-zone.is-shape-4 { grid-column: span 6; }
.bp-hosted-section-zone:only-child { grid-column: 1 / -1; }

.bp-hosted-section-detail {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 10px;
}

body.bp-hosted-map-focus-open {
  overflow: hidden;
}

body.bp-hosted-map-focus-open .bp-hosted-section-planner {
  overflow: visible;
}

.bp-hosted-section-detail.is-map-focus {
  background: #fffefa;
  border: 1px solid #9ccdb9;
  border-radius: 12px;
  box-shadow: 0 26px 80px rgba(6, 19, 15, 0.34);
  inset: 8px;
  overflow: auto;
  padding: 12px;
  position: fixed;
  z-index: 10000;
}

.bp-hosted-section-detail.is-map-focus .bp-hosted-layout-editor {
  min-height: 0;
}

.bp-hosted-section-detail.is-map-focus .bp-hosted-layout-viewport {
  height: calc(100vh - 260px);
  max-height: none;
  min-height: 360px;
}

.bp-hosted-section-detail.is-map-focus .bp-hosted-layout-editor.is-editing .bp-hosted-layout-viewport {
  height: calc(100vh - 430px);
}

.bp-hosted-section-detail-head > div {
  display: grid;
  gap: 2px;
  justify-items: center;
}

.bp-hosted-section-detail-head > .bp-hosted-section-head-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  justify-items: initial;
}

.bp-hosted-section-head-actions button {
  white-space: nowrap;
}

.bp-hosted-section-detail-head > div span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-section-location-chips span {
  background: #edf7f3;
  border: 1px solid #c9e6dc;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 850;
  padding: 5px 8px;
}

.bp-hosted-section-booth-layout {
  align-items: stretch;
  background: #edf3f0;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  min-height: 250px;
  padding: 12px;
}

.bp-hosted-section-booth-bank {
  align-content: start;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
}

.bp-hosted-section-booth {
  align-content: center;
  background: #fffefa;
  border: 2px solid #9ccdb9;
  border-radius: 7px;
  color: var(--bp-text);
  cursor: pointer;
  display: grid;
  gap: 4px;
  min-height: 70px;
  padding: 8px;
  text-align: center;
}

.bp-hosted-section-booth:hover,
.bp-hosted-section-booth:focus-visible {
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.12);
  outline: none;
}

.bp-hosted-section-booth span {
  font-size: 17px;
  font-weight: 950;
}

.bp-hosted-section-booth strong {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-hosted-section-booth.is-open { background: #effaf5; border-color: #52a98a; }
.bp-hosted-section-booth.is-assigned { background: #fff7e8; border-color: #d49a3a; }
.bp-hosted-section-booth.is-held { background: #f3efff; border-color: #9274d8; }

.bp-hosted-layout-editor {
  display: grid;
  gap: 8px;
}

.bp-hosted-layout-workspace {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  min-width: 0;
}

.bp-hosted-layout-control-column {
  align-content: start;
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  position: sticky;
  top: 8px;
}

.bp-hosted-layout-menu-tabs {
  background: #e3efea;
  border-radius: 7px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
}

.bp-hosted-layout-menu-tabs button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--bp-text);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  gap: 5px;
  justify-content: center;
  min-height: 36px;
  padding: 6px 8px;
}

.bp-hosted-layout-menu-tabs button span {
  background: rgba(11, 95, 69, 0.12);
  border-radius: 999px;
  font-size: 10px;
  padding: 2px 6px;
}

.bp-hosted-layout-menu-tabs button.is-active {
  background: #0b5f45;
  color: #fff;
}

.bp-hosted-layout-menu-tabs button.is-active span {
  background: rgba(255, 255, 255, 0.2);
}

.bp-hosted-layout-column-status {
  border-bottom: 1px solid var(--bp-line);
  display: block;
  line-height: 1.35;
  padding: 0 2px 8px;
}

.bp-hosted-layout-column-status.is-saving { color: #805ad5; }
.bp-hosted-layout-column-status.is-saved { color: #0b6b50; }
.bp-hosted-layout-column-status.is-error { color: #9b2c2c; }

.bp-hosted-layout-menu-panel {
  display: none;
  gap: 8px;
  min-width: 0;
}

.bp-hosted-layout-menu-panel.is-active {
  display: grid;
}

.bp-hosted-layout-map-column {
  align-content: start;
  display: grid;
  gap: 8px;
  min-width: 0;
}

.bp-hosted-layout-placement-guide {
  align-items: center;
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  min-height: 40px;
  padding: 7px 10px;
}

.bp-hosted-layout-placement-guide span {
  align-items: center;
  color: var(--bp-muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 5px;
}

.bp-hosted-layout-placement-guide i {
  background: #fff7e8;
  border: 2px solid #d49a3a;
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  width: 20px;
}

.bp-hosted-layout-placement-guide i.is-suggested {
  border-style: dashed;
  filter: grayscale(0.45);
  opacity: 0.5;
}

.bp-hosted-layout-placement-guide small {
  color: var(--bp-muted);
  margin-left: auto;
}

.bp-hosted-layout-editor-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-hosted-layout-editor-bar > small {
  margin-left: auto;
}

.bp-hosted-layout-editor-bar > small.is-saving { color: #805ad5; }
.bp-hosted-layout-editor-bar > small.is-saved { color: #0b6b50; }
.bp-hosted-layout-editor-bar > small.is-error { color: #9b2c2c; }

.bp-hosted-layout-view-controls {
  align-items: center;
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 7px 8px;
}

.bp-hosted-layout-view-controls button {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  color: var(--bp-text);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  min-height: 34px;
  min-width: 34px;
  padding: 5px 9px;
}

.bp-hosted-layout-view-controls button:hover,
.bp-hosted-layout-view-controls button:focus-visible {
  border-color: #0b5f45;
  color: #0b5f45;
  outline: none;
}

.bp-hosted-layout-view-controls [data-hosted-layout-focus-toggle][aria-pressed="true"] {
  background: #0b5f45;
  border-color: #0b5f45;
  color: #fff;
}

.bp-hosted-layout-view-controls output {
  background: #0b5f45;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  min-width: 52px;
  padding: 7px 8px;
  text-align: center;
}

.bp-hosted-layout-view-controls > small {
  color: var(--bp-muted);
  margin-left: auto;
}

.bp-hosted-layout-scale-panel,
.bp-hosted-booth-inspector {
  align-items: center;
  background: #f5faf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-layout-scale-panel,
.bp-hosted-layout-editor.is-editing .bp-hosted-booth-inspector.is-active {
  display: flex;
}

.bp-hosted-layout-control-column .bp-hosted-layout-scale-panel,
.bp-hosted-layout-control-column .bp-hosted-booth-inspector {
  align-items: stretch;
  flex-direction: column;
}

.bp-hosted-layout-control-column .bp-hosted-layout-scale-panel > label,
.bp-hosted-layout-control-column .bp-hosted-booth-inspector > label {
  justify-content: space-between;
  width: 100%;
}

.bp-hosted-layout-control-column .bp-hosted-layout-scale-panel > small {
  margin-left: 0;
}

.bp-hosted-layout-menu-panel.is-active .bp-hosted-booth-inspector.is-active {
  display: flex;
}

.bp-hosted-layout-scale-panel > label,
.bp-hosted-booth-inspector > label {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  display: flex;
  gap: 5px;
  min-height: 36px;
  padding: 4px 7px;
}

.bp-hosted-layout-scale-panel label span,
.bp-hosted-booth-inspector label span,
.bp-hosted-booth-rotate-controls > span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-layout-scale-panel input,
.bp-hosted-booth-inspector > label input {
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  outline: 0;
  padding: 0;
  width: 58px;
}

.bp-hosted-layout-scale-panel > small {
  color: var(--bp-muted);
  margin-left: auto;
}

.bp-hosted-booth-inspector > div:first-child {
  display: grid;
  gap: 2px;
  min-width: 150px;
}

.bp-hosted-booth-inspector > div:first-child small {
  color: var(--bp-muted);
}

.bp-hosted-booth-rotate-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bp-hosted-booth-rotate-controls > span {
  flex: 1 0 100%;
}

.bp-hosted-booth-rotate-controls button {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  min-height: 36px;
  padding: 5px 8px;
}

.bp-hosted-booth-rotate-controls .bp-hosted-booth-rotation-icon {
  align-items: center;
  color: #0b5f45;
  display: inline-flex;
  justify-content: center;
  padding: 5px;
  width: 38px;
}

.bp-hosted-booth-rotation-icon svg {
  display: block;
  fill: none;
  height: 21px;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 21px;
}

.bp-hosted-booth-rotation-icon:hover,
.bp-hosted-booth-rotation-icon:focus-visible {
  background: #e8f4ef;
  border-color: #8ec7b2;
  outline: 0;
}

.bp-hosted-booth-rotation-icon.is-reset {
  color: #52675e;
}

.bp-hosted-booth-angle-input {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  display: inline-flex;
  min-height: 36px;
  padding: 4px 7px;
}

.bp-hosted-booth-angle-input input {
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  outline: 0;
  padding: 0;
  text-align: right;
  width: 44px;
}

.bp-hosted-booth-angle-input small {
  color: var(--bp-muted);
  font-weight: 900;
}

.bp-hosted-booth-inspector fieldset {
  align-items: center;
  border: 0;
  display: flex;
  flex: 1 1 420px;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.bp-hosted-layout-control-column .bp-hosted-booth-inspector fieldset {
  align-items: stretch;
  display: grid;
  flex: none;
  grid-template-columns: 1fr;
}

.bp-hosted-layout-control-column .bp-hosted-booth-inspector legend {
  float: none;
  margin: 0 0 4px;
}

.bp-hosted-layout-control-column .bp-hosted-booth-inspector fieldset label {
  border-radius: 7px;
  width: 100%;
}

.bp-hosted-booth-inspector legend {
  color: var(--bp-muted);
  float: left;
  font-size: 10px;
  font-weight: 900;
  margin-right: 5px;
  text-transform: uppercase;
}

.bp-hosted-booth-inspector fieldset label {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  gap: 4px;
  min-height: 30px;
  padding: 4px 7px;
  white-space: nowrap;
}

.bp-hosted-booth-inspector fieldset label:has(input:checked) {
  background: #e6f5ef;
  border-color: #52a98a;
}

.bp-hosted-booth-inspector fieldset input[type="checkbox"][data-hosted-booth-flag] {
  appearance: auto;
  accent-color: #0b5f45;
  block-size: 16px !important;
  box-sizing: border-box;
  flex: 0 0 16px;
  inline-size: 16px !important;
  margin: 0;
  min-height: 16px !important;
  min-width: 16px !important;
  padding: 0 !important;
}

.bp-hosted-booth-inspector fieldset label span {
  font-size: 10px;
  line-height: 1.1;
  white-space: nowrap;
}

.bp-hosted-booth-inspector fieldset i {
  font-style: normal;
  font-weight: 950;
}

.bp-hosted-layout-tools {
  align-items: center;
  display: none;
  flex: 1 1 520px;
  flex-wrap: wrap;
  gap: 5px;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-layout-tools {
  display: flex;
}

.bp-hosted-layout-control-column .bp-hosted-layout-tools {
  flex-basis: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-hosted-layout-control-column .bp-hosted-layout-editor.is-editing .bp-hosted-layout-tools,
.bp-hosted-layout-editor.is-editing .bp-hosted-layout-control-column .bp-hosted-layout-tools {
  display: grid;
}

.bp-hosted-layout-control-column .bp-hosted-layout-tools button {
  width: 100%;
}

.bp-hosted-layout-control-column .bp-hosted-layout-view-controls {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.bp-hosted-layout-control-column .bp-hosted-layout-view-controls > strong,
.bp-hosted-layout-control-column .bp-hosted-layout-view-controls > small,
.bp-hosted-layout-control-column .bp-hosted-layout-view-controls [data-hosted-layout-zoom-fit],
.bp-hosted-layout-control-column .bp-hosted-layout-view-controls [data-hosted-layout-focus-toggle] {
  grid-column: 1 / -1;
}

.bp-hosted-layout-control-column .bp-hosted-layout-view-controls > small {
  margin-left: 0;
}

.bp-hosted-layout-booth-browser {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 8px;
  padding-top: 8px;
}

.bp-hosted-layout-booth-browser > div:first-child {
  display: grid;
  gap: 2px;
}

.bp-hosted-layout-booth-browser > div:first-child small {
  color: var(--bp-muted);
}

.bp-hosted-layout-booth-list {
  display: grid;
  gap: 5px;
  max-height: 260px;
  overflow: auto;
}

.bp-hosted-layout-booth-list-row {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 4px;
}

.bp-hosted-layout-booth-list-row.has-transfer {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.bp-hosted-layout-booth-list-row.is-unplaced {
  background: #fff9ed;
  border-color: #d9a34b;
  border-style: dashed;
}

.bp-hosted-layout-booth-list [data-hosted-layout-booth-menu] {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: var(--bp-text);
  cursor: pointer;
  display: grid;
  gap: 2px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 38px;
  padding: 6px 8px;
  text-align: left;
}

.bp-hosted-layout-booth-list [data-hosted-layout-booth-menu]:hover,
.bp-hosted-layout-booth-list [data-hosted-layout-booth-menu].is-active {
  background: #e8f5f0;
}

.bp-hosted-layout-booth-list [data-hosted-layout-booth-menu] span {
  font-weight: 900;
}

.bp-hosted-layout-booth-list [data-hosted-layout-booth-menu] small {
  color: var(--bp-muted);
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-hosted-booth-place-action {
  background: #0b5f45;
  border: 1px solid #0b5f45;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  min-height: 32px;
  padding: 5px 9px;
}

.bp-hosted-booth-placement-state {
  color: #0b6b50;
  font-size: 10px;
  font-weight: 950;
  padding: 0 6px;
  white-space: nowrap;
}

.bp-hosted-booth-transfer {
  background: #edf7f3;
  border: 1px solid #9ccdb9;
  border-radius: 7px;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px;
}

.bp-hosted-booth-transfer > strong,
.bp-hosted-booth-transfer > small {
  grid-column: 1 / -1;
}

.bp-hosted-booth-transfer > small {
  color: var(--bp-muted);
  line-height: 1.35;
}

.bp-hosted-booth-transfer-message {
  background: #e6f5ef;
  border: 1px solid #52a98a;
  border-radius: 7px;
  color: #07523d;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
  margin: 0;
  padding: 8px;
}

.bp-hosted-booth-transfer select {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  color: var(--bp-text);
  font: inherit;
  font-size: 12px;
  min-height: 38px;
  min-width: 0;
  padding: 6px 8px;
  width: 100%;
}

.bp-hosted-booth-transfer-check {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 36px;
  padding: 4px;
}

.bp-hosted-booth-transfer-check input[type="checkbox"] {
  appearance: auto;
  accent-color: #0b5f45;
  block-size: 18px !important;
  box-sizing: border-box;
  inline-size: 18px !important;
  margin: 0;
  min-height: 18px !important;
  min-width: 18px !important;
  padding: 0 !important;
}

.bp-hosted-layout-tools button {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  color: var(--bp-text);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  min-height: 34px;
  padding: 6px 9px;
}

.bp-hosted-layout-tools button:hover,
.bp-hosted-layout-tools button.is-active {
  background: #0b5f45;
  border-color: #0b5f45;
  color: #fff;
}

.bp-hosted-layout-tools button.is-danger:not(:disabled) {
  color: #9b2c2c;
}

.bp-hosted-layout-tools button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.bp-hosted-layout-viewport {
  background: #dfeae5;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  max-height: min(70vh, 760px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.bp-hosted-layout-map-column .bp-hosted-layout-viewport {
  min-height: 430px;
}

.bp-hosted-section-detail.is-map-focus .bp-hosted-layout-viewport,
.bp-hosted-section-detail.is-map-focus .bp-hosted-layout-editor.is-editing .bp-hosted-layout-viewport {
  height: calc(100vh - 170px);
}

.bp-hosted-layout-canvas {
  background-color: #edf3f0;
  background-image:
    linear-gradient(rgba(11, 95, 69, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 95, 69, 0.08) 1px, transparent 1px);
  background-size: var(--layout-grid-x, 5%) var(--layout-grid-y, 8.333%);
  border: 0;
  border-radius: 7px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  user-select: none;
  width: 100%;
}

.bp-hosted-layout-editor:not(.is-editing) .bp-hosted-layout-canvas,
.bp-hosted-layout-editor.is-editing[data-hosted-layout-active-tool="select"] .bp-hosted-layout-canvas {
  cursor: grab;
}

.bp-hosted-layout-canvas.is-panning {
  cursor: grabbing !important;
  touch-action: none;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-layout-canvas {
  box-shadow: inset 0 0 0 2px rgba(11, 95, 69, 0.24);
  touch-action: none;
}

.bp-hosted-layout-editor.is-editing[data-hosted-layout-active-tool]:not([data-hosted-layout-active-tool="select"]) .bp-hosted-layout-canvas {
  cursor: crosshair;
}

.bp-hosted-layout-canvas .bp-hosted-section-booth {
  min-height: 0;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  z-index: 3;
}

.bp-hosted-curved-aisle {
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.bp-hosted-curved-aisle-line {
  fill: none;
  pointer-events: stroke;
  stroke: rgba(113, 128, 150, 0.4);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-curved-aisle-line {
  cursor: pointer;
  stroke: rgba(79, 98, 115, 0.52);
}

.bp-hosted-curved-aisle.is-drawing .bp-hosted-curved-aisle-line {
  pointer-events: none;
  stroke: rgba(11, 95, 69, 0.58);
  stroke-dasharray: 2 1;
}

.bp-hosted-curved-aisle-line.is-selected {
  filter: drop-shadow(0 0 1.5px #fff) drop-shadow(0 0 2.5px #0b5f45);
  stroke: rgba(11, 95, 69, 0.62);
}

.bp-hosted-curved-aisle-label {
  fill: #344f44;
  font-size: 2px;
  font-weight: 900;
  paint-order: stroke;
  pointer-events: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 0.35px;
}

.bp-hosted-layout-canvas .bp-hosted-section-booth.is-unplaced {
  background: rgba(255, 250, 238, 0.72);
  border-style: dashed;
  filter: grayscale(0.45);
  opacity: 0.45;
}

.bp-hosted-layout-canvas .bp-hosted-section-booth.is-selected {
  box-shadow:
    0 0 2px 1px rgba(255, 255, 255, 0.72),
    0 0 7px 2px rgba(11, 126, 88, 0.34),
    0 6px 14px rgba(6, 46, 34, 0.16);
  filter: none;
  opacity: 1;
  z-index: 12;
}

.bp-hosted-layout-canvas .bp-hosted-section-booth.is-selected::after {
  content: none;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-layout-canvas .bp-hosted-section-booth.is-unplaced:hover,
.bp-hosted-layout-editor.is-editing .bp-hosted-layout-canvas .bp-hosted-section-booth.is-unplaced:focus-visible {
  filter: none;
  opacity: 0.85;
}

.bp-hosted-layout-canvas .bp-hosted-section-booth span {
  font-size: clamp(11px, 1.15vw, 17px);
}

.bp-hosted-layout-canvas .bp-hosted-section-booth > span:not(.bp-hosted-booth-flags) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-hosted-booth-flags {
  display: flex;
  gap: 2px;
  left: 2px;
  max-width: calc(100% - 4px);
  overflow: hidden;
  position: absolute;
  top: 2px;
  z-index: 2;
}

.bp-hosted-layout-canvas .bp-hosted-section-booth .bp-hosted-booth-flags i,
.bp-hosted-booth-flag-legend i {
  align-items: center;
  background: #0b5f45;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
  height: 17px;
  justify-content: center;
  width: 17px;
}

.bp-hosted-booth-dimensions {
  bottom: 2px;
  color: #50665c;
  font-size: 8px;
  font-weight: 850;
  left: 3px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  right: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-hosted-booth-flag-legend {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: flex-end;
}

.bp-hosted-booth-flag-legend span {
  align-items: center;
  color: var(--bp-muted);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 4px;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-section-booth,
.bp-hosted-layout-editor.is-editing .bp-hosted-layout-element {
  cursor: move;
  touch-action: none;
}

.bp-hosted-layout-element {
  align-items: center;
  border: 2px solid #445d53;
  border-radius: 7px;
  color: #18392d;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.bp-hosted-layout-element.is-stage { background: rgba(128, 90, 213, 0.2); border-color: #805ad5; }
.bp-hosted-layout-element.is-location { background: rgba(11, 107, 80, 0.2); border: 2px solid #0b6b50; color: #064b38; }
.bp-hosted-layout-element.is-qr-ping { background: transparent; border: 0; border-radius: 0; box-shadow: none; color: #0b5f45; min-height: 52px; min-width: 42px; overflow: visible; padding: 0; }
.bp-hosted-layout-element.is-qr-ping span { background: #fffefa; border: 1px solid #9fc9b9; border-radius: 999px; bottom: -20px; color: #0b5f45; font-size: 9px; left: 50%; line-height: 1.05; max-width: 110px; overflow: hidden; padding: 3px 6px; position: absolute; text-overflow: ellipsis; transform: translateX(-50%); white-space: nowrap; z-index: 2; }
.bp-hosted-qr-ping-marker { display: block; filter: drop-shadow(0 7px 8px rgba(11, 95, 69, 0.3)); height: 100%; overflow: visible; width: 100%; }
.bp-hosted-qr-ping-marker > path { fill: #0b5f45; stroke: #fff; stroke-width: 2; }
.bp-hosted-qr-ping-marker > circle { fill: #fff; stroke: #0b5f45; stroke-width: 2; }
.bp-hosted-qr-ping-code path { fill: #0b5f45; stroke: none; }
.bp-hosted-layout-element.is-aisle { background: rgba(113, 128, 150, 0.2); border-color: #718096; border-style: dashed; }
.bp-hosted-layout-element.is-section-link { background: rgba(43, 108, 176, 0.16); border-color: #2b6cb0; color: #174f8a; padding-right: 28px; }
.bp-hosted-layout-element.is-section-link::after { content: "→"; font-size: 20px; font-weight: 950; position: absolute; right: 8px; }
.bp-hosted-layout-element.is-entrance { background: rgba(43, 108, 176, 0.18); border-color: #2b6cb0; }
.bp-hosted-layout-element.is-ticket { background: rgba(183, 121, 31, 0.2); border-color: #b7791f; }
.bp-hosted-layout-element.is-restroom { background: rgba(8, 125, 132, 0.18); border-color: #087d84; }
.bp-hosted-layout-element.is-custom { background: rgba(11, 107, 80, 0.17); border-color: #0b6b50; }

.bp-hosted-qr-ping-inspector {
  background: #fffefa;
  border: 1px solid #abd4c4;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 10px;
}

.bp-hosted-qr-ping-inspector[hidden] {
  display: none;
}

.bp-hosted-qr-ping-inspector > div {
  display: grid;
  gap: 3px;
}

.bp-hosted-qr-ping-inspector > div small,
.bp-hosted-qr-ping-inspector > small {
  color: var(--bp-muted);
}

.bp-hosted-qr-ping-inspector img {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  display: block;
  width: 100%;
}

.bp-hosted-qr-ping-inspector > a,
.bp-hosted-qr-ping-inspector > button {
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.bp-hosted-layout-item.is-selected {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0b5f45, 0 10px 20px rgba(6, 19, 15, 0.2);
  z-index: 5;
}

.bp-hosted-layout-element [data-hosted-layout-resize] {
  background: #0b5f45;
  border: 2px solid #fff;
  border-radius: 999px;
  bottom: 2px;
  cursor: nwse-resize;
  display: none;
  height: 13px;
  position: absolute;
  right: 2px;
  width: 13px;
}

.bp-hosted-layout-editor.is-editing .bp-hosted-layout-element.is-selected [data-hosted-layout-resize] {
  display: block;
}

.bp-hosted-layout-draft {
  background: rgba(11, 95, 69, 0.16);
  border: 2px dashed #0b5f45;
  pointer-events: none;
  position: absolute;
  z-index: 8;
}

.bp-hosted-layout-empty {
  align-items: center;
  color: var(--bp-muted);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 30px;
  pointer-events: none;
  position: absolute;
  text-align: center;
}

.bp-hosted-section-aisle {
  align-items: center;
  background: #dce6e1;
  border-left: 2px dashed #90a69c;
  border-right: 2px dashed #90a69c;
  color: #5b6f66;
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.bp-hosted-section-aisle span {
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-90deg);
  white-space: nowrap;
}

.bp-hosted-section-empty {
  align-items: center;
  background: #edf3f0;
  border: 1px dashed #9ccdb9;
  border-radius: 8px;
  display: grid;
  gap: 5px;
  justify-items: center;
  min-height: 180px;
  padding: 20px;
  text-align: center;
}

.bp-hosted-section-empty small {
  color: var(--bp-muted);
}

.bp-hosted-section-legend {
  justify-content: flex-end;
}

.bp-hosted-section-actions {
  display: flex;
  justify-content: flex-end;
}

.bp-hosted-section-legend span {
  align-items: center;
  color: var(--bp-muted);
  display: inline-flex;
  font-size: 10px;
  font-weight: 850;
  gap: 4px;
}

.bp-hosted-section-legend i {
  border: 1px solid transparent;
  border-radius: 3px;
  height: 10px;
  width: 10px;
}

.bp-hosted-section-legend i.is-open { background: #effaf5; border-color: #52a98a; }
.bp-hosted-section-legend i.is-assigned { background: #fff7e8; border-color: #d49a3a; }
.bp-hosted-section-legend i.is-held { background: #f3efff; border-color: #9274d8; }

.bp-hosted-street-marker {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 999px 999px 999px 4px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 0 7px;
  transform: rotate(-45deg);
}

.bp-hosted-street-marker span {
  transform: rotate(45deg);
}

.bp-hosted-street-marker.is-location {
  background: #0b5f45;
}

.bp-hosted-street-marker.is-route {
  background: #087d84;
}

.bp-hosted-street-marker.is-booth {
  background: #b7791f;
}

.bp-hosted-street-marker.is-saving {
  opacity: 0.72;
}

.bp-hosted-street-marker.is-saved {
  box-shadow: 0 0 0 6px rgba(31, 111, 91, 0.18);
}

.bp-hosted-planner-map {
  align-items: center;
  aspect-ratio: 16 / 8;
  background: #eef5f2;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.bp-hosted-planner-map img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.bp-hosted-planner-empty {
  align-items: center;
  color: var(--bp-muted);
  display: grid;
  gap: 6px;
  justify-items: center;
  max-width: 360px;
  padding: 24px;
  text-align: center;
}

.bp-hosted-planner-empty svg {
  color: var(--bp-green);
  height: 30px;
  width: 30px;
}

.bp-hosted-planner-empty strong {
  color: var(--bp-text);
}

.bp-hosted-planner-pins {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bp-hosted-map-pin {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 999px 999px 999px 4px;
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.24);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  line-height: 1;
  min-width: 30px;
  padding: 0 7px;
  pointer-events: auto;
  position: absolute;
  touch-action: none;
  transform: translate(-50%, -100%) rotate(-45deg);
  user-select: none;
}

.bp-hosted-map-pin span {
  transform: rotate(45deg);
}

.bp-hosted-map-pin.is-location {
  background: #0b5f45;
}

.bp-hosted-map-pin.is-route {
  background: #087d84;
}

.bp-hosted-map-pin.is-booth {
  background: #b7791f;
}

.bp-hosted-map-pin.is-unplaced {
  background: #8a6a28;
  opacity: 0.86;
}

.bp-hosted-map-pin:hover,
.bp-hosted-map-pin:focus-visible {
  box-shadow: 0 12px 22px rgba(6, 19, 15, 0.3);
  outline: 3px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.bp-hosted-map-pin.is-dragging {
  cursor: grabbing;
  opacity: 0.92;
  z-index: 4;
}

.bp-hosted-map-pin.is-saving {
  opacity: 0.7;
}

.bp-hosted-map-pin.is-saved {
  outline: 3px solid rgba(132, 204, 22, 0.55);
}

.bp-hosted-planner-side {
  display: grid;
  gap: 8px;
}

.bp-hosted-planner-side article {
  background: #f7fbf8;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 10px;
}

.bp-hosted-planner-side article span {
  font-size: 22px;
  line-height: 1;
}

.bp-hosted-planner-side small,
.bp-hosted-planner-list small {
  color: var(--bp-muted);
}

.bp-hosted-planner-list {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 7px;
  margin-top: 2px;
  padding-top: 10px;
}

.bp-hosted-planner-list button {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 3px;
  padding: 9px;
  text-align: left;
}

.bp-hosted-planner-list button:hover,
.bp-hosted-planner-list button:focus-visible {
  border-color: #9ccdb9;
  box-shadow: 0 8px 18px rgba(6, 19, 15, 0.08);
  outline: none;
}

.bp-hosted-event-vendor-table article {
  grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(86px, auto)) auto;
}

.bp-hosted-event-vendor-table span {
  display: grid;
  gap: 2px;
  text-align: right;
}

.bp-hosted-event-vendor-table mark {
  background: #e7f5ef;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 950;
  padding: 5px 8px;
}

.bp-hosted-event-items-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bp-hosted-event-items-filters {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 240px);
}

.bp-hosted-event-items-filters label {
  display: grid;
  gap: 5px;
}

.bp-hosted-event-items-list article {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.bp-hosted-event-items-list article > span {
  align-items: center;
  background: #e7f5ef;
  border-radius: 8px;
  color: var(--bp-green);
  display: inline-flex;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.bp-hosted-event-list-grid [data-hosted-detail-card],
.bp-hosted-route-stop-grid [data-hosted-detail-card],
.bp-hosted-event-vendor-table [data-hosted-detail-card],
.bp-hosted-event-items-list [data-hosted-detail-card] {
  cursor: pointer;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.bp-hosted-event-list-grid [data-hosted-detail-card]:hover,
.bp-hosted-event-list-grid [data-hosted-detail-card]:focus-visible,
.bp-hosted-route-stop-grid [data-hosted-detail-card]:hover,
.bp-hosted-route-stop-grid [data-hosted-detail-card]:focus-visible,
.bp-hosted-event-vendor-table [data-hosted-detail-card]:hover,
.bp-hosted-event-vendor-table [data-hosted-detail-card]:focus-visible,
.bp-hosted-event-items-list [data-hosted-detail-card]:hover,
.bp-hosted-event-items-list [data-hosted-detail-card]:focus-visible {
  border-color: #b8d8cb;
  box-shadow: 0 12px 26px rgba(6, 19, 15, 0.1);
  outline: none;
}

.bp-hosted-checklist-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bp-hosted-checklist-import-shell {
  position: relative;
}

.bp-hosted-checklist-import-menu {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(6, 19, 15, 0.16);
  display: grid;
  gap: 6px;
  min-width: 280px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
}

.bp-hosted-checklist-import-menu[hidden] {
  display: none;
}

.bp-hosted-checklist-import-menu > strong {
  color: var(--bp-green);
  font-size: 12px;
  padding: 4px 6px 2px;
}

.bp-hosted-checklist-import-search {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  min-height: 38px;
  padding: 8px 10px;
  width: 100%;
}

.bp-hosted-checklist-import-search:focus {
  border-color: #8bc5ae;
  box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.12);
  outline: none;
}

.bp-hosted-checklist-import-menu button {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  display: grid;
  font: inherit;
  gap: 2px;
  padding: 9px 10px;
  text-align: left;
}

.bp-hosted-checklist-import-menu button:hover,
.bp-hosted-checklist-import-menu button:focus-visible {
  background: #edf8f4;
  border-color: #9ccdb9;
}

.bp-hosted-checklist-import-menu button small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 700;
}

.bp-hosted-checklist-import-empty {
  font-size: 12px;
  margin: 4px 6px;
}

.bp-hosted-checklist-summary {
  align-items: center;
  color: var(--bp-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.bp-hosted-checklist-summary span {
  background: #eef8f4;
  border: 1px solid #c9ded6;
  border-radius: 999px;
  padding: 5px 9px;
}

.bp-hosted-checklist-list {
  display: grid;
  gap: 10px;
}

.bp-hosted-checklist-card {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
  display: grid;
  gap: 0;
  overflow: visible;
  position: relative;
}

.bp-hosted-checklist-card-main {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 30px minmax(0, 1fr) auto auto auto;
  padding: 12px;
}

.bp-hosted-checklist-card strong,
.bp-hosted-checklist-card small,
.bp-hosted-checklist-card p {
  display: block;
}

.bp-hosted-checklist-card small,
.bp-hosted-checklist-card p {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  margin: 2px 0 0;
}

.bp-hosted-checklist-card b {
  color: var(--bp-muted);
  font-size: 12px;
  white-space: nowrap;
}

.bp-hosted-checklist-check {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.bp-hosted-checklist-check input {
  opacity: 0;
  position: absolute;
}

.bp-hosted-checklist-check span,
.bp-hosted-checklist-subitem-check span,
.bp-hosted-checklist-inline-item > span {
  align-items: center;
  background: #fffefa;
  border: 2px solid var(--bp-green);
  border-radius: 5px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 16px;
  font-weight: 950;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.bp-hosted-checklist-check input:checked + span,
.bp-hosted-checklist-subitem-check input:checked + span,
.bp-hosted-checklist-inline-item input:checked + span {
  background: #d9f0e6;
  border-color: #07543b;
  box-shadow: inset 0 0 0 2px #fffefa;
  color: #07543b;
}

.bp-hosted-checklist-subitem-check input:checked + span::after {
  content: "\2713";
}

.bp-hosted-checklist-open {
  background: #f3efe7;
  border: 1px solid #dacdb7;
  border-radius: 999px;
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
}

.bp-hosted-checklist-card-menu {
  display: grid;
  justify-items: end;
  position: relative;
}

.bp-hosted-checklist-menu-toggle {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-green);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.bp-hosted-checklist-menu-toggle svg {
  fill: none;
  height: 18px;
  pointer-events: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 18px;
}

.bp-hosted-checklist-menu-toggle:hover,
.bp-hosted-checklist-menu-toggle:focus-visible,
.bp-hosted-checklist-menu-toggle[aria-expanded="true"] {
  background: #e7f5ef;
  border-color: #9ccdb9;
}

.bp-hosted-checklist-menu {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(6, 19, 15, 0.14);
  display: grid;
  gap: 4px;
  min-width: 132px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
}

.bp-hosted-checklist-menu[hidden] {
  display: none;
}

.bp-hosted-checklist-menu button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--bp-ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 10px;
  text-align: left;
}

.bp-hosted-checklist-menu button:hover,
.bp-hosted-checklist-menu button:focus-visible {
  background: #edf8f4;
  color: var(--bp-green);
}

.bp-hosted-checklist-menu button.danger {
  color: #b3261e;
}

.bp-hosted-checklist-menu button.danger:hover,
.bp-hosted-checklist-menu button.danger:focus-visible {
  background: #fff1ec;
  color: #8f1f18;
}

.bp-hosted-checklist-inline-items {
  background: #f7fbf9;
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 6px;
  padding: 8px 12px 12px 54px;
}

.bp-hosted-checklist-inline-items[hidden] {
  display: none;
}

.bp-hosted-checklist-inline-item {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 8px 10px;
}

.bp-hosted-checklist-inline-item input {
  opacity: 0;
  position: absolute;
}

.bp-hosted-checklist-inline-item.is-done b {
  color: var(--bp-muted);
  text-decoration: line-through;
}

.bp-hosted-checklist-items-editor {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  display: grid;
  gap: 10px;
  padding: 12px;
}

.bp-hosted-checklist-items-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-hosted-checklist-items-head h5,
.bp-hosted-checklist-items-head p {
  margin: 0;
}

.bp-hosted-checklist-subitem-list {
  display: grid;
  gap: 8px;
}

.bp-hosted-checklist-subitem-row {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: 32px minmax(0, 1fr) 40px;
}

.bp-hosted-checklist-subitem-row .bp-hosted-drawer-field {
  cursor: text;
}

.bp-hosted-checklist-subitem-check {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  min-height: 42px;
  position: relative;
  width: 32px;
}

.bp-hosted-checklist-subitem-check input {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.bp-hosted-checklist-subitem-check span {
  flex: 0 0 22px;
}

.bp-hosted-checklist-subitem-check input:focus-visible + span {
  outline: 2px solid #94c9b4;
  outline-offset: 2px;
}

.bp-hosted-checklist-remove-button {
  align-items: center;
  background: #fff6f1;
  border: 1px solid #f0bda9;
  border-radius: 8px;
  color: #bb2b1d;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.bp-hosted-checklist-remove-button svg {
  fill: none;
  height: 19px;
  pointer-events: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 19px;
}

.bp-hosted-checklist-remove-button:hover,
.bp-hosted-checklist-remove-button:focus-visible {
  background: #ffe8df;
  border-color: #dc8068;
}

.bp-hosted-checklist-quick-add {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-hosted-checklist-quick-add input {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  min-height: 42px;
  padding: 9px 10px;
}

.bp-hosted-events-layout,
.bp-hosted-events-layout :is(p, span, small, label, input, select, textarea) {
  font-weight: 500;
}

.bp-hosted-events-layout :is(h4, h5, strong, b) {
  font-weight: 650;
}

.bp-hosted-events-layout :is(button, .bp-primary-action, .bp-secondary-action) {
  font-weight: 650;
}

.bp-hosted-events-layout .eyebrow,
.bp-hosted-events-layout .bp-hosted-event-field span,
.bp-hosted-events-layout .bp-hosted-event-items-filters span {
  font-weight: 600;
}

.bp-hosted-events-layout .bp-hosted-event-card-status mark,
.bp-hosted-events-layout .bp-hosted-event-items-list article > span,
.bp-hosted-events-layout .bp-hosted-event-vendor-table mark {
  font-weight: 600;
}

.bp-hosted-drawer-overlay {
  align-items: stretch;
  background: rgba(6, 19, 15, 0.28);
  display: flex;
  inset: 0;
  justify-content: flex-end;
  padding: 18px;
  position: fixed;
  z-index: 10080;
}

.bp-hosted-drawer {
  background: #fffefa;
  border: 1px solid rgba(31, 111, 91, 0.22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(6, 19, 15, 0.24);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  max-width: min(560px, calc(100vw - 36px));
  overflow: hidden;
  width: 520px;
}

.bp-hosted-drawer-head {
  align-items: start;
  border-bottom: 1px solid var(--bp-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 16px;
}

.bp-hosted-drawer-head h3,
.bp-hosted-drawer-head p {
  margin: 0;
}

.bp-hosted-drawer-head button {
  background: #eef5f2;
  border: 1px solid #cfe1da;
  border-radius: 7px;
  color: var(--bp-green);
  font-weight: 950;
  min-height: 36px;
  padding: 8px 10px;
}

.bp-hosted-drawer-form {
  align-content: start;
  display: grid;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
}

.bp-hosted-drawer-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-hosted-drawer-field {
  display: grid;
  gap: 5px;
}

.bp-hosted-drawer-field span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-hosted-drawer-field input,
.bp-hosted-drawer-field select,
.bp-hosted-drawer-field textarea {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  font-weight: 850;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.bp-hosted-drawer-field textarea {
  min-height: 118px;
  resize: vertical;
}

.bp-hosted-combo-field {
  position: relative;
}

.bp-hosted-combo-add {
  align-items: center;
  background: #eef8f4;
  border: 1px solid #c9ded6;
  border-radius: 7px;
  color: var(--bp-green);
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  justify-self: start;
  min-height: 32px;
  padding: 6px 10px;
}

.bp-hosted-combo-add.is-hidden {
  display: none;
}

.bp-hosted-library-list {
  display: grid;
  gap: 8px;
  max-height: 420px;
  overflow-y: auto;
}

.bp-hosted-library-list label {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 9px;
}

.bp-hosted-library-list span,
.bp-hosted-library-list small {
  display: block;
}

.bp-hosted-library-list small {
  color: var(--bp-muted);
  font-weight: 850;
}

.bp-hosted-drawer-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding-top: 4px;
}

.bp-primary-action {
  background: var(--bp-green);
  border: 1px solid var(--bp-green);
  border-radius: 7px;
  color: #fff;
  font-weight: 950;
  min-height: 40px;
  padding: 9px 14px;
}

.bp-event-detail-back {
  display: none;
}

.bp-event-network-list-item {
  align-items: center;
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  color: var(--bp-ink);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 10px;
}

.bp-event-network-list-main {
  background: transparent;
  border: 0;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr);
  justify-content: stretch;
  min-height: 0;
  padding: 0;
  text-align: left;
}

.bp-event-network-list-main .bp-network-event-date {
  min-height: 54px;
}

.bp-event-network-list-main .bp-network-event-date span {
  font-size: 22px;
}

.bp-event-network-list-main strong,
.bp-event-network-list-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-event-network-list-main small {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-event-network-list-actions {
  align-items: end;
  display: grid;
  gap: 6px;
  justify-items: end;
}

.bp-event-network-list-actions mark {
  background: #fff6df;
  border-radius: 999px;
  color: #966300;
  font-size: 12px;
  font-weight: 950;
  padding: 5px 9px;
  white-space: nowrap;
}

.bp-event-network-list-actions mark.is-connected {
  background: #dff2e2;
  color: #15702f;
}

.bp-event-network-list-item:hover,
.bp-event-network-list-item:focus-within,
.bp-event-network-list-item.is-active {
  background: #edf7f1;
  border-color: #b8d8cb;
  box-shadow: 0 14px 30px rgba(6, 19, 15, 0.11);
}

.bp-network-event-card {
  align-items: center;
  background: var(--bp-card);
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 19, 15, 0.08);
  display: grid;
  gap: 14px;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 12px;
}

.bp-network-event-date {
  align-items: center;
  background: #f4f8f4;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  justify-items: center;
  min-height: 62px;
}

.bp-network-event-date strong {
  color: var(--bp-green);
  font-size: 12px;
  text-transform: uppercase;
}

.bp-network-event-date span {
  font-size: 24px;
  font-weight: 950;
}

.bp-network-event-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.bp-network-event-copy h4 {
  font-size: 16px;
  margin: 6px 0 4px;
}

.bp-network-event-copy p,
.bp-network-event-copy small {
  margin: 0;
}

.bp-network-event-actions {
  align-items: end;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.bp-network-event-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.bp-network-event-actions mark {
  background: #fff6df;
  border-radius: 999px;
  color: #966300;
  font-size: 12px;
  font-weight: 950;
  padding: 5px 9px;
}

.bp-network-event-actions mark.is-connected {
  background: #dff2e2;
  color: #15702f;
}

.bp-network-event-actions small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.bp-network-booth-panel {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  padding-top: 12px;
}

.bp-network-booth-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: 140px 160px minmax(0, 1fr);
}

.bp-network-booth-fields label {
  display: grid;
  gap: 5px;
}

.bp-network-booth-fields span,
.bp-network-location-row span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-network-booth-fields input {
  min-height: 40px;
}

.bp-network-location-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.bp-network-location-row span {
  margin-right: auto;
  max-width: 620px;
}

.bp-event-report {
  border-top: 1px solid var(--bp-line);
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  padding-top: 14px;
}

.bp-event-report-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-event-report-head h4,
.bp-event-report-head p,
.bp-event-report-grid h5,
.bp-event-report-orders h5,
.bp-event-report-empty h5 {
  margin: 0;
}

.bp-event-report-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bp-event-report-metrics article,
.bp-event-report-grid article,
.bp-event-report-orders,
.bp-event-report-empty {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  padding: 12px;
}

.bp-event-report-metrics article {
  display: grid;
  gap: 5px;
}

.bp-event-report-metrics span,
.bp-event-report-metrics small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-event-report-metrics strong {
  font-size: 22px;
}

.bp-event-giveback-orgs {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
}

.bp-event-giveback-orgs.is-compact {
  grid-column: 1 / -1;
}

.bp-event-giveback-orgs h3,
.bp-event-giveback-orgs h5,
.bp-event-giveback-orgs p {
  margin: 0;
}

.bp-event-giveback-total {
  background: #e9f6ef;
  border: 1px solid #bfddcd;
  border-radius: 8px;
  color: var(--bp-green);
  display: grid;
  gap: 2px;
  min-width: 128px;
  padding: 8px 10px;
  text-align: right;
}

.bp-event-giveback-total strong {
  color: var(--bp-ink);
  font-size: 16px;
}

.bp-event-giveback-total small {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
}

.bp-event-giveback-list {
  display: grid;
  gap: 8px;
}

.bp-event-giveback-row {
  align-items: center;
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) minmax(210px, auto) auto;
  min-height: 68px;
  padding: 8px;
}

.bp-event-giveback-logo {
  align-items: center;
  background: #e9f6ef;
  border: 1px solid #c9e1d2;
  border-radius: 8px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
  width: 42px;
}

.bp-event-giveback-logo img {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.bp-event-giveback-main,
.bp-event-giveback-actions {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.bp-event-giveback-main strong,
.bp-event-giveback-main small {
  overflow-wrap: anywhere;
}

.bp-event-giveback-main small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 850;
}

.bp-event-giveback-metrics {
  display: grid;
  gap: 2px 8px;
  grid-template-columns: repeat(3, minmax(56px, auto));
  text-align: right;
}

.bp-event-giveback-metrics span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-event-giveback-metrics b {
  color: var(--bp-ink);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.bp-event-giveback-metrics small {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
}

.bp-event-giveback-actions {
  grid-auto-flow: column;
  justify-content: end;
}

.bp-hosted-giveback-setup {
  align-items: center;
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  margin-bottom: 12px;
  padding: 12px;
}

.bp-hosted-giveback-setup h5,
.bp-hosted-giveback-setup p {
  margin: 0;
}

.bp-hosted-giveback-setup-metrics {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(72px, auto)) auto;
}

.bp-hosted-giveback-setup-metrics span {
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  padding: 8px 10px;
}

.bp-hosted-giveback-setup-metrics b {
  color: var(--bp-ink);
  font-size: 14px;
}

.bp-hosted-giveback-setup-metrics small {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
}

.bp-hosted-giveback-setup-metrics mark {
  align-self: center;
}

.bp-hosted-giveback-terms {
  border-top: 1px solid #dce6df;
  grid-column: 1 / -1;
  padding-top: 10px;
}

.bp-hosted-giveback-orgs .bp-hosted-section-divider {
  border: 0;
  margin: 0;
  padding: 0;
}

.bp-hosted-giveback-row {
  cursor: pointer;
}

.bp-hosted-giveback-row .bp-event-giveback-main p {
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  max-width: 680px;
}

.bp-hosted-giveback-row .bp-event-giveback-actions {
  align-items: center;
}

.bp-hosted-giveback-row .bp-danger-action {
  padding: 8px 10px;
}

@media (max-width: 920px) {
  .bp-hosted-giveback-setup,
  .bp-hosted-giveback-row {
    grid-template-columns: 1fr;
  }

  .bp-hosted-giveback-setup-metrics,
  .bp-event-giveback-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: left;
  }

  .bp-hosted-giveback-row .bp-event-giveback-actions {
    grid-auto-flow: column;
    justify-content: start;
  }
}

.bp-event-day-tabs {
  align-items: stretch;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.bp-event-day-tabs button {
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-ink);
  display: grid;
  flex: 0 0 156px;
  gap: 3px;
  min-height: 54px;
  padding: 8px 10px;
  text-align: left;
}

.bp-event-day-tabs button.is-active {
  background: #e9f6ef;
  border-color: #87bfa5;
  box-shadow: inset 0 0 0 1px #87bfa5;
  color: var(--bp-green);
}

.bp-event-day-tabs strong {
  font-size: 13px;
}

.bp-event-day-tabs span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.18;
}

.bp-event-report-slice {
  display: none;
  gap: 12px;
}

.bp-event-report-slice.is-active {
  display: grid;
}

.bp-event-report-slice-head {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-event-report-slice-head h5,
.bp-event-report-slice-head p {
  margin: 0;
}

.bp-event-report-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-event-report-tabs {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  display: inline-flex;
  gap: 4px;
  justify-self: start;
  overflow-x: auto;
  padding: 4px;
}

.bp-event-report-tabs button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 12px;
  min-height: 30px;
  padding: 6px 12px;
}

.bp-event-report-tabs button.is-active {
  background: var(--bp-green);
  color: #fff;
}

.bp-event-report-panel {
  display: none;
}

.bp-event-report-panel.is-active {
  display: grid;
  gap: 10px;
}

.bp-event-report-panel > article {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-event-report-subhead {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-event-peak-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-event-peak-grid article {
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 7px;
  padding: 10px;
}

.bp-event-peak-grid article > span {
  color: var(--bp-green);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-event-peak-grid article > strong {
  color: var(--bp-ink);
  font-size: 14px;
}

.bp-event-peak-grid article > div {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-event-peak-grid article > div span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-event-peak-grid article > div strong {
  font-size: 13px;
  overflow-wrap: anywhere;
}

.bp-event-peak-grid article > div small {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
}

.bp-event-metric-toggle {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--bp-line);
  border-radius: 999px;
  display: inline-flex;
  gap: 3px;
  padding: 3px;
}

.bp-event-metric-toggle button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  min-height: 32px;
  padding: 0;
  width: 36px;
}

.bp-event-metric-toggle button.is-active {
  background: var(--bp-green);
  color: #fff;
}

.bp-event-metric-toggle svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 18px;
}

.bp-event-report-grid article,
.bp-event-report-orders,
.bp-event-report-empty {
  display: grid;
  gap: 10px;
}

.bp-event-report-row {
  align-items: center;
  border-top: 1px solid #e3ebe6;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-top: 8px;
}

.bp-event-report-row span,
.bp-event-report-row strong {
  min-width: 0;
}

.bp-event-report-row span {
  color: var(--bp-muted);
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-event-report-row strong {
  color: var(--bp-ink);
  flex: 0 0 auto;
  font-size: 13px;
}

.bp-event-bar-chart,
.bp-event-product-chart {
  display: grid;
  gap: 10px;
}

.bp-event-hour-group {
  display: grid;
  gap: 0;
}

.bp-event-hour-group [data-metric="orders"],
.bp-event-report-panel.is-orders [data-metric="sales"] {
  display: none;
}

.bp-event-report-panel.is-orders [data-metric="orders"] {
  display: inline;
}

svg.bp-event-hour-line[data-metric="orders"],
.bp-event-report-panel.is-orders svg.bp-event-hour-line[data-metric="sales"] {
  display: none;
}

.bp-event-report-panel.is-orders svg.bp-event-hour-line[data-metric="orders"] {
  display: block;
}

.bp-event-bar-row {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 62px minmax(120px, 1fr) minmax(190px, auto);
  min-height: 34px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.bp-event-bar-row > span {
  color: var(--bp-muted);
  font-weight: 900;
}

.bp-event-bar-track {
  background:
    linear-gradient(90deg, rgba(11, 107, 68, 0.12), rgba(243, 170, 27, 0.12) 65%, rgba(239, 78, 36, 0.14)),
    #e8f0eb;
  border-radius: 999px;
  height: 22px;
  overflow: hidden;
  position: relative;
}

.bp-event-bar-track i {
  border-radius: inherit;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.bp-event-bar-track i {
  background: var(--sales-gradient, linear-gradient(90deg, #0b6b44 0%, #79bd47 42%, #f2aa1b 72%, #e25516 100%));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  width: var(--sales-width);
}

.bp-event-bar-track i[data-metric="orders"] {
  background: var(--orders-gradient, linear-gradient(90deg, #0b6b44 0%, #79bd47 42%, #f2aa1b 72%, #e25516 100%));
  width: var(--orders-width);
}

.bp-event-report-panel.is-orders .bp-event-bar-track i[data-metric="orders"] {
  display: block;
}

.bp-event-bar-row strong {
  font-size: 13px;
  text-align: right;
}

.bp-event-bar-row small {
  color: var(--bp-muted);
  display: block;
  font-weight: 900;
}

.bp-event-hour-detail {
  background: #fbfdfb;
  border: 1px solid transparent;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-left: 72px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: translateY(-6px);
  transition: max-height 220ms ease, opacity 180ms ease, padding 220ms ease, transform 220ms ease, border-color 220ms ease, margin-top 220ms ease;
}

.bp-event-hour-group.is-open .bp-event-hour-detail {
  border-color: #e3ebe6;
  margin-top: 8px;
  max-height: 620px;
  opacity: 1;
  padding: 12px;
  transform: translateY(0);
}

.bp-event-hour-detail > div:first-child {
  display: grid;
  gap: 2px;
}

.bp-event-hour-detail small {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-event-hour-line {
  background:
    linear-gradient(#eef5f1 1px, transparent 1px) 0 25% / 100% 25%,
    var(--sales-gradient-soft, linear-gradient(90deg, rgba(11, 107, 68, 0.08), rgba(121, 189, 71, 0.08) 42%, rgba(242, 170, 27, 0.08) 72%, rgba(226, 85, 22, 0.08)));
  border: 1px solid #e2ebe6;
  border-radius: 8px;
  height: 176px;
  overflow: visible;
  width: 100%;
}

.bp-event-hour-line[data-metric="orders"] {
  background:
    linear-gradient(#eef5f1 1px, transparent 1px) 0 25% / 100% 25%,
    var(--orders-gradient-soft, linear-gradient(90deg, rgba(11, 107, 68, 0.08), rgba(121, 189, 71, 0.08) 42%, rgba(242, 170, 27, 0.08) 72%, rgba(226, 85, 22, 0.08)));
}

.bp-event-hour-line polygon {
  fill: rgba(255, 255, 255, 0.16);
}

.bp-event-hour-line polyline {
  fill: none;
  stroke: var(--sales-color, #cc6b19);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
  vector-effect: non-scaling-stroke;
}

.bp-event-hour-line circle {
  fill: var(--sales-color, #1f5f46);
  stroke: #fff;
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.bp-event-hour-line[data-metric="orders"] polyline {
  stroke: var(--orders-color, #cc6b19);
}

.bp-event-hour-line[data-metric="orders"] circle {
  fill: var(--orders-color, #1f5f46);
}

.bp-event-hour-buckets {
  border: 1px solid #d8e5dd;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
}

.bp-event-hour-buckets span {
  background: linear-gradient(135deg, var(--sales-heat), var(--sales-heat-soft), rgba(255, 255, 255, 0.72));
  border-right: 1px solid rgba(11, 107, 68, 0.12);
  display: grid;
  gap: 3px;
  align-content: start;
  min-height: 84px;
  padding: 8px;
}

.bp-event-report-panel.is-orders .bp-event-hour-buckets span {
  background: linear-gradient(135deg, var(--orders-heat), var(--orders-heat-soft), rgba(255, 255, 255, 0.72));
}

.bp-event-hour-buckets span:last-child {
  border-right: 0;
}

.bp-event-hour-buckets em {
  color: var(--bp-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.bp-event-hour-buckets strong {
  font-size: 12px;
}

.bp-event-hour-buckets small {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}

.bp-event-product-row {
  align-items: center;
  background: #fff;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 28px 42px minmax(0, 1fr) auto 48px;
  min-height: 64px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.bp-event-product-head {
  align-items: end;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-event-product-head h5,
.bp-event-product-head p {
  margin: 0;
}

.bp-event-product-filters {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1fr) minmax(150px, auto);
  min-width: min(430px, 100%);
}

.bp-event-product-filters label {
  display: grid;
  gap: 4px;
}

.bp-event-product-filters span {
  color: var(--bp-muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-event-product-filters input,
.bp-event-product-filters select {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-ink);
  font: inherit;
  min-height: 38px;
  padding: 8px 10px;
}

.bp-event-product-empty {
  background: #fffefa;
  border: 1px dashed #cfded8;
  border-radius: 8px;
  color: var(--bp-muted);
  font-weight: 800;
  margin: 0;
  padding: 12px;
}

.bp-event-product-fill {
  background: linear-gradient(90deg, rgba(25, 126, 88, 0.16), rgba(25, 126, 88, 0.04));
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--product-share);
}

.bp-event-product-row > *:not(.bp-event-product-fill) {
  position: relative;
  z-index: 1;
}

.bp-event-product-rank,
.bp-event-product-thumb {
  align-items: center;
  border-radius: 7px;
  display: inline-grid;
  font-weight: 950;
  justify-items: center;
}

.bp-event-product-rank {
  background: #edf7f1;
  color: var(--bp-green);
  height: 28px;
  width: 28px;
}

.bp-event-product-thumb,
.bp-event-product-row img {
  height: 42px;
  width: 42px;
}

.bp-event-product-thumb {
  background: #f1eee8;
  color: var(--bp-muted);
}

.bp-event-product-row img {
  border-radius: 7px;
  object-fit: cover;
}

.bp-event-product-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.bp-event-product-main strong,
.bp-event-product-main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-event-product-main small {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-event-product-sold,
.bp-event-product-percent {
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.bp-event-product-percent {
  color: var(--bp-green);
  text-align: right;
}

.bp-event-invite-panel {
  gap: 12px;
}

.bp-event-invite-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bp-event-account-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-event-invite-stat {
  background: #fff;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  min-height: 58px;
  padding: 10px;
}

.bp-event-account-stat {
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 2px;
  min-height: 54px;
  padding: 10px;
}

.bp-event-invite-stat strong {
  font-size: 20px;
}

.bp-event-account-stat strong {
  font-size: 20px;
}

.bp-event-invite-stat small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-event-account-stat small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-account-fordwell {
  background: #edfdf3;
  border-color: #b9e8c8;
}

.bp-account-email-only {
  background: #fff8e8;
  border-color: #f0dbaf;
}

.bp-account-joined {
  background: #eef4ff;
  border-color: #cddcff;
}

.bp-event-invite-form {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.bp-event-invite-form-head {
  display: grid;
  gap: 3px;
}

.bp-event-invite-form-head strong {
  font-size: 13px;
}

.bp-event-invite-form label {
  display: grid;
  gap: 4px;
}

.bp-event-invite-form label.wide {
  grid-column: span 2;
}

.bp-event-invite-form label span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-event-invite-form input,
.bp-event-invite-row select {
  background: #fffefa;
  border: 1px solid #cfd9d2;
  border-radius: 6px;
  font: inherit;
  min-height: 38px;
  padding: 8px 10px;
}

.bp-event-invite-form button {
  align-self: end;
  min-height: 38px;
}

.bp-event-invite-list {
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  overflow: hidden;
}

.bp-event-pos-vendors {
  background: #fffefa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.bp-event-pos-vendor-list {
  display: grid;
  gap: 8px;
}

.bp-event-pos-vendor-row {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e9e4;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  min-height: 58px;
  padding: 10px;
}

.bp-event-pos-vendor-row > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-event-pos-vendor-row strong,
.bp-event-pos-vendor-row small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-event-pos-vendor-row small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
}

.bp-event-pos-vendor-row mark {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  padding: 6px 10px;
}

.bp-vendor-account-fordwell {
  background: #d9fbe8;
  color: #075f37;
}

.bp-vendor-account-email_only {
  background: #fff2cc;
  color: #8a5a00;
}

.bp-vendor-account-no_email {
  background: #f4e8e2;
  color: #8d2d17;
}

.bp-event-vendor-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.bp-event-invite-row,
.bp-event-invite-empty {
  align-items: center;
  background: #fff;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 170px auto auto;
  min-height: 58px;
  padding: 10px;
}

.bp-event-invite-row:not(:last-child) {
  border-bottom: 1px solid #e3ebe6;
}

.bp-event-invite-empty {
  align-items: start;
  grid-template-columns: 1fr;
}

.bp-event-invite-vendor {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-event-invite-vendor strong,
.bp-event-invite-vendor small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-event-invite-vendor small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 800;
}

.bp-event-invite-row mark {
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
  padding: 6px 10px;
}

.bp-event-invite-message {
  background: #f8fbfa;
  border: 1px solid #dce6df;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-event-invite-message h5,
.bp-event-invite-message p {
  margin: 0;
}

.bp-event-invite-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-event-invite-message-actions .is-active {
  background: var(--bp-green);
  color: #fff;
}

.bp-quick-actions > div {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.bp-quick-actions button {
  aspect-ratio: 1.2;
  display: grid;
  gap: 8px;
  justify-items: center;
  min-height: 92px;
}

.bp-toolkit-preview {
  overflow: hidden;
}

.bp-toolkit-preview-grid,
.bp-toolkit-grid {
  display: grid;
  gap: 12px;
}

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

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

.bp-toolkit-hero-card {
  background: linear-gradient(135deg, #f6fbf7, #ffffff 55%, #eef7f3);
}

.bp-toolkit-hero-card h3 {
  font-size: 24px;
  line-height: 1.15;
  max-width: 760px;
}

.bp-toolkit-card {
  align-items: start;
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 134px minmax(0, 1fr) auto;
  min-width: 0;
  padding: 14px;
  position: relative;
}

.bp-toolkit-card.compact {
  grid-template-columns: 70px minmax(0, 1fr);
}

.bp-toolkit-card.compact .bp-toolkit-status,
.bp-toolkit-card.compact .bp-toolkit-actions a:last-child,
.bp-toolkit-card.compact code {
  display: none;
}

.bp-toolkit-card.compact .bp-toolkit-actions {
  grid-template-columns: 1fr;
}

.bp-toolkit-card.compact .bp-toolkit-actions a,
.bp-toolkit-card.compact .bp-toolkit-actions button {
  min-height: 31px;
  padding: 6px 8px;
}

.bp-toolkit-qr {
  background: #f7fbf8;
  border: 1px dashed #b7d6ca;
  border-radius: 8px;
  padding: 8px;
}

.bp-toolkit-qr img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  width: 100%;
}

.bp-toolkit-body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.bp-toolkit-body h4 {
  font-size: 18px;
  line-height: 1.15;
  margin: 2px 0 4px;
}

.bp-toolkit-body p {
  color: var(--bp-muted);
  margin: 0;
}

.bp-toolkit-body code {
  background: #f7f8f5;
  border: 1px solid var(--bp-line);
  border-radius: 6px;
  color: #334a3f;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-toolkit-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-toolkit-actions .bp-secondary-action {
  align-items: center;
  font-size: 12px;
  min-height: 34px;
  padding: 7px 9px;
}

.bp-toolkit-status {
  background: #e5f2ee;
  border-radius: 999px;
  color: var(--bp-green);
  font-size: 12px;
  padding: 6px 8px;
  white-space: nowrap;
}

.bp-toolkit-workspace {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 1fr);
}

.bp-toolkit-mobile-rail {
  display: none;
}

.bp-toolkit-list {
  align-self: start;
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  max-height: calc(100vh - 230px);
  overflow-y: auto;
  padding: 10px;
  position: sticky;
  top: 112px;
}

.bp-toolkit-list-head {
  display: grid;
  gap: 3px;
  padding: 6px 8px 8px;
}

.bp-toolkit-list-head small {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-toolkit-list button {
  align-items: center;
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
  justify-content: stretch;
  min-height: 64px;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.bp-toolkit-list button.is-active,
.bp-toolkit-list button:hover {
  background: #eaf7f1;
  border-color: #a9d5c5;
}

.bp-toolkit-list button strong,
.bp-toolkit-list button small {
  display: block;
}

.bp-toolkit-list button small {
  color: var(--bp-muted);
  font-size: 12px;
  margin-top: 3px;
}

.bp-toolkit-list-icon {
  align-items: center;
  background: #f1eee8;
  border-radius: 7px;
  color: var(--bp-green);
  display: flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.bp-toolkit-detail {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.bp-toolkit-category-panel {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.bp-toolkit-category-head {
  align-items: start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.bp-toolkit-category-head h3 {
  font-size: 26px;
  line-height: 1.1;
  margin: 2px 0 5px;
}

.bp-toolkit-event-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-toolkit-feature-event {
  align-items: center;
  background: #f3fbf7;
  border: 1px solid #b9dccc;
  border-radius: 8px;
  color: var(--bp-ink);
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  min-height: 174px;
  padding: 18px;
  text-align: left;
  width: 100%;
}

.bp-toolkit-feature-event:hover,
.bp-toolkit-feature-event:focus-visible {
  border-color: #72b79d;
  box-shadow: 0 12px 30px rgba(11, 54, 38, 0.1);
  outline: 0;
}

.bp-toolkit-feature-qr {
  background: #fff;
  border: 1px dashed #b7d6ca;
  border-radius: 8px;
  display: block;
  padding: 10px;
}

.bp-toolkit-feature-qr img {
  aspect-ratio: 1;
  display: block;
  width: 100%;
}

.bp-toolkit-feature-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.bp-toolkit-feature-copy strong {
  font-size: 28px;
  line-height: 1.05;
}

.bp-toolkit-feature-copy small,
.bp-toolkit-feature-copy em {
  color: var(--bp-muted);
  font-style: normal;
  font-weight: 850;
}

.bp-toolkit-filter-card {
  align-items: end;
  background: #fbfcfa;
  border: 1px solid #dce8e1;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 220px;
  padding: 12px;
}

.bp-toolkit-filter-card label {
  display: grid;
  gap: 6px;
}

.bp-toolkit-filter-card span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-toolkit-filter-card input,
.bp-toolkit-filter-card select {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-ink);
  font: inherit;
  min-height: 42px;
  padding: 9px 10px;
  width: 100%;
}

.bp-toolkit-event-tile {
  align-items: center;
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-ink);
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  min-height: 122px;
  padding: 12px;
  text-align: left;
  width: 100%;
}

.bp-toolkit-event-tile:hover,
.bp-toolkit-event-tile:focus-visible {
  background: #eef8f4;
  border-color: #a9d5c5;
  outline: 0;
}

.bp-toolkit-event-qr {
  background: #fff;
  border: 1px dashed #b7d6ca;
  border-radius: 8px;
  display: block;
  padding: 7px;
}

.bp-toolkit-event-qr img {
  aspect-ratio: 1;
  display: block;
  width: 100%;
}

.bp-toolkit-event-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.bp-toolkit-event-copy strong {
  font-size: 18px;
  line-height: 1.15;
}

.bp-toolkit-event-copy small {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-toolkit-event-actions {
  align-items: center;
  background: #e5f2ee;
  border-radius: 7px;
  color: var(--bp-green);
  display: flex;
  font-size: 12px;
  font-weight: 950;
  min-height: 34px;
  padding: 7px 10px;
  white-space: nowrap;
}

.bp-toolkit-empty-results {
  background: #fbfcfa;
  border: 1px dashed #cfd8d1;
  border-radius: 8px;
  padding: 18px;
}

.bp-toolkit-detail-panel {
  display: grid;
  gap: 16px;
}

.bp-toolkit-detail-card,
.bp-toolkit-poster-card,
.bp-toolkit-event-log {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 18px;
}

.bp-toolkit-event-log {
  background: #fbfcfa;
}

.bp-toolkit-log-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-toolkit-log-metrics article {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.bp-toolkit-log-metrics span,
.bp-toolkit-org-log small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 850;
}

.bp-toolkit-log-metrics strong {
  font-size: 22px;
}

.bp-toolkit-log-money {
  grid-column: 1 / -1;
}

.bp-toolkit-org-log {
  display: grid;
  gap: 8px;
}

.bp-toolkit-org-entry {
  display: grid;
  gap: 0;
}

.bp-toolkit-org-row {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 8px;
  color: var(--bp-ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  min-height: 64px;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.bp-toolkit-org-row.is-active {
  background: #eef9f4;
  border-color: #a9d5c5;
}

.bp-toolkit-org-log strong,
.bp-toolkit-org-log small {
  display: block;
}

.bp-toolkit-org-row em {
  color: var(--bp-green);
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.bp-toolkit-org-kpis {
  background: #fbfcfa;
  border: 1px solid var(--bp-line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -3px 8px 0;
  padding: 10px;
}

.bp-toolkit-org-kpis article {
  background: #fff;
  border: 1px solid #e1e7e2;
  border-radius: 7px;
  display: grid;
  gap: 3px;
  padding: 8px;
}

.bp-toolkit-org-kpis span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
}

.bp-toolkit-org-kpis strong {
  font-size: 15px;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.bp-toolkit-log-empty {
  background: #fff;
  border: 1px dashed #cfd8d1;
  border-radius: 8px;
  padding: 16px;
}

.bp-toolkit-back-button {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 950;
  justify-self: start;
  min-height: 36px;
  padding: 8px 12px;
}

.bp-toolkit-back-button::before {
  content: "<";
  font-weight: 950;
  margin-right: 8px;
}

.bp-toolkit-detail-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.bp-toolkit-detail-head h3 {
  font-size: 26px;
  line-height: 1.1;
}

.bp-toolkit-focus {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 250px minmax(0, 1fr);
}

.bp-toolkit-focus-qr {
  background: #f7fbf8;
  border: 1px dashed #b7d6ca;
  border-radius: 8px;
  padding: 14px;
}

.bp-toolkit-focus-qr img {
  aspect-ratio: 1;
  display: block;
  width: 100%;
}

.bp-toolkit-focus-copy {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.bp-toolkit-referral-code {
  align-items: center;
  background: #f5fbf8;
  border: 1px solid #cce4d9;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 10px;
}

.bp-toolkit-referral-code span {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.bp-toolkit-referral-code strong {
  color: #064b35;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-toolkit-referral-code button {
  background: #fff;
  border: 1px solid #bcd3c8;
  border-radius: 6px;
  color: #064b35;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  min-height: 34px;
  padding: 7px 12px;
}

.bp-toolkit-focus-copy label {
  display: grid;
  gap: 6px;
}

.bp-toolkit-focus-copy label span {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 900;
}

.bp-toolkit-focus-copy input {
  background: #f7f8f5;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: #334a3f;
  font: inherit;
  font-size: 13px;
  min-height: 42px;
  overflow: hidden;
  padding: 9px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.bp-toolkit-focus-copy textarea {
  background: #f7f8f5;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: #334a3f;
  font: inherit;
  font-size: 13px;
  line-height: 1.45;
  min-height: 112px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}

.bp-toolkit-invite-copy {
  background: #fbfcfa;
  border: 1px solid #dce8e1;
  border-radius: 8px;
  padding: 10px;
}

.bp-toolkit-invite-copy button {
  justify-self: start;
  background: #e5f2ee;
  border: 1px solid #c5ddd3;
  border-radius: 7px;
  color: var(--bp-green);
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  min-height: 34px;
  padding: 7px 12px;
}

.bp-toolkit-icon-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-toolkit-icon-actions button,
.bp-toolkit-icon-actions a {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8d1;
  border-radius: 7px;
  color: var(--bp-green);
  display: grid;
  font-weight: 900;
  gap: 6px;
  grid-template-columns: 22px minmax(0, 1fr);
  min-height: 44px;
  padding: 8px 10px;
  text-decoration: none;
}

.bp-toolkit-icon-actions svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 22px;
}

.bp-toolkit-poster-card {
  background: #fbfcfa;
}

.bp-toolkit-poster {
  background: #fffefa;
  border: 1px solid #d8cec0;
  border-radius: 8px;
  display: grid;
  gap: 24px;
  justify-items: center;
  margin: 0 auto;
  max-width: 560px;
  min-height: 700px;
  padding: 34px;
  text-align: center;
  width: min(100%, 560px);
}

.bp-toolkit-poster-brand {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-self: stretch;
  text-align: left;
}

.bp-toolkit-poster-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 16px;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 86px;
  justify-content: center;
  object-fit: contain;
  padding: 8px;
  width: 86px;
}

.bp-toolkit-poster-brand strong,
.bp-toolkit-poster-brand span {
  display: block;
}

.bp-toolkit-poster-brand strong {
  font-size: 24px;
  line-height: 1.05;
}

.bp-toolkit-poster-brand span {
  color: var(--bp-green);
  font-size: 12px;
  font-weight: 900;
  margin-top: 5px;
  text-transform: uppercase;
}

.bp-toolkit-poster-main {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.bp-toolkit-poster-main h2 {
  font-size: 40px;
  line-height: 1;
  max-width: 430px;
}

.bp-toolkit-poster-main p {
  color: #3d4f49;
  font-size: 17px;
  line-height: 1.35;
  max-width: 410px;
}

.bp-toolkit-poster-main img {
  background: #fff;
  border: 1px solid #d6e4dd;
  border-radius: 8px;
  padding: 14px;
  width: min(320px, 78vw);
}

.bp-toolkit-poster-main small {
  color: var(--bp-muted);
  font-size: 11px;
  max-width: 420px;
  overflow-wrap: anywhere;
}

.bp-toolkit-poster-footer {
  align-items: center;
  border-top: 1px solid var(--bp-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  justify-self: stretch;
  margin-top: auto;
  padding-top: 16px;
}

.bp-toolkit-poster-footer span {
  color: var(--bp-muted);
  font-weight: 800;
}

.bp-toolkit-poster-footer strong {
  color: var(--bp-green);
}

.bp-score-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 86px minmax(0, 1fr);
}

.bp-score {
  align-items: center;
  background:
    radial-gradient(circle closest-side, #fff 69%, transparent 70%),
    conic-gradient(var(--bp-green) var(--score), #e6ece7 0);
  border-radius: 50%;
  display: flex;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.bp-score span {
  font-size: 19px;
  font-weight: 900;
}

.bp-public-preview {
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.bp-public-preview:hover,
.bp-public-preview:focus-visible {
  border-color: rgba(0, 82, 59, 0.38);
  box-shadow: 0 14px 32px rgba(7, 31, 23, 0.1);
  outline: 0;
}

.bp-preview-cover {
  background:
    linear-gradient(90deg, rgba(8, 25, 16, 0.58), rgba(8, 25, 16, 0.18)),
    linear-gradient(110deg, #315b42, #b9652e 44%, #23140e 70%, #b63d20);
  border-radius: 7px 7px 0 0;
  min-height: 62px;
}

.bp-preview-main {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: 78px minmax(0, 1fr);
  margin-top: -34px;
  padding: 0 14px;
}

.bp-preview-logo {
  border: 4px solid #fff;
  font-size: 18px;
  height: 74px;
  width: 74px;
}

.bp-preview-main h4 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

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

.bp-preview-stats span {
  display: grid;
  gap: 2px;
}

.bp-product-list,
.bp-review-list,
.bp-device-list {
  display: grid;
  gap: 0;
}

.bp-product-row {
  align-items: center;
  border-bottom: 1px solid var(--bp-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  min-height: 42px;
}

.bp-product-row:last-child,
.bp-review-list article:last-child,
.bp-device-list article:last-child {
  border-bottom: 0;
}

.bp-product-thumb {
  align-items: center;
  background: #f1eee8;
  border-radius: 6px;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.bp-review-list article {
  align-items: start;
  border-bottom: 1px solid var(--bp-line);
  padding: 12px 0;
}

.bp-device-list article {
  align-items: center;
  border-bottom: 1px solid var(--bp-line);
  display: grid;
  gap: 10px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  padding: 10px 0;
}

.bp-device-list strong,
.bp-device-list small {
  display: block;
}

.bp-device-state {
  background: #edf7f1;
  border-radius: 999px;
  color: var(--bp-green);
  display: inline-flex;
  font-size: 11px;
  margin-left: 6px;
  padding: 3px 7px;
}

.bp-device-state.off {
  background: #f1eee8;
  color: #6d726f;
}

.bp-device-state.pending {
  background: #fff6df;
  color: #9a6200;
}

.bp-review-list p {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 7px;
}

@media (max-width: 1320px) {
  .bp-grid {
    grid-template-columns: 1fr;
  }

  .bp-rail {
    position: static;
  }

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

@media (max-width: 960px) {
  .bp-shell {
    grid-template-columns: 1fr;
  }

  .business-portal-mode .platform-subheader {
    height: auto;
    max-height: none;
    min-height: 104px;
  }

  .bp-subheader {
    gap: 6px 10px;
    grid-template-columns: auto auto minmax(0, 1fr);
    height: auto;
    max-height: none;
    min-height: 104px;
  }

  .bp-subheader-actions {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .bp-subheader-tools {
    grid-column: 3;
    padding-left: 0;
  }

  .bp-sidebar {
    height: auto;
    position: static;
  }

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

  .bp-topbar,
  .bp-top-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bp-grid,
  .bp-topbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bp-event-grid,
  .bp-connection-grid,
  .bp-event-network-viewport,
  .bp-offer-kpi-grid,
  .bp-offer-management-grid,
  .bp-product-management-grid,
  .bp-quick-actions > div,
  .bp-solution-grid,
  .bp-stat-grid,
  .bp-toolkit-event-grid,
  .bp-toolkit-grid,
  .bp-toolkit-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-product-management-grid {
    grid-template-columns: 1fr;
  }

  .bp-message-management-grid {
    grid-template-columns: 1fr;
  }

  .bp-message-filter-rail,
  .bp-message-management-list,
  .bp-message-detail-shell {
    grid-column: 1;
    grid-row: auto;
  }

  .bp-message-workspace {
    grid-template-columns: 1fr;
  }

  .bp-message-log {
    position: static;
  }

  .bp-event-network-viewport {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-workspace {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-feature-event {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .bp-toolkit-feature-event .bp-toolkit-event-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .bp-toolkit-event-grid {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-list {
    max-height: none;
    position: static;
  }

  .bp-product-management-list {
    max-height: none;
    overflow: visible;
    position: static;
  }

  .bp-event-network-list {
    max-height: none;
    overflow: visible;
    position: static;
  }

  .bp-product-filter-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .business-portal-mode .platform-subheader {
    min-height: 176px;
  }

  .bp-subheader {
    grid-template-columns: 1fr;
    min-height: 176px;
  }

  .bp-subheader-brand {
    justify-self: start;
  }

  .bp-subheader .platform-nav-menu-shell,
  .bp-subheader .platform-nav-menu-toggle {
    width: 100%;
  }

  .bp-subheader .platform-nav-menu-shell {
    grid-column: 1;
    grid-row: 2;
  }

  .bp-subheader-tools {
    grid-column: 1;
    grid-row: 3;
    padding-left: 0;
  }

  .bp-subheader-actions {
    grid-row: 4;
  }

  .bp-nav,
  .bp-event-grid,
  .bp-product-form-grid,
  .bp-product-description-section-grid,
  .bp-product-toggle-row,
  .bp-connection-grid,
  .bp-offer-kpi-grid,
  .bp-offer-management-grid,
  .bp-quick-actions > div,
  .bp-solution-grid,
  .bp-stat-grid,
  .bp-toolkit-grid,
  .bp-toolkit-preview-grid,
  .engagement-loop-grid,
  .bp-preview-stats,
  .bp-device-license-card,
  .bp-score-row {
    grid-template-columns: 1fr;
  }

  .bp-offer-audience-segmented,
  .bp-product-form-grid.bp-offer-basics-grid,
  .bp-offer-threshold-grid {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-card,
  .bp-toolkit-card.compact {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .bp-toolkit-focus {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-category-head {
    display: grid;
  }

  .bp-toolkit-feature-event,
  .bp-toolkit-filter-card {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-feature-qr {
    max-width: 160px;
  }

  .bp-toolkit-log-metrics {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-event-tile {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .bp-toolkit-event-actions {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .bp-message-list article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .bp-message-actions {
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .bp-message-detail-meta {
    grid-template-columns: 1fr;
  }

  .bp-network-event-card {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .bp-event-network-list-item {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .bp-event-network-list-actions {
    display: flex;
    flex-wrap: wrap;
    justify-items: start;
  }

  .bp-network-event-actions {
    justify-items: stretch;
  }

  .bp-network-booth-fields {
    grid-template-columns: 1fr;
  }

  .bp-event-report-head,
  .bp-event-report-row {
    align-items: stretch;
    flex-direction: column;
  }

  .bp-event-report-metrics,
  .bp-event-report-grid,
  .bp-event-peak-grid {
    grid-template-columns: 1fr;
  }

  .bp-event-invite-stats,
  .bp-event-invite-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-event-invite-form label.wide,
  .bp-event-invite-form button {
    grid-column: 1 / -1;
  }

  .bp-event-invite-row {
    grid-template-columns: 1fr;
  }

  .bp-event-pos-vendor-row {
    grid-template-columns: 1fr;
  }

  .bp-event-bar-row,
  .bp-event-product-row {
    grid-template-columns: 1fr;
  }

  .bp-event-hour-detail {
    margin-left: 0;
  }

  .bp-event-hour-buckets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-event-product-row {
    align-items: start;
  }

  .bp-event-product-row img,
  .bp-event-product-thumb {
    grid-row: auto;
  }

  .bp-event-bar-row strong,
  .bp-event-product-percent {
    text-align: left;
  }

  .bp-network-location-row {
    align-items: stretch;
    flex-direction: column;
  }

  .bp-network-location-row span {
    margin-right: 0;
  }

  .bp-toolkit-focus-qr {
    max-width: 280px;
  }

  .bp-toolkit-detail-head,
  .bp-toolkit-poster-footer {
    display: grid;
    justify-items: start;
  }

  .bp-toolkit-status {
    grid-column: 2;
    justify-self: start;
  }

  .bp-toolkit-actions {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-icon-actions {
    grid-template-columns: 1fr;
  }

  .bp-toolkit-poster {
    min-height: 0;
    padding: 22px;
  }

  .bp-toolkit-poster-brand {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .bp-toolkit-poster-main h2 {
    font-size: 30px;
  }

  .bp-account-chip {
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .business-portal-mode:not(.organization-portal-mode) {
    background: #eef5ef;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-shell {
    background: #eef5ef;
    min-height: 100dvh;
  }

  .business-portal-mode:not(.organization-portal-mode) .platform-subheader,
  .business-portal-mode:not(.organization-portal-mode) .bp-subheader {
    align-items: center;
    background: rgba(255, 254, 250, 0.98);
    border-bottom: 1px solid rgba(31, 111, 91, 0.14);
    box-shadow: 0 10px 26px rgba(6, 19, 15, 0.06);
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    height: auto;
    max-height: none;
    min-height: 78px;
    padding: 10px 12px;
    position: sticky;
    top: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader-brand img {
    height: 32px;
    width: 32px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader-brand strong {
    font-size: 22px;
    line-height: 0.95;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader-brand small {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader .platform-nav-menu-shell {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader .platform-nav-menu-toggle {
    border-radius: 999px;
    gap: 7px;
    min-height: 42px;
    padding: 0 12px;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader .platform-nav-menu-toggle [data-business-current-label] {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader .platform-nav-menu {
    left: auto;
    max-height: calc(100dvh - 98px);
    overflow-y: auto;
    right: 0;
    top: calc(100% + 8px);
    width: min(280px, calc(100vw - 24px));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-subheader-tools,
  .business-portal-mode:not(.organization-portal-mode) .platform-subheader-subnav,
  .business-portal-mode:not(.organization-portal-mode) .bp-subheader-actions,
  .business-portal-mode:not(.organization-portal-mode) .bp-topbar {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-main {
    background: #eef5ef;
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-page,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-page {
    gap: 12px;
    grid-template-columns: 1fr;
    padding: 18px 12px 28px;
    scroll-margin-top: 82px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-content,
  .business-portal-mode:not(.organization-portal-mode) .bp-rail {
    gap: 12px;
    min-width: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-card,
  .business-portal-mode:not(.organization-portal-mode) .bp-side-card,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-page-head,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-management-card,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-empty {
    border-color: rgba(31, 111, 91, 0.16);
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(6, 19, 15, 0.05);
    gap: 10px;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 10px 0 12px;
    overflow: visible;
    padding-bottom: 0;
    scrollbar-width: none;
    scroll-snap-type: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat-grid::-webkit-scrollbar {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat {
    align-content: center;
    border-color: rgba(31, 111, 91, 0.18);
    border-radius: 8px;
    box-shadow: none;
    gap: 4px;
    min-height: 78px;
    min-width: 0;
    padding: 9px;
    scroll-snap-align: none;
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat:nth-child(3) {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat span {
    color: var(--bp-green);
    display: block;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.12;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: normal;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat strong {
    font-size: clamp(18px, 5.1vw, 22px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat small,
  .business-portal-mode:not(.organization-portal-mode) .bp-stat em {
    display: block;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] {
    padding-bottom: 92px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] .bp-content {
    display: grid;
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-identity {
    align-items: center;
    background: linear-gradient(135deg, #fffefa 0%, #eff8f3 100%);
    border: 1px solid rgba(31, 111, 91, 0.16);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 72px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-logo {
    align-items: center;
    background: #fffefa;
    border: 1px solid #dfe9e2;
    border-radius: 8px;
    color: var(--bp-green);
    display: flex;
    font-size: 15px;
    font-weight: 950;
    height: 48px;
    justify-content: center;
    object-fit: contain;
    overflow: hidden;
    width: 48px;
  }

  .business-portal-mode:not(.organization-portal-mode) img.bp-mobile-dashboard-logo {
    padding: 5px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-identity span {
    color: var(--bp-green);
    display: block;
    font-size: 10px;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-identity strong {
    color: var(--bp-ink);
    display: block;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.05;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-identity small {
    color: var(--bp-muted);
    display: block;
    font-size: 11px;
    font-weight: 850;
    line-height: 1.15;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-divider {
    background: rgba(31, 111, 91, 0.18);
    display: block;
    height: 1px;
    margin: 2px 0;
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-panels {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-panels button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.16);
    border-radius: 8px;
    color: var(--bp-ink);
    display: grid;
    gap: 8px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 62px;
    padding: 9px;
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-panels button:first-child {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-icon {
    align-items: center;
    background: #e9f5ef;
    border: 1px solid #c7e4d8;
    border-radius: 8px;
    color: var(--bp-green);
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-icon .dashboard-action-icon {
    height: 19px;
    width: 19px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-panels strong {
    color: var(--bp-green);
    display: block;
    font-size: 13px;
    line-height: 1.05;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-panels small {
    color: var(--bp-muted);
    display: block;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.1;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-mobile-dashboard-panels em {
    align-items: center;
    background: #f5fbf8;
    border: 1px solid rgba(31, 111, 91, 0.14);
    border-radius: 999px;
    color: var(--bp-green);
    display: inline-flex;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
    justify-content: center;
    min-width: 26px;
    padding: 4px 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-business-settings-apps {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-business-settings-apps button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 8px;
    color: #14372d;
    display: grid;
    gap: 3px;
    height: 62px;
    justify-items: center;
    min-width: 0;
    padding: 7px 5px;
    text-align: center;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-business-settings-apps button.is-active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.48);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.1);
    color: var(--bp-green);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-business-settings-apps .dashboard-action-icon {
    height: 21px;
    width: 21px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-business-settings-apps span {
    display: block;
    font-size: 8.5px;
    font-weight: 950;
    line-height: 1.05;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="profile"] .bp-settings-form > [data-business-settings-panel],
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="settings"] .bp-settings-grid > [data-business-settings-panel] {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="profile"] .bp-settings-form > [data-business-settings-panel].is-active,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="settings"] .bp-settings-grid > [data-business-settings-panel].is-active {
    display: grid;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="profile"] [data-business-settings-panel].is-active,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="settings"] [data-business-settings-panel].is-active {
    gap: 12px;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-card-head {
    align-items: start;
    gap: 4px;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-card-head h3 {
    font-size: 17px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-card-head small,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-card-head strong {
    font-size: 11px;
    line-height: 1.2;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-device-edit-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-connection-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-solution-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .mini-check-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .wide-field {
    grid-column: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] label > span,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .check-row span {
    min-width: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] input,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] select,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] textarea {
    min-width: 0;
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .check-row {
    align-items: start;
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel] .bp-settings-actions {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-links-editor {
    gap: 9px;
    margin-top: 12px;
    padding-top: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-editor-head {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-editor-head h4 {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-editor-head p {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] [data-business-social-add] {
    min-height: 34px;
    padding: 7px 10px;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-link-list {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-link-row {
    align-items: end;
    gap: 8px;
    grid-template-columns: minmax(94px, 0.7fr) minmax(0, 1.3fr);
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-link-row label {
    gap: 4px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-link-row span {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-link-row input,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-link-row select {
    min-height: 36px;
    padding: 8px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-row-actions {
    align-items: center;
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    justify-content: end;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-active-toggle {
    border-radius: 7px;
    gap: 6px;
    min-height: 34px;
    padding: 6px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-active-icon {
    height: 16px;
    width: 16px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="contact"] .bp-social-remove {
    height: 34px;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-stack {
    display: grid;
    gap: 10px;
    grid-auto-columns: minmax(260px, 86%);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-left: -12px;
    margin-right: -12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 12px 4px;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-stack::-webkit-scrollbar {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel {
    align-content: start;
    box-shadow: 0 14px 28px rgba(16, 51, 41, 0.08);
    display: grid;
    min-height: 360px;
    scroll-snap-align: start;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel header {
    background: linear-gradient(180deg, #eef9f4 0%, #fbfcfa 100%);
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel header strong {
    font-size: 14px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel header small {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-row {
    align-items: start;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-row + .bp-product-panel-row {
    border-top-color: rgba(31, 111, 91, 0.1);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-copy {
    gap: 3px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-copy span {
    font-size: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-copy strong {
    font-size: 14px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-copy p {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-action {
    justify-self: start;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="products"] .bp-product-panel-action .bp-secondary-action {
    min-height: 32px;
    padding: 6px 10px;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-product-description-builder {
    gap: 10px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-product-description-builder-head {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-product-description-builder-head h5 {
    font-size: 16px;
    line-height: 1.05;
    margin: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-product-description-builder-head p {
    font-size: 12px;
    line-height: 1.25;
    margin: 2px 0 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] [data-add-business-about-section] {
    min-height: 34px;
    min-width: 0;
    padding: 7px 10px;
    white-space: nowrap;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-about-section-list {
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-about-editor-row {
    gap: 8px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-about-editor-head {
    align-items: end;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-about-editor-actions {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-mini-toggle {
    align-items: center;
    gap: 5px;
    min-height: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] [data-remove-business-about-section] {
    min-height: 34px;
    padding: 7px 9px;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-about-editor-row input {
    min-height: 36px;
    padding: 8px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-about-editor-row textarea,
  .business-portal-mode:not(.organization-portal-mode) [data-business-settings-panel="about"] .bp-policy-note-field textarea {
    font-size: 12px;
    line-height: 1.25;
    min-height: 118px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] .bp-toolkit-preview,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] .bp-orders-card,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] [data-business-panel="events"],
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] .bp-quick-actions,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="dashboard"] .bp-rail {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-card-head {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 4px 2px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-card-head h3 {
    font-size: 18px;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-card-head button,
  .business-portal-mode:not(.organization-portal-mode) .bp-card-head .bp-secondary-action {
    font-size: 12px;
    min-height: 32px;
    padding: 7px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table-head {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table-row {
    align-items: center;
    background: #fbfcfa;
    border: 1px solid rgba(31, 111, 91, 0.13);
    border-radius: 8px;
    display: grid;
    gap: 4px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table-row strong,
  .business-portal-mode:not(.organization-portal-mode) .bp-table-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table-row span:nth-child(2),
  .business-portal-mode:not(.organization-portal-mode) .bp-table-row span:nth-child(3) {
    color: var(--bp-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table-row span:nth-child(5) {
    font-size: 16px;
    font-weight: 950;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-table-row span:nth-child(4),
  .business-portal-mode:not(.organization-portal-mode) .bp-table-row span:nth-child(6) {
    justify-self: start;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-event-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-quick-actions > div,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-management-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-offer-management-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-fundraising-dashboard-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-connection-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-solution-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-toolkit-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-toolkit-preview-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-workspace,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-management-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-device-page-head {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-device-summary-grid {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-device-summary-grid article {
    gap: 4px;
    min-height: 72px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-device-summary-grid span {
    font-size: 11px;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-device-summary-grid strong {
    font-size: 24px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-management-grid {
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-management-grid {
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-management-list {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-management-list {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-list-toolbar {
    gap: 8px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-list-toolbar {
    gap: 8px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-toolbar-top {
    align-items: center;
    gap: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-toolbar-top {
    align-items: center;
    gap: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-add-action {
    border-radius: 7px;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 7px 12px;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-add-action {
    border-radius: 7px;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 7px 12px;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-menu-button {
    flex-basis: 36px;
    height: 36px;
    min-height: 36px;
    width: 36px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-search {
    gap: 4px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-search {
    gap: 4px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-search span {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-search span {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-search input,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-filter-row select {
    min-height: 36px;
    padding: 8px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-search input {
    min-height: 36px;
    padding: 8px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-filter-pills {
    gap: 5px;
    padding: 5px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-filter-pills {
    gap: 5px;
    padding: 5px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-filter-pills button {
    font-size: 11px;
    min-height: 28px;
    padding: 5px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-filter-pills button {
    font-size: 11px;
    min-height: 28px;
    padding: 5px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-filter-row {
    gap: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-list-item,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-list-add {
    gap: 8px;
    min-height: 54px;
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-list-item {
    gap: 8px;
    min-height: 54px;
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-state-button {
    font-size: 11px;
    min-height: 28px;
    padding: 5px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-editor-shell {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-editor-shell {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"].mobile-editor-open .bp-device-summary-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"].mobile-editor-open .bp-product-management-list {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"].mobile-editor-open .bp-offer-kpi-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"].mobile-editor-open .bp-offer-management-list {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"].mobile-editor-open .bp-product-editor-shell {
    animation: bpMobileProductEditorIn 180ms ease-out;
    display: grid;
    gap: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"].mobile-editor-open .bp-offer-editor-shell {
    animation: bpMobileProductEditorIn 180ms ease-out;
    display: grid;
    gap: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-editor-back {
    align-items: center;
    background: #fffefa;
    border: 1px solid #cfd8d1;
    border-radius: 7px;
    color: var(--bp-green);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    justify-self: start;
    min-height: 34px;
    order: -1;
    padding: 7px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-product-editor-back {
    align-items: center;
    background: #fffefa;
    border: 1px solid #cfd8d1;
    border-radius: 7px;
    color: var(--bp-green);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 13px;
    font-weight: 950;
    justify-self: start;
    min-height: 34px;
    order: -1;
    padding: 7px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] #bp-product-status:empty {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] #bp-offer-status:empty {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-kpi-grid {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-kpi-card {
    min-height: 72px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-kpi-card summary {
    min-height: 72px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-kpi-panel {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-form,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-management-card {
    gap: 10px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-editor {
    gap: 10px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-editor .bp-product-editor-head {
    align-items: start;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-editor .bp-product-editor-head h4 {
    font-size: 21px;
    line-height: 1.05;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="offers"] .bp-offer-editor .bp-product-editor-head p {
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.22;
    margin-top: 3px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-editor-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-management-top {
    gap: 8px;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-editor-head h4,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-management-card h4 {
    font-size: 21px;
    line-height: 1.05;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-editor-head .bp-product-editor-badge,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-management-top .bp-product-state {
    grid-column: 2;
    justify-self: start;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-preview-thumb {
    grid-row: span 2;
    height: 66px;
    width: 66px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-form-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-device-edit-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="products"] .bp-product-toggle-row {
    grid-template-columns: 1fr;
  }

  @keyframes bpMobileProductEditorIn {
    from {
      opacity: 0;
      transform: translateX(22px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail {
    display: grid;
    gap: 7px;
    grid-auto-columns: calc((100% - 21px) / 4);
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 62px);
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail::-webkit-scrollbar {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 8px;
    color: #14372d;
    display: grid;
    gap: 3px;
    height: 62px;
    justify-items: center;
    min-width: 0;
    padding: 7px 5px;
    text-align: center;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail button.is-active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.48);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.1);
    color: var(--bp-green);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail-icon {
    align-items: center;
    display: inline-flex;
    height: 21px;
    justify-content: center;
    width: 21px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail-icon .dashboard-action-icon,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail-icon svg {
    height: 21px;
    width: 21px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-mobile-rail button > span:last-child {
    display: block;
    font-size: 8.5px;
    font-weight: 950;
    line-height: 1.05;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-list {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-workspace {
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-category-panel {
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-detail-panel {
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-card {
    gap: 10px;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-card .bp-card-head {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-card .bp-card-head h3 {
    font-size: 17px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-card .bp-card-head small {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-card .bp-card-head button {
    border: 1px solid #bcd3c8;
    border-radius: 7px;
    min-height: 34px;
    padding: 7px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster {
    gap: 10px;
    min-height: 0;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-brand {
    gap: 9px;
    justify-self: stretch;
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-logo {
    border-radius: 10px;
    height: 54px;
    width: 54px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-brand strong {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-brand span {
    font-size: 9px;
    margin-top: 2px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-main {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-main h2 {
    font-size: 21px;
    line-height: 1.05;
    max-width: 260px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-main p {
    font-size: 12px;
    line-height: 1.25;
    max-width: 260px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-main img {
    padding: 8px;
    width: min(190px, 58vw);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-main small,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-poster-footer {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-detail-card {
    gap: 8px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-detail-card .bp-toolkit-back-button,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-detail-card .bp-toolkit-detail-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-detail-card .bp-toolkit-invite-copy {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-detail-head h3 {
    font-size: 19px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-focus {
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-focus-qr {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-focus-copy {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-invite-copy {
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-focus-copy textarea {
    font-size: 12px;
    line-height: 1.3;
    max-height: 92px;
    min-height: 76px;
    resize: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-focus-copy input {
    font-size: 12px;
    min-height: 36px;
    padding: 8px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-invite-copy button {
    min-height: 32px;
    padding: 6px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-icon-actions {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-icon-actions button,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-icon-actions a {
    gap: 5px;
    min-height: 38px;
    padding: 7px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-icon-actions svg {
    height: 18px;
    width: 18px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-log-metrics {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-log-metrics article {
    gap: 3px;
    min-height: 58px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-log-metrics span {
    font-size: 10px;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-log-metrics strong {
    font-size: 18px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-log-money {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-log-money strong {
    font-size: 22px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-org-row {
    gap: 9px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 60px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-org-row em {
    font-size: 13px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="toolkit"] .bp-toolkit-org-kpis {
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -2px 7px 0;
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-management-grid {
    align-content: start;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-message-center-view {
    gap: 8px;
    min-height: calc(100dvh - 152px);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-message-center-view > .bp-device-summary-grid {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-message-center-view.mobile-thread-list .bp-message-detail-shell {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-message-center-view.mobile-thread-open {
    gap: 0;
    padding-bottom: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-message-center-view.mobile-thread-open .bp-message-filter-rail,
  .business-portal-mode:not(.organization-portal-mode) .business-message-center-view.mobile-thread-open .bp-message-management-list {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.14);
    border-radius: 8px;
    box-shadow: none;
    grid-column: 1;
    grid-row: 1;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail .bp-product-list-toolbar {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail .bp-product-filter-pills {
    align-items: center;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 0 2px;
    scrollbar-width: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail .bp-product-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail .bp-product-filter-pills button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 8px;
    color: var(--bp-green);
    display: inline-flex;
    flex: 0 0 auto;
    gap: 6px;
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
    width: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail .bp-product-filter-pills button.is-active {
    background: #e5f4ef;
    border-color: rgba(31, 111, 91, 0.34);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-filter-rail .bp-product-filter-pills button span {
    background: #dff5ed;
    border: 1px solid #b9dfd0;
    border-radius: 999px;
    color: #0f6b51;
    font-size: 11px;
    font-weight: 950;
    min-width: 18px;
    padding: 2px 5px;
    text-align: center;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-management-list {
    gap: 8px;
    grid-column: 1;
    grid-row: 2;
    padding-left: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-management-list::before,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item::before,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-hover-preview {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-keyword-filter,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-sort-inline {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item {
    border-color: rgba(31, 111, 91, 0.18);
    border-radius: 10px;
    box-shadow: none;
    grid-template-columns: minmax(0, 1fr) 36px;
    min-height: 58px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item .bp-product-list-main {
    border-radius: 10px 0 0 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 58px;
    padding: 8px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item .bp-product-thumb {
    height: 38px;
    width: 38px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item .bp-product-list-main strong {
    font-size: 14px;
    line-height: 1.15;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item .bp-product-list-main small {
    font-size: 12px;
    line-height: 1.25;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-list-item .bp-product-state-button {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-row-menu-toggle {
    background: transparent;
    border-color: transparent;
    height: 34px;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-card-menu {
    max-width: calc(100vw - 34px);
    right: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-shell {
    grid-column: 1;
    grid-row: 1;
    min-height: calc(100dvh - 126px);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-shell > #bp-message-status {
    margin: 0 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card {
    background: #fffefa;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 0;
    grid-template-rows: auto minmax(0, 1fr) auto;
    margin: 0;
    min-height: calc(100dvh - 126px);
    overflow-y: auto;
    padding: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card.hidden {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card .bp-product-management-top {
    align-items: center;
    background: rgba(255, 254, 250, 0.98);
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    display: grid;
    gap: 6px;
    grid-template-columns: 24px minmax(0, 1fr) 30px;
    min-height: 44px;
    padding: 6px 9px;
    z-index: 12;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-mobile-back {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--bp-green);
    display: flex;
    height: 32px;
    justify-content: center;
    min-height: 32px;
    padding: 0;
    transform: none;
    width: 24px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-mobile-back svg {
    height: 22px;
    width: 22px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card .bp-product-management-top > div:first-of-type {
    align-items: center;
    display: flex;
    height: 32px;
    min-width: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card .bp-product-management-top .eyebrow,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card .bp-product-management-top p {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card .bp-product-management-top h4 {
    font-size: 15px;
    line-height: 1.12;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-top-actions {
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    justify-self: end;
    margin: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-top-actions .bp-product-editor-badge,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-top-actions > .bp-message-icon-action,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-top-actions .bp-message-icon-action.danger {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-header-menu {
    display: inline-flex;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-header-menu .bp-message-row-menu-toggle {
    background: transparent;
    border-color: transparent;
    height: 30px;
    width: 30px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-header-menu .bp-message-card-menu {
    max-width: calc(100vw - 34px);
    right: 0;
    top: calc(100% + 8px);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-thread {
    border: 0;
    border-radius: 0;
    display: block;
    max-height: none;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-bubble {
    max-width: min(88%, 270px);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-bubble p {
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-reply-composer {
    background: rgba(255, 254, 250, 0.98);
    border-top: 1px solid rgba(31, 111, 91, 0.16);
    padding: 9px 10px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-reply-composer label > span:first-child {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-reply-box textarea {
    min-height: 44px;
    padding: 12px 48px 12px 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-quick-toggle,
  .business-portal-mode:not(.organization-portal-mode) .bp-event-invite-message,
  .business-portal-mode:not(.organization-portal-mode) .bp-message-detail-card > .bp-message-detail-meta {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-card {
    background: #f7fbf8;
    border: 0;
    border-top: 1px solid rgba(31, 111, 91, 0.14);
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-head {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-head h5 {
    font-size: 13px;
    line-height: 1.1;
    margin: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-head .muted {
    font-size: 10px;
    line-height: 1.2;
    text-align: right;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-tabs {
    border-bottom: 0;
    gap: 6px;
    margin: 0;
    overflow-x: auto;
    padding: 0 0 2px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-tabs button {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 999px;
    color: var(--bp-green);
    font-size: 11px;
    min-height: 30px;
    padding: 7px 10px;
    text-decoration: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-tabs button.is-active {
    background: #e5f4ef;
    border-color: rgba(31, 111, 91, 0.34);
    text-decoration: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-tab-track {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-tab-panel {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-note-entry textarea {
    min-height: 72px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-intelligence {
    border-radius: 8px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-actions {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-note-menu {
    left: auto;
    max-width: calc(100vw - 28px);
    right: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-event-card {
    border-radius: 8px;
    overflow: hidden;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-event-image {
    min-height: 84px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-event-body {
    align-items: start;
    gap: 10px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-quick-actions > div {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-quick-actions button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    color: var(--bp-green);
    display: grid;
    gap: 4px;
    grid-template-columns: 26px minmax(0, 1fr);
    justify-content: stretch;
    min-height: 46px;
    padding: 9px 10px;
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-preview-main,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-row,
  .business-portal-mode:not(.organization-portal-mode) .bp-review-list article,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-management-top {
    align-items: center;
    gap: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-preview-stats,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-summary-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-license-stats,
  .business-portal-mode:not(.organization-portal-mode) .bp-offer-kpi-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-product-row {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 8px 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-product-row strong,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-row small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-device-page-head,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-license-card,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-management-top,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-management-top {
    grid-template-columns: minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-device-page-actions,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-card-actions,
  .business-portal-mode:not(.organization-portal-mode) .bp-settings-actions,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-editor-actions {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-device-page-actions > *,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-card-actions > *,
  .business-portal-mode:not(.organization-portal-mode) .bp-settings-actions > *,
  .business-portal-mode:not(.organization-portal-mode) .bp-product-editor-actions > * {
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-page-head {
    gap: 10px;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-page-head h3 {
    font-size: 24px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-page-actions {
    gap: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-range-toolbar {
    align-items: stretch;
    display: grid;
    gap: 7px;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-range-control,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-status-filter,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-custom-days {
    border-radius: 8px;
    min-height: 42px;
    padding: 8px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-range-control label,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-status-filter {
    justify-content: space-between;
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-range-date-label {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-filter-panel {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-filter-select {
    background: #fbfcfa;
    gap: 7px;
    justify-content: center;
    min-height: 68px;
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-filter-select span {
    font-size: 9px;
    letter-spacing: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-filter-select select {
    line-height: 1.15;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-summary-grid {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-summary-grid article {
    gap: 5px;
    min-width: 0;
    padding: 11px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-summary-grid span {
    font-size: 11px;
    line-height: 1.12;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-device-summary-grid strong {
    font-size: 21px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-analytics-grid {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-analytics-card {
    gap: 5px;
    padding: 10px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-analytics-card.is-wide {
    grid-column: 1 / -1;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-analytics-card > span {
    font-size: 10px;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-analytics-card > strong {
    font-size: 16px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-analytics-card > small {
    font-size: 10px;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-busy-bars span {
    grid-template-columns: 54px minmax(0, 1fr) 24px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-item-report span {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-item-report em {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-orders-source-report {
    border-top: 0;
    gap: 9px;
    padding-top: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-head {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics article:first-child {
    grid-column: 1 / -1;
    min-height: 66px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics article {
    gap: 4px;
    min-width: 0;
    padding: 10px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics span,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics small {
    font-size: 10px;
    line-height: 1.12;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics strong {
    font-size: 18px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-metrics article:first-child strong {
    font-size: 28px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-tabs {
    justify-self: stretch;
    overflow: visible;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-tabs button {
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-panel > article,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-grid article,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-orders {
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-grid article {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-filters {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-giveback-orgs {
    gap: 9px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-giveback-row {
    align-items: start;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-giveback-logo {
    height: 34px;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-giveback-metrics,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-giveback-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-giveback-actions {
    grid-auto-flow: row;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-overview-row {
    gap: 7px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    min-height: 46px;
    padding: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-overview-rank {
    height: 32px;
    min-width: 32px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-overview-main strong {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-overview-value {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-row {
    align-items: start;
    display: grid;
    gap: 3px;
    grid-template-columns: minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-row strong {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-report-subhead {
    align-items: center;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-bar-row {
    gap: 6px;
    grid-template-columns: 44px minmax(0, 1fr) 132px;
    min-height: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-bar-track {
    height: 14px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-bar-row strong {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-bar-row small {
    font-size: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-hour-detail {
    margin-left: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-hour-group.is-open .bp-event-hour-detail {
    max-height: 560px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-hour-line {
    height: 118px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-hour-buckets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-hour-buckets span {
    min-height: 76px;
    padding: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-row {
    gap: 8px;
    grid-template-columns: 24px 34px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-rank {
    height: 24px;
    width: 24px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-thumb,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-row img {
    height: 34px;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-sold {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-event-product-percent {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-orders-card {
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-orders-receipt-list {
    gap: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-row {
    gap: 6px 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-main {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-main strong {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-main span {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-main small,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-main em {
    font-size: 10px;
    line-height: 1.15;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-total {
    grid-column: 2;
    grid-row: 1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-total strong {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-total mark {
    font-size: 10px;
    padding: 3px 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-state {
    align-items: center;
    display: flex;
    font-size: 10px;
    gap: 6px;
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-actions {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-actions button {
    min-height: 30px;
    padding: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-actions button span {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-actions button.danger span {
    display: inline;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="orders"] .bp-order-receipt-actions svg {
    height: 16px;
    width: 16px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] {
    padding-bottom: 92px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"].mobile-event-detail-open {
    gap: 8px;
    padding-top: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-page-head {
    gap: 8px;
    padding: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-page-head p {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-page-actions {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-summary-grid {
    gap: 7px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-summary-grid article {
    min-height: 70px;
    padding: 10px 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-summary-grid span {
    font-size: 11px;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-device-summary-grid strong {
    font-size: 22px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-viewport {
    display: grid;
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-workspace-tabs {
    justify-self: stretch;
    overflow-x: auto;
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-workspace-tabs button {
    flex: 1 0 auto;
    justify-content: center;
    min-width: max-content;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-events-layout {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-events-list {
    max-height: none;
    overflow: visible;
    position: static;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-events-toolbar,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-setup-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-actions,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-setup-actions {
    align-items: stretch;
    display: grid;
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-metrics,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-pipeline,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-step-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-dashboard-hero,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-dashboard-summary,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-dashboard-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-work-panels,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-builder-two-col,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-schedule-card-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-documents-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-items-filters,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-detail-mode-summary,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-route-stop-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-schedule-card-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-location-card-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-planner-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-planner-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-planner-map {
    aspect-ratio: 4 / 3;
    min-height: 220px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-map-section-label {
    align-items: start;
    display: grid;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-map-section-label small {
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-street-map-search {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-street-map-search > small {
    grid-column: auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-overview {
    min-height: 240px;
    padding: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-zone {
    min-height: 0;
    padding: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-zone:only-child {
    min-height: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-overview-controls {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-overview-controls > strong,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-overview-controls > small,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-overview-controls > button {
    grid-column: 1 / -1;
    margin-left: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail-head {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail-head > div {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail-head > .bp-hosted-section-head-actions {
    grid-column: 1;
    grid-row: 2;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail-head > small {
    align-self: center;
    grid-column: 2;
    grid-row: 2;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-booth-layout {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-aisle {
    border-bottom: 2px dashed #90a69c;
    border-left: 0;
    border-right: 0;
    border-top: 2px dashed #90a69c;
    min-height: 52px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-aisle span {
    transform: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-street-map {
    min-height: 280px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-layout-editor-bar > small {
    flex-basis: 100%;
    margin-left: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-layout-view-controls > small {
    flex-basis: 100%;
    margin-left: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-layout-viewport {
    max-height: 65vh;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail.is-map-focus {
    border-radius: 0;
    inset: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail.is-map-focus .bp-hosted-layout-viewport {
    height: calc(100vh - 280px);
    max-height: none;
    min-height: 300px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail.is-map-focus .bp-hosted-layout-editor.is-editing .bp-hosted-layout-viewport {
    height: calc(100vh - 500px);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-layout-tools {
    flex-basis: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-layout-workspace {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-layout-control-column {
    position: static;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-planner-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail.is-map-focus .bp-hosted-layout-viewport,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-section-detail.is-map-focus .bp-hosted-layout-editor.is-editing .bp-hosted-layout-viewport {
    height: 62vh;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-planner-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-planner-list {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-builder-panel-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-vendor-table article {
    align-items: stretch;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-vendor-table span {
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-items-list article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-items-list article > b {
    grid-column: 2;
  }

  .bp-hosted-drawer-overlay {
    align-items: end;
    padding: 10px;
  }

  .bp-hosted-drawer {
    border-radius: 12px 12px 8px 8px;
    max-height: calc(100vh - 20px);
    max-width: none;
    width: 100%;
  }

  .bp-hosted-drawer-head,
  .bp-hosted-drawer-actions {
    align-items: stretch;
    display: grid;
    gap: 8px;
  }

  .bp-hosted-drawer-grid {
    grid-template-columns: 1fr;
  }

  .bp-hosted-schedule-row,
  .bp-hosted-setup-row,
  .bp-hosted-showing-row,
  .bp-hosted-daily-note-row {
    grid-template-columns: 1fr;
  }

  .bp-hosted-checklist-actions,
  .bp-hosted-checklist-items-head {
    align-items: stretch;
    display: grid;
  }

  .bp-hosted-checklist-card-main,
  .bp-hosted-checklist-subitem-row,
  .bp-hosted-checklist-quick-add {
    grid-template-columns: 1fr;
  }

  .bp-hosted-checklist-card-main {
    align-items: start;
  }

  .bp-hosted-checklist-inline-items {
    padding-left: 12px;
  }

  .bp-hosted-daily-note-day,
  .bp-hosted-daily-note-grid,
  .bp-hosted-sales-snapshot-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-hosted-event-card-main {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-list {
    gap: 8px;
    max-height: none;
    overflow: visible;
    position: static;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-product-list-toolbar {
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-product-filter-pills button {
    align-items: center;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-product-filter-pills button span {
    line-height: 1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-list-item {
    cursor: pointer;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 82px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-list-main {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-list-main .bp-network-event-date {
    min-height: 52px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-list-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-items: start;
    padding-left: 60px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-network-detail {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"].mobile-event-detail-open .bp-device-page-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"].mobile-event-detail-open .bp-device-summary-grid,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"].mobile-event-detail-open .bp-event-network-list {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"].mobile-event-detail-open .bp-event-network-detail {
    display: grid;
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-event-detail-back {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.22);
    border-radius: 8px;
    color: var(--bp-green);
    display: inline-flex;
    font-size: 13px;
    font-weight: 950;
    justify-self: start;
    min-height: 38px;
    padding: 8px 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"].mobile-event-list .bp-event-detail-back {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-card {
    align-items: stretch;
    gap: 10px;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report {
    border-top: 0;
    gap: 9px;
    padding-top: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-head {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr);
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-head h4 {
    font-size: 16px;
    line-height: 1.12;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-head p {
    font-size: 12px;
    line-height: 1.22;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-head .bp-secondary-action {
    min-height: 34px;
    width: 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics article:first-child {
    grid-column: 1 / -1;
    min-height: 66px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics article {
    gap: 4px;
    min-width: 0;
    padding: 10px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics span,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics small {
    font-size: 10px;
    line-height: 1.12;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics strong {
    font-size: 18px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-metrics article:first-child strong {
    font-size: 28px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-day-tabs {
    gap: 6px;
    margin-inline: -2px;
    padding: 0 2px 2px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-day-tabs button {
    flex-basis: 132px;
    min-height: 50px;
    padding: 7px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-day-tabs strong {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-day-tabs span {
    font-size: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-slice,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-slice.is-active {
    gap: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-slice-head {
    align-items: start;
    display: grid;
    gap: 3px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-slice-head h5 {
    font-size: 14px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-tabs {
    justify-self: stretch;
    overflow: visible;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-tabs button {
    flex: 1 1 0;
    min-width: 0;
    padding: 6px 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-panel > article,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-grid article,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-orders {
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-grid article {
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-head,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-filters {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-giveback-orgs {
    gap: 9px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-giveback-row {
    align-items: start;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-giveback-logo {
    height: 34px;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-giveback-metrics,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-giveback-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-giveback-actions {
    grid-auto-flow: row;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-overview-row {
    gap: 7px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    min-height: 46px;
    padding: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-overview-rank {
    height: 32px;
    min-width: 32px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-overview-main strong {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-overview-value {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-report-subhead {
    align-items: center;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-peak-grid {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-peak-grid article > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-bar-row {
    gap: 6px;
    grid-template-columns: 44px minmax(0, 1fr) 132px;
    min-height: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-bar-track {
    height: 14px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-bar-row strong {
    font-size: 11px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-bar-row small {
    font-size: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-hour-detail {
    margin-left: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-hour-group.is-open .bp-event-hour-detail {
    max-height: 560px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-hour-line {
    height: 118px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-hour-buckets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-hour-buckets span {
    min-height: 76px;
    padding: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-row {
    gap: 8px;
    grid-template-columns: 24px 34px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-rank {
    height: 24px;
    width: 24px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-thumb,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-row img {
    height: 34px;
    width: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-sold {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-event-product-percent {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-orders-receipt-list {
    gap: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-row {
    gap: 6px 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 66px;
    padding: 9px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-main {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-main strong {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-main span {
    font-size: 12px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-main small,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-main em {
    font-size: 10px;
    line-height: 1.15;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-total {
    grid-column: 2;
    grid-row: 1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-total strong {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-total mark {
    font-size: 10px;
    padding: 3px 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-state {
    align-items: center;
    display: flex;
    font-size: 10px;
    gap: 6px;
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-actions {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-actions button {
    min-height: 30px;
    padding: 6px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-actions button span {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-actions button.danger span {
    display: inline;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-order-receipt-actions svg {
    height: 16px;
    width: 16px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-date {
    min-height: 76px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-date span {
    font-size: 28px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-copy {
    align-content: center;
    gap: 5px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-copy h4 {
    font-size: 17px;
    line-height: 1.08;
    margin: 0 0 5px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-copy p,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-copy small {
    font-size: 12px;
    line-height: 1.25;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-card > .bp-event-report,
  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-panel {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-actions {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    justify-items: stretch;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-badges {
    justify-content: flex-start;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-actions small {
    text-align: left;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-event-actions .bp-secondary-action {
    flex: 1 1 100%;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-panel {
    background: #f8fbfa;
    border: 1px solid rgba(31, 111, 91, 0.13);
    border-radius: 8px;
    gap: 8px;
    padding: 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-panel .bp-card-head {
    padding: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-panel .bp-card-head h3 {
    font-size: 15px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-panel .bp-card-head small {
    color: var(--bp-muted);
    font-size: 11px;
    font-weight: 850;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-fields {
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-fields label:last-child {
    grid-column: 1 / -1;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-booth-fields input {
    min-height: 38px;
    padding: 8px 10px;
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-location-row {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) [data-business-view="events"] .bp-network-location-row span {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar {
    align-items: center;
    background: rgba(255, 254, 250, 0.98);
    border-top: 1px solid rgba(31, 111, 91, 0.18);
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(6, 19, 15, 0.14);
    box-sizing: border-box;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    max-width: 100vw;
    padding: 6px max(4px, env(safe-area-inset-left, 0px)) calc(6px + env(safe-area-inset-bottom, 0px)) max(4px, env(safe-area-inset-right, 0px));
    position: fixed;
    right: 0;
    z-index: 34;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    color: var(--bp-green);
    display: grid;
    gap: 3px;
    justify-items: center;
    min-height: 50px;
    min-width: 0;
    overflow: hidden;
    padding: 4px 1px;
    position: relative;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item:hover,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item:focus-visible,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item.active {
    background: #edf7f1;
    outline: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item .dashboard-action-icon {
    height: clamp(20px, 5.4vw, 24px);
    width: clamp(20px, 5.4vw, 24px);
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item span {
    color: #37554a;
    font-size: clamp(7.5px, 2.15vw, 9px);
    font-weight: 900;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-bottom-bar .platform-mobile-bottom-item em {
    align-items: center;
    background: #dff5ed;
    border: 1px solid #b9dfd0;
    border-radius: 999px;
    color: #0f6b51;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    height: 17px;
    justify-content: center;
    min-width: 17px;
    padding: 0 4px;
    position: absolute;
    right: calc(50% - 24px);
    top: 4px;
  }

  .business-portal-mode:not(.organization-portal-mode).business-mobile-more-open {
    overflow: hidden;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-backdrop {
    background: rgba(6, 19, 15, 0.34);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 31;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-backdrop[hidden] {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet {
    align-content: start;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -24px 58px rgba(6, 19, 15, 0.28);
    display: grid;
    gap: 8px;
    grid-auto-rows: max-content;
    left: 0;
    height: min(56dvh, 520px);
    max-height: min(56dvh, 520px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px 10px calc(84px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    transition: height 180ms ease, max-height 180ms ease, transform 180ms ease;
    z-index: 32;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet[hidden] {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet.is-dragging {
    transition: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet.is-expanded {
    align-content: start;
    border-radius: 14px 14px 0 0;
    height: calc(100dvh - 8px);
    max-height: calc(100dvh - 8px);
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet .platform-mobile-drawer-handle {
    align-self: center;
    background: transparent;
    cursor: grab;
    height: 56px;
    justify-self: center;
    margin: -8px auto -8px;
    position: relative;
    touch-action: none;
    width: 156px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet .platform-mobile-drawer-handle:active {
    cursor: grabbing;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-sheet .platform-mobile-drawer-handle::before {
    background: rgba(31, 111, 91, 0.32);
    border-radius: 999px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    top: 24px;
    transform: translateX(-50%);
    width: 68px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-title {
    display: grid;
    gap: 2px;
    padding: 0 4px 4px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-title strong {
    color: #0d2a22;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-title small {
    color: #536174;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0 1px 4px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-viewport {
    display: grid;
    gap: 8px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail button {
    align-items: center;
    background: #f6fbf8;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 12px;
    color: #12372c;
    display: grid;
    gap: 5px;
    justify-items: center;
    min-height: 68px;
    min-width: 0;
    padding: 8px 3px 7px;
    text-align: center;
    text-decoration: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-icon {
    align-items: center;
    background: #e7f4ef;
    border: 1px solid #c4e2d7;
    border-radius: 9px;
    color: var(--bp-green);
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail .dashboard-action-icon {
    color: var(--bp-green);
    height: 22px;
    width: 22px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-icon .dashboard-action-icon {
    height: 18px;
    width: 18px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail strong,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list strong {
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail strong {
    display: block;
    font-size: clamp(8px, 2.25vw, 10px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list small {
    color: #536174;
    display: block;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-section {
    display: grid;
    gap: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-section[hidden] {
    display: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-section h3 {
    color: #37554a;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
    margin: 2px 4px 0;
    text-transform: uppercase;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list {
    display: grid;
    gap: 7px;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list a,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 12px;
    color: #12372c;
    display: grid;
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 9px 10px;
    text-align: left;
    text-decoration: none;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail button:hover,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail button:focus-visible,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-rail button.is-active,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list a:hover,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list a:focus-visible,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list button:hover,
  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list button:focus-visible {
    background: #edf7f1;
    border-color: rgba(31, 111, 91, 0.38);
    outline: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .business-mobile-more-list em {
    background: #e7f4ef;
    border: 1px solid #c4e2d7;
    border-radius: 999px;
    color: var(--bp-green);
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
    padding: 5px 7px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  .business-portal-mode:not(.organization-portal-mode) .bp-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-stat {
    min-width: 0;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-preview-stats,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-summary-grid,
  .business-portal-mode:not(.organization-portal-mode) .bp-device-license-stats,
  .business-portal-mode:not(.organization-portal-mode) .bp-offer-kpi-grid {
    gap: 7px;
  }
}

@media print {
  @page {
    margin: 0.35in;
    size: letter landscape;
  }

  body.business-portal-mode * {
    visibility: hidden !important;
  }

  body.business-portal-mode.is-printing-event-report {
    background: #fff !important;
    color: #10271f !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  body.business-portal-mode.is-printing-event-report .bp-network-event-card.is-print-target,
  body.business-portal-mode.is-printing-event-report .bp-network-event-card.is-print-target *,
  body.business-portal-mode.is-printing-event-report .bp-event-report.is-print-target,
  body.business-portal-mode.is-printing-event-report .bp-event-report.is-print-target * {
    visibility: visible !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-network-event-card.is-print-target,
  body.business-portal-mode.is-printing-event-report .bp-event-report.is-print-target {
    background: #fff;
    border: 0;
    box-shadow: none;
    display: grid;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report.is-print-target {
    grid-template-columns: 1fr;
  }

  body.business-portal-mode.is-printing-event-report .bp-network-event-date {
    border: 1px solid #cddbd3;
    height: 58px;
    width: 58px;
  }

  body.business-portal-mode.is-printing-event-report .bp-network-event-copy h4 {
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
  }

  body.business-portal-mode.is-printing-event-report .bp-network-event-copy p,
  body.business-portal-mode.is-printing-event-report .bp-network-event-copy small {
    color: #3b4e45 !important;
    font-size: 11px;
  }

  body.business-portal-mode.is-printing-event-report .bp-network-event-actions,
  body.business-portal-mode.is-printing-event-report .bp-network-booth-panel,
  body.business-portal-mode.is-printing-event-report .bp-event-report-tabs,
  body.business-portal-mode.is-printing-event-report .bp-event-day-tabs,
  body.business-portal-mode.is-printing-event-report .bp-event-product-filters,
  body.business-portal-mode.is-printing-event-report [data-event-report-print],
  body.business-portal-mode.is-printing-event-report .bp-event-giveback-actions,
  body.business-portal-mode.is-printing-event-report .bp-event-report-panel[data-event-report-view="orders"],
  body.business-portal-mode.is-printing-event-report .bp-event-report-panel[data-event-report-view="invites"],
  body.business-portal-mode.is-printing-event-report .bp-event-report-panel[data-event-report-view="giveback"] {
    display: none !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-orgs,
  body.business-portal-mode.is-printing-event-report .bp-network-event-card > .bp-event-report {
    grid-column: 1 / -1;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-orgs,
  body.business-portal-mode.is-printing-event-report .bp-event-report-panel > article,
  body.business-portal-mode.is-printing-event-report .bp-event-report-grid article,
  body.business-portal-mode.is-printing-event-report .bp-event-report-metrics article {
    background: #fffefa !important;
    border: 1px solid #d8e5dd !important;
    border-radius: 6px;
    break-inside: avoid;
    box-shadow: none;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report {
    border-top: 1px solid #d8e5dd;
    gap: 10px;
    padding-top: 10px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-head {
    align-items: end;
    border-bottom: 2px solid #0b6b44;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding-bottom: 8px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-head h4 {
    font-size: 18px;
    margin: 0;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-head p,
  body.business-portal-mode.is-printing-event-report .bp-event-report-slice-head p {
    color: #3b4e45 !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-slice {
    display: none !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-slice.is-active {
    display: grid !important;
    gap: 10px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-panel {
    display: none !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-panel[data-event-report-view="overview"],
  body.business-portal-mode.is-printing-event-report .bp-event-report-panel[data-event-report-view="times"],
  body.business-portal-mode.is-printing-event-report .bp-event-report-panel[data-event-report-view="products"] {
    display: grid !important;
    gap: 8px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-metrics,
  body.business-portal-mode.is-printing-event-report .bp-event-report-grid {
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-metrics article {
    min-height: 58px;
    padding: 8px 10px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-metrics strong {
    font-size: 18px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-report-metrics span,
  body.business-portal-mode.is-printing-event-report .bp-event-report-metrics small,
  body.business-portal-mode.is-printing-event-report .bp-event-giveback-main small,
  body.business-portal-mode.is-printing-event-report .bp-event-giveback-metrics small {
    color: #3b4e45 !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-orgs {
    gap: 8px;
    padding: 10px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-list {
    gap: 6px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-row {
    background: #fff !important;
    grid-template-columns: 34px minmax(0, 1fr) minmax(190px, auto);
    min-height: 48px;
    padding: 6px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-logo {
    height: 34px;
    width: 34px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-giveback-metrics {
    grid-template-columns: repeat(3, minmax(48px, auto));
  }

  body.business-portal-mode.is-printing-event-report .bp-event-peak-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.business-portal-mode.is-printing-event-report .bp-event-bar-row {
    grid-template-columns: 54px minmax(0, 1fr) 118px;
    min-height: 30px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-bar-track {
    height: 12px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-hour-detail {
    display: none !important;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-product-chart,
  body.business-portal-mode.is-printing-event-report .bp-event-bar-chart {
    gap: 6px;
  }

  body.business-portal-mode.is-printing-event-report .bp-event-product-row {
    min-height: 44px;
    padding: 6px;
  }

  body.business-portal-mode.is-printing-event-report .muted,
  body.business-portal-mode.is-printing-event-report .small {
    color: #3b4e45 !important;
  }

  body.business-portal-mode .bp-toolkit-detail-panel:not(.hidden) .bp-toolkit-poster,
  body.business-portal-mode .bp-toolkit-detail-panel:not(.hidden) .bp-toolkit-poster * {
    visibility: visible !important;
  }

  body.business-portal-mode .bp-toolkit-detail-panel:not(.hidden) .bp-toolkit-poster {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    max-width: none;
    min-height: 100vh;
    padding: 0.5in;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .dashboard-experience-hero,
  .dashboard-live-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-reward-row,
  .dashboard-recommendation-grid,
  .dashboard-continue-grid,
  .dashboard-happening-lanes,
  .dashboard-following-grid,
  .dashboard-feed-preview-grid,
  .dashboard-interest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legal-layout {
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  }

  .legal-summary {
    grid-column: 1 / -1;
    max-height: none;
    position: static;
  }

  .legal-summary-list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 820px) {
  .customer-redeem-overlay {
    padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
  }

  .customer-redeem-modal {
    gap: 14px;
    max-width: 100%;
    padding: 16px;
    width: 100%;
  }

  .dashboard-greeting-banner {
    align-items: flex-start;
    display: grid;
    gap: 3px;
    padding: 10px 12px;
  }

  .dashboard-greeting-banner strong {
    font-size: 15px;
    white-space: normal;
  }

  .dashboard-greeting-banner span {
    font-size: 12px;
  }

  .dashboard-feature-slide {
    flex-basis: min(74vw, 310px);
  }

  .dashboard-feed-card {
    overflow: hidden;
  }

  .dashboard-reward-row,
  .dashboard-recommendation-grid,
  .dashboard-continue-grid,
  .dashboard-happening-lanes,
  .dashboard-following-grid,
  .dashboard-feed-preview-grid,
  .dashboard-interest-grid,
  .dashboard-happening-grid,
  .dashboard-community-list {
    grid-template-columns: 1fr;
  }

  .dashboard-experience-hero {
    padding: 16px;
  }

  .dashboard-overview-preview {
    gap: 10px;
    padding: 12px;
  }

  .dashboard-overview-preview-score {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
  }

  .dashboard-overview-preview-score b {
    font-size: 26px;
  }

  .dashboard-business-discovery-grid,
  .dashboard-platform-education-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-business-discovery-tile {
    align-items: center;
    gap: 10px;
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 92px;
  }

  .dashboard-business-discovery-tile img,
  .dashboard-business-discovery-tile > span {
    grid-row: 1 / span 2;
  }

  .dashboard-platform-education-card {
    padding: 14px;
  }

  .dashboard-level-card strong {
    font-size: 22px;
  }

  .customer-redeem-head,
  .customer-redeem-body,
  .customer-redeem-details,
  .customer-redeem-promos,
  .customer-redeem-promos-head {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .customer-redeem-head {
    gap: 12px;
  }

  .customer-redeem-head button {
    width: 100%;
  }

  .customer-redeem-body {
    gap: 14px;
  }

  .customer-redeem-qr {
    min-width: 0;
    padding: 12px;
  }

  .customer-redeem-qr img {
    width: min(226px, 100%);
  }

  .customer-redeem-promos {
    padding: 12px;
  }

  .customer-redeem-promos-head {
    gap: 4px;
  }

  .customer-redeem-promo-scroll {
    max-height: 248px;
  }

  .customer-redeem-promo {
    grid-template-columns: 1fr;
  }

  .customer-redeem-promo span {
    justify-self: start;
  }

  .checkout-hero,
  .checkout-delivery-current,
  .checkout-delivery-form,
  .checkout-shipping-grid {
    grid-template-columns: 1fr;
  }

  .checkout-hero .secondary,
  .checkout-delivery-current button,
  .checkout-delivery-current select {
    justify-self: start;
  }

  .checkout-delivery-current select {
    max-width: 100%;
    width: 100%;
  }

  .checkout-accordion-head {
    align-items: flex-start;
    gap: 10px;
  }

  .checkout-contact-grid,
  .checkout-contact-summary,
  .checkout-payment-columns,
  .checkout-final-details,
  .checkout-event-info {
    grid-template-columns: 1fr;
  }

  .checkout-payment-details {
    border-left: 0;
    border-top: 1px solid #d7cbb8;
    padding-left: 0;
    padding-top: 18px;
  }

  .checkout-final-line {
    grid-template-columns: 1fr;
  }

  .checkout-line-item {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .checkout-line-qty {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .checkout-line-quantity {
    justify-self: start;
  }

  .checkout-review-action {
    align-items: stretch;
    flex-direction: column;
  }

  .checkout-payment-button {
    width: 100%;
  }

  html {
    scroll-padding-top: 86px;
  }

  .site-header {
    display: none;
  }

  .mobile-bar {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    box-shadow: 0 8px 24px rgba(6, 19, 15, 0.08);
    color: var(--ink);
    display: flex;
    gap: 12px;
    min-height: 64px;
    padding: 12px 16px;
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .mobile-menu-button {
    background: rgba(31, 111, 91, 0.1);
    border-color: rgba(31, 111, 91, 0.18);
    border-radius: 10px;
    color: var(--primary);
    min-height: 42px;
    min-width: 42px;
    padding: 0;
  }

  .mobile-menu-button svg {
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2.4;
    width: 24px;
  }

  .mobile-brand {
    color: inherit;
    display: grid;
    gap: 2px;
    min-width: 0;
    text-decoration: none;
  }

  .mobile-brand .brand-mark {
    font-size: 20px;
  }

  .mobile-brand span,
  .mobile-menu-head small {
    color: var(--muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-menu-backdrop {
    background: rgba(0, 0, 0, 0.38);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 29;
  }

  .mobile-menu {
    background: var(--panel);
    bottom: 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 100dvh;
    left: 0;
    max-width: 340px;
    overflow: hidden;
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform 160ms ease;
    width: 86vw;
    z-index: 30;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .mobile-menu.open {
    transform: translateX(0);
  }

  .mobile-menu-head {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 0 0 12px;
  }

  .mobile-menu-brand {
    align-items: center;
    color: inherit;
    display: flex;
    gap: 10px;
    min-width: 0;
    text-decoration: none;
  }

  .mobile-menu-brand .fordwell-logo {
    flex-basis: 42px;
    height: 40px;
    width: 42px;
  }

  .mobile-menu-brand span {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  .mobile-menu-brand strong {
    color: var(--ink);
    font-size: 17px;
    line-height: 1;
  }

  .mobile-menu-brand small {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
  }

  .mobile-menu-close {
    background: rgba(31, 111, 91, 0.1);
    border-color: rgba(31, 111, 91, 0.16);
    border-radius: 10px;
    color: var(--primary);
    flex: 0 0 40px;
    min-height: 40px;
    padding: 0;
    width: 40px;
  }

  .mobile-menu-close svg {
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2.4;
    width: 22px;
  }

  .mobile-menu > a:not(.mobile-account-pill),
  .mobile-menu-section {
    border-bottom: 1px solid var(--line);
    padding-bottom: 6px;
  }

  .mobile-menu > a:not(.mobile-account-pill) {
    border-radius: 7px;
    color: var(--ink);
    display: block;
    font-weight: 800;
    max-width: none;
    padding: 10px 12px;
    width: 100%;
  }

  .mobile-menu > a:not(.mobile-account-pill).active {
    background: linear-gradient(90deg, rgba(31, 111, 91, 0.16), rgba(31, 111, 91, 0.08) 48%, rgba(31, 111, 91, 0.03));
    box-shadow: none;
  }

  .mobile-account-pill {
    align-items: center;
    background:
      radial-gradient(circle at top left, rgba(46, 133, 108, 0.18), transparent 55%),
      linear-gradient(135deg, #214438, #173128);
    border: 1px solid rgba(31, 111, 91, 0.26);
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(10, 30, 24, 0.14);
    color: #fff !important;
    display: flex !important;
    font-size: 16px;
    justify-content: flex-start;
    margin: 2px 0 4px;
    min-height: 50px;
    padding: 13px 14px !important;
  }

  .mobile-account-pill.active {
    box-shadow: 0 10px 24px rgba(10, 30, 24, 0.14);
  }

  .mobile-menu-section {
    display: grid;
    gap: 3px;
    min-height: 0;
    overflow-y: auto;
    padding-right: 2px;
    margin-top: 0;
    overscroll-behavior: contain;
  }

  .mobile-menu .account-link-button,
  .mobile-menu .account-link-button.active {
    border-radius: 10px;
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
  }

  .mobile-menu .account-link-button.active,
  .mobile-menu .account-link-button:hover {
    background: linear-gradient(90deg, rgba(31, 111, 91, 0.16), rgba(31, 111, 91, 0.08) 48%, rgba(31, 111, 91, 0.03));
    box-shadow: none;
  }

  .mobile-sign-out {
    border-top: 1px solid var(--line);
    margin-top: auto;
    padding-top: 18px;
    flex: 0 0 auto;
  }

  nav {
    width: 100%;
  }

  nav a {
    flex: 1;
  }

  .layout,
  .grid,
  .kpis,
  .detail-grid,
  .portal-layout,
  .platform-layout,
  .account-platform-layout,
  .dashboard-title,
  .stat-grid,
  .engagement-loop-grid,
  .order-detail-grid,
  .landing-hero,
  .landing-access,
  .info-grid,
  .business-logo-uploader,
  .checkout-layout,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .app-shell {
    min-height: calc(100vh - 64px);
    padding: 16px;
  }

  .public-business-hero-main,
  .public-business-layout,
  .cart-checkout-address-grid,
  .relationship-contact-grid,
  .public-product-detail-layout,
  .public-home-grid,
  .public-contact-grid,
  .public-connect-layout,
  .public-inline-edit-grid,
  .public-event-card,
  .bp-about-editor-row,
  .bp-social-link-row {
    grid-template-columns: 1fr;
  }

  .relationship-products-card {
    padding-right: 16px;
    padding-top: 16px;
  }

  .relationship-products-card .card-head {
    padding-right: 0;
  }

  .relationship-product-tabs {
    width: 100%;
  }

  .relationship-product-menu {
    padding: 0;
  }

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

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

  .public-product-purchase-card {
    max-width: none;
  }

  .public-product-purchase-foot {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .public-product-add-cart {
    width: 100%;
  }

  .product-review-layout {
    grid-template-columns: 1fr;
  }

  .relationship-reviews-card {
    gap: 10px;
    padding: 12px;
  }

  .relationship-review-head {
    align-items: start;
    gap: 8px;
  }

  .relationship-review-head h3 {
    font-size: 18px;
    line-height: 1.1;
  }

  .relationship-review-head p {
    font-size: 14px;
    line-height: 1.22;
  }

  .relationship-review-action {
    justify-self: start;
    min-height: 26px;
    padding: 1px 2px;
  }

  .relationship-review-toggle {
    gap: 5px;
  }

  .relationship-review-toggle button {
    font-size: 12px;
    gap: 5px;
    min-height: 30px;
    padding: 5px 8px;
  }

  .relationship-review-toggle .dashboard-action-icon {
    height: 15px;
    width: 15px;
  }

  .relationship-review-toggle span {
    font-size: 11px;
    min-width: 20px;
    padding: 0 5px;
  }

  .relationship-review-breakdown {
    gap: 5px;
    padding: 10px;
  }

  .relationship-review-breakdown > strong {
    font-size: 14px;
  }

  .relationship-review-breakdown .product-review-breakdown-score {
    gap: 5px;
  }

  .relationship-review-breakdown .product-review-breakdown-score span {
    font-size: 13px;
  }

  .relationship-review-breakdown .product-review-filter-all,
  .relationship-review-breakdown .product-review-filter-row {
    font-size: 11px;
    gap: 6px;
    min-height: 24px;
    padding: 3px 4px;
  }

  .relationship-review-breakdown .product-review-filter-row {
    grid-template-columns: 40px minmax(0, 1fr) 28px;
  }

  .relationship-review-breakdown .product-review-filter-recommended {
    grid-template-columns: minmax(92px, auto) minmax(0, 1fr) 28px;
  }

  .relationship-review-breakdown .product-review-filter-row i {
    height: 12px;
  }

  .relationship-review-breakdown .product-review-filter-row strong {
    font-size: 11px;
  }

  .relationship-review-breakdown .product-review-filter-recommended svg {
    height: 12px;
    width: 12px;
  }

  .relationship-review-card {
    gap: 8px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 10px;
  }

  .relationship-review-card > span {
    border-radius: 9px;
    height: 34px;
    width: 34px;
  }

  .public-business-nav {
    flex-wrap: nowrap;
    gap: 6px;
    margin-left: -2px;
    margin-right: -2px;
    overflow-x: auto;
    padding: 7px;
    scroll-padding-inline: 8px;
    scrollbar-width: none;
    top: 80px;
    -webkit-overflow-scrolling: touch;
  }

  .public-business-nav::-webkit-scrollbar {
    display: none;
  }

  .public-business-nav button,
  .public-business-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    white-space: nowrap;
  }

  .public-about-content {
    gap: 8px;
  }

  .public-about-tabs {
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .public-about-tabs::-webkit-scrollbar {
    display: none;
  }

  .public-about-tabs button {
    flex: 0 0 auto;
    font-size: 12px;
    min-height: 30px;
    padding: 5px 11px;
  }

  .public-about-track {
    gap: 8px;
  }

  .public-about-panel,
  .public-policy-note {
    padding: 12px;
  }

  .public-about-panel h3 {
    font-size: 18px;
  }

  .relationship-business-nav {
    gap: 7px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    overflow: visible;
    padding: 7px;
  }

  .relationship-business-nav button {
    flex: initial;
    min-height: 66px;
    padding: 7px 4px 6px;
    white-space: normal;
  }

  .relationship-business-nav button .dashboard-action-icon {
    height: 21px;
    width: 21px;
  }

  .public-business-cover {
    min-height: 138px;
  }

  .public-business-hero-main {
    align-items: start;
    gap: 12px;
    padding: 18px 16px 16px;
  }

  .public-business-logo {
    border-radius: 14px;
    height: 88px;
    margin-top: -62px;
    width: 88px;
  }

  .relationship-hero-main .public-business-logo {
    border-radius: 16px;
    height: 112px;
    margin-top: -66px;
    width: 112px;
  }

  .relationship-hero-main .public-business-logo-wrap .business-tile-star {
    bottom: auto;
    height: 40px;
    right: -18px;
    top: 26px;
    width: 40px;
  }

  .public-business-title {
    gap: 7px;
  }

  .public-business-title h2 {
    font-size: 27px;
    line-height: 1.08;
    overflow: visible;
    white-space: normal;
  }

  .public-business-title p {
    font-size: 15px;
    line-height: 1.35;
  }

  .public-business-trust {
    display: none;
  }

  .public-business-actions {
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .public-business-actions .button:first-child,
  .public-business-actions button:first-child,
  .public-business-actions a:first-child {
    grid-column: 1 / -1;
  }

  .public-business-actions .button,
  .public-business-actions button {
    min-height: 42px;
  }

  .public-business-rail {
    position: static;
  }

  .public-home-grid {
    gap: 12px;
  }

  .public-home-grid > section {
    gap: 10px;
    padding: 12px;
  }

  .public-home-grid h3 {
    font-size: 20px;
  }

  .public-home-grid .public-event-list,
  .public-home-grid .public-review-list {
    display: grid;
    gap: 10px;
    grid-auto-columns: minmax(240px, 86%);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .public-home-grid .public-event-list::-webkit-scrollbar,
  .public-home-grid .public-review-list::-webkit-scrollbar {
    display: none;
  }

  .public-home-grid .public-event-card,
  .public-home-grid .public-review-card {
    scroll-snap-align: start;
  }

  .public-event-card {
    justify-items: start;
    min-height: 0;
    padding: 12px;
  }

  .public-review-card {
    gap: 10px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
  }

  .public-review-card > span {
    height: 40px;
    width: 40px;
  }

  .landing-hero {
    min-height: auto;
    padding: 28px 0 18px;
  }

  .landing-copy h2,
  .landing-hero-v2 .landing-copy h2 {
    font-size: 42px;
    line-height: 1;
  }

  .landing-copy p,
  .access-copy p {
    font-size: 17px;
  }

  .landing-visual {
    min-height: 390px;
  }

  .landing-visual img {
    max-width: 132px;
  }

  .landing-product-stage {
    border-radius: 18px;
    min-height: 560px;
  }

  .landing-stage-canvas {
    height: 430px;
  }

  .landing-stage-order {
    left: 14px;
    top: 18px;
    width: 185px;
  }

  .landing-stage-order > strong {
    font-size: 16px;
  }

  .landing-stage-card small,
  .landing-card-label,
  .landing-card-kicker {
    font-size: 9px;
  }

  .landing-card-flow {
    gap: 3px;
  }

  .landing-card-flow span {
    font-size: 7px;
    padding: 3px 4px;
  }

  .landing-stage-business {
    right: 12px;
    top: 96px;
    width: 176px;
  }

  .landing-stage-customer {
    bottom: 26px;
    left: 12px;
    width: 182px;
  }

  .landing-stage-impact {
    bottom: 20px;
    right: 12px;
    width: 176px;
  }

  .landing-stage-center {
    height: 78px;
    left: calc(50% - 39px);
    top: calc(50% - 39px);
    width: 78px;
  }

  .landing-stage-center img {
    height: 46px;
    width: 46px;
  }

  .landing-stage-center-hint {
    font-size: 8px;
    padding: 4px 7px;
    top: calc(100% + 9px);
  }

  .landing-product-stage.is-transforming .landing-stage-order {
    transform: translate3d(58px, 70px, 0) rotate(7deg) scale(0.74);
  }

  .landing-product-stage.is-transforming .landing-stage-business {
    transform: translate3d(-60px, 54px, 0) rotate(-7deg) scale(0.74);
  }

  .landing-product-stage.is-transforming .landing-stage-customer {
    transform: translate3d(64px, -62px, 0) rotate(-6deg) scale(0.74);
  }

  .landing-product-stage.is-transforming .landing-stage-impact {
    transform: translate3d(-62px, -58px, 0) rotate(6deg) scale(0.74);
  }

  .landing-stage-caption {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .landing-trust-row {
    gap: 8px 13px;
  }

  .landing-audience-grid .landing-audience-card {
    min-height: 280px;
  }

  .landing-journey {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .landing-journey li {
    border-left: 2px solid #cbdad3;
    border-top: 0;
    padding: 0 0 0 22px;
  }

  .landing-journey li::before {
    left: -9px;
    top: 0;
  }

  .account-security-heading {
    align-items: start;
    flex-direction: column;
  }

  .account-security-item {
    align-items: start;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .account-security-item > button,
  .account-security-item > .account-security-state {
    grid-column: 2;
    justify-self: start;
  }

  .account-mfa-reauth,
  .account-mfa-enrollment {
    grid-template-columns: 1fr;
  }

  .account-mfa-copy,
  .account-mfa-secret,
  .account-mfa-enrollment > label,
  .account-mfa-enrollment > .landing-actions,
  .account-mfa-enrollment canvas {
    grid-column: 1;
    grid-row: auto;
  }

  .account-mfa-enrollment canvas {
    justify-self: center;
  }

  .landing-section,
  .landing-access {
    padding: 28px 0;
    scroll-margin-top: 86px;
  }

  .onboarding-guide,
  .mini-check-grid {
    grid-template-columns: 1fr;
  }

  .legal-page {
    padding: 18px 0 32px;
  }

  .legal-nav {
    max-height: none;
    overflow: visible;
    position: static;
  }

  .legal-content {
    max-height: none;
    overflow: visible;
  }

  .legal-summary {
    max-height: none;
    position: static;
  }

  .site-footer {
    background: #fbfdfb;
    gap: 7px;
    justify-items: center;
    padding: 12px 16px 14px;
    text-align: center;
  }

  body:has(.platform-mobile-bottom-bar) .site-footer {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .site-footer-main {
    display: contents;
  }

  .site-footer-brand {
    display: contents;
  }

  .site-footer-brand strong {
    font-size: 17px;
    line-height: 1;
    order: 1;
  }

  .site-footer-brand span {
    font-size: 12px;
    line-height: 1.25;
    max-width: 270px;
    order: 3;
  }

  .footer-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    justify-content: center;
    max-width: 310px;
    order: 2;
  }

  .footer-nav-group {
    display: contents;
  }

  .footer-nav-group h2 {
    display: none;
  }

  .footer-nav a {
    background: transparent;
    border: 0;
    color: #335248;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    min-height: auto;
    padding: 2px 3px;
  }

  .footer-nav a:not(.footer-nav-primary) {
    display: none;
  }

  .site-footer-bottom {
    border-top: 0;
    display: none;
    padding-top: 0;
  }

  .site-footer-logo {
    display: none;
  }

  .site-footer-legal {
    display: none;
  }

  .site-footer-note {
    display: none;
  }

  .business-confirm-layout {
    grid-template-columns: 1fr;
  }

  .business-confirm-card {
    position: static;
  }

  .platform-layout,
  .account-platform-layout {
    gap: 14px;
    max-width: none;
  }

  .platform-sidebar {
    display: none;
  }

  .account-hero {
    display: none;
  }

  .account-rail,
  .dashboard-rail {
    display: none;
  }

  .account-platform-layout {
    display: block;
  }

  .account-platform-layout .orders-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .account-platform-layout .account-view {
    gap: 14px;
  }

  .account-platform-layout .account-view > div:first-child {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
  }

  .account-platform-layout .account-view > div:first-child h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .platform-layout .business-grid,
  .account-platform-layout .business-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .platform-layout .business-filter-bar,
  .account-platform-layout .business-filter-bar {
    margin-top: 12px;
  }

  .platform-layout .event-filter-bar,
  .account-platform-layout .event-filter-bar {
    min-width: 0;
  }

  .platform-layout .business-filter-tabs,
  .account-platform-layout .business-filter-tabs {
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .platform-layout .event-filter-tabs,
  .account-platform-layout .event-filter-tabs {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    overflow: visible;
    padding: 8px 4px 2px;
    width: 100%;
  }

  .platform-layout .business-icon-filter-tabs,
  .account-platform-layout .business-icon-filter-tabs {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    overflow: visible;
    padding: 8px 4px 2px;
    width: 100%;
  }

  .platform-layout .business-filter-tabs button,
  .account-platform-layout .business-filter-tabs button {
    flex: 0 0 auto;
  }

  .platform-layout .business-icon-filter-tabs button,
  .account-platform-layout .business-icon-filter-tabs button {
    flex: initial;
  }

  .platform-layout .event-filter-tabs button,
  .account-platform-layout .event-filter-tabs button {
    flex: initial;
  }

  .platform-layout .event-summary-row,
  .account-platform-layout .event-summary-row {
    display: none;
  }

  .platform-layout .event-browser-list,
  .account-platform-layout .event-browser-list {
    min-width: 0;
    width: 100%;
  }

  .platform-layout .business-tile,
  .account-platform-layout .business-tile {
    align-items: center;
    aspect-ratio: auto !important;
    border-color: #aebfba;
    border-radius: 16px;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 72px minmax(0, 1fr) 34px;
    grid-template-rows: auto auto;
    min-height: 86px;
    padding: 8px 10px;
  }

  .platform-layout .business-tile::after,
  .account-platform-layout .business-tile::after {
    display: none;
  }

  .platform-layout .business-tile-star,
  .account-platform-layout .business-tile-star {
    background: rgba(255, 254, 250, 0.96);
    grid-column: 3;
    grid-row: 1 / span 2;
    justify-self: end;
    position: static;
    transform: none;
  }

  .platform-layout .business-tile .star-label,
  .account-platform-layout .business-tile .star-label {
    display: none;
  }

  .platform-layout .business-tile .star-icon,
  .account-platform-layout .business-tile .star-icon {
    height: 18px;
    width: 18px;
  }

  .platform-layout .business-tile img,
  .platform-layout .business-tile span,
  .account-platform-layout .business-tile img,
  .account-platform-layout .business-tile span {
    border-radius: 14px;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 66px;
    min-height: 66px;
    width: 66px;
  }

  .platform-layout .business-tile strong,
  .account-platform-layout .business-tile strong {
    align-self: end;
    grid-column: 2;
    grid-row: 1;
    font-size: 16px;
    line-height: 1.15;
  }

  .platform-layout .business-tile small,
  .account-platform-layout .business-tile small {
    align-self: start;
    grid-column: 2;
    grid-row: 2;
  }

  .platform-layout .cloud-event-list,
  .account-platform-layout .cloud-event-list {
    gap: 8px;
  }

  .platform-layout .cloud-event-card,
  .account-platform-layout .cloud-event-card {
    border-color: #d4c8b6;
    border-radius: 8px;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .platform-layout .cloud-event-card summary,
  .account-platform-layout .cloud-event-card summary {
    align-items: center;
    display: grid;
    gap: 8px 10px;
    grid-template-columns: minmax(0, 1fr) 58px;
    padding: 12px 12px 10px;
  }

  .platform-layout .cloud-event-card summary > div:first-child,
  .account-platform-layout .cloud-event-card summary > div:first-child {
    min-width: 0;
  }

  .platform-layout .cloud-event-card h3,
  .account-platform-layout .cloud-event-card h3 {
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 3px;
  }

  .platform-layout .cloud-event-card summary p,
  .account-platform-layout .cloud-event-card summary p {
    font-size: 13px;
    line-height: 1.25;
  }

  .platform-layout .cloud-event-card summary strong,
  .account-platform-layout .cloud-event-card summary strong {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 4px;
  }

  .platform-layout .saved-business-pill,
  .account-platform-layout .saved-business-pill {
    display: none;
  }

  .platform-layout .cloud-event-actions,
  .account-platform-layout .cloud-event-actions {
    align-items: center;
    display: grid;
    gap: 6px;
    justify-items: center;
    min-width: 0;
  }

  .platform-layout .cloud-event-actions small,
  .account-platform-layout .cloud-event-actions small {
    font-size: 11px;
    line-height: 1.1;
    max-width: 58px;
    text-align: center;
  }

  .platform-layout .cloud-event-actions .business-tile-star,
  .account-platform-layout .cloud-event-actions .business-tile-star {
    height: 32px;
    width: 32px;
  }

  .platform-layout .cloud-event-actions .business-tile-star .star-icon,
  .account-platform-layout .cloud-event-actions .business-tile-star .star-icon {
    height: 17px;
    width: 17px;
  }

  .platform-layout .cloud-event-chevron,
  .account-platform-layout .cloud-event-chevron {
    height: 24px;
    width: 24px;
  }

  .platform-layout .cloud-event-details,
  .account-platform-layout .cloud-event-details {
    margin: 0 12px 12px;
    padding-top: 12px;
  }

  .platform-layout .cloud-event-hours span,
  .account-platform-layout .cloud-event-hours span {
    align-items: start;
    display: grid;
    gap: 2px;
    justify-content: stretch;
  }

  .platform-layout .account-view > .dashboard-card .card-head,
  .account-platform-layout .account-view > .dashboard-card .card-head {
    align-items: start;
    gap: 8px;
  }

  .platform-layout .account-view > .dashboard-card .card-head p,
  .account-platform-layout .account-view > .dashboard-card .card-head p {
    display: none;
  }

  .platform-layout .account-view > .dashboard-card .notice,
  .account-platform-layout .account-view > .dashboard-card .notice {
    padding: 12px;
  }

  .platform-layout .account-view > .dashboard-card .notice h3,
  .account-platform-layout .account-view > .dashboard-card .notice h3 {
    font-size: 16px;
  }

  .platform-layout .account-view > .dashboard-card .notice p,
  .account-platform-layout .account-view > .dashboard-card .notice p {
    font-size: 13px;
    line-height: 1.25;
  }

  .dashboard-title h2 {
    font-size: 24px;
  }

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

  .engagement-loop-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-action-button {
    gap: 6px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    min-height: 68px;
    padding: 10px;
  }

  .dashboard-action-button span {
    font-size: 13px;
  }

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

  .dashboard-action-button strong {
    font-size: 11px;
    min-height: 22px;
    min-width: 22px;
    padding: 3px 6px;
  }

  .dashboard-action-icon {
    height: 24px;
    width: 24px;
  }

  @media (max-width: 560px) {
    .engagement-loop-grid {
      grid-template-columns: 1fr;
    }
  }

  .compact-order {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .compact-order > strong {
    grid-column: 2 / -1;
  }

  .order-summary {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .order-summary-main {
    grid-column: 1 / -1;
  }

  .order-title-line,
  .order-context-line {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .order-folder-chip,
  .supported-purchase-pill {
    max-width: 100%;
  }

  .orders-filter-row {
    grid-template-columns: 1fr;
  }

  .receipt-folder-workspace,
  .receipt-folder-create-form {
    grid-template-columns: 1fr;
  }

  .orders-workspace {
    gap: 12px;
  }

  .orders-toolbar {
    align-items: start;
    gap: 10px;
  }

  .orders-toolbar h2 {
    font-size: 22px;
    line-height: 1.1;
  }

  .orders-toolbar p {
    font-size: 13px;
    line-height: 1.25;
  }

  .orders-toolbar .refresh-button {
    min-height: 38px;
    padding: 0 12px;
  }

  .orders-filter-row {
    gap: 8px;
  }

  .orders-filter-row input,
  .orders-filter-row select {
    min-height: 40px;
  }

  .order-list {
    border-radius: 8px;
    overflow: hidden;
  }

  .order-card {
    background: #fffefa;
  }

  .order-card.selected {
    background: #e2f5ea;
    border-color: #9fd5bd;
    box-shadow: inset 6px 0 0 var(--primary);
  }

  .order-card.selected + .order-card {
    border-top-color: #9fd5bd;
  }

  .order-card.selected .order-summary-row,
  .order-card.selected .order-summary {
    background: #e2f5ea;
  }

  .order-card.selected .order-title-line strong {
    color: var(--primary);
  }

  .order-summary-row {
    grid-template-columns: 1fr;
  }

  .order-select-check {
    display: none;
  }

  .order-select-check input {
    appearance: auto;
  }

  .order-summary {
    gap: 5px 8px;
    grid-template-columns: minmax(0, 1fr) auto 14px;
    min-height: 76px;
    padding: 10px 10px 9px;
  }

  .orders-workspace .order-summary {
    cursor: pointer;
  }

  .order-summary-main {
    grid-column: 1 / -1;
    gap: 3px;
  }

  .order-title-line,
  .order-context-line {
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }

  .order-title-line strong {
    font-size: 14px;
    line-height: 1.1;
  }

  .order-summary small,
  .detail-grid small {
    font-size: 11px;
  }

  .order-folder-chip {
    font-size: 10px;
    max-width: 190px;
    padding: 2px 7px;
  }

  .order-summary .status-pill {
    font-size: 11px;
    justify-self: start;
    min-height: 24px;
    padding: 3px 8px;
  }

  .order-summary > strong {
    align-self: center;
    font-size: 15px;
    justify-self: end;
  }

  .order-summary .chevron {
    align-self: center;
    font-size: 24px;
    line-height: 1;
  }

  .receipt-folder-panel {
    position: static;
  }

  .receipt-folder-modal-head {
    grid-template-columns: 1fr;
  }

  .supported-purchase-pill {
    white-space: normal;
  }

  .order-detail {
    padding: 12px;
  }

  .order-detail-head {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.mobile-receipt-open {
    overflow: hidden;
  }

  .mobile-receipt-panel {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 1200;
  }

  .mobile-receipt-panel.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-receipt-scrim {
    background: rgba(12, 31, 22, 0.32);
    border: 0;
    inset: 0;
    padding: 0;
    position: absolute;
  }

  .mobile-receipt-sheet {
    background: #fffefa;
    border-left: 1px solid rgba(31, 111, 91, 0.18);
    bottom: 0;
    box-shadow: -18px 0 34px rgba(16, 31, 25, 0.18);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    max-width: 430px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
    width: min(100vw, 430px);
  }

  .mobile-receipt-panel.is-open .mobile-receipt-sheet {
    transform: translateX(0);
  }

  .mobile-receipt-head {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    box-shadow: 0 6px 18px rgba(28, 52, 42, 0.08);
    display: grid;
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 64px;
    padding: 10px 12px;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .mobile-receipt-head strong,
  .mobile-receipt-head small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-receipt-head strong {
    color: var(--primary);
    font-size: 15px;
    font-weight: 900;
  }

  .mobile-receipt-head small {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-receipt-back {
    align-items: center;
    background: #e8f6f0;
    border: 1px solid #b8d9cc;
    border-radius: 999px;
    color: #006b55;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    width: 42px;
  }

  .mobile-receipt-back svg {
    fill: none;
    height: 30px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3.2;
    width: 30px;
  }

  .business-order-receipt-panel .mobile-receipt-head {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .business-order-receipt-panel .mobile-receipt-back {
    border-radius: 8px;
    gap: 5px;
    height: 44px;
    padding: 0 12px 0 9px;
    width: auto;
  }

  .business-order-receipt-panel .mobile-receipt-back svg {
    height: 22px;
    stroke-width: 2.8;
    width: 22px;
  }

  .business-order-receipt-panel .mobile-receipt-back span {
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
  }

  .mobile-receipt-content {
    overflow: auto;
    padding: 14px 14px 96px;
  }

  .mobile-receipt-content.order-detail {
    background: #fffefa;
    border: 0;
  }

  .mobile-receipt-file-overlay {
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 1300;
  }

  .mobile-receipt-file-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-receipt-file-scrim {
    background: rgba(12, 31, 22, 0.36);
    border: 0;
    inset: 0;
    padding: 0;
    position: absolute;
  }

  .mobile-receipt-file-sheet {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 38px rgba(16, 31, 25, 0.2);
    display: grid;
    gap: 10px;
    left: 50%;
    max-height: min(76vh, 640px);
    overflow: hidden;
    padding: 14px 14px calc(84px + env(safe-area-inset-bottom, 0px));
    position: absolute;
    transform: translate(-50%, 100%);
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
    width: min(430px, 100vw);
  }

  .mobile-receipt-file-overlay.is-open .mobile-receipt-file-sheet {
    transform: translate(-50%, 0);
  }

  .mobile-receipt-file-head {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 36px;
  }

  .mobile-receipt-file-head h3 {
    color: var(--primary);
    font-size: 18px;
    line-height: 1.1;
    margin: 2px 0 3px;
  }

  .mobile-receipt-file-head p {
    font-size: 12px;
    line-height: 1.25;
    margin: 0;
  }

  .mobile-receipt-file-head > button {
    align-items: center;
    background: #e8f6f0;
    border: 1px solid #b8d9cc;
    border-radius: 999px;
    color: var(--primary);
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
  }

  .mobile-receipt-file-list {
    display: grid;
    gap: 6px;
    max-height: min(42vh, 360px);
    overflow: auto;
    padding: 2px;
  }

  .mobile-receipt-file-row {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(31, 111, 91, 0.14);
    border-radius: 10px;
    color: var(--ink);
    display: grid;
    font-size: 13px;
    font-weight: 850;
    gap: 8px;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    min-height: 42px;
    padding: 8px 10px 8px calc(10px + (var(--file-depth, 0) * 16px));
    text-align: left;
  }

  .mobile-receipt-file-row span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-receipt-file-row small {
    background: #dff3eb;
    border-radius: 999px;
    color: var(--primary);
    font-size: 10px;
    font-weight: 900;
    padding: 3px 7px;
    text-transform: uppercase;
  }

  .mobile-receipt-file-row.is-current,
  .mobile-receipt-file-row:focus-visible {
    background: #edf7f1;
    border-color: #9fd5bd;
    color: var(--primary);
    outline: none;
  }

  .mobile-receipt-file-row.is-selected {
    background: #e3f4ed;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(31, 111, 91, 0.12);
    color: var(--primary);
  }

  .mobile-receipt-file-icon {
    background: #60736b;
    border-radius: 2px;
    height: 11px;
    position: relative;
    width: 16px;
  }

  .mobile-receipt-file-icon::before {
    background: inherit;
    border-radius: 2px 2px 0 0;
    content: "";
    height: 4px;
    left: 1px;
    position: absolute;
    top: -3px;
    width: 7px;
  }

  .mobile-receipt-file-row.is-current .mobile-receipt-file-icon,
  .mobile-receipt-file-row.is-selected .mobile-receipt-file-icon {
    background: var(--primary);
  }

  .mobile-receipt-file-confirm {
    background: #edf7f1;
    border: 1px solid #b8d9cc;
    border-radius: 12px;
    display: grid;
    gap: 8px;
    padding: 10px;
  }

  .mobile-receipt-file-confirm[hidden] {
    display: none;
  }

  .mobile-receipt-file-confirm p {
    color: #31564a;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
  }

  .mobile-receipt-file-confirm button {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    min-height: 42px;
  }

  .mobile-receipt-file-actions {
    border-top: 1px solid rgba(31, 111, 91, 0.14);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .mobile-receipt-file-actions button {
    background: #e8f6f0;
    border: 1px solid #b8d9cc;
    border-radius: 999px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    min-height: 40px;
  }

  .mobile-receipt-file-actions button.danger-menu-item {
    background: #fff7f3;
    border-color: #e5c1b8;
    color: #963326;
  }

  .order-detail-head h3 {
    font-size: 19px;
  }

  .receipt-tool-row {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .receipt-help-menu {
    left: 0;
    right: auto;
    width: min(300px, calc(100vw - 68px));
  }

  .detail-total strong {
    font-size: 22px;
  }

  .order-detail-grid section {
    border: 1px solid var(--line);
    padding: 12px;
  }

  .order-receipt-section .line {
    grid-template-columns: 34px minmax(0, 1fr) auto;
  }

  .receipt-actions-stack .button,
  .receipt-actions-stack button {
    min-height: 44px;
  }

  .impact-entry {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .impact-entry-detail {
    justify-items: start;
    min-width: 0;
  }

  .supported-purchase-card {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .organization-card-head,
  .organization-metrics,
  .event-metrics,
  .event-memory-grid {
    grid-template-columns: 1fr;
  }

  .organization-card-head,
  .event-card-head {
    display: grid;
    justify-items: start;
  }

  .event-orders span {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .security-notice {
    grid-template-columns: 1fr;
  }

  .orders-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .account-menu {
    position: static;
  }
}

@media (max-width: 420px) {
  .public-business-page {
    gap: 12px;
  }

  .public-business-hero-main {
    padding-left: 14px;
    padding-right: 14px;
  }

  .public-business-nav {
    border-radius: 7px;
  }

  .public-home-grid .public-event-list,
  .public-home-grid .public-review-list {
    grid-auto-columns: minmax(230px, 90%);
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps {
    grid-template-columns: repeat(2, 88px);
    justify-content: center;
    justify-items: center;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps button {
    aspect-ratio: 1 / 1;
    height: 88px;
    min-height: 88px;
    width: 88px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-avatar {
    height: 52px;
    width: 52px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .text-button {
    min-width: 46px;
    padding: 0 10px;
  }

}

@media (max-width: 760px) {
  body:has(.public-business-page) .mobile-bar {
    display: none !important;
  }

  body:has(.public-business-page) .app-shell {
    min-height: 100dvh;
    padding: 6px max(6px, env(safe-area-inset-left, 0px)) calc(76px + env(safe-area-inset-bottom, 0px)) max(6px, env(safe-area-inset-right, 0px));
  }

  .public-business-page {
    gap: 8px;
    margin: 0 auto;
    max-width: none;
    width: min(100%, 430px);
  }

  .public-business-mobile-header {
    align-items: center;
    display: grid;
    gap: 6px;
    grid-template-columns: minmax(118px, 0.86fr) minmax(0, 1fr) 38px;
    margin: 0 0 2px;
    min-width: 0;
    position: sticky;
    top: 0;
    z-index: 27;
  }

  .public-business-mobile-header .platform-nav-menu-toggle {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) 8px;
    min-height: 38px;
    padding: 5px 8px 5px 5px;
    text-decoration: none;
  }

  .public-business-mobile-header .platform-nav-menu-toggle [data-platform-current-label] {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .public-business-mobile-header .platform-nav-menu-toggle .platform-nav-icon {
    height: 26px;
    width: 26px;
  }

  .public-business-mobile-header .platform-nav-menu-toggle .platform-nav-icon .dashboard-action-icon {
    height: 16px;
    width: 16px;
  }

  .public-business-mobile-header .platform-mobile-search {
    display: block;
    grid-column: auto;
    min-width: 0;
    position: relative;
  }

  .public-business-mobile-header .platform-mobile-search label {
    display: block;
    min-width: 0;
    position: relative;
  }

  .public-business-mobile-header .platform-mobile-search label > span {
    color: var(--primary);
    left: 9px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .public-business-mobile-header .platform-mobile-search label > span .dashboard-action-icon,
  .public-business-mobile-header .platform-mobile-search button[type="submit"] .dashboard-action-icon,
  .public-business-mobile-header .platform-mobile-qr-button .dashboard-action-icon {
    height: 16px;
    width: 16px;
  }

  .public-business-mobile-header .platform-mobile-search input {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 999px;
    color: var(--ink);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    height: 38px;
    min-width: 0;
    padding: 0 34px 0 30px;
    width: 100%;
  }

  .public-business-mobile-header .platform-mobile-search input:focus {
    border-color: rgba(31, 111, 91, 0.48);
    box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.09);
    outline: 0;
  }

  .public-business-mobile-header .platform-mobile-search button[type="submit"] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--primary);
    display: flex;
    height: 30px;
    justify-content: center;
    min-height: 30px;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 30px;
  }

  .public-business-mobile-header .platform-mobile-search-results {
    left: auto;
    max-height: min(420px, calc(100dvh - 126px));
    overflow-y: auto;
    right: 0;
    top: calc(100% + 8px);
    width: min(330px, calc(100vw - 16px));
  }

  .public-business-mobile-header .platform-mobile-qr-button {
    display: flex;
    grid-column: auto;
    height: 38px;
    min-height: 38px;
    width: 38px;
  }

  .public-business-hero,
  .public-business-nav,
  .public-business-section {
    border-radius: 8px;
    width: 100%;
  }

  .public-business-cover {
    min-height: 126px;
  }

  .public-business-hero-main {
    gap: 10px;
    padding: 14px 12px 12px;
  }

  .public-business-logo {
    height: 78px;
    margin-top: -54px;
    width: 78px;
  }

  .relationship-hero-main .public-business-logo {
    height: 104px;
    margin-top: -62px;
    width: 104px;
  }

  .relationship-hero-main .public-business-logo-wrap .business-tile-star {
    bottom: auto;
    height: 38px;
    right: -17px;
    top: 23px;
    width: 38px;
  }

  .public-business-title h2 {
    font-size: clamp(23px, 6.2vw, 27px);
  }

  .public-business-nav {
    margin: 0;
    padding: 6px;
    top: 48px;
  }

  .public-business-nav button,
  .public-business-nav a {
    min-height: 34px;
    padding: 7px 10px;
  }

  .relationship-business-nav {
    gap: 7px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    overflow: visible;
    padding: 7px;
  }

  .relationship-business-nav button {
    flex: initial;
    min-height: 66px;
    padding: 7px 4px 6px;
    white-space: normal;
  }

  .relationship-business-nav button .dashboard-action-icon {
    height: 21px;
    width: 21px;
  }

  .relationship-business-nav button strong,
  .relationship-business-nav button small {
    white-space: nowrap;
  }

  .public-business-layout,
  .public-business-main,
  .public-business-viewport {
    gap: 8px;
    max-width: none;
    width: 100%;
  }

  .public-business-rail {
    display: none;
  }
}

@media (max-width: 760px) {
  .organization-portal-mode .platform-subheader,
  .organization-portal-mode .bp-subheader {
    align-items: center;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 78px;
    padding: 10px 12px;
  }

  .organization-portal-mode .bp-subheader-brand {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .organization-portal-mode .bp-subheader-brand img {
    height: 32px;
    width: 32px;
  }

  .organization-portal-mode .bp-subheader-brand strong {
    font-size: 22px;
  }

  .organization-portal-mode .bp-subheader-brand small {
    font-size: 11px;
  }

  .organization-portal-mode .bp-subheader .platform-nav-menu-shell {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
    width: auto;
  }

  .organization-portal-mode .bp-subheader .platform-nav-menu-toggle {
    border-radius: 999px;
    gap: 7px;
    min-height: 42px;
    padding: 0 12px;
    width: auto;
  }

  .organization-portal-mode .bp-subheader .platform-nav-menu-toggle [data-organization-current-label] {
    max-width: 104px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .organization-portal-mode .bp-subheader .platform-nav-menu {
    left: auto;
    right: 0;
    top: calc(100% + 8px);
  }

  .organization-portal-mode .bp-subheader-tools,
  .organization-portal-mode .platform-subheader-subnav,
  .organization-portal-mode .bp-subheader-actions {
    display: none;
  }

  .organization-portal-mode .bp-device-page[data-organization-view="dashboard"] .bp-card-head {
    display: none;
  }

  .organization-focus-card {
    align-items: start;
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 14px;
  }

  .organization-focus-card .organization-profile-logo {
    border-radius: 12px;
    height: 52px;
    width: 52px;
  }

  .organization-focus-card h2 {
    font-size: 22px;
  }

  .organization-focus-card p {
    font-size: 13px;
    line-height: 1.25;
  }

  .organization-focus-apps {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .organization-focus-apps button,
  .organization-focus-apps a {
    height: 64px;
    min-height: 64px;
    padding: 6px 4px;
  }

  .organization-portal-mode .bp-main {
    background: #eef5ef;
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .organization-portal-mode .bp-device-page {
    padding: 18px 12px 28px;
  }

  .organization-portal-mode .bp-device-page > .bp-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }

  .organization-portal-mode .bp-card-head {
    align-items: start;
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 4px;
  }

  .organization-portal-mode .bp-card-head h3 {
    font-size: 18px;
    line-height: 1.1;
  }

  .organization-portal-mode .bp-card-head p {
    font-size: 14px;
    line-height: 1.25;
  }

  .organization-portal-mode-apps.organization-mobile-apps {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    margin: 14px 4px 18px;
    max-width: 100%;
    width: calc(100% - 8px);
  }

  .organization-portal-mode-apps.organization-mobile-apps button {
    border-radius: 8px;
    height: 74px;
    min-height: 74px;
    width: 100%;
  }

  .organization-hub-addon-card .organization-overview-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .organization-setup-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .organization-setup-rail {
    margin: 18px 0 22px;
    padding: 0;
  }

  .organization-setup-links button {
    height: 72px;
    padding: 7px 5px;
  }

  .organization-setup-links button span {
    font-size: 11px;
  }

  .organization-setup-guide-strip {
    grid-template-columns: 1fr;
  }

  .organization-setup-checklist {
    grid-template-columns: 1fr;
  }

  .organization-portal-mode .organization-discovery-grid {
    grid-template-columns: 1fr;
  }

  .organization-portal-mode .organization-discovery-card,
  .organization-portal-mode .organization-registration-card,
  .organization-portal-mode .organization-launch-hub-card {
    border-radius: 8px;
    padding: 10px;
  }

  .organization-portal-mode .organization-discovery-card .organization-card-head {
    gap: 8px 12px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    width: 100%;
  }

  .organization-portal-mode .organization-discovery-card .organization-profile-logo,
  .organization-portal-mode .organization-partner-logo {
    border-radius: 8px;
    height: 66px;
    width: 66px;
  }

  .organization-portal-mode .organization-discovery-card .organization-card-head h3 {
    font-size: 17px;
    line-height: 1.15;
  }

  .organization-portal-mode .organization-discovery-card .organization-card-head p {
    font-size: 13px;
    line-height: 1.22;
  }

  .organization-portal-mode .organization-discovery-card .organization-card-head > strong {
    font-size: 18px;
    justify-self: end;
    white-space: nowrap;
  }

  .organization-portal-mode .organization-discovery-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .organization-hub-form-grid,
  .organization-hub-option-grid,
  .organization-hub-toolbar,
  .organization-customer-search,
  .organization-public-layout,
  .organization-public-hero {
    grid-template-columns: 1fr;
  }

  .organization-public-page {
    padding: 14px;
  }

  .organization-public-qr {
    height: 104px;
    width: 104px;
  }

  .organization-connect-card .organization-card-head {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .organization-portal-mode .organization-registration-summary-card .organization-card-head {
    grid-template-columns: 62px minmax(0, 1fr) auto;
  }

  .organization-portal-mode .organization-registration-summary-card .organization-card-head > strong {
    font-size: 18px;
    justify-self: end;
    white-space: nowrap;
  }

  .organization-portal-mode .bp-subheader-actions {
    display: none;
  }

  .organization-portal-mode .organization-mobile-bottom-bar {
    align-items: center;
    background: rgba(255, 254, 250, 0.98);
    border-top: 1px solid rgba(31, 111, 91, 0.18);
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(6, 19, 15, 0.14);
    box-sizing: border-box;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    max-width: 100vw;
    padding: 6px max(4px, env(safe-area-inset-left, 0px)) calc(6px + env(safe-area-inset-bottom, 0px)) max(4px, env(safe-area-inset-right, 0px));
    position: fixed;
    right: 0;
    z-index: 34;
  }

  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: var(--primary);
    display: grid;
    gap: 3px;
    justify-items: center;
    box-sizing: border-box;
    min-height: 50px;
    min-width: 0;
    overflow: hidden;
    padding: 4px 1px;
    position: relative;
    text-decoration: none;
  }

  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item:hover,
  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item:focus-visible,
  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item.active {
    background: #edf7f1;
    outline: 0;
  }

  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item .dashboard-action-icon {
    height: clamp(20px, 5.4vw, 24px);
    width: clamp(20px, 5.4vw, 24px);
  }

  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item span {
    color: #37554a;
    font-size: clamp(7.5px, 2.15vw, 9px);
    font-weight: 900;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .organization-portal-mode .organization-mobile-bottom-bar .platform-mobile-bottom-item em {
    align-items: center;
    background: #dff5ed;
    border: 1px solid #b9dfd0;
    border-radius: 999px;
    color: #0f6b51;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    height: 17px;
    justify-content: center;
    min-width: 17px;
    padding: 0 4px;
    position: absolute;
    right: calc(50% - 24px);
    top: 4px;
  }

  .organization-portal-mode .organization-mobile-menu-backdrop {
    background: rgba(6, 19, 15, 0.34);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 35;
  }

  .organization-portal-mode .organization-mobile-menu-backdrop[hidden] {
    display: none;
  }

  .organization-portal-mode .organization-mobile-menu-sheet {
    align-content: start;
    background: #f7fbf8;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -24px 58px rgba(6, 19, 15, 0.28);
    display: grid;
    gap: 10px;
    grid-auto-rows: max-content;
    left: 0;
    max-height: min(78vh, 680px);
    overflow-y: auto;
    padding: 12px 10px calc(86px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    z-index: 36;
  }

  .organization-portal-mode .organization-mobile-menu-sheet[hidden] {
    display: none;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .platform-mobile-menu-panel {
    display: grid;
    gap: 10px;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .platform-mobile-menu-panel[hidden] {
    display: none;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .header-notification-menu-list {
    gap: 10px;
    max-height: none;
    padding-top: 10px;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .header-notification-item {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
    padding: 0;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .header-notification-item a {
    align-items: center;
    gap: 10px;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 70px;
    padding: 10px;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .platform-mobile-menu-title {
    display: grid;
    gap: 2px;
    padding: 2px 2px 4px;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .platform-mobile-menu-title strong {
    color: #0d2a22;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.1;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .platform-mobile-menu-title small {
    color: #536174;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .header-notification-menu-head {
    background: #fffefa;
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    padding: 4px 2px 12px;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .header-notification-menu-head strong {
    color: #0d2a22;
    font-size: 15px;
    line-height: 1.1;
  }

  .organization-portal-mode .organization-mobile-menu-sheet .header-notification-menu-head span {
    color: #536174;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 2px;
  }

  .organization-portal-mode .organization-mobile-account-panel {
    display: grid;
    gap: 10px;
  }

  .organization-portal-mode .organization-mobile-account-panel[hidden] {
    display: none;
  }

  .organization-portal-mode .organization-mobile-account-summary {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 12px;
    display: grid;
    overflow: hidden;
  }

  .organization-portal-mode .organization-mobile-account-summary .bp-account-profile-row {
    border-bottom: 1px solid rgba(31, 111, 91, 0.14);
  }

  .organization-portal-mode .organization-mobile-account-panel .bp-account-menu-avatar {
    flex: 0 0 36px;
    height: 36px;
    overflow: hidden;
    width: 36px;
  }

  .organization-portal-mode .organization-mobile-account-panel .bp-account-menu-avatar img {
    border-radius: inherit;
    display: block;
    height: 100%;
    object-fit: contain;
    padding: 3px;
    width: 100%;
  }

  .organization-portal-mode .organization-mobile-account-summary .bp-account-profile-row,
  .organization-portal-mode .organization-mobile-profile-switcher .bp-account-profile-row {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .organization-portal-mode .organization-mobile-account-stats {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px;
  }

  .organization-portal-mode .organization-mobile-account-stats span {
    background: #f7fbf8;
    border: 1px solid rgba(31, 111, 91, 0.16);
    border-radius: 8px;
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 8px;
  }

  .organization-portal-mode .organization-mobile-account-stats b {
    color: #061f19;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .organization-portal-mode .organization-mobile-account-stats small {
    color: #536174;
    font-size: 10px;
    font-weight: 900;
  }

  .organization-portal-mode .organization-mobile-profile-switcher {
    display: grid;
    gap: 8px;
  }

  .organization-portal-mode .organization-mobile-profile-switcher > strong {
    color: #0d2a22;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
  }

  .organization-portal-mode .organization-mobile-profile-switcher .bp-account-profile-stack {
    background: #fffefa;
    border-color: rgba(31, 111, 91, 0.2);
    border-radius: 12px;
  }

  .organization-portal-mode .organization-mobile-profile-switcher .bp-account-profile-row {
    min-height: 54px;
    padding: 8px;
  }

  .organization-portal-mode .organization-mobile-account-panel > a,
  .organization-portal-mode .organization-mobile-account-panel > button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 10px;
    color: #0d2a22;
    display: grid;
    font: inherit;
    font-weight: 900;
    gap: 10px;
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 46px;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .organization-portal-mode .organization-mobile-account-panel > a:hover,
  .organization-portal-mode .organization-mobile-account-panel > button:hover,
  .organization-portal-mode .organization-mobile-account-panel > a:focus-visible,
  .organization-portal-mode .organization-mobile-account-panel > button:focus-visible {
    background: #e7f6f0;
    outline: 0;
  }

  .organization-portal-mode .organization-mobile-account-panel .bp-account-action-icon svg {
    fill: none;
    height: 18px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 18px;
  }

  .organization-portal-mode.organization-mobile-menu-open {
    overflow: hidden;
  }

  body:not(.business-portal-mode) .account-platform-layout .account-view:has(.organization-mobile-apps) {
    gap: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  body:not(.business-portal-mode) .account-platform-layout .account-view:has(.organization-mobile-apps) > div:first-child {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-left: 12px;
    margin-right: 12px;
    padding: 8px 0 0;
    width: calc(100% - 24px);
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .account-view-title {
    display: none;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .account-view-title-icon {
    height: 36px;
    width: 36px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .account-view-title-copy h2 {
    font-size: 22px;
    line-height: 1.05;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .account-view-title-copy p {
    font-size: 14px;
    line-height: 1.25;
  }

  .organization-mobile-apps {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: stretch;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 0;
    max-width: 100%;
    width: calc(100% - 24px);
  }

  .organization-mobile-apps button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 12px;
    color: #14372d;
    display: grid;
    gap: 4px;
    height: 74px;
    justify-items: center;
    min-height: 74px;
    min-width: 0;
    padding: 7px 5px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps button {
    height: 74px;
    min-height: 74px;
    width: 100%;
  }

  .organization-mobile-apps button.is-active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.42);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
    color: var(--primary);
  }

  .organization-mobile-apps .dashboard-action-icon {
    height: 21px;
    width: 21px;
  }

  .organization-mobile-apps span,
  .organization-mobile-apps small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .organization-mobile-apps span {
    font-size: 10px;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  .organization-mobile-apps small {
    color: #536174;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.05;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-grid {
    gap: 10px;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 24px);
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-profile-card,
  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-registration-card,
  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-card {
    gap: 12px;
    padding: 12px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-profile-card .organization-card-head {
    align-items: center;
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    justify-items: stretch;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-profile-card .organization-card-head .text-button {
    justify-self: start;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-card-head h3 {
    font-size: 17px;
    line-height: 1.12;
    margin: 0;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-card-head p {
    font-size: 13px;
    line-height: 1.22;
    margin-top: 2px;
    overflow-wrap: anywhere;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-avatar {
    height: 42px;
    width: 42px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-metrics {
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-metrics span {
    gap: 2px;
    min-height: 54px;
    padding: 8px 7px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-metrics b {
    font-size: 15px;
    line-height: 1.05;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-metrics small {
    font-size: 10px;
    line-height: 1.1;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-events {
    background: #f8fbfa;
    border: 1px solid rgba(31, 111, 91, 0.12);
    border-radius: 8px;
    padding: 10px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-events b {
    font-size: 12px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-events p {
    font-size: 13px;
    line-height: 1.25;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-signup-list {
    display: flex;
    gap: 10px;
    margin-left: -2px;
    margin-right: -2px;
    overflow-x: auto;
    padding: 12px 2px 2px;
    scroll-snap-type: x proximity;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-signup-list .organization-registration-card {
    flex: 0 0 min(82vw, 280px);
    scroll-snap-align: start;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-registration-card-compact .organization-card-head {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-registration-card-compact .organization-avatar {
    height: 38px;
    width: 38px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-card-actions {
    gap: 6px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-organization-mobile-panel] {
    display: none;
  }

  body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="profiles"] [data-organization-mobile-panel="profiles"],
  body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="signups"] [data-organization-mobile-panel="signups"],
  body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="support"] [data-organization-mobile-panel="support"],
  body:not(.business-portal-mode) .account-view[data-organization-mobile-active-panel="giveback"] [data-organization-mobile-panel="giveback"] {
    display: grid;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"].organization-grid {
    gap: 10px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card {
    align-items: center;
    background: #fffefa;
    border-color: #aebfba;
    border-radius: 16px;
    box-shadow: none;
    display: grid;
    min-height: 82px;
    padding: 10px 12px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head {
    align-items: center;
    display: grid;
    gap: 8px 12px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    width: 100%;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-avatar {
    border-radius: 14px;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 56px;
    width: 56px;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head > div {
    align-self: center;
    display: grid;
    gap: 3px;
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head h3 {
    font-size: 16px;
    line-height: 1.15;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .organization-card-head p.muted {
    display: none;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-mobile-summary {
    color: var(--muted);
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card .text-button {
    align-items: center;
    align-self: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--primary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    grid-column: 3;
    grid-row: 1 / span 2;
    height: 34px;
    justify-content: center;
    justify-self: end;
    min-height: 34px;
    overflow: hidden;
    padding: 0 12px;
    text-decoration: none;
    width: auto;
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card > .organization-metrics,
  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card > .organization-events,
  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) [data-platform-section="organizations-profiles"] .organization-profile-card > .organization-signup-list {
    display: none;
  }
}

@media (max-width: 420px) {
  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px);
  }

  body:not(.business-portal-mode) .account-view:has(.organization-mobile-apps) .organization-mobile-apps button {
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 0;
    width: 100%;
  }
}

/* Final event discovery tile rules: keep upcoming events as 2:3 cards everywhere. */
.platform-layout .event-browser-list,
.account-platform-layout .event-browser-list,
.event-browser-list,
.relationship-event-tiles {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  width: 100%;
}

.platform-layout .cloud-event-tile,
.account-platform-layout .cloud-event-tile,
.cloud-event-tile {
  aspect-ratio: 2 / 3;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(28, 38, 32, 0.07);
  cursor: pointer;
  display: grid;
  gap: 13px;
  grid-template-rows: minmax(108px, 0.9fr) minmax(0, 1fr) auto;
  min-height: 0;
  overflow: hidden;
  padding: 16px;
  position: relative;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
  width: auto;
}

.cloud-event-tile:hover,
.cloud-event-tile:focus-visible {
  border-color: rgba(31, 111, 91, 0.36);
  box-shadow: 0 16px 30px rgba(12, 45, 34, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.platform-layout .cloud-event-tile-art,
.account-platform-layout .cloud-event-tile-art,
.cloud-event-tile-art {
  align-items: center;
  background: linear-gradient(145deg, #e8f2ee, #fff5dc);
  border: 1px solid #c9dfd4;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 110px;
  overflow: hidden;
}

.platform-layout .cloud-event-tile-art span,
.account-platform-layout .cloud-event-tile-art span,
.cloud-event-tile-art span {
  align-items: center;
  background: rgba(255, 254, 250, 0.84);
  border: 1px solid rgba(31, 111, 91, 0.24);
  border-radius: 999px;
  color: var(--primary);
  display: flex;
  font-size: 32px;
  font-weight: 900;
  height: 68px;
  justify-content: center;
  width: 68px;
}

.platform-layout .cloud-event-tile-art .cloud-event-tile-image,
.account-platform-layout .cloud-event-tile-art .cloud-event-tile-image,
.cloud-event-tile-art .cloud-event-tile-image {
  border: 0;
  border-radius: 8px;
  height: 100%;
  min-height: 110px;
  width: 100%;
}

.cloud-event-tile-copy {
  align-content: start;
  display: grid;
  gap: 5px;
  min-width: 0;
}

.platform-layout .cloud-event-tile h3,
.account-platform-layout .cloud-event-tile h3,
.cloud-event-tile h3 {
  font-size: 19px;
  line-height: 1.15;
  margin: 0;
}

.platform-layout .cloud-event-tile p,
.account-platform-layout .cloud-event-tile p,
.platform-layout .cloud-event-tile strong,
.account-platform-layout .cloud-event-tile strong,
.cloud-event-tile p,
.cloud-event-tile strong {
  font-size: 13px;
  line-height: 1.22;
  margin: 0;
}

.cloud-event-tile strong {
  color: var(--ink);
}

.cloud-event-tile-footer {
  align-items: center;
  border-top: 1px solid rgba(217, 208, 194, 0.72);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-height: 42px;
  padding-top: 10px;
}

.cloud-event-tile-footer span,
.cloud-event-tile-footer small {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  padding: 0;
}

.cloud-event-tile-footer .cloud-event-distance {
  color: #536174;
  font-weight: 800;
}

.cloud-event-tile-footer small {
  background: #e5f3ec;
  border: 1px solid #c7e2d3;
  color: var(--primary);
  padding: 6px 9px;
  white-space: nowrap;
}

.platform-layout .cloud-event-tile .cloud-event-actions,
.account-platform-layout .cloud-event-tile .cloud-event-actions,
.cloud-event-tile .cloud-event-actions {
  display: flex;
  gap: 6px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.interested-happenings-card {
  overflow: hidden;
}

.interested-happening-rail {
  display: grid;
  gap: 12px;
  grid-auto-columns: minmax(210px, 245px);
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 2px 2px 10px;
  scroll-snap-type: inline proximity;
}

.interested-happening-rail::-webkit-scrollbar {
  height: 8px;
}

.interested-happening-rail::-webkit-scrollbar-thumb {
  background: #cbded5;
  border-radius: 999px;
}

.interested-happening-tile {
  align-items: center;
  aspect-ratio: auto;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 9px;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  justify-content: stretch;
  min-height: 0;
  padding: 12px;
  scroll-snap-align: start;
  text-align: left;
  transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.interested-happening-tile > .happening-price-badge {
  align-self: start;
  justify-self: end;
}

.interested-happening-tile:hover,
.interested-happening-tile:focus-visible {
  background: #edf7f1;
  border-color: #9fcfbd;
  box-shadow: 0 12px 24px rgba(12, 45, 34, 0.09);
  outline: none;
  transform: translateY(-1px);
}

.interested-happening-tile:active {
  box-shadow: 0 2px 8px rgba(12, 45, 34, 0.06);
  transform: translateY(0);
}

.interested-happening-image {
  align-items: center;
  aspect-ratio: 1;
  background-color: #f4f1eb;
  background-position: center;
  background-size: cover;
  border: 1px solid #d6e2dc;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-size: 28px;
  font-weight: 900;
  justify-content: center;
  height: 74px;
  min-height: 0;
  width: 74px;
}

.interested-happening-image.is-placeholder {
  background: linear-gradient(145deg, #e8f2ee, #fff5dc);
}

.interested-happening-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.interested-happening-copy strong,
.interested-happening-copy small,
.interested-happening-copy em {
  display: block;
  font-style: normal;
  line-height: 1.18;
  margin: 0;
}

.interested-happening-copy strong {
  font-size: 15px;
}

.interested-happening-copy small,
.interested-happening-copy em {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.event-happening-browser {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.event-happening-browser[hidden] {
  display: none;
}

.event-happening-browser-list {
  display: grid;
  gap: 8px;
}

.event-happening-browser-card {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(28, 38, 32, 0.04);
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 82px minmax(0, 1fr) auto auto;
  min-width: 0;
  padding: 9px;
  text-align: left;
}

.event-happening-browser-card:hover,
.event-happening-browser-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.38);
  outline: none;
}

.event-happening-browser-image {
  align-items: center;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  border: 1px solid #cce3d7;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-size: 28px;
  font-weight: 950;
  justify-content: center;
  overflow: hidden;
  width: 82px;
}

.event-happening-browser-image.is-placeholder {
  background: linear-gradient(90deg, #f2f7f2 0%, #fffefa 50%, #edf5ef 100%);
}

.event-happening-browser-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.event-happening-browser-copy strong,
.event-happening-browser-copy small,
.event-happening-browser-copy em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-happening-browser-copy strong {
  font-size: 15px;
  font-weight: 950;
  line-height: 1.12;
  white-space: nowrap;
}

.event-happening-browser-copy small,
.event-happening-browser-copy em {
  color: #4b5b73;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.18;
}

.event-happening-browser-status {
  background: #e5f3ec;
  border: 1px solid #c7e2d3;
  border-radius: 999px;
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  padding: 4px 7px;
}

@media (max-width: 620px) {
  body:not(.business-portal-mode) .interested-happening-rail {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    overflow-x: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  body:not(.business-portal-mode) .interested-happening-rail::-webkit-scrollbar {
    display: none;
  }

  body:not(.business-portal-mode) .interested-happening-tile {
    align-items: center;
    aspect-ratio: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    padding: 9px;
  }

  body:not(.business-portal-mode) .interested-happening-image {
    aspect-ratio: 1;
    height: 82px;
    min-height: 0;
    width: 82px;
  }
}

.cloud-event-preview-panel {
  max-width: 640px;
  padding: 28px;
  position: relative;
}

.cloud-event-preview-panel .modal-close-row,
.cloud-event-detail-panel .modal-close-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.cloud-event-preview-panel .modal-close-row button,
.cloud-event-detail-panel .modal-close-row button {
  background: #fffefa;
  border: 1px solid #cbded5;
  box-shadow: 0 1px 0 rgba(12, 45, 34, 0.08), 0 8px 18px rgba(12, 45, 34, 0.05);
  color: var(--primary);
  min-height: 36px;
  padding: 7px 13px;
  transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.cloud-event-preview-panel .modal-close-row button:hover,
.cloud-event-preview-panel .modal-close-row button:focus-visible,
.cloud-event-detail-panel .modal-close-row button:hover,
.cloud-event-detail-panel .modal-close-row button:focus-visible {
  background: #eef7f2;
  border-color: #9fcfbd;
  box-shadow: 0 1px 0 rgba(12, 45, 34, 0.08), 0 10px 22px rgba(12, 45, 34, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.cloud-event-preview-panel .modal-close-row button:active,
.cloud-event-detail-panel .modal-close-row button:active {
  box-shadow: 0 1px 0 rgba(12, 45, 34, 0.08);
  transform: translateY(0);
}

.cloud-event-preview-top-actions .business-tile-star {
  background: rgba(255, 254, 250, 0.94);
  border: 1px solid var(--line);
  box-shadow: none;
  flex: 0 0 auto;
  height: 34px;
  min-height: 0;
  padding: 0;
  position: static;
  transform: none;
  width: 34px;
}

.cloud-event-preview-top-actions .business-tile-star .star-icon {
  height: 19px;
  width: 19px;
}

.cloud-event-preview-top-actions .business-tile-star.saved {
  background: #fff8dd;
  border-color: #e1ba54;
  box-shadow: none;
}

.cloud-event-preview-top-actions .business-tile-star.saved .star-icon path {
  fill: #f2b705;
  stroke: #9a6700;
}

.cloud-event-preview-top-actions .business-tile-star:hover,
.cloud-event-preview-top-actions .business-tile-star:focus-visible {
  background: #fffefa;
  border-color: #d8bd69;
  box-shadow: 0 6px 16px rgba(12, 45, 34, 0.08);
  outline: none;
  transform: translateY(-1px);
}

.cloud-event-preview-top-actions .business-tile-star.saved:hover,
.cloud-event-preview-top-actions .business-tile-star.saved:focus-visible {
  background: #fff8dd;
  border-color: #d8bd69;
  box-shadow: 0 6px 16px rgba(12, 45, 34, 0.08);
}

.cloud-event-preview-top-actions .business-tile-star:active {
  box-shadow: none;
  transform: translateY(0);
}

.cloud-event-preview-panel .modal-close-row .business-tile-star,
.cloud-event-detail-panel .modal-close-row .business-tile-star {
  align-items: center;
  background: rgba(255, 254, 250, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: none;
  color: var(--primary);
  display: flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  min-height: 0;
  padding: 0;
  position: static;
  transform: none;
  width: 34px;
}

.cloud-event-preview-panel .modal-close-row .business-tile-star .star-icon,
.cloud-event-detail-panel .modal-close-row .business-tile-star .star-icon {
  height: 19px;
  width: 19px;
}

.cloud-event-preview-panel .modal-close-row .business-tile-star.saved,
.cloud-event-detail-panel .modal-close-row .business-tile-star.saved {
  background: #fff8dd;
  border-color: #e1ba54;
}

.cloud-event-preview-panel .modal-close-row .business-tile-star.saved .star-icon path,
.cloud-event-detail-panel .modal-close-row .business-tile-star.saved .star-icon path {
  fill: #f2b705;
  stroke: #9a6700;
}

.cloud-event-preview-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cloud-event-preview-actions .button,
.cloud-event-preview-actions button:not(.business-tile-star) {
  border-radius: 7px;
  box-shadow: 0 1px 0 rgba(12, 45, 34, 0.12), 0 9px 18px rgba(12, 45, 34, 0.08);
  min-height: 38px;
  padding: 8px 14px;
  transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.cloud-event-preview-actions .button:hover,
.cloud-event-preview-actions button:not(.business-tile-star):hover,
.cloud-event-preview-actions .button:focus-visible,
.cloud-event-preview-actions button:not(.business-tile-star):focus-visible {
  box-shadow: 0 1px 0 rgba(12, 45, 34, 0.12), 0 12px 22px rgba(12, 45, 34, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.cloud-event-preview-actions .button:active,
.cloud-event-preview-actions button:not(.business-tile-star):active {
  box-shadow: 0 1px 0 rgba(12, 45, 34, 0.1);
  transform: translateY(0);
}

.cloud-event-preview-block {
  display: grid;
  gap: 8px;
}

.cloud-event-preview-happenings {
  display: grid;
  gap: 10px;
}

.cloud-event-preview-happening {
  align-items: start;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  justify-content: stretch;
  min-height: 0;
  padding: 12px;
  position: relative;
  text-align: left;
  transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.cloud-event-preview-happening::after {
  align-items: center;
  align-self: center;
  border: 1px solid #cbded5;
  border-radius: 999px;
  color: var(--primary);
  content: ">";
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.cloud-event-preview-happening strong,
.cloud-event-preview-happening small {
  grid-column: 1;
}

.cloud-event-preview-happening > div {
  align-content: center;
  display: grid;
  gap: 5px;
  min-width: 0;
}

.cloud-event-preview-happening:hover,
.cloud-event-preview-happening:focus-visible {
  background: #edf7f1;
  border-color: #b8d9cc;
  box-shadow: 0 10px 22px rgba(12, 45, 34, 0.08);
  color: var(--ink);
  outline: none;
  transform: translateY(-1px);
}

.cloud-event-preview-happening:active {
  box-shadow: 0 2px 8px rgba(12, 45, 34, 0.06);
  transform: translateY(0);
}

.cloud-event-preview-happening small {
  color: var(--muted);
  font-weight: 700;
}

.event-detail-viewport {
  gap: 18px;
}

.event-detail-toolbar {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.event-detail-hero-card,
.event-detail-happening-card,
.event-detail-info-grid {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.event-detail-hero-card {
  display: grid;
  gap: 14px;
  padding-right: 156px;
  position: relative;
}

.event-detail-card-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
}

.event-detail-card-actions .business-tile-star {
  position: static;
}

.event-detail-hero-card .cloud-event-detail-hero {
  align-items: start;
  grid-template-columns: 96px minmax(0, 1fr);
}

.event-detail-media-stack {
  align-items: center;
  display: grid;
  gap: 6px;
  justify-items: center;
  width: 96px;
}

.event-detail-media-stack > .cloud-event-detail-art {
  height: 96px;
  width: 96px;
}

.event-detail-media-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  width: max-content;
}

.event-detail-map-toggle {
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.event-detail-location-image {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e8f2ee, #fff5dc);
  background-position: center;
  background-size: cover;
  border: 1px solid #c9dfd4;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  min-height: 50px;
}

.text-button {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-weight: 900;
  min-height: 0;
  padding: 4px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.text-button:hover,
.text-button:focus-visible {
  color: #0f4d3f;
  outline: none;
}

.event-detail-focus {
  display: grid;
  gap: 14px;
}

.event-detail-happening-browser {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(250px, 0.31fr) minmax(0, 1fr);
}

.event-detail-happening-rail {
  align-content: start;
  border-right: 1px solid #d8e6df;
  display: grid;
  gap: 10px;
  padding-right: 12px;
}

.event-detail-happening-rail-head h3,
.event-detail-happening-rail-head p,
.event-detail-happening-pane-head h3,
.event-detail-happening-pane-head p {
  margin: 0;
}

.event-detail-happening-rail-head h3 {
  font-size: 18px;
  line-height: 1.15;
}

.event-detail-happening-rail-list {
  display: grid;
  gap: 8px;
}

.event-detail-happening-pane {
  align-content: start;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.event-detail-map-view {
  display: grid;
  gap: 14px;
}

.event-detail-map-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.event-detail-map-head h3,
.event-detail-map-head p {
  margin: 0;
}

.event-detail-map-layout {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(520px, 1fr) minmax(240px, 0.26fr);
  transition: grid-template-columns 220ms ease;
}

.event-detail-map-view.has-location-drawer .event-detail-map-layout {
  grid-template-columns: minmax(520px, 0.58fr) minmax(430px, 0.42fr);
}

.event-detail-map-canvas {
  background-color: #edf3ef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #cfe3d9;
  border-radius: 8px;
  min-height: 360px;
  position: relative;
}

.event-detail-map-canvas.is-empty {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-weight: 800;
  justify-content: center;
}

.event-detail-map-pin {
  background: #0b7a5d;
  border: 2px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(5, 38, 29, 0.24);
  height: 18px;
  min-height: 0;
  padding: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 18px;
}

.event-detail-map-pin:hover,
.event-detail-map-pin:focus-visible {
  background: #f5a623;
  outline: 3px solid rgba(245, 166, 35, 0.24);
}

.event-detail-map-side {
  align-content: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(210px, 1fr) minmax(0, 0fr);
  overflow: hidden;
  transition: grid-template-columns 220ms ease;
}

.event-detail-map-view.has-location-drawer .event-detail-map-side {
  grid-template-columns: minmax(210px, 0.52fr) minmax(180px, 0.48fr);
}

.event-detail-map-location-list {
  align-content: start;
  display: grid;
  gap: 8px;
  order: 1;
}

.event-detail-route-stop-list {
  align-content: start;
  border-top: 1px solid #d7e8e1;
  display: grid;
  gap: 8px;
  margin-top: 12px;
  order: 1;
  padding-top: 12px;
}

.event-detail-map-location {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 66px;
  min-width: 0;
  overflow: hidden;
  padding: 4px 8px 4px 4px;
  text-align: left;
}

.event-detail-map-location:hover,
.event-detail-map-location:focus-visible,
.event-detail-map-location.is-active {
  background: linear-gradient(90deg, #e5f4ee 0%, #f6fbf8 58%, #fffefa 100%);
  border-color: #9fd4c3;
  color: var(--ink);
  outline: none;
}

.event-detail-map-location.is-active {
  box-shadow: inset 4px 0 0 #0b7a5d;
}

.event-detail-route-stop {
  background: #f4f9fc;
  border-color: #b9d8e6;
}

.event-detail-map-pin.is-active {
  background: #f5a623;
  height: 22px;
  width: 22px;
}

.event-detail-map-pin.is-route-stop {
  background: #2b7ca3;
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(43, 124, 163, 0.2);
}

.event-detail-map-location > span:last-child {
  display: grid;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
}

.event-detail-map-location strong,
.event-detail-map-location small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-detail-map-location strong {
  white-space: nowrap;
}

.event-detail-map-location small {
  color: var(--muted);
  display: -webkit-box;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-detail-map-happenings {
  align-content: start;
  align-self: start;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-width: 0;
  opacity: 0;
  order: 2;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  transform: translateX(28px);
  transition: opacity 180ms ease, transform 220ms ease, background-color 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.event-detail-map-happenings.is-open {
  animation: eventMapDrawerIn 220ms ease both;
  background: #fbfdfb;
  border-color: #d2e7dd;
  opacity: 1;
  padding: 10px;
  pointer-events: auto;
  transform: translateX(0);
}

.event-detail-map-happenings > div {
  display: grid;
  gap: 2px;
}

.event-detail-map-happenings-head .platform-mobile-drawer-handle {
  display: none;
}

.event-detail-map-happenings-backdrop {
  display: none;
}

.event-detail-map-happenings > div small {
  color: var(--muted);
  font-weight: 800;
}

.event-detail-map-happening {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  min-height: 66px;
  padding: 4px 8px 4px 4px;
  text-align: left;
}

.event-detail-map-happening:hover,
.event-detail-map-happening:focus-visible {
  background: #edf7f1;
  border-color: #b8d9cc;
  color: var(--ink);
  outline: none;
}

.event-detail-map-happening .event-detail-happening-rail-image {
  height: 100%;
  min-height: 58px;
}

.event-detail-map-happening > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.event-detail-map-happening strong,
.event-detail-map-happening small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-detail-map-happening strong {
  white-space: nowrap;
}

.event-detail-map-happening small {
  color: var(--muted);
  display: -webkit-box;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@keyframes eventMapDrawerIn {
  from {
    opacity: 0;
    transform: translateX(28px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.event-detail-happening-pane-head {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.event-detail-happening-pane-head > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.event-detail-happening-pane-head .text-button {
  flex: 0 0 auto;
  white-space: nowrap;
}

.event-detail-happening-card {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
}

.event-detail-happening-card:not(:has(.event-detail-happening-image)) {
  grid-template-columns: 1fr;
}

.event-detail-happening-card.is-featured {
  border-color: #b8d9cc;
  box-shadow: 0 16px 34px rgba(12, 45, 34, 0.08);
}

.event-detail-happening-image {
  aspect-ratio: 4 / 3;
  background-color: #f4f1eb;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  min-height: 170px;
}

.event-detail-happening-copy {
  align-content: start;
  display: grid;
  gap: 10px;
}

.event-happening-title-row {
  align-items: start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.event-happening-cart-panel {
  background: #ffffff;
  border: 1px solid #9fd4c3;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 19, 15, 0.08);
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding: 18px;
}

.event-happening-cart-panel.hidden {
  display: none;
}

.event-happening-attend-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f3faf6 100%);
}

.event-happening-cart-head,
.event-happening-cart-submit {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.event-happening-cart-head {
  border-bottom: 1px solid #d7e8e1;
  padding-bottom: 12px;
}

.event-happening-cart-head h4 {
  font-size: 20px;
  line-height: 1.1;
  margin: 4px 0 0;
}

.event-happening-attend-meta,
.event-happening-next-actions {
  display: grid;
  gap: 8px;
}

.event-happening-attend-meta span,
.event-happening-next-actions button {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 22px minmax(0, 1fr);
  justify-content: start;
  text-align: left;
}

.event-happening-attend-meta span {
  background: #fffefa;
  border: 1px solid #d4e9df;
  border-radius: 8px;
  color: var(--primary);
  padding: 10px;
}

.event-happening-attend-meta small {
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
}

.event-happening-showing-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 2px;
}

.event-happening-showing-list.is-compact {
  gap: 6px;
  margin: 4px 0;
}

.event-happening-showing-row {
  align-items: center;
  background: #fbfdfb;
  border: 1px solid #d4e9df;
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 24px minmax(0, 1fr);
  padding: 9px 10px;
}

.event-happening-showing-row.is-route-stop {
  background: #f4f9fc;
  border-color: #b9d8e6;
}

.event-happening-showing-row .dashboard-action-icon,
.event-happening-showing-row .event-filter-icon {
  color: var(--primary);
  height: 18px;
  width: 18px;
}

.event-happening-showing-row small {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.event-happening-showing-row b {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.2;
}

.event-happening-showing-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.event-happening-next-actions {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.event-happening-next-actions button {
  background: #fffefa;
  border-color: #9fd4c3;
  color: var(--primary);
  min-height: 42px;
}

.event-happening-next-actions .dashboard-action-icon,
.event-happening-attend-meta .dashboard-action-icon,
.event-happening-next-actions .event-filter-icon,
.event-happening-attend-meta .event-filter-icon,
.event-happening-next-actions .interest-icon {
  height: 18px;
  width: 18px;
}

.event-happening-cart-packages {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.event-happening-cart-package {
  align-items: start;
  background: #fbfdfb;
  border: 1px solid #d4e9df;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 106px;
  padding: 14px;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.event-happening-cart-package.is-selected {
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: inset 0 0 0 2px var(--primary);
  transform: none;
}

.event-happening-cart-package input {
  accent-color: var(--primary);
  margin-top: 2px;
  min-height: 0;
  padding: 0;
}

.event-happening-cart-package span {
  display: grid;
  gap: 4px;
}

.event-happening-cart-package small {
  color: var(--muted);
  display: -webkit-box;
  font-weight: 700;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.event-happening-cart-package b,
.event-happening-cart-submit span {
  color: var(--primary);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.event-happening-cart-package b {
  grid-column: 2;
}

.event-happening-cart-packages > .event-happening-cart-quantity {
  align-items: center;
  background: #fffefa;
  border: 1px solid #c9e5d9;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
  margin: 0;
  max-width: 180px;
  padding: 10px 12px;
}

.event-happening-cart-package-controls {
  display: none;
}

.event-happening-cart-package.is-selected .event-happening-cart-package-controls {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(150px, 190px) minmax(180px, 1fr);
  padding-top: 4px;
}

.event-happening-cart-package-controls .event-happening-cart-quantity,
.event-happening-cart-package-controls .event-happening-cart-option-inline {
  align-content: start;
  display: grid;
  gap: 5px;
  margin: 0;
}

.event-happening-cart-package-controls .event-happening-cart-option-inline.hidden {
  display: none;
}

.event-happening-cart-package-controls .event-happening-cart-quantity-editor {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-happening-cart-selection {
  background: #f7fbf9;
  border: 1px solid #c9e5d9;
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.event-happening-cart-selection-summary {
  font-size: 14px;
  margin: 0;
}

.event-happening-cart-selection-summary strong {
  color: var(--primary);
}

.event-happening-cart-selection .event-happening-cart-package-controls {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(150px, 190px) minmax(180px, 1fr);
}

.event-happening-cart-packages > .event-happening-cart-quantity input {
  min-height: 34px;
  text-align: center;
  width: 72px;
}

.event-happening-cart-fields {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-happening-cart-fields label:last-child {
  grid-column: 1 / -1;
}

.event-happening-cart-panel label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.event-happening-cart-panel input,
.event-happening-cart-panel select,
.event-happening-cart-panel textarea {
  background: #fbfdfb;
  border: 1px solid #c8ddd4;
  border-radius: 7px;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 11px;
  width: 100%;
}

.event-happening-cart-submit {
  background: #f2faf6;
  border: 1px solid #c9e5d9;
  border-radius: 8px;
  padding: 12px;
}

.event-happening-cart-submit button {
  min-height: 44px;
}

.event-happening-cart-actions {
  display: flex;
  justify-content: flex-end;
  width: min(220px, 100%);
}

.event-happening-cart-actions button {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.event-happening-cart-actions .dashboard-action-icon {
  height: 18px;
  width: 18px;
}

.event-happening-cart-actions .event-happening-cart-primary span {
  color: #ffffff;
  font-size: inherit;
}

.event-detail-happening-copy:has(.event-happening-cart-panel:not(.hidden)) > .cloud-happening-actions {
  display: none;
}

@media (max-width: 720px) {
  .event-detail-happening-browser {
    grid-template-columns: 1fr;
  }

  .event-detail-map-layout {
    grid-template-columns: 1fr;
  }

  .event-detail-map-side {
    grid-template-columns: 1fr;
  }

  .event-detail-map-location-list,
  .event-detail-map-happenings {
    order: initial;
  }

  .event-detail-map-canvas {
    min-height: 260px;
  }

  .event-detail-happening-rail {
    border-right: 0;
    border-bottom: 1px solid #d8e6df;
    padding-bottom: 14px;
    padding-right: 0;
  }

  .event-happening-cart-head,
  .event-happening-cart-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .event-happening-cart-fields {
    grid-template-columns: 1fr;
  }

  .event-happening-cart-package {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .event-happening-cart-package b {
    grid-column: 2;
  }
}

.event-detail-happening-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.event-detail-happening-copy h3,
.event-detail-happening-copy p {
  margin: 0;
}

.event-detail-happening-copy h3 {
  font-size: 24px;
  line-height: 1.12;
}

.event-detail-happening-copy small {
  color: var(--muted);
  font-weight: 800;
}

.event-detail-happening-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.event-detail-happening-link {
  align-items: center;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  justify-content: stretch;
  min-height: 68px;
  padding: 4px 8px 4px 4px;
  text-align: left;
}

.event-detail-happening-link:hover,
.event-detail-happening-link:focus-visible,
.event-detail-happening-link.is-active {
  border-color: #b8d9cc;
  color: var(--ink);
}

.event-detail-happening-link.is-active {
  background: linear-gradient(90deg, #e5f4ee 0%, #f6fbf8 58%, #fffefa 100%);
  border-color: #9fd4c3;
  box-shadow: none;
}

.event-detail-happening-link > span:last-child {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.event-detail-happening-link strong,
.event-detail-happening-link small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-detail-happening-link strong {
  white-space: nowrap;
}

.event-detail-happening-link small {
  color: var(--muted);
  display: -webkit-box;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-detail-happening-cost {
  align-items: center;
  align-self: center;
  border: 1px solid #bddfd2;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  justify-content: center;
  min-height: 26px;
  min-width: 34px;
  padding: 4px 7px;
  white-space: nowrap;
}

.event-detail-happening-cost.is-paid {
  background: #e7f6ef;
}

.event-detail-happening-cost.is-free {
  background: #fffefa;
  color: #4b5d6e;
}

.event-detail-happening-rail-image {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e8f2ee, #fff5dc);
  background-position: center;
  background-size: cover;
  border: 1px solid #c9dfd4;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 60px;
}

.event-detail-info-grid {
  display: grid;
  gap: 14px;
}

.event-detail-info-grid > div,
.event-detail-info-grid .event-participant-list {
  display: grid;
  gap: 8px;
}

.event-detail-mobile-apps {
  display: none;
}

.event-detail-happening-backdrop {
  display: none;
}

.event-detail-title-row {
  align-items: start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.event-detail-title-row h2 {
  min-width: 0;
}

.event-detail-title-row .business-tile-star {
  flex: 0 0 auto;
  position: static;
}

.event-detail-shop-list-head,
.event-detail-location-list-head,
.event-detail-vendor-list-head {
  display: grid;
  gap: 2px;
}

.event-detail-shop-list-head h3,
.event-detail-shop-list-head p,
.event-detail-location-list-head h3,
.event-detail-location-list-head p,
.event-detail-vendor-list-head h3,
.event-detail-vendor-list-head p {
  margin: 0;
}

.event-detail-shop-list,
.event-detail-vendor-list {
  display: grid;
  gap: 12px;
}

.event-detail-shop-rows,
.event-detail-vendor-rows {
  display: grid;
  gap: 8px;
}

.event-detail-shop-row,
.event-detail-vendor-row {
  align-items: start;
  background: #fffefa;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  padding: 6px 10px 6px 6px;
  text-align: left;
  transition: min-height 160ms ease, padding 160ms ease;
}

.event-detail-shop-image,
.event-detail-vendor-logo {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e8f2ee, #fff5dc);
  background-position: center;
  background-size: cover;
  border: 1px solid #c9dfd4;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-weight: 900;
  justify-content: center;
}

.event-detail-shop-row > span:nth-child(2),
.event-detail-vendor-row > span:last-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.event-detail-shop-row strong,
.event-detail-shop-row small,
.event-detail-vendor-row strong,
.event-detail-vendor-row small {
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-detail-shop-row strong,
.event-detail-vendor-row strong {
  white-space: nowrap;
}

.event-detail-shop-row small,
.event-detail-vendor-row small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.event-detail-vendor-description {
  color: #405165;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
  margin: 1px 0 0;
}

.event-detail-vendor-description .text-button {
  display: inline;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}

.event-detail-vendor-booth-button {
  background: #e7f2e9;
  border: 0;
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  min-height: 0;
  padding: 5px 8px;
}

.event-detail-vendor-booth-overlay {
  inset: 0;
  position: fixed;
  z-index: 1250;
}

.event-detail-vendor-booth-backdrop {
  background: rgba(7, 20, 14, 0.32);
  border: 0;
  inset: 0;
  min-height: 0;
  padding: 0;
  position: fixed;
  width: 100vw;
}

.event-detail-vendor-booth-drawer {
  background: #fffefa;
  border: 1px solid #cfe3d9;
  border-radius: 16px 16px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 46px rgba(6, 19, 15, 0.24);
  display: grid;
  gap: 12px;
  left: 0;
  margin-inline: auto;
  max-height: min(88vh, 720px);
  min-height: min(58vh, 520px);
  overflow: auto;
  padding: 14px;
  position: fixed;
  right: 0;
  width: min(100vw, 430px);
}

.event-detail-vendor-booth-drawer.is-expanded {
  max-height: 95vh;
  min-height: 88vh;
}

.event-detail-vendor-booth-drawer > .platform-mobile-drawer-handle {
  display: block;
  justify-self: center;
}

.event-detail-vendor-booth-head {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: 58px minmax(0, 1fr);
}

.event-detail-vendor-booth-head h3,
.event-detail-vendor-booth-head p {
  margin: 0;
}

.event-detail-vendor-booth-logo {
  align-items: center;
  align-self: start;
  background: #edf7f1;
  background-position: center;
  background-size: cover;
  border: 1px solid #cfe3d9;
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  font-size: 20px;
  font-weight: 950;
  height: 58px;
  justify-content: center;
  overflow: hidden;
  width: 58px;
}

.event-detail-vendor-booth-map {
  border: 1px solid #cfe3d9;
  border-radius: 8px;
  height: min(48vh, 390px);
  width: 100%;
}

.event-detail-vendor-directions {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.event-detail-vendor-directions:hover,
.event-detail-vendor-directions:focus-visible {
  background: var(--primary);
  color: #ffffff;
  outline: none;
}

.event-detail-shop-row b {
  color: var(--primary);
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.event-detail-vendor-row {
  grid-template-columns: 58px minmax(0, 1fr);
}

@media (max-width: 720px) {
  body.event-happening-cart-open {
    overflow: hidden;
  }

  .event-detail-viewport {
    gap: 10px;
  }

  .event-detail-viewport[data-event-detail-active-panel] > [data-event-detail-mobile-panel] {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="event"] > [data-event-detail-mobile-panel="event"],
  .event-detail-viewport[data-event-detail-active-panel="map"] > [data-event-detail-mobile-panel="map"],
  .event-detail-viewport[data-event-detail-active-panel="shop"] > [data-event-detail-mobile-panel="shop"],
  .event-detail-viewport[data-event-detail-active-panel="happenings"] > [data-event-detail-mobile-panel="happenings"],
  .event-detail-viewport[data-event-detail-active-panel="happening"] > [data-event-detail-mobile-panel="happenings"],
  .event-detail-viewport[data-event-detail-active-panel="vendors"] > [data-event-detail-mobile-panel="vendors"] {
    display: grid;
  }

  .event-detail-viewport[data-event-detail-active-panel="happenings"] .event-detail-happening-pane {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-rail {
    display: none;
  }

  .event-detail-happening-backdrop {
    background: rgba(7, 20, 14, 0.28);
    border: 0;
    border-radius: 0;
    display: block;
    inset: 0;
    min-height: 0;
    padding: 0;
    position: fixed;
    width: 100vw;
    z-index: 1199;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-pane {
    background: #fffefa;
    border: 1px solid #cfe3d9;
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 46px rgba(6, 19, 15, 0.24);
    gap: 10px;
    left: 0;
    margin-inline: auto;
    max-height: min(90vh, 760px);
    min-height: min(58vh, 520px);
    overflow: auto;
    padding: 14px;
    position: fixed;
    right: 0;
    width: min(100vw, 430px);
    z-index: 1200;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-pane.is-expanded {
    max-height: 95vh;
    min-height: 88vh;
  }

  .event-detail-mobile-apps {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 0 2px;
    width: 100%;
  }

  .event-detail-mobile-apps button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 8px;
    color: #14372d;
    display: grid;
    gap: 2px;
    height: 64px;
    justify-items: center;
    min-height: 64px;
    min-width: 0;
    padding: 7px 3px 6px;
    text-align: center;
    width: 100%;
  }

  .event-detail-mobile-apps button.is-active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.42);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
    color: var(--primary);
  }

  .event-detail-mobile-apps .dashboard-action-icon,
  .event-detail-mobile-apps .event-filter-icon {
    height: 21px;
    width: 21px;
  }

  .event-detail-mobile-apps span,
  .event-detail-mobile-apps small {
    display: block;
    line-height: 1.05;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .event-detail-mobile-apps span {
    font-size: 9px;
    font-weight: 950;
    text-transform: uppercase;
  }

  .event-detail-mobile-apps small {
    color: #536174;
    font-size: 10px;
    font-weight: 900;
  }

  .event-detail-hero-card,
  .event-detail-happening-card,
  .event-detail-info-grid,
  .event-detail-happening-browser,
  .event-detail-map-view {
    border-radius: 8px;
    padding: 12px;
  }

  .event-detail-hero-card {
    gap: 10px;
    min-height: 178px;
  }

  .event-detail-hero-card .cloud-event-detail-hero {
    align-items: start;
    gap: 12px;
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .event-detail-media-stack {
    width: 88px;
  }

  .event-detail-media-stack > .cloud-event-detail-art {
    height: 88px;
    width: 88px;
  }

  .event-detail-hero-card h2 {
    font-size: 20px;
    line-height: 1.12;
    margin: 0;
  }

  .event-detail-hero-card p {
    font-size: 12px;
    line-height: 1.25;
    margin: 2px 0;
  }

  .event-detail-title-row {
    align-items: start;
    gap: 6px;
  }

  .event-detail-title-row .business-tile-star {
    height: 34px;
    min-height: 34px;
    width: 34px;
  }

  .event-detail-card-actions {
    align-items: center;
    justify-content: space-between;
  }

  .event-detail-media-actions {
    width: 88px;
  }

  .event-detail-map-toggle {
    font-size: 11px;
    white-space: normal;
  }

  .event-detail-map-view,
  .event-detail-map-layout,
  .event-detail-map-side,
  .event-detail-map-canvas {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .event-detail-map-view.has-location-drawer .event-detail-map-layout,
  .event-detail-map-view.has-location-drawer .event-detail-map-side {
    grid-template-columns: minmax(0, 1fr);
  }

  .event-detail-map-view.has-location-drawer .event-detail-map-layout {
    overflow: visible;
  }

  .event-detail-map-happenings.is-open {
    animation: none;
    border-radius: 16px 16px 0 0;
    border-width: 1px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 46px rgba(6, 19, 15, 0.24);
    gap: 10px;
    left: 0;
    margin-inline: auto;
    max-height: min(88vh, 720px);
    min-height: min(48vh, 430px);
    overflow: auto;
    padding: 14px;
    position: fixed;
    right: 0;
    transform: none;
    width: min(100vw, 430px);
    z-index: 1200;
  }

  .event-detail-map-happenings.is-open.is-expanded {
    max-height: 94vh;
    min-height: 86vh;
  }

  .event-detail-map-happenings-backdrop {
    background: rgba(7, 20, 14, 0.28);
    border: 0;
    border-radius: 0;
    display: block;
    inset: 0;
    min-height: 0;
    padding: 0;
    position: fixed;
    width: 100vw;
    z-index: 1199;
  }

  .event-detail-map-happenings-head {
    display: grid;
    gap: 3px;
    padding-bottom: 4px;
  }

  .event-detail-map-happenings-head .platform-mobile-drawer-handle {
    display: block;
    justify-self: center;
    margin-bottom: 8px;
  }

  .event-detail-map-happenings-head strong,
  .event-detail-map-happenings-head small {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .event-detail-map-happenings-head strong {
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .event-detail-happening-browser {
    gap: 10px;
  }

  .event-detail-happening-rail {
    gap: 8px;
  }

  .event-detail-happening-rail-head h3 {
    font-size: 17px;
  }

  .event-detail-happening-link,
  .event-detail-map-location,
  .event-detail-map-happening {
    min-height: 64px;
  }

  .event-detail-happening-link,
  .event-detail-map-happening {
    grid-template-columns: 58px minmax(0, 1fr) auto;
  }

  .event-detail-happening-pane-head {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-pane-head {
    display: flex;
    gap: 3px;
    justify-content: center;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-pane-head .platform-mobile-drawer-handle {
    display: block;
    margin-bottom: 8px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-pane-head h3,
  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-pane-head p {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] [data-event-detail-all-happenings] {
    display: none;
  }

  .event-detail-happening-card {
    gap: 10px;
  }

  .event-detail-happening-image {
    min-height: 128px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 12px;
    padding: 0;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-image {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    min-height: 190px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-head {
    display: none;
  }

  .event-detail-happening-copy h3 {
    font-size: 20px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-detail-happening-copy h3 {
    font-size: 22px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-title-row {
    align-items: center;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-title-row h3 {
    min-width: 0;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-stack {
    align-items: end;
    flex: 0 0 auto;
    gap: 2px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-count {
    display: none;
  }

.event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill {
  background: transparent;
  border: 0;
  color: var(--primary);
  justify-content: center;
    min-height: 36px;
    min-width: 38px;
    overflow: hidden;
    padding: 0;
    transition: color 160ms ease, min-width 180ms ease, background-color 160ms ease;
}

.event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill.is-interested {
  background: transparent;
  color: #fffefa;
  min-width: 108px;
  padding: 0;
}

.event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill .interest-icon {
  color: var(--primary);
  height: 18px;
  transform-origin: 50% 18%;
  width: 18px;
}

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill .interest-icon path:first-child {
    fill: #fffefa;
    stroke: var(--primary);
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill .interest-icon path:last-child {
    stroke: var(--primary);
  }

.event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill.is-interested .interest-icon {
  animation: mobileClipFlagRock 360ms ease both;
}

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill.is-interested .interest-icon path:first-child {
    fill: var(--primary);
    stroke: var(--primary);
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill.is-interested .interest-icon path:last-child {
    stroke: #fffefa;
  }

.event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill span {
  color: var(--primary);
  display: inline-block;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
    transform: scale(0.01);
    transform-origin: left center;
    white-space: nowrap;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .happening-interest-pill.is-interested span {
    animation: mobileClipTextPop 360ms cubic-bezier(0.2, 1.5, 0.45, 1) both;
    max-width: 80px;
    opacity: 1;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-description {
    display: grid;
    gap: 4px;
    max-height: 112px;
    overflow: hidden;
    padding-bottom: 32px;
    position: relative;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-description::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.88) 36%, #ffffff 64%);
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 36px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-description.is-expanded {
    max-height: none;
    padding-bottom: 30px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-description.is-expanded::after {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-description p {
    color: var(--ink);
    font-size: 14px;
    line-height: 1.36;
    margin: 0;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-description .text-button {
    background: #ffffff;
    bottom: 0;
    color: #6f7c8a;
    font-size: 13px;
    line-height: 1.15;
    min-height: 28px;
    padding: 6px 0 4px 16px;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration-color: rgba(111, 124, 138, 0.45);
    z-index: 2;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .cloud-happening-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .cloud-happening-actions .happening-options-button {
    display: none;
  }

  .event-happening-cart-panel .event-publish-badge,
  .event-happening-cart-panel [data-close-happening-cart] {
    display: none;
  }

  .event-happening-cart-panel:not(.hidden) {
    border-radius: 16px 16px 0 0;
    border-width: 1px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 46px rgba(6, 19, 15, 0.24);
    left: 50%;
    margin: 0;
    gap: 10px;
    max-height: min(88vh, 720px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 14px;
    position: fixed;
    transform: translateX(-50%);
    width: min(100vw, 430px);
    z-index: 1200;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-panel:not(.hidden) {
    border-width: 1px;
    bottom: auto;
    box-shadow: none;
    left: auto;
    margin-top: 0;
    max-height: none;
    min-height: 0;
    overflow: visible;
    position: static;
    right: auto;
    transform: none;
    width: 100%;
    z-index: auto;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-panel:not(.hidden)::before {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-head {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-package {
    grid-template-columns: 18px minmax(0, 1fr) auto;
    padding: 10px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-package.is-selected {
    align-items: start;
    min-height: 0;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-package-controls {
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(130px, 160px) minmax(0, 1fr);
    padding-top: 4px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-package.is-selected .event-happening-cart-package-controls {
    display: grid;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-option-inline {
    align-content: start;
    display: grid;
    gap: 4px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-quantity {
    align-content: start;
    display: grid;
    gap: 4px;
    margin: 0;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-quantity-editor {
    align-items: center !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px !important;
    justify-content: start !important;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-quantity .cart-rail-quantity {
    border-radius: 8px;
    gap: 4px !important;
    justify-content: space-between !important;
    min-height: 40px;
    padding: 3px;
    width: auto;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-quantity .cart-rail-quantity button {
    border-radius: 6px !important;
    height: 30px !important;
    min-height: 30px !important;
    width: 30px !important;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-quantity .cart-rail-quantity input {
    background: #ffffff;
    border: 1px solid #cfe4da;
    border-radius: 7px;
    height: 32px;
    min-width: 44px;
    width: 44px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-quantity .cart-rail-quantity svg {
    height: 16px;
    width: 16px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-quantity-confirm {
    min-height: 36px;
    padding: 7px 10px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-option-inline.hidden {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-fields {
    gap: 8px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-panel:has(.event-happening-cart-packages) .event-happening-cart-fields,
  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-panel:has(.event-happening-cart-packages) > label:has([data-happening-cart-notes]) {
    display: none;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-submit {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
  }

  .event-detail-viewport[data-event-detail-active-panel="happening"] .event-happening-cart-submit .event-happening-cart-actions {
    display: flex;
    width: min(190px, 58%);
  }

  .event-happening-cart-panel:not(.hidden)::before {
    background: #b7d8cc;
    border-radius: 999px;
    content: "";
    height: 4px;
    justify-self: center;
    width: 52px;
  }

  .event-happening-cart-head h4 {
    font-size: 18px;
    margin: 0;
  }

  .event-happening-cart-head {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .event-happening-cart-package {
    gap: 8px;
    padding: 12px;
  }

  .event-happening-cart-package small {
    -webkit-line-clamp: 2;
  }

  .event-happening-cart-packages > .event-happening-cart-quantity {
    max-width: 166px;
    padding: 8px 10px;
  }

  .event-happening-cart-panel input,
  .event-happening-cart-panel select,
  .event-happening-cart-panel textarea {
    min-height: 38px;
    padding: 8px 10px;
  }

  .event-happening-cart-submit {
    position: sticky;
    bottom: 0;
  }

  .happening-public-hero,
  .happening-public-layout {
    grid-template-columns: 1fr;
  }

  .happening-public-hero .happening-public-image {
    aspect-ratio: 16 / 10;
    min-height: 210px;
  }

  .happening-public-copy {
    padding: 22px;
  }

  .happening-public-copy h2 {
    font-size: 34px;
  }

  .happening-package-grid {
    grid-template-columns: 1fr;
  }

  .happening-public-confirm {
    position: static;
  }

  .event-detail-happening-card {
    grid-template-columns: 1fr;
  }

  .event-detail-hero-card {
    padding-right: 18px;
  }

  .event-detail-card-actions {
    justify-content: flex-start;
    position: static;
  }

  .cloud-event-detail-hero {
    grid-template-columns: 72px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .messages-toolbar {
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 10px;
  }

  .messages-toolbar-icon {
    height: 42px;
    width: 42px;
  }

  .messages-toolbar-icon svg {
    height: 24px;
    width: 24px;
  }

  .messages-toolbar-copy {
    gap: 7px;
  }

  .customer-message-filters {
    gap: 10px;
  }

  .customer-message-filters button {
    font-size: 13px;
  }

  .message-toolbar-link {
    font-size: 13px;
  }

  .bp-message-note-menu {
    grid-template-columns: 1fr;
    min-width: min(280px, calc(100vw - 32px));
  }

  .bp-message-setting-form {
    grid-template-columns: 1fr;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-card .bp-message-setting-form {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) repeat(3, 34px);
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-card .bp-message-quick-link-form {
    grid-template-columns: minmax(86px, 0.85fr) minmax(0, 1.15fr) 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-card .bp-message-setting-form input {
    min-height: 34px;
  }

  .business-portal-mode:not(.organization-portal-mode) .bp-message-internal-card .bp-message-setting-icon-button {
    height: 34px;
    min-height: 34px;
    padding: 0;
    width: 34px;
  }

  .bp-message-note-grid,
  .bp-message-note-quadrant {
    grid-template-columns: 1fr;
  }

  .customer-message-thread {
    max-height: 44vh;
    padding: 10px;
  }

  .customer-message-bubble {
    max-width: 92%;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-bubble {
    max-width: min(88%, 270px);
  }

  .customer-message-bubble p {
    font-size: 13px;
  }

  .customer-message-reply-box textarea {
    min-height: 84px;
    padding-right: 52px;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-thread {
    max-height: none;
    padding: 10px 8px;
  }

  body:not(.business-portal-mode) .customer-messages-view.mobile-thread-open .customer-message-reply-box textarea {
    min-height: 44px;
    padding: 12px 48px 12px 12px;
  }

  .bp-message-reply-box textarea {
    min-height: 84px;
    padding-right: 52px;
  }

  .bp-message-reply-composer .bp-message-send,
  .customer-message-reply-form .customer-message-send {
    flex-basis: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
    min-height: 34px;
    width: 34px;
  }

  .platform-layout .event-browser-list,
  .account-platform-layout .event-browser-list,
  .event-browser-list,
  .relationship-event-tiles {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
  }

  .platform-layout,
  .account-platform-layout {
    gap: 12px;
  }

  .account-platform-layout .account-view,
  .platform-layout .account-view {
    min-width: 0;
  }

  .platform-layout .event-filter-bar,
  .account-platform-layout .event-filter-bar {
    gap: 10px;
  }

  .platform-layout .business-icon-filter-tabs,
  .account-platform-layout .business-icon-filter-tabs {
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    margin-left: -2px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .platform-layout .business-icon-filter-tabs::-webkit-scrollbar,
  .account-platform-layout .business-icon-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .platform-layout .business-icon-filter-tabs button,
  .account-platform-layout .business-icon-filter-tabs button {
    flex: 0 0 34px;
    height: 34px;
    min-height: 34px;
    width: 34px;
  }

  .platform-layout .event-filter-tabs,
  .account-platform-layout .event-filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-left: -2px;
    overflow-x: auto;
    padding: 0 2px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .platform-layout .event-filter-tabs::-webkit-scrollbar,
  .account-platform-layout .event-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .platform-layout .event-filter-tabs button,
  .account-platform-layout .event-filter-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .platform-layout .cloud-event-tile,
  .account-platform-layout .cloud-event-tile,
  .cloud-event-tile {
    aspect-ratio: auto;
    gap: 10px;
    grid-template-rows: auto auto auto;
    min-height: 0;
    padding: 12px;
  }

  .platform-layout .cloud-event-tile-art,
  .account-platform-layout .cloud-event-tile-art,
  .cloud-event-tile-art {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .platform-layout .cloud-event-tile-art span,
  .account-platform-layout .cloud-event-tile-art span,
  .cloud-event-tile-art span {
    font-size: 30px;
    height: 64px;
    width: 64px;
  }

  .platform-layout .cloud-event-tile h3,
  .account-platform-layout .cloud-event-tile h3,
  .cloud-event-tile h3 {
    font-size: 20px;
    line-height: 1.12;
  }

  .cloud-event-tile-footer {
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding-top: 8px;
  }

  .cloud-event-tile-footer small {
    padding: 5px 8px;
  }

  .platform-layout .cloud-event-tile .cloud-event-actions,
  .account-platform-layout .cloud-event-tile .cloud-event-actions,
  .cloud-event-tile .cloud-event-actions {
    right: 10px;
    top: 10px;
  }

  .interested-happenings-card {
    padding: 14px;
  }

  .interested-happening-rail {
    grid-auto-columns: minmax(220px, 78vw);
  }

  .interested-happening-tile {
    min-height: 0;
    padding: 10px;
  }

  .interested-happening-image {
    aspect-ratio: 1;
  }
}

@media (max-width: 720px) {
  body:not(.business-portal-mode) .interested-happening-rail {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    overflow-x: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  body:not(.business-portal-mode) .interested-happening-rail::-webkit-scrollbar {
    display: none;
  }

  body:not(.business-portal-mode) .interested-happening-tile {
    align-items: center;
    aspect-ratio: auto;
    display: grid;
    gap: 10px;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    padding: 9px;
  }

  body:not(.business-portal-mode) .interested-happening-image {
    aspect-ratio: 1;
    height: 82px;
    min-height: 0;
    width: 82px;
  }
}

body:not(.business-portal-mode) .app-shell:has(.platform-subheader) {
  gap: 0;
  padding-top: 0;
}

body:not(.business-portal-mode) .platform-subheader {
  height: 58px;
  max-height: 58px;
  min-height: 58px;
  margin-bottom: 0;
}

body:not(.business-portal-mode) .platform-layout {
  margin-top: 0;
}

body:not(.business-portal-mode) .platform-content:has(.orders-workspace),
body:not(.business-portal-mode) .platform-layout:has(.orders-workspace) {
  align-self: start;
  padding-top: 0;
}

body:not(.business-portal-mode) .orders-platform-layout {
  margin-top: 0;
}

body:not(.business-portal-mode) .orders-platform-layout .dashboard-rail {
  top: 154px;
}

body:not(.business-portal-mode) .platform-layout {
  align-content: start;
}

body:not(.business-portal-mode) .platform-layout > .platform-content {
  align-self: start;
  align-content: start;
  min-height: 0;
}

body:not(.business-portal-mode) .platform-content > .account-view,
body:not(.business-portal-mode) .platform-content > .orders-workspace,
body:not(.business-portal-mode) .platform-content > .dashboard-view {
  align-self: start;
  margin-top: 0;
}

body:not(.business-portal-mode) #app.app-shell:has(.platform-subheader) {
  align-content: start;
  grid-auto-rows: max-content;
  min-height: 0;
}

body:not(.business-portal-mode) #customer-panel,
body:not(.business-portal-mode) #customer-panel > .platform-layout {
  align-content: start;
  min-height: 0;
}

body:not(.business-portal-mode) #customer-panel > .platform-layout {
  grid-auto-rows: max-content;
}

@media (max-width: 820px) {
  body:not(.business-portal-mode):has(.platform-subheader) {
    background: #eef5ef;
    overflow-x: hidden;
  }

  body:not(.business-portal-mode):has(.platform-subheader) .mobile-bar {
    display: none;
  }

  body:not(.business-portal-mode):has(.route-loading-shell) .mobile-bar {
    display: none;
  }

  body:not(.business-portal-mode).customer-route-loading .mobile-bar {
    display: none;
  }

  body:not(.business-portal-mode) #app.app-shell:has(.route-loading-shell) {
    min-height: 100vh;
    padding: 0;
  }

  body:not(.business-portal-mode) .route-loading-shell {
    align-content: center;
    min-height: 100vh;
    padding: 24px;
  }

  body:not(.business-portal-mode) .route-loading-card {
    margin: 0 auto;
    width: min(318px, calc(100vw - 48px));
  }

  body:not(.business-portal-mode):has(.platform-subheader) .app-shell,
  body:not(.business-portal-mode) #app.app-shell:has(.platform-subheader) {
    box-sizing: border-box;
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  body:not(.business-portal-mode) .platform-subheader {
    background: rgba(255, 254, 250, 0.98);
    border-bottom: 1px solid rgba(31, 111, 91, 0.18);
    box-shadow: 0 10px 28px rgba(6, 19, 15, 0.1);
    display: grid;
    gap: 0 5px;
    grid-template-columns: 34px minmax(118px, 136px) minmax(0, 1fr) 34px;
    grid-template-rows: 40px auto;
    height: auto;
    max-height: none;
    min-height: 96px;
    padding: 8px max(10px, env(safe-area-inset-left, 0px)) 8px max(10px, env(safe-area-inset-right, 0px));
    position: sticky;
    top: 0;
    z-index: 28;
  }

  body:not(.business-portal-mode) .platform-nav-menu-shell {
    grid-column: 2;
    min-width: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-home-button {
    align-items: center;
    align-self: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.24);
    border-radius: 999px;
    color: var(--primary);
    display: flex;
    grid-column: 1;
    height: 34px;
    justify-content: center;
    justify-self: stretch;
    min-height: 34px;
    padding: 0;
    text-decoration: none;
    width: 34px;
  }

  body:not(.business-portal-mode) .platform-mobile-home-button:hover,
  body:not(.business-portal-mode) .platform-mobile-home-button:focus-visible {
    background: #edf7f1;
    border-color: rgba(31, 111, 91, 0.42);
    outline: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-home-button .dashboard-action-icon {
    height: 18px;
    width: 18px;
  }

  body:not(.business-portal-mode) .platform-nav-menu-toggle {
    border-radius: 999px;
    box-shadow: 0 5px 14px rgba(20, 42, 32, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.72);
    gap: 5px;
    grid-template-columns: 24px minmax(0, 1fr) 8px;
    max-width: 100%;
    min-height: 40px;
    padding: 6px 8px 6px 6px;
  }

  body:not(.business-portal-mode) .platform-nav-menu-toggle [data-platform-current-label] {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(.business-portal-mode) .platform-nav-menu-toggle small {
    height: 8px;
    width: 8px;
  }

  body:not(.business-portal-mode) .platform-nav-menu-toggle small::before {
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 5px;
  }

  body:not(.business-portal-mode) .platform-subheader-actions {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-search {
    align-self: center;
    display: block;
    grid-column: 3;
    justify-self: stretch;
    min-width: 0;
    position: relative;
  }

  body:not(.business-portal-mode) .platform-mobile-search label {
    display: block;
    min-width: 0;
    position: relative;
  }

  body:not(.business-portal-mode) .platform-mobile-search label > span {
    color: var(--primary);
    left: 9px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  body:not(.business-portal-mode) .platform-mobile-search label > span .dashboard-action-icon {
    height: 17px;
    width: 17px;
  }

  body:not(.business-portal-mode) .platform-mobile-search input {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 999px;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    height: 40px;
    min-width: 0;
    padding: 0 34px 0 30px;
    width: 100%;
  }

  body:not(.business-portal-mode) .platform-mobile-search input::placeholder {
    color: var(--muted);
  }

  body:not(.business-portal-mode) .platform-mobile-search input:focus {
    border-color: rgba(31, 111, 91, 0.48);
    box-shadow: 0 0 0 3px rgba(31, 111, 91, 0.09);
    outline: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-search button[type="submit"] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--primary);
    display: flex;
    height: 32px;
    justify-content: center;
    min-height: 32px;
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    width: 32px;
  }

  body:not(.business-portal-mode) .platform-mobile-search button[type="submit"] .dashboard-action-icon {
    height: 16px;
    width: 16px;
  }

  body:not(.business-portal-mode) .platform-mobile-search-results {
    left: auto;
    max-height: min(420px, calc(100vh - 180px));
    overflow-y: auto;
    right: 0;
    top: calc(100% + 8px);
    width: min(330px, calc(100vw - 20px));
  }

  body:not(.business-portal-mode) .platform-mobile-qr-button {
    align-items: center;
    align-self: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 999px;
    color: var(--primary);
    display: flex;
    grid-column: 4;
    height: 34px;
    justify-content: center;
    justify-self: stretch;
    min-height: 34px;
    padding: 0;
    width: 34px;
  }

  body:not(.business-portal-mode) .platform-mobile-qr-button .dashboard-action-icon {
    height: 17px;
    width: 17px;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-bar {
    align-items: center;
    background: rgba(255, 254, 250, 0.98);
    border-top: 1px solid rgba(31, 111, 91, 0.18);
    bottom: 0;
    box-shadow: 0 -12px 30px rgba(6, 19, 15, 0.14);
    display: grid;
    box-sizing: border-box;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 100vw;
    left: 0;
    padding: 6px max(4px, env(safe-area-inset-left, 0px)) calc(6px + env(safe-area-inset-bottom, 0px)) max(4px, env(safe-area-inset-right, 0px));
    position: fixed;
    right: 0;
    z-index: 29;
  }

  body:not(.business-portal-mode):has(.dashboard-view) .platform-mobile-bottom-bar,
  body:not(.business-portal-mode):has(.platform-layout) .platform-mobile-bottom-bar {
    bottom: 0;
    position: fixed;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    color: var(--primary);
    display: grid;
    gap: 3px;
    justify-items: center;
    box-sizing: border-box;
    height: 52px;
    min-height: 50px;
    min-width: 0;
    overflow: hidden;
    padding: 4px 1px;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item:hover,
  body:not(.business-portal-mode) .platform-mobile-bottom-item:focus-visible,
  body:not(.business-portal-mode) .platform-mobile-bottom-item.active {
    background: #edf7f1;
    outline: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item .dashboard-action-icon {
    height: clamp(20px, 5.4vw, 24px);
    width: clamp(20px, 5.4vw, 24px);
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item span {
    color: #37554a;
    font-size: clamp(7.5px, 2.15vw, 9px);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item em {
    align-items: center;
    background: #dff5ed;
    border: 1px solid #b9dfd0;
    border-radius: 999px;
    color: #0f6b51;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    height: 17px;
    justify-content: center;
    min-width: 17px;
    padding: 0 4px;
    position: absolute;
    right: calc(50% - 24px);
    top: 4px;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item.platform-mobile-points-pill {
    display: grid;
  }

  body:not(.business-portal-mode).platform-helper-open {
    overflow: hidden;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-backdrop {
    background: rgba(6, 19, 15, 0.34);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 31;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-backdrop[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet {
    align-content: start;
    background: #f7fbf8;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -24px 58px rgba(6, 19, 15, 0.28);
    display: grid;
    gap: 10px;
    grid-auto-rows: max-content;
    left: 0;
    max-height: min(78vh, 680px);
    overflow-y: auto;
    padding: 12px 10px calc(86px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    z-index: 32;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-drawer-handle {
    align-self: center;
    background: transparent;
    cursor: grab;
    height: 40px;
    justify-self: center;
    margin: -8px auto -2px;
    position: relative;
    touch-action: none;
    width: 182px;
  }

  body:not(.business-portal-mode) .platform-mobile-drawer-handle::before {
    background: rgba(31, 111, 91, 0.32);
    border-radius: 999px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    top: 18px;
    transform: translateX(-50%);
    width: 58px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet,
  body:not(.business-portal-mode) .platform-mobile-menu-sheet {
    transition: transform 180ms ease;
    will-change: transform;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet.is-dragging,
  body:not(.business-portal-mode) .platform-mobile-menu-sheet.is-dragging {
    transition: none;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet.is-expanded,
  body:not(.business-portal-mode) .platform-mobile-menu-sheet.is-expanded {
    border-radius: 14px 14px 0 0;
    height: calc(100dvh - 8px);
    max-height: calc(100dvh - 8px);
  }

  body:not(.business-portal-mode) .platform-mobile-helper-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 2px 4px 0;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-head span {
    display: grid;
    gap: 2px;
    min-width: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-head strong {
    color: #103c2f;
    font-size: 15px;
    font-weight: 950;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-head small {
    color: #536174;
    font-size: 12px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-head button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 999px;
    color: var(--primary);
    display: flex;
    height: 38px;
    justify-content: center;
    min-height: 38px;
    padding: 0;
    transform: rotate(180deg);
    width: 38px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-head .dashboard-action-icon {
    height: 18px;
    width: 18px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps {
    align-self: start;
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 68px;
    padding: 0 2px 2px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 12px;
    color: #14372d;
    display: grid;
    gap: 2px;
    justify-items: center;
    height: 68px;
    min-height: 68px;
    min-width: 0;
    padding: 8px 4px 7px;
    text-align: center;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps button.is-active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.42);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
    color: var(--primary);
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps .dashboard-action-icon,
  body:not(.business-portal-mode) .platform-mobile-helper-apps .event-filter-icon {
    height: 22px;
    width: 22px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps span,
  body:not(.business-portal-mode) .platform-mobile-helper-apps small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps span {
    font-size: 10px;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-apps small {
    color: #536174;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.05;
  }

  body:not(.business-portal-mode) .event-filter-apps {
    display: grid;
    gap: 7px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0 0 8px;
    width: 100%;
  }

  body:not(.business-portal-mode) .event-filter-search {
    height: 38px;
    min-height: 38px;
    padding: 0 12px;
  }

  body:not(.business-portal-mode) .event-filter-apps button {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 12px;
    color: #14372d;
    display: grid;
    gap: 2px;
    height: 68px;
    justify-items: center;
    min-height: 68px;
    min-width: 0;
    padding: 8px 4px 7px;
    text-align: center;
    width: 100%;
  }

  body:not(.business-portal-mode) .event-filter-apps button.active {
    background: #e4f6ef;
    border-color: rgba(31, 111, 91, 0.42);
    box-shadow: inset 0 0 0 1px rgba(31, 111, 91, 0.12);
    color: var(--primary);
  }

  body:not(.business-portal-mode) .event-filter-apps .event-filter-icon {
    height: 22px;
    width: 22px;
  }

  body:not(.business-portal-mode) .event-filter-apps button span,
  body:not(.business-portal-mode) .event-filter-apps button small {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body:not(.business-portal-mode) .event-filter-apps button span {
    font-size: 10px;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
  }

  body:not(.business-portal-mode) .event-filter-apps button small {
    background: transparent;
    color: #536174;
    font-size: 10px;
    font-weight: 900;
    height: auto;
    line-height: 1.05;
    min-width: 0;
    padding: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .dashboard-rail {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    gap: 8px;
    max-height: none;
    padding: 0;
    position: static;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .dashboard-rail > [hidden] {
    display: none !important;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .dashboard-card,
  body:not(.business-portal-mode) .platform-mobile-helper-sheet .cart-rail-card {
    border-radius: 10px;
    box-shadow: none;
    animation: mobileHelperDetailIn 160ms ease both;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .customer-active-queue-card {
    animation: customerQueueSwipeHint 840ms ease 260ms 1;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .rail-toggle-head {
    cursor: default;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    pointer-events: none;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .rail-toggle-head::after {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .rail-toggle-head:hover,
  body:not(.business-portal-mode) .platform-mobile-helper-sheet .rail-toggle-head:focus-visible {
    background: transparent;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-drawer-list {
    gap: 8px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.15);
    border-radius: 10px;
    overflow: hidden;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section summary {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-template-columns: 30px minmax(0, 1fr) auto 10px;
    list-style: none;
    min-height: 46px;
    padding: 8px 9px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section summary::-webkit-details-marker {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section summary::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    color: #6c7d74;
    content: "";
    height: 7px;
    transform: rotate(45deg);
    transition: transform 160ms ease;
    width: 7px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section[open] summary::after {
    transform: translateY(3px) rotate(225deg);
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section summary > span {
    align-items: center;
    background: #e7f4ef;
    border: 1px solid #c4e2d7;
    border-radius: 8px;
    color: var(--primary);
    display: inline-flex;
    height: 30px;
    justify-content: center;
    width: 30px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section summary strong {
    font-size: 13px;
    font-weight: 950;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section summary b {
    color: var(--primary);
    font-size: 13px;
    font-weight: 950;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-list {
    border-top: 1px solid rgba(31, 111, 91, 0.12);
    display: grid;
    gap: 4px;
    padding: 8px 10px 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-list a {
    gap: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 9px 0 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-list a:first-child {
    padding-top: 2px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-icon {
    border-radius: 8px;
    height: 28px;
    width: 28px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-icon .event-filter-icon,
  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-icon .dashboard-action-icon {
    height: 16px;
    width: 16px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-copy {
    gap: 5px;
    padding-top: 1px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-copy strong {
    line-height: 1.2;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-event-helper-section .rail-event-copy small {
    line-height: 1.35;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-item {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.15);
    border-radius: 10px;
    overflow: hidden;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-item summary {
    align-items: start;
    cursor: pointer;
    display: grid;
    gap: 10px;
    grid-template-columns: 32px minmax(0, 1fr) 10px;
    list-style: none;
    padding: 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-item summary::-webkit-details-marker {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-item summary::after {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    color: #6c7d74;
    content: "";
    height: 7px;
    justify-self: end;
    margin-top: 8px;
    transform: rotate(45deg);
    width: 7px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-item[open] summary::after {
    transform: translateY(3px) rotate(225deg);
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-detail {
    border-top: 1px solid rgba(31, 111, 91, 0.12);
    display: grid;
    gap: 8px;
    padding: 0 10px 10px 52px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-detail p {
    color: #30465a;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
    margin: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-helper-actions a,
  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip {
    align-items: center;
    background: #e5f5ef;
    border: 1px solid #c2e1d5;
    border-radius: 999px;
    color: var(--primary);
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: var(--primary);
    justify-content: center;
    min-width: 38px;
    overflow: hidden;
    padding: 0;
    transition: color 160ms ease, min-width 180ms ease;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip[aria-pressed="true"] {
    color: var(--primary);
    min-width: 96px;
    padding: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip svg {
    color: var(--primary);
    height: 18px;
    transform-origin: 50% 18%;
    width: 18px;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip svg path {
    fill: #fffefa;
    stroke: var(--primary);
    stroke-linejoin: round;
    stroke-width: 4px;
    transition: fill 160ms ease;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip[aria-pressed="true"] svg {
    animation: mobileClipFlagRock 360ms ease both;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip[aria-pressed="true"] svg path {
    fill: var(--primary);
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip span {
    color: var(--primary);
    display: inline-block;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: scale(0.01);
    transform-origin: left center;
    white-space: nowrap;
  }

  body:not(.business-portal-mode) .platform-mobile-helper-sheet .mobile-promo-clip[aria-pressed="true"] span {
    animation: mobileClipTextPop 360ms cubic-bezier(0.2, 1.5, 0.45, 1) both;
    max-width: 70px;
    opacity: 1;
  }

  @keyframes mobileClipTextPop {
    0% {
      opacity: 0;
      transform: scale(0.01);
    }
    70% {
      opacity: 1;
      transform: scale(1.18);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }

  @keyframes mobileClipFlagRock {
    0% {
      transform: rotate(0deg);
    }
    38% {
      transform: rotate(-12deg);
    }
    70% {
      transform: rotate(4deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }

  @keyframes mobileHelperDetailIn {
    from {
      opacity: 0;
      transform: translateY(6px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes customerQueueSwipeHint {
    0%,
    100% {
      transform: translateX(0);
    }
    28% {
      transform: translateX(-28px);
    }
    48% {
      transform: translateX(0);
    }
    68% {
      transform: translateX(-14px);
    }
  }

  body:not(.business-portal-mode).platform-helper-open .platform-mobile-helper-toggle {
    background: #dff5ed;
  }

  body:not(.business-portal-mode).platform-mobile-menu-open {
    overflow: hidden;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-backdrop {
    background: rgba(6, 19, 15, 0.34);
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 31;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-backdrop[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-sheet {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.18);
    border-radius: 16px 16px 0 0;
    bottom: 0;
    box-shadow: 0 -24px 58px rgba(6, 19, 15, 0.28);
    display: block;
    left: 0;
    max-height: min(74vh, 620px);
    overflow-y: auto;
    padding: 12px 10px calc(84px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 0;
    z-index: 32;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-sheet[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel {
    display: grid;
    gap: 8px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-title {
    display: grid;
    gap: 2px;
    padding: 2px 2px 4px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-title strong {
    color: #0d2a22;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.1;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-title small {
    color: #536174;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel.account-dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    min-width: 0;
    padding: 0;
    position: static;
    width: 100%;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel.account-dropdown-menu[hidden],
  body:not(.business-portal-mode) .platform-mobile-menu-panel[hidden] {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-menu-head {
    align-items: start;
    background: #fffefa;
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 4px 2px 12px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-menu-head strong {
    color: #0d2a22;
    font-size: 15px;
    line-height: 1.1;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-menu-head span {
    color: #536174;
    display: block;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 2px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-menu-head button,
  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-head-link {
    align-self: start;
    color: var(--primary);
    font-size: 12px;
    font-weight: 950;
    padding-top: 1px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-menu-list {
    gap: 10px;
    max-height: none;
    padding-top: 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item {
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(6, 19, 15, 0.06);
    gap: 0;
    grid-template-columns: minmax(0, 1fr) 32px;
    padding: 0;
    position: relative;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-new::before,
  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-message-item.is-new::before {
    background: var(--primary);
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 8px;
    z-index: 2;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item + .header-notification-item {
    border-top: 1px solid rgba(31, 111, 91, 0.2);
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-message-item {
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item a {
    align-items: center;
    gap: 10px;
    grid-template-columns: 46px minmax(0, 1fr);
    min-height: 70px;
    padding: 10px 4px 10px 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-message-item a {
    padding-right: 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-media {
    border-radius: 11px;
    height: 44px;
    width: 44px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item strong {
    color: #0d2a22;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.14;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item small {
    color: #46596a;
    display: -webkit-box;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 3px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item em {
    font-size: 12px;
    margin-top: 4px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item > button {
    align-self: start;
    border-radius: 999px;
    color: #4f6170;
    font-size: 16px;
    min-height: 32px;
    padding: 8px 8px 0 0;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel [data-header-notification] {
    background: #fffefa;
    overflow: hidden;
    position: relative;
    transform: translateX(var(--swipe-x, 0));
    transition: transform 160ms ease;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel [data-header-notification]::after {
    background: linear-gradient(90deg, rgba(6, 19, 15, 0.16), rgba(6, 19, 15, 0));
    border-radius: inherit;
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 160ms ease;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel [data-header-notification].is-swiping {
    transition: none;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel [data-header-notification].is-swiping::after {
    opacity: 0.6;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-inactive {
    background: rgba(255, 254, 250, 0.72);
    border-color: rgba(31, 111, 91, 0.12);
    box-shadow: none;
    grid-template-columns: minmax(0, 1fr);
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-inactive a {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 42px;
    padding: 7px 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-inactive .header-notification-media {
    height: 28px;
    opacity: 0.58;
    width: 28px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-inactive strong {
    color: #536174;
    font-size: 12px;
    -webkit-line-clamp: 1;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-inactive small {
    display: none;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .header-notification-item.is-inactive em {
    color: #6f7e8b;
    font-size: 10px;
    margin-top: 1px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .account-profile-stack {
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .account-profile-row {
    min-height: 56px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .account-see-all {
    color: var(--primary);
    font-size: 13px;
    font-weight: 950;
    padding: 4px 2px;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel .account-menu-divider {
    margin: 4px 0;
  }

  body:not(.business-portal-mode) .platform-mobile-menu-panel.account-dropdown-menu > a,
  body:not(.business-portal-mode) .platform-mobile-menu-panel.account-dropdown-menu > button {
    min-height: 44px;
  }

  body:not(.business-portal-mode) .platform-mobile-points-panel .header-points-menu-head {
    border-bottom: 1px solid rgba(31, 111, 91, 0.16);
    padding: 4px 2px 12px;
  }

  body:not(.business-portal-mode) .platform-mobile-points-panel .header-points-menu-head strong {
    font-size: clamp(26px, 7vw, 34px);
    line-height: 1;
  }

  body:not(.business-portal-mode) .platform-mobile-points-panel .header-points-summary {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.business-portal-mode) .platform-mobile-points-panel .header-points-summary a {
    border-radius: 10px;
    min-height: 76px;
    padding: 10px;
  }

  body:not(.business-portal-mode) .platform-mobile-points-panel .header-points-ledger {
    padding-bottom: 6px;
  }

  body:not(.business-portal-mode) .platform-mobile-points-panel .header-points-menu-actions {
    grid-template-columns: 1fr 1fr;
  }

  body:not(.business-portal-mode) .platform-mobile-points-pill strong {
    color: #103c2f;
    font-size: clamp(12px, 3.25vw, 16px);
    font-weight: 950;
    line-height: 1;
  }

  body:not(.business-portal-mode) .platform-mobile-points-pill span {
    color: var(--primary);
  }

  body:not(.business-portal-mode) .platform-redeem-qr-button,
  body:not(.business-portal-mode) .platform-header-business-link {
    align-items: center;
    background: #fffefa;
    border: 1px solid rgba(31, 111, 91, 0.2);
    border-radius: 999px;
    box-shadow: none;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    min-height: 42px;
    padding: 0;
    width: 42px;
  }

  body:not(.business-portal-mode) .platform-redeem-qr-button span,
  body:not(.business-portal-mode) .platform-header-business-link strong,
  body:not(.business-portal-mode) .platform-header-business-link em {
    display: none;
  }

  body:not(.business-portal-mode) .platform-redeem-qr-button .dashboard-action-icon {
    height: 18px;
    width: 18px;
  }

  body:not(.business-portal-mode) .platform-header-business-link img,
  body:not(.business-portal-mode) .platform-header-business-link > span:first-child {
    height: 30px;
    width: 30px;
  }

  body:not(.business-portal-mode) .platform-subheader .platform-nav-menu {
    left: 0;
    max-height: min(460px, calc(100vh - 78px));
    min-width: min(260px, calc(100vw - 20px));
    overflow-y: auto;
    top: calc(100% + 7px);
  }

  body:not(.business-portal-mode) .platform-subheader-subnav {
    background: #fffefa;
    border-bottom: 1px solid rgba(31, 111, 91, 0.12);
    box-shadow: 0 8px 18px rgba(6, 19, 15, 0.05);
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 6px 0 0;
    min-height: 40px;
    overflow-x: auto;
    padding: 5px 0 6px;
  }

  body:not(.business-portal-mode) .platform-subheader-subnav .platform-subnav.is-open {
    gap: 8px;
    padding: 0;
  }

  body:not(.business-portal-mode) .platform-subheader-subnav .platform-subnav button,
  body:not(.business-portal-mode) .platform-subheader-subnav .platform-subnav .platform-subnav-tool {
    border-radius: 999px;
    min-height: 30px;
    padding: 0 9px;
  }

  body:not(.business-portal-mode) .platform-subheader:has([data-platform-subnav="dashboard"].is-open) {
    grid-template-rows: 40px;
    min-height: 56px;
  }

  body:not(.business-portal-mode) .platform-subheader:has([data-platform-subnav="events"].is-open) {
    grid-template-rows: 40px;
    min-height: 56px;
  }

  body:not(.business-portal-mode) .platform-subheader:has([data-platform-subnav="organizations"].is-open) {
    grid-template-rows: 40px;
    min-height: 56px;
  }

  body:not(.business-portal-mode) .platform-subheader:has([data-platform-subnav="dashboard"].is-open) .platform-subheader-subnav {
    display: none;
  }

  body:not(.business-portal-mode) .platform-subheader:has([data-platform-subnav="events"].is-open) .platform-subheader-subnav {
    display: none;
  }

  body:not(.business-portal-mode) .platform-subheader:has([data-platform-subnav="organizations"].is-open) .platform-subheader-subnav {
    display: none;
  }

  body:not(.business-portal-mode) .platform-content,
  body:not(.business-portal-mode) #customer-panel {
    padding-top: 0;
  }

  body:not(.business-portal-mode) .platform-content:has(.orders-workspace) {
    padding-left: 10px;
    padding-right: 10px;
  }

  body:not(.business-portal-mode) .platform-content:has(.orders-workspace) .orders-workspace {
    box-sizing: border-box;
    gap: 14px;
    max-width: 100%;
    overflow: hidden;
    padding: 10px 0 4px;
  }

  body:not(.business-portal-mode) .orders-workspace .orders-filter-row {
    background: rgba(255, 254, 250, 0.96);
    border: 1px solid rgba(31, 111, 91, 0.14);
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(6, 19, 15, 0.05);
    box-sizing: border-box;
    padding: 12px;
  }

  body:not(.business-portal-mode) .orders-workspace .orders-filter-row input,
  body:not(.business-portal-mode) .orders-workspace .orders-filter-row select {
    box-sizing: border-box;
    width: 100%;
  }

  body:not(.business-portal-mode) .orders-workspace .receipt-folder-workspace,
  body:not(.business-portal-mode) .orders-workspace .order-list {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  body:not(.business-portal-mode) .platform-subheader {
    gap: 0 5px;
    grid-template-columns: 34px minmax(114px, 132px) minmax(0, 1fr) 34px;
    padding-left: 8px;
    padding-right: 8px;
  }

  body:not(.business-portal-mode) .platform-nav-menu-toggle {
    grid-template-columns: 24px minmax(0, 1fr) 8px;
    padding-right: 8px;
  }

  body:not(.business-portal-mode) .platform-subheader-actions {
    gap: 4px;
  }

  body:not(.business-portal-mode) .platform-mobile-search input {
    font-size: 12px;
    padding-left: 30px;
    padding-right: 34px;
  }

  body:not(.business-portal-mode) .platform-mobile-qr-button {
    height: 34px;
    min-height: 34px;
    width: 34px;
  }

  body:not(.business-portal-mode) .platform-mobile-points-pill {
    min-width: 0;
  }

  body:not(.business-portal-mode) .platform-mobile-points-pill strong {
    font-size: clamp(11px, 3vw, 13px);
  }

  body:not(.business-portal-mode) .platform-mobile-points-pill span {
    font-size: clamp(7px, 2vw, 9px);
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item {
    min-height: 48px;
  }

  body:not(.business-portal-mode) .platform-mobile-bottom-item .dashboard-action-icon {
    height: 20px;
    width: 20px;
  }

  body:not(.business-portal-mode) .platform-redeem-qr-button,
  body:not(.business-portal-mode) .platform-header-business-link {
    height: 38px;
    min-height: 38px;
    width: 38px;
  }

  body:not(.business-portal-mode) .platform-header-business-link img,
  body:not(.business-portal-mode) .platform-header-business-link > span:first-child {
    height: 28px;
    width: 28px;
  }

  .organization-portal-mode-apps.organization-mobile-apps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    justify-items: stretch;
    margin-left: 4px;
    margin-right: 4px;
    width: calc(100% - 8px);
  }

  .organization-portal-mode-apps.organization-mobile-apps button {
    aspect-ratio: auto;
    height: 74px;
    min-height: 74px;
    width: 100%;
  }
}

.business-detail-view .relationship-event-tiles {
  align-items: stretch;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.business-detail-view .relationship-event-tiles .cloud-event-card.cloud-event-tile {
  aspect-ratio: auto;
  gap: 10px;
  grid-template-rows: 156px minmax(0, 1fr) auto;
  height: 100%;
  min-height: 292px;
  padding: 12px;
}

.business-detail-view .relationship-event-tiles .cloud-event-tile-art {
  height: 156px;
  min-height: 156px;
}

.business-detail-view .relationship-event-tiles .cloud-event-tile-art .cloud-event-tile-image {
  min-height: 156px;
}

.business-detail-view .relationship-event-tiles .cloud-event-card h3 {
  font-size: 17px;
}

.business-detail-view .relationship-event-tiles .cloud-event-tile-footer {
  min-height: 34px;
  padding-top: 8px;
}

@media (max-width: 620px) {
  .relationship-view-panel[data-relationship-view-panel="events"] .business-side-card {
    padding: 12px;
  }

  .relationship-view-panel[data-relationship-view-panel="events"] .card-head {
    align-items: center;
    gap: 8px;
  }

  .relationship-event-section {
    margin-top: 8px;
  }

  .relationship-event-section-head strong {
    font-size: 13px;
  }

  .relationship-event-section-head small {
    font-size: 12px;
  }

  .business-detail-view .relationship-event-tiles {
    gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 6px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-card.cloud-event-tile {
    align-items: start;
    aspect-ratio: auto;
    display: grid;
    gap: 7px 10px;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
    padding: 10px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-art {
    aspect-ratio: 1;
    grid-row: 1 / 3;
    height: 92px;
    min-height: 0;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-art span {
    font-size: 24px;
    height: 48px;
    width: 48px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-art .cloud-event-tile-image {
    height: 100%;
    min-height: 0;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-copy {
    align-content: start;
    gap: 2px;
    padding-right: 26px;
  }

  .business-detail-view .relationship-event-tiles .event-publish-badge {
    font-size: 10px;
    justify-self: start;
    padding: 4px 7px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-card h3 {
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.12;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-card p,
  .business-detail-view .relationship-event-tiles .cloud-event-card strong {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-footer {
    align-self: end;
    border-top: 0;
    gap: 6px;
    grid-column: 2 / 4;
    justify-content: flex-start;
    min-height: 0;
    padding-top: 0;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-footer span,
  .business-detail-view .relationship-event-tiles .cloud-event-tile-footer small {
    font-size: 10px;
    padding: 4px 7px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-actions {
    right: 8px;
    top: 8px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-actions .business-tile-star {
    height: 28px;
    width: 28px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-actions .business-tile-star .star-icon {
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 420px) {
  .business-detail-view .relationship-event-tiles .cloud-event-card.cloud-event-tile {
    grid-template-columns: 82px minmax(0, 1fr) auto;
    padding: 9px;
  }

  .business-detail-view .relationship-event-tiles .cloud-event-tile-art {
    height: 82px;
  }
}

.business-detail-view .relationship-event-tiles .cloud-event-tile-art .cloud-event-tile-image.has-image {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 620px) {
  body:not(.business-portal-mode) .account-platform-layout .event-browser-list,
  body:not(.business-portal-mode) .platform-layout .event-browser-list {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-card.cloud-event-tile,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-card.cloud-event-tile {
    align-items: start;
    aspect-ratio: auto;
    display: grid;
    gap: 7px 10px;
    grid-template-columns: 92px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 0;
    padding: 10px;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-art,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-art {
    aspect-ratio: 1;
    grid-row: 1 / 3;
    height: 92px;
    min-height: 0;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-art span,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-art span {
    font-size: 24px;
    height: 48px;
    width: 48px;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-art .cloud-event-tile-image,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-art .cloud-event-tile-image {
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 0;
    width: 100%;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-copy,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-copy {
    align-content: start;
    gap: 2px;
    padding-right: 26px;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .event-publish-badge,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .event-publish-badge {
    font-size: 10px;
    justify-self: start;
    padding: 4px 7px;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-card h3,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-card h3 {
    display: -webkit-box;
    font-size: 15px;
    line-height: 1.12;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-card p,
  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-card strong,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-card p,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-card strong {
    display: -webkit-box;
    font-size: 11px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-footer,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-footer {
    align-self: end;
    border-top: 0;
    gap: 6px;
    grid-column: 2 / 4;
    justify-content: flex-start;
    min-height: 0;
    padding-top: 0;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-footer span,
  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-footer small,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-footer span,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-footer small {
    font-size: 10px;
    padding: 4px 7px;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-actions,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-actions {
    right: 8px;
    top: 8px;
  }
}

@media (max-width: 420px) {
  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-card.cloud-event-tile,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-card.cloud-event-tile {
    grid-template-columns: 82px minmax(0, 1fr) auto;
    padding: 9px;
  }

  body:not(.business-portal-mode) .account-platform-layout .event-browser-list .cloud-event-tile-art,
  body:not(.business-portal-mode) .platform-layout .event-browser-list .cloud-event-tile-art {
    height: 82px;
  }
}

.cloud-event-preview-drawer {
  gap: 14px;
}

.cloud-event-preview-drawer > .platform-mobile-drawer-handle {
  display: none;
}

.cloud-event-preview-hero {
  border-radius: 8px;
  min-height: 180px;
  overflow: hidden;
}

.cloud-event-preview-hero-art {
  align-items: center;
  background: linear-gradient(145deg, #e3f0ec, #fff4d8);
  color: var(--primary);
  display: flex;
  font-size: 36px;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  min-height: 180px;
  width: 100%;
}

.cloud-event-preview-hero-art.has-image {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.cloud-event-preview-hero-art.has-image > span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.cloud-event-preview-title-row {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.cloud-event-preview-title-row h2,
.cloud-event-preview-title-row p {
  margin: 0;
}

.cloud-event-preview-title-row h2 {
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.05;
}

.cloud-event-preview-title-row > .business-tile-star {
  position: static;
}

.cloud-event-preview-description {
  color: #34483f;
  line-height: 1.35;
  margin: 0;
}

.cloud-event-description-more {
  background: transparent;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  display: inline;
  font: inherit;
  font-weight: 900;
  margin: 0 0 0 4px;
  padding: 0;
}

.cloud-event-description-more:hover,
.cloud-event-description-more:focus-visible {
  text-decoration: underline;
}

.cloud-event-preview-divider {
  border-top: 1px solid rgba(217, 208, 194, 0.9);
  height: 1px;
}

.cloud-event-preview-section-title {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.cloud-event-preview-section-title span {
  background: #f5fbf8;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 999px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  padding: 5px 8px;
  white-space: nowrap;
}

.cloud-event-preview-details-button {
  align-items: center;
  background: #fffefa;
  border: 1px solid #1f6f5b;
  color: var(--primary);
  display: inline-flex;
  gap: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.cloud-event-preview-details-button::before {
  background: var(--primary);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-102%);
  transition: transform 180ms ease;
  z-index: -1;
}

.cloud-event-preview-details-button .dashboard-action-icon {
  height: 17px;
  width: 17px;
}

.cloud-event-preview-details-button:hover,
.cloud-event-preview-details-button:focus-visible,
.cloud-event-preview-details-button:active {
  border-color: var(--primary);
  color: #fff;
}

.cloud-event-preview-details-button:hover::before,
.cloud-event-preview-details-button:focus-visible::before,
.cloud-event-preview-details-button:active::before {
  transform: translateX(0);
}

@media (max-width: 620px) {
  .event-overlay.overall-review-drawer-overlay {
    align-items: end;
    background: rgba(12, 28, 22, 0.36);
    padding: 0;
  }

  .overall-review-drawer.event-overlay-panel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -18px 50px rgba(12, 28, 22, 0.22);
    gap: 8px;
    max-height: min(88dvh, 780px);
    max-width: none;
    overflow-y: auto;
    padding: 8px 12px calc(14px + env(safe-area-inset-bottom));
    transition: transform 180ms ease;
    width: 100%;
  }

  .overall-review-drawer > .platform-mobile-drawer-handle {
    display: flex;
  }

  .overall-review-drawer.is-dragging {
    transition: none;
  }

  .overall-review-drawer.is-expanded {
    max-height: calc(100dvh - 12px);
  }

  .overall-review-drawer .card-head {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .overall-review-drawer .card-head h3 {
    font-size: 18px;
    line-height: 1.15;
  }

  .overall-review-drawer .card-head p {
    font-size: 13px;
    line-height: 1.2;
  }

  .overall-review-drawer .review-average {
    align-self: start;
    gap: 1px;
    max-width: 82px;
  }

  .overall-review-drawer .review-average strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .overall-review-drawer .review-average span {
    font-size: 13px;
    letter-spacing: 0;
  }

  .overall-review-drawer .review-average small {
    font-size: 11px;
    line-height: 1.15;
  }

  .overall-review-drawer .business-review-form {
    gap: 9px;
  }

  .overall-review-drawer .review-block {
    gap: 8px;
    padding: 10px;
  }

  .overall-review-drawer .review-block-head {
    align-items: end;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 154px);
  }

  .overall-review-drawer .review-block h4 {
    font-size: 15px;
    line-height: 1.1;
  }

  .overall-review-drawer .review-block p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 2px;
  }

  .overall-review-drawer .business-review-form label {
    gap: 5px;
    font-size: 12px;
  }

  .overall-review-drawer .business-review-form input[type="text"],
  .overall-review-drawer .business-review-form input:not([type]),
  .overall-review-drawer .business-review-form textarea,
  .overall-review-drawer .business-review-form select {
    min-height: 38px;
    padding: 8px 10px;
  }

  .overall-review-drawer .business-review-form textarea {
    min-height: 82px;
  }

  .overall-review-drawer .private-review-block textarea {
    min-height: 58px;
  }

  .overall-review-drawer .recommend-review-row {
    border-radius: 8px;
    gap: 8px;
    grid-template-columns: 18px minmax(0, 1fr);
    min-height: 44px;
    padding: 8px 10px;
  }

  .overall-review-drawer .recommend-review-row small {
    font-size: 11px;
    line-height: 1.2;
  }

  .overall-review-drawer .business-review-form > button[type="submit"] {
    background: #fffefa;
    border: 1px solid var(--primary);
    border-radius: 8px;
    bottom: 0;
    color: var(--primary);
    overflow: hidden;
    min-height: 42px;
    position: sticky;
    transition: background-color 160ms ease, color 160ms ease, transform 120ms ease;
    z-index: 2;
  }

  .overall-review-drawer .business-review-form > button[type="submit"]:hover,
  .overall-review-drawer .business-review-form > button[type="submit"]:focus-visible,
  .overall-review-drawer .business-review-form > button[type="submit"]:active {
    background: var(--primary);
    color: #ffffff;
    outline: none;
  }

  .overall-review-drawer .business-review-form > button[type="submit"]:active {
    transform: translateY(1px);
  }

  .event-overlay.cloud-event-preview-overlay {
    align-items: end;
    background: rgba(12, 28, 22, 0.36);
    padding: 0;
  }

  .cloud-event-preview-drawer.event-overlay-panel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -18px 50px rgba(12, 28, 22, 0.22);
    gap: 12px;
    max-height: min(86dvh, 780px);
    max-width: none;
    overflow-y: auto;
    padding: 8px 14px calc(18px + env(safe-area-inset-bottom));
    transition: transform 180ms ease;
    width: 100%;
  }

  .cloud-event-preview-drawer > .platform-mobile-drawer-handle {
    display: flex;
  }

  .cloud-event-preview-drawer.is-dragging {
    transition: none;
  }

  .cloud-event-preview-drawer.is-expanded {
    max-height: calc(100dvh - 12px);
  }

  .cloud-event-preview-hero {
    border-radius: 12px;
    min-height: clamp(150px, 25dvh, 210px);
  }

  .cloud-event-preview-hero-art {
    min-height: clamp(150px, 25dvh, 210px);
  }

  .cloud-event-preview-title-row {
    align-items: center;
    gap: 10px;
  }

  .cloud-event-preview-title-row h2 {
    font-size: 22px;
    line-height: 1.08;
  }

  .cloud-event-preview-title-row p,
  .cloud-event-preview-title-row strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .cloud-event-preview-title-row > .business-tile-star {
    height: 38px;
    width: 38px;
  }

  .cloud-event-preview-happenings {
    gap: 8px;
  }

  .cloud-event-preview-happening {
    border-radius: 8px;
    min-height: 58px;
    padding: 10px;
  }

  .cloud-event-preview-actions {
    padding-bottom: 2px;
  }

  .cloud-event-preview-details-button {
    justify-content: center;
    min-height: 42px;
    width: 100%;
  }
}

/* Homepage: customer and business life stories */
body:has(.landing-home-nav) {
  background:
    radial-gradient(circle at 8% 4%, rgba(185, 221, 205, 0.42), transparent 26%),
    radial-gradient(circle at 92% 15%, rgba(243, 196, 107, 0.2), transparent 24%),
    #f1ede4;
  overflow-x: hidden;
  position: relative;
}

body:has(.landing-home-nav)::before,
body:has(.landing-home-nav)::after {
  content: "";
  pointer-events: none;
  position: fixed;
}

body:has(.landing-home-nav)::before {
  animation: fordwell-home-aurora 18s ease-in-out infinite alternate;
  background:
    radial-gradient(ellipse at 13% 22%, rgba(178, 220, 201, 0.56), transparent 31%),
    radial-gradient(ellipse at 82% 2%, rgba(247, 199, 106, 0.42), transparent 28%),
    radial-gradient(ellipse at 70% 36%, rgba(255, 255, 255, 0.78), transparent 34%),
    conic-gradient(from 118deg at 88% -6%, transparent 0deg, rgba(31, 111, 91, 0.08) 58deg, rgba(247, 199, 106, 0.16) 100deg, transparent 142deg);
  height: min(740px, 78vh);
  inset: -140px -18vw auto -18vw;
  opacity: 0.82;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

body:has(.landing-home-nav)::after {
  animation: fordwell-home-thread-drift 26s linear infinite;
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(31, 111, 91, 0.08) 38.2% 38.6%, transparent 38.8% 100%),
    linear-gradient(125deg, transparent 0 51%, rgba(246, 199, 106, 0.12) 51.2% 51.6%, transparent 51.8% 100%),
    radial-gradient(circle at 20% 34%, rgba(31, 111, 91, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 68% 17%, rgba(138, 90, 24, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 48%, rgba(31, 111, 91, 0.1) 0 2px, transparent 3px);
  background-size: 960px 520px, 1120px 600px, 520px 340px, 620px 380px, 700px 440px;
  height: min(680px, 72vh);
  inset: 0 0 auto;
  opacity: 0.46;
  z-index: 0;
}

@keyframes fordwell-home-aurora {
  0% { transform: translate3d(-1.5%, -1%, 0) scale(1); }
  100% { transform: translate3d(1.8%, 1.2%, 0) scale(1.03); }
}

@keyframes fordwell-home-thread-drift {
  0% { background-position: 0 0, 0 0, 0 0, 0 0, 0 0; }
  100% { background-position: 72px -44px, -86px 52px, 42px 24px, -58px 34px, 66px -38px; }
}

body:has(.landing-home-nav) .site-header,
body:has(.landing-home-nav) .mobile-bar {
  display: none;
}

body:has(.landing-home-nav) .app-shell {
  gap: 0;
  overflow-x: hidden;
  padding: 0 0 54px;
  position: relative;
  z-index: 1;
}

.landing-home-nav {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(9, 42, 34, 0.08);
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 14px auto 0;
  max-width: 1240px;
  padding: 10px 12px;
  position: sticky;
  top: 10px;
  width: 100%;
  z-index: 24;
}

.landing-home-brand {
  align-items: center;
  color: #153d33;
  display: inline-flex;
  font-size: 20px;
  font-weight: 950;
  gap: 9px;
  letter-spacing: 0;
  min-width: max-content;
  padding: 3px 8px 3px 4px;
  text-decoration: none;
}

.landing-home-brand img {
  background: #f8fbf9;
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 11px;
  height: 38px;
  object-fit: contain;
  padding: 3px;
  width: 38px;
}

.landing-home-nav-links {
  align-items: center;
  background: rgba(232, 242, 237, 0.72);
  border: 1px solid rgba(31, 111, 91, 0.1);
  border-radius: 14px;
  display: flex;
  gap: 4px;
  justify-content: center;
  justify-self: center;
  padding: 4px;
}

.landing-home-nav-links a,
.landing-home-nav-actions a {
  border-radius: 10px;
  color: #38574e;
  font-size: 14px;
  font-weight: 850;
  padding: 10px 12px;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.landing-home-nav-links a:hover,
.landing-home-nav-links a:focus-visible,
.landing-home-nav-links a.active {
  background: #fff;
  box-shadow: 0 7px 18px rgba(14, 51, 41, 0.08);
  color: #155b49;
}

.landing-home-nav-actions {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  min-width: max-content;
}

.landing-home-login {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.landing-home-login span {
  color: #6a7772;
  font-weight: 750;
}

.landing-home-login b {
  color: #155b49;
  font-weight: 950;
}

.landing-home-nav-actions .landing-home-join {
  background: #1f6f5b;
  color: #fff;
  box-shadow: 0 10px 20px rgba(31, 111, 91, 0.16);
  padding-inline: 18px;
}

.landing-home-nav-actions .landing-home-join:hover,
.landing-home-nav-actions .landing-home-join:focus-visible {
  background: #155b49;
  transform: translateY(-1px);
}

.landing-life-hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 78px);
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.8fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: calc(100vh - 110px);
  padding: clamp(30px, 5vw, 68px) 0 64px;
  width: 100%;
}

.landing-life-copy {
  display: grid;
  gap: 18px;
}

.landing-life-copy > .eyebrow,
.landing-life-heading > .eyebrow,
.landing-life-panel-intro > .eyebrow,
.landing-community-bridge .eyebrow {
  background: rgba(224, 239, 232, 0.9);
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 999px;
  justify-self: start;
  padding: 7px 10px;
}

.landing-life-copy h1 {
  color: #071b15;
  font-size: clamp(52px, 6.5vw, 80px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  max-width: 760px;
}

.landing-life-copy > p {
  color: #485b54;
  font-size: 18px;
  line-height: 1.55;
  max-width: 700px;
}

.landing-persona-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 4px;
}

.landing-persona-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 111, 91, 0.13);
  border-radius: 20px;
  box-shadow: 0 15px 34px rgba(14, 45, 37, 0.08);
  color: #173f35;
  display: grid;
  gap: 12px;
  min-height: 240px;
  padding: 18px;
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.landing-persona-card:hover,
.landing-persona-card:focus-visible {
  border-color: rgba(31, 111, 91, 0.34);
  box-shadow: 0 22px 44px rgba(14, 45, 37, 0.14);
  transform: translateY(-4px);
}

.landing-persona-card.business {
  background: linear-gradient(145deg, rgba(239, 247, 249, 0.94), rgba(255, 255, 255, 0.84));
}

.landing-persona-card.organization {
  background: linear-gradient(145deg, rgba(255, 249, 236, 0.94), rgba(255, 255, 255, 0.86));
  border-color: rgba(138, 90, 24, 0.16);
  grid-column: 1 / -1;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-height: 0;
}

.landing-persona-icon {
  align-items: center;
  background: #dff0e8;
  border-radius: 14px;
  color: #1f6f5b;
  display: flex;
  font-size: 14px;
  font-weight: 950;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.landing-persona-card.business .landing-persona-icon {
  background: #dfeef3;
  color: #2b657b;
}

.landing-persona-card.organization .landing-persona-icon {
  background: #faecd0;
  color: #8a5a18;
}

.landing-persona-card > span:nth-child(2) {
  display: grid;
  gap: 7px;
}

.landing-persona-card small {
  color: #63736d;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-persona-card strong {
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.landing-persona-card em {
  color: #52635d;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.42;
}

.landing-persona-card > b {
  align-self: end;
  color: #1f6f5b;
  font-size: 12px;
}

.landing-persona-card.organization > b {
  color: #8a5a18;
  justify-self: end;
  white-space: nowrap;
}

.landing-connection-visual {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #0b342a;
  background-size: 32px 32px;
  border: 1px solid rgba(7, 44, 34, 0.32);
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(5, 33, 25, 0.24);
  color: #fff;
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.landing-connection-topline {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  padding: 18px 20px;
}

.landing-connection-topline b {
  background: rgba(104, 211, 157, 0.13);
  border: 1px solid rgba(104, 211, 157, 0.32);
  border-radius: 999px;
  color: #c8f0dc;
  font-size: 10px;
  padding: 6px 9px;
  text-transform: uppercase;
}

.landing-connection-topline b::before {
  background: #68d39d;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 6px;
  width: 6px;
}

.landing-connection-scene {
  min-height: 520px;
  position: relative;
}

.landing-connection-scene::before,
.landing-connection-scene::after {
  border-top: 1px dashed rgba(191, 231, 213, 0.34);
  content: "";
  left: 22%;
  position: absolute;
  top: 50%;
  transform: rotate(26deg);
  width: 56%;
}

.landing-connection-scene::after {
  transform: rotate(-29deg);
}

.landing-connection-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  color: #173f35;
  display: grid;
  gap: 7px;
  padding: 18px;
  position: absolute;
  transition: opacity 240ms ease, transform 470ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease;
  width: 230px;
  z-index: 2;
}

.landing-connection-card.customer {
  animation: landing-life-float 5.6s ease-in-out infinite;
  left: 24px;
  top: 52px;
}

.landing-connection-card.business {
  animation: landing-life-float 5.6s ease-in-out -2.8s infinite;
  bottom: 28px;
  right: 8px;
}

.landing-connection-card small {
  color: #64766f;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.landing-connection-card strong {
  font-size: 20px;
  line-height: 1.08;
}

.landing-connection-card span {
  color: #52645d;
  font-size: 11px;
  font-weight: 750;
}

.landing-connection-mark {
  appearance: none;
  align-items: center;
  animation: landing-life-mark 3s ease-in-out infinite;
  background: #f7fbf9;
  border: 8px solid rgba(141, 199, 173, 0.52);
  border-radius: 50%;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
  display: flex;
  font: inherit;
  height: 106px;
  justify-content: center;
  left: calc(50% - 53px);
  position: absolute;
  padding: 0;
  top: calc(50% - 53px);
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 470ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 106px;
  z-index: 3;
}

.landing-connection-mark:hover {
  border-color: rgba(178, 223, 202, 0.82);
  cursor: pointer;
  transform: scale(1.06);
}

.landing-connection-mark:focus-visible {
  outline: 3px solid #f1c56f;
  outline-offset: 6px;
}

.landing-connection-mark img {
  height: 64px;
  object-fit: contain;
  transition: transform 470ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 64px;
}

.landing-connection-hint {
  background: rgba(7, 48, 38, 0.94);
  border: 1px solid rgba(191, 231, 213, 0.36);
  border-radius: 999px;
  color: #eefaf4;
  font-size: 8px;
  font-weight: 950;
  left: 50%;
  letter-spacing: 0.04em;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  white-space: nowrap;
}

.landing-connection-result {
  align-items: center;
  background: #f1c56f;
  color: #17352d;
  display: flex;
  font-size: 10px;
  font-weight: 950;
  gap: 8px;
  justify-content: center;
  min-height: 64px;
  padding: 14px;
  text-transform: uppercase;
  transition: background 420ms ease, opacity 240ms ease;
}

.landing-connection-visual[data-connection-scene="1"] .landing-connection-result {
  background: #b9ddcd;
}

.landing-connection-visual[data-connection-scene="2"] .landing-connection-result {
  background: #b9d3de;
}

.landing-connection-visual.is-transforming .landing-connection-card.customer {
  animation: none;
  opacity: 0.08;
  transform: translate3d(92px, 110px, 0) rotate(8deg) scale(0.76);
}

.landing-connection-visual.is-transforming .landing-connection-card.business {
  animation: none;
  opacity: 0.08;
  transform: translate3d(-92px, -108px, 0) rotate(-8deg) scale(0.76);
}

.landing-connection-visual.is-transforming .landing-connection-mark {
  animation: none;
  border-color: rgba(241, 197, 111, 0.82);
  transform: rotate(180deg) scale(1.14);
}

.landing-connection-visual.is-transforming .landing-connection-mark img {
  transform: rotate(-180deg) scale(0.86);
}

.landing-connection-visual.is-transforming .landing-connection-result {
  opacity: 0.28;
}

.landing-connection-result i {
  background: rgba(23, 53, 45, 0.28);
  height: 1px;
  width: 28px;
}

@keyframes landing-life-float {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes landing-life-mark {
  0%,
  100% { box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(129, 205, 170, 0.16); }
  50% { box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3), 0 0 0 14px rgba(129, 205, 170, 0); }
}

.landing-life-stories {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 34px;
  box-shadow: 0 26px 70px rgba(12, 45, 36, 0.1);
  margin: 22px auto 0;
  max-width: 1240px;
  padding: clamp(28px, 4vw, 48px);
  scroll-margin-top: 100px;
  width: 100%;
}

.landing-life-heading {
  display: grid;
  gap: 13px;
  max-width: 830px;
}

.landing-life-heading h2 {
  color: #0d2c23;
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.landing-life-heading p {
  color: #53645e;
  font-size: 16px;
}

.landing-life-tabs {
  background: #e8eee9;
  border: 1px solid rgba(31, 111, 91, 0.1);
  border-radius: 16px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 16px;
  max-width: 520px;
  padding: 5px;
}

.landing-life-tabs button {
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #52645d;
  font-size: 13px;
  font-weight: 900;
  min-height: 44px;
  padding: 9px 12px;
}

.landing-life-tabs button.active,
.landing-life-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 8px 20px rgba(13, 52, 42, 0.1);
  color: #1f6f5b;
}

.landing-life-panel {
  background: #f7faf7;
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 24px;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(20px, 3vw, 34px);
}

.landing-life-panel.business {
  background: #f4f8fa;
  border-color: rgba(43, 101, 123, 0.16);
}

.landing-life-panel[hidden] {
  display: none;
}

.landing-life-panel.is-entering {
  animation: landing-life-panel-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes landing-life-panel-in {
  from { opacity: 0; transform: translateY(14px) scale(0.99); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.landing-life-panel-intro {
  align-content: start;
  display: grid;
  gap: 13px;
  padding: 6px;
}

.landing-life-panel-intro h3 {
  color: #123e33;
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.landing-life-panel-intro p {
  color: #566760;
  font-size: 14px;
  line-height: 1.5;
}

.landing-life-panel-intro > a,
.landing-community-bridge > a {
  --landing-cta-color: #1f6f5b;
  --landing-cta-glow: rgba(31, 111, 91, 0.24);
  align-items: center;
  animation: landing-story-cta-pulse 2.8s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid var(--landing-cta-color);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(18, 62, 51, 0.08), 0 0 0 0 var(--landing-cta-glow);
  color: var(--landing-cta-color);
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  gap: 10px;
  justify-content: center;
  justify-self: start;
  line-height: 1.1;
  margin-top: 4px;
  min-height: 50px;
  padding: 15px 18px;
  position: relative;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease, filter 180ms ease;
}

.landing-life-panel-intro > a {
  min-width: min(100%, 280px);
}

.landing-life-panel.business .landing-life-panel-intro > a {
  --landing-cta-color: #2b657b;
  --landing-cta-glow: rgba(43, 101, 123, 0.22);
}

.landing-life-panel-intro > a:hover,
.landing-community-bridge > a:hover {
  animation-play-state: paused;
  box-shadow: 0 18px 34px rgba(18, 62, 51, 0.14), 0 0 0 5px var(--landing-cta-glow);
  filter: saturate(1.04);
  transform: translateY(-2px);
}

.landing-life-panel-intro > a:focus-visible,
.landing-community-bridge > a:focus-visible {
  outline: 3px solid rgba(246, 199, 106, 0.78);
  outline-offset: 3px;
}

@keyframes landing-story-cta-pulse {
  0%,
  100% {
    box-shadow: 0 10px 22px rgba(18, 62, 51, 0.08), 0 0 0 0 var(--landing-cta-glow);
  }
  58% {
    box-shadow: 0 12px 26px rgba(18, 62, 51, 0.1), 0 0 0 7px rgba(31, 111, 91, 0);
  }
}

.landing-life-steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-life-steps li {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.1);
  border-radius: 18px;
  display: grid;
  gap: 11px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.landing-life-steps li:hover {
  border-color: rgba(31, 111, 91, 0.28);
  box-shadow: 0 14px 30px rgba(16, 55, 45, 0.09);
  transform: translateY(-2px);
}

.landing-life-steps li > span {
  align-items: center;
  background: #e2f0e9;
  border-radius: 10px;
  color: #1f6f5b;
  display: flex;
  font-size: 10px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.landing-life-panel.business .landing-life-steps li > span {
  background: #e0edf2;
  color: #2b657b;
}

.landing-life-steps li div {
  display: grid;
  gap: 5px;
}

.landing-life-steps small {
  color: #64766f;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-life-steps strong {
  color: #173f35;
  font-size: 15px;
  line-height: 1.14;
}

.landing-life-steps p {
  color: #5b6c65;
  font-size: 11px;
  line-height: 1.4;
}

.landing-life-outcome {
  align-items: center;
  background: #0e3a2f;
  border-radius: 18px;
  color: #fff;
  display: grid;
  gap: 6px;
  grid-column: 1 / -1;
  grid-template-columns: 150px minmax(0, 1fr);
  padding: 18px 20px;
}

.landing-life-panel.business .landing-life-outcome {
  background: #214f60;
}

.landing-life-outcome span {
  color: #9fd6bd;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.landing-life-outcome strong {
  font-size: 17px;
  line-height: 1.22;
}

.landing-community-bridge {
  align-items: center;
  background: #f1c56f;
  border: 1px solid rgba(125, 85, 25, 0.16);
  border-radius: 26px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1fr) auto;
  margin: 20px auto 30px;
  max-width: 1240px;
  padding: 28px 30px;
  width: 100%;
}

.landing-community-bridge > div {
  display: grid;
  gap: 10px;
}

.landing-community-bridge .eyebrow {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(125, 85, 25, 0.15);
  color: #6d4919;
}

.landing-community-bridge h2 {
  color: #2c2a1b;
  font-size: 27px;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.landing-community-bridge p {
  color: #5d4b2b;
  font-size: 14px;
  line-height: 1.5;
}

.landing-community-bridge > a {
  --landing-cta-color: #8a5a18;
  --landing-cta-glow: rgba(138, 90, 24, 0.2);
  background: rgba(255, 255, 255, 0.86);
  border: 2px solid var(--landing-cta-color);
  border-radius: 16px;
  color: var(--landing-cta-color);
  margin: 0;
  padding: 14px 16px;
  text-align: center;
}

[data-landing-reveal].will-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-landing-reveal].will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 820px) {
  body:has(.landing-home-nav) .app-shell {
    min-height: 100vh;
    padding: 0 12px 34px;
  }

  .landing-home-nav {
    border-radius: 0 0 18px 18px;
    gap: 10px;
    grid-template-areas:
      "brand actions"
      "links links";
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 -12px;
    max-width: none;
    padding: 9px 12px 10px;
    top: 0;
    width: calc(100% + 24px);
  }

  .landing-home-brand {
    font-size: 18px;
    grid-area: brand;
  }

  .landing-home-brand img {
    border-radius: 9px;
    height: 34px;
    width: 34px;
  }

  .landing-home-nav-actions {
    grid-area: actions;
    gap: 6px;
  }

  .landing-home-nav-actions a {
    font-size: 11px;
    min-height: 36px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .landing-home-login {
    background: rgba(232, 242, 237, 0.78);
    border: 1px solid rgba(31, 111, 91, 0.1);
  }

  .landing-home-login span {
    display: none;
  }

  .landing-home-nav-actions .landing-home-join {
    padding-inline: 13px;
  }

  .landing-home-nav-links {
    background: rgba(237, 243, 239, 0.88);
    border-radius: 12px;
    display: grid;
    gap: 4px;
    grid-area: links;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 4px;
  }

  .landing-home-nav-links a {
    font-size: 11px;
    padding: 9px 6px;
    text-align: center;
  }

  .landing-home-nav-links a:last-child {
    display: none;
  }

  .landing-home-nav-links a.active {
    background: #fff;
    box-shadow: 0 5px 14px rgba(14, 51, 41, 0.08);
    color: #1f6f5b;
  }

  .landing-life-hero {
    gap: 28px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 18px 2px 44px;
  }

  .landing-life-copy {
    gap: 15px;
  }

  .landing-life-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.94;
  }

  .landing-life-copy > p {
    font-size: 16px;
  }

  .landing-persona-grid {
    grid-template-columns: 1fr;
  }

  .landing-persona-card {
    gap: 10px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 0;
    padding: 15px;
  }

  .landing-persona-card.organization {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .landing-persona-card > b {
    grid-column: 2;
  }

  .landing-persona-card.organization > b {
    justify-self: start;
    white-space: normal;
  }

  .landing-connection-visual {
    border-radius: 24px;
    min-height: 610px;
  }

  .landing-connection-scene {
    min-height: 480px;
  }

  .landing-connection-card {
    width: min(235px, calc(100% - 52px));
  }

  .landing-connection-card.customer {
    left: 16px;
    top: 24px;
  }

  .landing-connection-card.business {
    bottom: 12px;
    right: 16px;
  }

  .landing-connection-mark {
    height: 84px;
    left: calc(50% - 42px);
    top: calc(50% - 42px);
    width: 84px;
  }

  .landing-connection-mark img {
    height: 50px;
    width: 50px;
  }

  .landing-connection-hint {
    font-size: 7px;
    padding: 4px 7px;
    top: calc(100% + 8px);
  }

  .landing-connection-visual.is-transforming .landing-connection-card.customer {
    transform: translate3d(0, 150px, 0) rotate(7deg) scale(0.78);
  }

  .landing-connection-visual.is-transforming .landing-connection-card.business {
    transform: translate3d(0, -150px, 0) rotate(-7deg) scale(0.78);
  }

  .landing-connection-result {
    font-size: 8px;
    gap: 6px;
  }

  .landing-connection-result i {
    width: 16px;
  }

  .landing-life-stories {
    border-radius: 26px;
    margin-top: 0;
    padding: 22px 14px 14px;
    scroll-margin-top: 104px;
  }

  .landing-life-heading h2 {
    font-size: 36px;
  }

  .landing-life-tabs {
    margin: 22px 0 12px;
    max-width: none;
  }

  .landing-life-panel {
    border-radius: 20px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .landing-life-panel-intro h3 {
    font-size: 30px;
  }

  .landing-life-panel-intro > a {
    justify-self: stretch;
    min-height: 56px;
    min-width: 0;
    padding: 17px 18px;
    width: 100%;
  }

  .landing-life-steps {
    grid-template-columns: 1fr;
  }

  .landing-life-steps li {
    padding: 14px;
  }

  .landing-life-outcome {
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .landing-community-bridge {
    border-radius: 22px;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
    padding: 22px 18px;
  }

  .landing-community-bridge > a {
    justify-self: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:has(.landing-home-nav)::before,
  body:has(.landing-home-nav)::after,
  .landing-life-hero::before,
  .landing-connection-card,
  .landing-connection-mark,
  .landing-life-panel-intro > a,
  .landing-community-bridge > a,
  .landing-life-panel.is-entering {
    animation: none;
  }

  .landing-connection-card,
  .landing-connection-mark,
  .landing-connection-mark img,
  .landing-connection-result {
    transition: none;
  }

  [data-landing-reveal].will-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Restored four-card landing story inside the current two-audience homepage. */
.landing-life-hero:has(.landing-product-stage) {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.84fr);
}

.landing-life-hero .landing-product-stage {
  min-height: 660px;
}

.landing-life-hero .landing-stage-canvas {
  height: 520px;
}

.landing-life-hero .landing-stage-caption {
  gap: 16px;
}

.landing-life-hero .landing-stage-caption span {
  flex: 0 0 auto;
}

.landing-life-hero .landing-stage-caption strong {
  text-align: right;
}

@media (max-width: 1120px) {
  .landing-life-hero:has(.landing-product-stage) {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .landing-life-hero .landing-stage-caption {
    gap: 4px;
  }

  .landing-life-hero .landing-stage-caption strong {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .landing-life-hero .landing-product-stage {
    border-radius: 22px;
    min-height: 0;
  }

  .landing-life-hero .landing-stage-topbar {
    min-height: 58px;
    padding: 11px 14px;
  }

  .landing-life-hero .landing-stage-brand {
    font-size: 14px;
  }

  .landing-life-hero .landing-stage-brand img {
    height: 30px;
    width: 30px;
  }

  .landing-life-hero .landing-live-pill {
    font-size: 9px;
    padding: 6px 8px;
  }

  .landing-life-hero .landing-stage-canvas {
    display: grid;
    gap: 10px;
    height: auto;
    padding: 112px 12px 14px;
  }

  .landing-life-hero .landing-stage-line {
    display: none;
  }

  .landing-life-hero .landing-stage-card,
  .landing-life-hero .landing-stage-order,
  .landing-life-hero .landing-stage-customer,
  .landing-life-hero .landing-stage-business,
  .landing-life-hero .landing-stage-impact {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }

  .landing-life-hero .landing-stage-card {
    border-radius: 16px;
    gap: 5px;
    padding: 14px;
  }

  .landing-life-hero .landing-stage-customer {
    align-items: center;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .landing-life-hero .landing-card-avatar {
    height: 42px;
    width: 42px;
  }

  .landing-life-hero .landing-stage-center {
    height: 72px;
    left: calc(50% - 36px);
    top: 17px;
    width: 72px;
  }

  .landing-life-hero .landing-stage-center img {
    height: 42px;
    width: 42px;
  }

  .landing-life-hero .landing-stage-center-hint {
    font-size: 7px;
    top: calc(100% + 8px);
  }

  .landing-life-hero .landing-product-stage.is-transforming .landing-stage-order,
  .landing-life-hero .landing-product-stage.is-transforming .landing-stage-customer,
  .landing-life-hero .landing-product-stage.is-transforming .landing-stage-business,
  .landing-life-hero .landing-product-stage.is-transforming .landing-stage-impact {
    opacity: 0.08;
    transform: translateY(-8px) scale(0.96);
  }

  .landing-life-hero .landing-stage-caption {
    align-items: center;
    gap: 5px;
    min-height: 82px;
    padding: 17px 14px 19px;
    text-align: center;
  }

  .landing-life-hero .landing-stage-caption strong {
    font-size: 18px;
    line-height: 1.08;
    text-align: center;
  }
}

/* Homepage header: quiet text navigation, no filled button blocks. */
.landing-home-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.78);
  border-left: 0;
  border-radius: 0 0 26px 26px;
  border-right: 0;
  border-top: 0;
  box-shadow: 0 18px 44px rgba(9, 42, 34, 0.07);
  display: grid;
  gap: clamp(18px, 4vw, 42px);
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 0;
  max-width: none;
  min-height: 78px;
  padding: 14px clamp(20px, 5vw, 72px);
  top: 0;
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
  width: 100%;
}

.landing-life-hero,
.landing-life-stories,
.landing-community-bridge {
  width: min(1240px, calc(100% - clamp(28px, 7vw, 80px)));
}

.landing-life-hero {
  position: relative;
}

.landing-life-hero::before {
  animation: fordwell-home-local-pulse 12s ease-in-out infinite;
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 111, 91, 0.08) 0 4px, transparent 5px),
    radial-gradient(circle at 42% 8%, rgba(246, 199, 106, 0.13) 0 3px, transparent 4px),
    radial-gradient(circle at 74% 26%, rgba(31, 111, 91, 0.08) 0 4px, transparent 5px),
    linear-gradient(105deg, transparent 0 18%, rgba(31, 111, 91, 0.06) 18.2% 18.6%, transparent 18.8% 100%),
    linear-gradient(32deg, transparent 0 56%, rgba(138, 90, 24, 0.07) 56.2% 56.6%, transparent 56.8% 100%);
  border-radius: 42px;
  content: "";
  inset: -30px -24px 16%;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.landing-life-copy,
.landing-product-stage {
  position: relative;
  z-index: 1;
}

@keyframes fordwell-home-local-pulse {
  0%,
  100% { opacity: 0.54; transform: translateY(0); }
  50% { opacity: 0.82; transform: translateY(-8px); }
}

.landing-home-brand {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #10241d;
  padding: 0;
}

.landing-home-brand img {
  background: #fff;
}

.landing-home-nav-links {
  background: transparent;
  border: 0;
  border-radius: 0;
  gap: 18px;
  justify-self: center;
  padding: 0;
}

.landing-product-stage {
  scroll-margin-top: 104px;
}

.landing-home-nav-links a,
.landing-home-nav-actions a {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  color: #42554e;
  line-height: 1;
  padding: 6px 0;
  position: relative;
}

.landing-home-nav-links a::after,
.landing-home-nav-actions a::after {
  background: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: opacity 180ms ease, transform 180ms ease;
  width: 100%;
}

.landing-home-nav-links a:hover,
.landing-home-nav-links a:focus-visible,
.landing-home-nav-links a.active,
.landing-home-nav-actions a:hover,
.landing-home-nav-actions a:focus-visible {
  background: transparent !important;
  color: #143f34;
  transform: none;
}

.landing-home-nav-links a:hover::after,
.landing-home-nav-links a:focus-visible::after,
.landing-home-nav-links a.active::after,
.landing-home-nav-actions a:hover::after,
.landing-home-nav-actions a:focus-visible::after {
  opacity: 0.42;
  transform: scaleX(1);
}

.landing-home-login span {
  color: #7a8681;
}

.landing-home-nav-actions .landing-home-join {
  color: #123f35;
  font-weight: 950;
  min-width: max-content;
  padding-inline: 0;
}

.landing-home-nav-actions .landing-home-join::after {
  opacity: 0.34;
  transform: scaleX(1);
}

@media (max-width: 820px) {
  body:has(.landing-home-nav) .app-shell {
    padding: 0 0 34px;
  }

  .landing-home-nav {
    background: rgba(255, 255, 255, 0.92);
    gap: 12px;
    grid-template-areas:
      "brand actions"
      "links links";
    grid-template-columns: minmax(0, 1fr) max-content;
    margin: 0;
    padding: 13px 14px 12px;
    width: 100%;
  }

  .landing-life-hero,
  .landing-life-stories,
  .landing-community-bridge {
    width: calc(100% - 28px);
  }

  .landing-home-brand {
    grid-area: brand;
    justify-self: start;
    min-width: 0;
    width: max-content;
  }

  .landing-home-nav-actions {
    gap: 12px;
    grid-area: actions;
    justify-self: end;
    min-width: max-content;
  }

  .landing-home-nav-links {
    background: transparent;
    border: 0;
    gap: 14px;
    grid-area: links;
    justify-content: center;
    padding: 0 4px 2px;
  }

  .landing-home-nav-links a {
    padding: 7px 0;
  }

  .landing-home-login {
    background: transparent !important;
    border: 0;
  }

  .landing-home-nav-actions a {
    align-items: center;
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    min-height: 0;
    padding: 8px 0;
    white-space: nowrap;
  }

  .landing-home-nav-actions .landing-home-join {
    font-size: 12px;
    min-width: 74px;
    padding-inline: 0;
  }

  .landing-auth-nav {
    display: flex;
    height: auto;
    min-height: 70px;
    padding-bottom: 12px;
  }
}

/* Dedicated register/login pages */
body:has(.landing-auth-page) {
  background:
    radial-gradient(circle at 8% 4%, rgba(185, 221, 205, 0.36), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(243, 196, 107, 0.16), transparent 24%),
    #f1ede4;
}

body:has(.landing-auth-page) .app-shell {
  align-content: start;
  padding-left: 0;
  padding-right: 0;
}

.landing-auth-page {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.64fr);
  margin: 0 auto;
  max-width: 1120px;
  min-height: calc(100vh - 90px);
  padding: clamp(46px, 7vw, 88px) 0 72px;
  scroll-margin-top: 110px;
  width: 100%;
}

.landing-auth-intro {
  display: grid;
  gap: 18px;
  padding-top: clamp(12px, 3vw, 38px);
}

.landing-auth-intro > .eyebrow {
  background: rgba(224, 239, 232, 0.82);
  border: 1px solid rgba(31, 111, 91, 0.12);
  border-radius: 999px;
  justify-self: start;
  padding: 7px 10px;
}

.landing-auth-intro h1 {
  color: #071b15;
  font-size: clamp(42px, 6vw, 72px);
  letter-spacing: 0;
  line-height: 0.96;
  max-width: 720px;
}

.landing-auth-intro > p {
  color: #485b54;
  font-size: 18px;
  line-height: 1.55;
  max-width: 640px;
}

.landing-auth-notes {
  border-top: 1px solid rgba(31, 111, 91, 0.16);
  display: grid;
  gap: 0;
  margin-top: 8px;
  max-width: 640px;
}

.landing-auth-notes div {
  border-bottom: 1px solid rgba(31, 111, 91, 0.13);
  display: grid;
  gap: 4px;
  padding: 15px 0;
}

.landing-auth-notes strong {
  color: #143f34;
  font-size: 15px;
}

.landing-auth-notes span {
  color: #586861;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.42;
}

.landing-auth-form-panel {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(9, 42, 34, 0.08);
  padding: clamp(18px, 3vw, 26px);
}

.landing-auth-page .auth-card {
  max-width: none;
}

.landing-auth-page .segmented {
  align-items: end;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 0;
  display: flex;
  gap: 20px;
  padding: 0;
}

.landing-auth-page .segmented button {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #6a7772;
  min-height: 0;
  padding: 0 0 12px;
  width: auto;
}

.landing-auth-page .segmented button.active,
.landing-auth-page .segmented button:hover,
.landing-auth-page .segmented button:focus-visible {
  background: transparent;
  box-shadow: inset 0 -2px 0 #7ba999;
  color: #123f35;
}

.landing-auth-page .role-choice {
  gap: 0;
}

.landing-auth-page .role-choice label,
.landing-auth-page .check-row {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 0;
  padding: 13px 0;
}

.landing-auth-page .auth-role-choice {
  border-top: 1px solid rgba(31, 111, 91, 0.14);
}

.landing-auth-page input,
.landing-auth-page textarea,
.landing-auth-page select {
  background: rgba(255, 255, 255, 0.86);
}

.landing-auth-page form > button[type="submit"] {
  background: #10241d;
  border-color: #10241d;
  color: #fff;
}

.landing-auth-page form > button[type="submit"]:hover,
.landing-auth-page form > button[type="submit"]:focus-visible {
  background: #1d3c32;
  border-color: #1d3c32;
}

.landing-auth-nav {
  display: flex;
  height: auto;
  justify-content: start;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  min-height: 64px;
  padding-left: 5px;
  width: 100%;
}

.landing-auth-nav .landing-home-brand {
  justify-content: flex-start;
  justify-self: start;
  max-width: none;
  width: max-content;
}

.landing-auth-page-focused {
  grid-template-columns: minmax(0, 440px);
  justify-content: center;
  min-height: calc(100vh - 74px);
  padding: clamp(18px, 4vw, 38px) 12px 64px;
}

.landing-auth-page-focused .landing-auth-form-panel {
  align-self: start;
}

@media (max-width: 920px) {
  .landing-auth-page {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 38px 0 54px;
  }

  .landing-auth-intro {
    padding-top: 0;
  }

  .landing-auth-form-panel {
    border-radius: 16px;
  }
}

@media (max-width: 620px) {
  .landing-auth-page {
    gap: 22px;
    padding: 30px 4px 46px;
  }

  .landing-auth-nav {
    display: flex;
    height: auto;
    min-height: 70px;
    padding-bottom: 12px;
  }

  .landing-auth-page-focused {
    padding-top: 14px;
  }

  .landing-auth-intro {
    gap: 14px;
  }

  .landing-auth-intro h1 {
    font-size: clamp(34px, 11vw, 44px);
    line-height: 1;
  }

  .landing-auth-intro > p {
    font-size: 15px;
  }

  .landing-auth-notes {
    display: none;
  }

  .landing-auth-form-panel {
    padding: 16px;
  }

  .landing-auth-page .segmented {
    gap: 16px;
  }
}

/* POS Lite web checkout */
.bp-lite-pos-page .bp-device-page-head {
  align-items: end;
}

.business-lite-pos-active .bp-topbar {
  display: none;
}

.business-lite-pos-active {
  background:
    radial-gradient(circle at 30% 0%, rgba(20, 112, 81, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbf8 0%, #eff6f1 100%);
}

.business-lite-pos-active .bp-main {
  background: transparent;
}

.business-lite-pos-active .bp-lite-pos-page {
  padding-top: 22px;
}

.business-lite-pos-active .bp-lite-pos-catalog,
.business-lite-pos-active .bp-lite-pos-ticket {
  border-color: rgba(9, 71, 48, 0.18);
  box-shadow:
    0 28px 70px rgba(4, 32, 22, 0.22),
    0 8px 22px rgba(4, 32, 22, 0.12);
}

.business-pos-gold-active .bp-lite-pos-catalog,
.business-pos-gold-active .bp-lite-pos-ticket {
  border-color: rgba(9, 71, 48, 0.18);
  box-shadow:
    0 28px 70px rgba(4, 32, 22, 0.22),
    0 8px 22px rgba(4, 32, 22, 0.12);
}

.bp-lite-pos-grid {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
}

.bp-lite-pos-catalog,
.bp-lite-pos-ticket {
  align-content: start;
  display: grid;
  gap: 14px;
}

.bp-lite-pos-business-head {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-width: 0;
}

.bp-lite-pos-business-identity {
  align-items: center;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.bp-lite-pos-business-logo {
  align-items: center;
  background: #f4f8f5;
  border: 1px solid rgba(31, 111, 91, 0.15);
  border-radius: 8px;
  color: var(--primary);
  display: flex;
  flex: 0 0 44px;
  font-size: 13px;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  object-fit: contain;
  padding: 3px;
  width: 44px;
}

.bp-lite-pos-business-identity > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-lite-pos-business-identity strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.bp-lite-pos-business-identity small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-lite-pos-terminal-state {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  margin-left: auto;
  max-width: 112px;
}

.bp-lite-pos-terminal-indicator {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: flex-end;
  max-width: 100%;
}

.bp-lite-pos-terminal-indicator b {
  font: inherit;
  line-height: 1.15;
  max-width: 88px;
  text-align: left;
}

.bp-lite-pos-terminal-state i {
  background: #9aa7a1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(31, 111, 91, 0.2);
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.bp-lite-pos-terminal-state[data-state="connected"] {
  color: #075d47;
}

.bp-lite-pos-terminal-state[data-state="connected"] i {
  animation: bp-lite-pos-terminal-pulse 1.8s ease-out infinite;
  background: #18a36f;
  box-shadow: 0 0 0 1px rgba(24, 163, 111, 0.28);
}

.bp-lite-pos-terminal-state[data-state="pending"] i {
  background: #d99520;
}

.bp-lite-pos-terminal-settings {
  border-top: 1px solid rgba(31, 111, 91, 0.14);
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
}

.bp-lite-pos-terminal-settings-head {
  align-items: start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.bp-lite-pos-terminal-settings-head > span {
  display: grid;
  gap: 3px;
}

.bp-lite-pos-terminal-settings-head strong {
  color: var(--ink);
  font-size: 14px;
}

.bp-lite-pos-terminal-settings-head small,
.bp-lite-pos-terminal-code-row small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-lite-pos-terminal-code-row {
  background: #f7faf8;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 11px;
}

.bp-lite-pos-terminal-code-row > span {
  display: grid;
  gap: 3px;
}

.bp-lite-pos-terminal-code-row strong {
  color: var(--ink);
  font-size: 15px;
}

.bp-lite-pos-terminal-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-lite-pos-terminal-actions button {
  min-height: 40px;
}

@keyframes bp-lite-pos-terminal-pulse {
  0%, 45% { box-shadow: 0 0 0 1px rgba(24, 163, 111, 0.32), 0 0 0 0 rgba(24, 163, 111, 0.32); }
  100% { box-shadow: 0 0 0 1px rgba(24, 163, 111, 0.18), 0 0 0 8px rgba(24, 163, 111, 0); }
}

.bp-lite-pos-review-button,
.bp-lite-pos-drawer-backdrop,
.bp-lite-pos-drawer-close {
  display: none;
}

.bp-lite-pos-ticket-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: end;
  position: relative;
}

.bp-lite-pos-title-row {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
  position: relative;
}

.bp-lite-pos-title-row h3 {
  margin: 0;
}

.bp-lite-pos-ticket-actions [data-lite-pos-clear].is-confirming {
  background: #fff4e5;
  border-color: #f0c36f;
  color: #7a3d00;
}

.bp-lite-pos-register-menu {
  position: relative;
}

.bp-lite-pos-menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}

.bp-lite-pos-menu-button img {
  display: block;
  height: 22px;
  width: 22px;
}

.bp-lite-pos-menu-button:hover,
.bp-lite-pos-menu-button:focus-visible {
  background: transparent;
  outline: none;
}

.bp-lite-pos-menu-button:focus-visible img {
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(31, 111, 91, 0.14);
}

.bp-lite-pos-menu {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(4, 32, 22, 0.18);
  display: grid;
  min-width: 196px;
  padding: 6px;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  z-index: 5;
}

.bp-lite-pos-menu button,
.bp-lite-pos-menu a {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--ink);
  display: flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  justify-content: flex-start;
  line-height: 1.2;
  min-height: 38px;
  padding: 9px 10px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.bp-lite-pos-menu button:hover,
.bp-lite-pos-menu button:focus-visible,
.bp-lite-pos-menu a:hover,
.bp-lite-pos-menu a:focus-visible {
  background: #eef6f2;
  outline: none;
}

.bp-pos-gold-page .bp-lite-pos-terminal-state {
  background: #fff8e2;
  border: 1px solid rgba(202, 154, 54, 0.44);
  border-radius: 999px;
  color: #075d47;
  margin-left: auto;
  max-width: none;
  padding: 5px 9px;
}

.bp-pos-gold-page .bp-lite-pos-terminal-state i {
  animation: none;
  background: #d5a429;
  box-shadow:
    0 0 0 1px rgba(151, 105, 16, 0.22),
    0 0 0 4px rgba(226, 185, 82, 0.16);
}

.bp-pos-gold-page .bp-lite-pos-terminal-indicator b {
  color: #075d47;
  max-width: none;
}

.bp-pos-gold-page .bp-lite-pos-ticket > .bp-card-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.bp-pos-gold-page .bp-lite-pos-title-row {
  justify-content: flex-start;
}

.bp-pos-gold-page .bp-lite-pos-menu {
  left: 0;
  right: auto;
}

.bp-pos-gold-page .bp-lite-pos-menu button:hover,
.bp-pos-gold-page .bp-lite-pos-menu button:focus-visible,
.bp-pos-gold-page .bp-lite-pos-menu a:hover,
.bp-pos-gold-page .bp-lite-pos-menu a:focus-visible {
  background: #fff5d8;
  outline: none;
}

.bp-pos-gold-page .bp-lite-pos-catalog,
.bp-pos-gold-page .bp-lite-pos-ticket {
  border-color: rgba(202, 154, 54, 0.34);
}

.bp-pos-gold-page .bp-lite-pos-grid {
  grid-template-columns: minmax(0, 1fr);
}

.bp-pos-gold-page .bp-lite-pos-review-button {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(244, 220, 140, 0.18), transparent 44%),
    linear-gradient(180deg, #0f7359, #084d3b);
  border: 1px solid rgba(244, 220, 140, 0.44);
  border-radius: 14px;
  bottom: 28px;
  box-shadow:
    inset 0 2px 0 rgba(244, 220, 140, 0.42),
    0 16px 38px rgba(4, 32, 22, 0.24);
  color: #fff;
  display: grid;
  gap: 4px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 10px 14px;
  position: fixed;
  right: 28px;
  text-align: left;
  width: min(360px, calc(100vw - 56px));
  z-index: 45;
}

.bp-pos-gold-page .bp-lite-pos-review-button span {
  font-size: 15px;
  font-weight: 950;
}

.bp-pos-gold-page .bp-lite-pos-review-button strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-pos-gold-page .bp-lite-pos-review-button strong b {
  color: #fff;
  font-size: 13px;
}

.bp-pos-gold-page .bp-lite-pos-review-button em {
  align-self: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
  grid-row: 1 / span 2;
  white-space: nowrap;
}

.bp-pos-gold-page .bp-lite-pos-review-button::before {
  background: linear-gradient(180deg, #f4dc8c, #c89724);
  border-radius: 999px;
  content: "";
  height: calc(100% - 18px);
  left: 8px;
  opacity: 0.86;
  position: absolute;
  top: 9px;
  width: 3px;
}

.bp-pos-gold-page .bp-lite-pos-drawer-backdrop {
  background: rgba(5, 28, 19, 0.36);
  border: 0;
  border-radius: 0;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.18s ease;
  z-index: 70;
}

.bp-pos-gold-page .bp-lite-pos-ticket {
  bottom: 20px;
  max-height: calc(100vh - 130px);
  overflow: auto;
  position: fixed;
  right: 20px;
  top: 92px;
  transform: translateX(calc(100% + 40px));
  transition: transform 0.22s ease;
  width: min(520px, calc(100vw - 40px));
  z-index: 75;
}

.bp-pos-gold-page.is-order-drawer-open .bp-lite-pos-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.bp-pos-gold-page.is-order-drawer-open .bp-lite-pos-ticket {
  transform: translateX(0);
}

.bp-pos-gold-page.is-order-drawer-open .bp-lite-pos-review-button {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.bp-pos-gold-page .bp-lite-pos-drawer-close {
  display: inline-flex;
}

.bp-pos-gold-page .bp-lite-pos-catalog::before,
.bp-pos-gold-page .bp-lite-pos-ticket::before {
  background: linear-gradient(90deg, #c89724, #f4dc8c, #0f6f56);
  border-radius: 8px 8px 0 0;
  content: "";
  display: block;
  height: 3px;
  margin: -1px -1px 0;
}

.bp-lite-pos-register-context {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bp-lite-pos-register-context span {
  background: #f6faf8;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  padding: 6px 9px;
}

.bp-lite-pos-register-context span.is-set {
  background: #e9f8f1;
  border-color: rgba(31, 111, 91, 0.3);
  color: var(--primary);
}

.bp-lite-pos-event-panel {
  background: #fbfdfb;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.bp-lite-pos-event-panel-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.bp-lite-pos-event-panel-head strong {
  color: var(--ink);
  font-size: 13px;
}

.bp-lite-pos-event-panel-head button {
  background: transparent;
  border: 0;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  min-height: 0;
  padding: 0;
}

.bp-lite-pos-event-list {
  display: grid;
  gap: 11px;
}

.bp-lite-pos-event-group {
  display: grid;
  gap: 7px;
}

.bp-lite-pos-event-divider {
  align-items: center;
  color: var(--muted);
  display: grid;
  font-size: 10px;
  font-weight: 900;
  gap: 8px;
  grid-template-columns: auto minmax(20px, 1fr);
  letter-spacing: 0;
  text-transform: uppercase;
}

.bp-lite-pos-event-divider::after {
  background: rgba(31, 111, 91, 0.18);
  content: "";
  height: 1px;
  width: 100%;
}

.bp-lite-pos-event-group[data-lite-pos-event-group="current"] .bp-lite-pos-event-divider {
  color: var(--primary);
}

.bp-lite-pos-event-list button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(16, 44, 35, 0.1);
  display: grid;
  gap: 2px;
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
  justify-items: start;
  min-height: 50px;
  padding: 9px 10px;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-event-list button strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-event-list button small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-event-list button:hover,
.bp-lite-pos-event-list button:focus-visible,
.bp-lite-pos-event-list button.is-active {
  background: #edf8f3;
  border-color: rgba(31, 111, 91, 0.42);
  box-shadow: 0 10px 24px rgba(16, 44, 35, 0.14);
  outline: none;
}

.bp-toolkit-poster-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: end;
}

.bp-lite-pos-queue-panel {
  background: #fbfdfb;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 10px;
}

.bp-lite-pos-queue-panel > div:first-child,
.bp-lite-pos-queue-head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-lite-pos-queue-panel strong,
.bp-lite-pos-queue-head strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
}

.bp-lite-pos-queue-head > span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.bp-lite-pos-queue-head [data-lite-pos-clear-queue] {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.26);
  color: var(--primary);
  font-size: 11px;
  min-height: 30px;
  padding: 5px 9px;
}

.bp-lite-pos-queue-head [data-lite-pos-clear-queue].is-confirming {
  background: #fff4f1;
  border-color: #c83b31;
  color: #9f251d;
}

.bp-lite-pos-queue-panel small,
.bp-lite-pos-queue-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-lite-pos-queue-panel img {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  height: 172px;
  padding: 8px;
  width: 172px;
}

.bp-lite-pos-queue-list {
  display: grid;
  gap: 7px;
}

.bp-lite-pos-queue-list button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(16, 44, 35, 0.08);
  display: grid;
  gap: 2px;
  justify-content: stretch;
  justify-items: start;
  min-height: 44px;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-queue-list button > strong,
.bp-lite-pos-queue-list button > small {
  justify-self: start;
  text-align: left;
}

.bp-lite-pos-queue-list button.is-active,
.bp-lite-pos-queue-list button:hover,
.bp-lite-pos-queue-list button:focus-visible {
  background: #edf8f3;
  border-color: rgba(31, 111, 91, 0.42);
  outline: none;
}

.customer-queue-shell {
  background: linear-gradient(180deg, #f8fbf8 0%, #eff6f1 100%);
  display: block;
  min-height: 100vh;
  padding: 0 0 40px;
}

.customer-queue-shell > .auth-card {
  margin: 48px auto;
  width: min(520px, calc(100% - 32px));
}

body.customer-queue-mode .customer-queue-portal-header {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  grid-template-rows: 1fr;
  height: 58px;
  max-height: 58px;
  min-height: 58px;
  position: sticky;
  top: 0;
  z-index: 20;
}

body.customer-queue-mode .customer-queue-fordwell-link {
  grid-column: 1;
  grid-row: 1;
}

body.customer-queue-mode .customer-queue-header-business {
  grid-column: 2;
  grid-row: 1;
}

body.customer-queue-mode .customer-queue-header-actions {
  display: flex;
  grid-column: 3;
  grid-row: 1;
}

.customer-queue-fordwell-link,
.customer-queue-header-business,
.customer-queue-header-actions {
  align-items: center;
  display: flex;
  gap: 9px;
  min-width: 0;
  text-decoration: none;
}

.customer-queue-fordwell-link img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.customer-queue-fordwell-link span,
.customer-queue-header-business span {
  display: grid;
  min-width: 0;
}

.customer-queue-fordwell-link strong,
.customer-queue-header-business strong {
  color: var(--primary);
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.customer-queue-fordwell-link small,
.customer-queue-header-business small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.customer-queue-header-business {
  justify-self: center;
  max-width: min(420px, 40vw);
}

.customer-queue-business-logo {
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  height: 38px;
  object-fit: contain;
  padding: 3px;
  width: 38px;
}

.customer-queue-header-actions {
  justify-content: end;
}

.customer-queue-header-actions a,
.customer-queue-status-actions a,
.customer-queue-status-actions button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.22);
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  justify-content: center;
  min-height: 34px;
  overflow: visible;
  padding: 8px 10px;
  text-decoration: none;
  width: auto;
}

.customer-queue-status-actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.customer-queue-status-actions button {
  border-color: rgba(166, 36, 28, 0.3);
  color: #a6241c;
  cursor: pointer;
  touch-action: manipulation;
}

.customer-queue-workspace {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  margin: 0 auto;
  max-width: 1240px;
  padding: 20px;
}

.customer-queue-status-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 44, 35, 0.1);
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 14px 16px;
}

.customer-queue-status-dot {
  animation: bp-lite-pos-terminal-pulse 1.8s ease-out infinite;
  background: #18a36f;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.customer-queue-status-card h1,
.customer-queue-catalog h2 {
  font-size: 20px;
  margin: 0;
}

.customer-queue-status-card small,
.customer-queue-order-head small {
  color: var(--primary);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.customer-queue-status-card p,
.customer-queue-catalog-head p {
  color: var(--muted);
  font-size: 12px;
  margin: 3px 0 0;
}

.customer-queue-catalog,
.customer-queue-order {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(16, 44, 35, 0.1);
}

.customer-queue-catalog {
  padding: 16px;
}

.customer-queue-catalog-head {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  margin-bottom: 14px;
}

.customer-queue-catalog-head input {
  min-height: 42px;
  width: 100%;
}

.customer-queue-product-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-queue-product {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(16, 44, 35, 0.07);
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 98px;
  padding: 10px;
}

.customer-queue-product.is-selected {
  background: #f1faf6;
  border-color: rgba(31, 111, 91, 0.45);
}

.customer-queue-product > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.customer-queue-product > span strong {
  font-size: 14px;
  line-height: 1.2;
}

.customer-queue-product > span small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.customer-queue-product > b {
  color: var(--primary);
  font-size: 13px;
}

.customer-queue-product > button,
.customer-queue-product-quantity {
  grid-column: 1 / -1;
}

.customer-queue-product > button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.25);
  color: var(--primary);
  min-height: 34px;
}

.customer-queue-product.is-selected > button {
  display: none;
}

.customer-queue-product-quantity {
  display: none;
  grid-template-columns: 36px minmax(32px, 1fr) 36px;
}

.customer-queue-product.is-selected .customer-queue-product-quantity {
  display: grid;
}

.customer-queue-product-quantity button,
.customer-queue-product-quantity strong {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 34px;
}

.customer-queue-product-quantity button {
  background: #eaf6f1;
  border: 1px solid rgba(31, 111, 91, 0.2);
  color: var(--primary);
  font-size: 18px;
  padding: 0;
}

.customer-queue-order {
  align-self: start;
  display: grid;
  gap: 12px;
  padding: 14px;
  position: sticky;
  top: 92px;
}

.customer-queue-order-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}

.customer-queue-order-head > span {
  display: grid;
  gap: 3px;
}

.customer-queue-order-head > b {
  color: var(--primary);
  font-size: 24px;
}

.customer-queue-order-lines {
  display: grid;
  gap: 0;
  max-height: 280px;
  overflow: auto;
}

.customer-queue-order-lines > span {
  align-items: center;
  border-bottom: 1px solid rgba(31, 111, 91, 0.12);
  display: grid;
  gap: 2px 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px 0;
}

.customer-queue-order-lines > span small,
.customer-queue-order-lines > p {
  color: var(--muted);
  font-size: 11px;
  margin: 0;
}

.customer-queue-order-lines > span b {
  grid-column: 2;
  grid-row: 1 / 3;
}

.customer-queue-order > button {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  min-height: 44px;
}

.customer-queue-order > button.is-confirmed {
  background: #eaf6f1;
  color: var(--primary);
}

.customer-queue-card {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 10px;
  box-shadow: 0 22px 48px rgba(4, 32, 22, 0.16);
  display: grid;
  gap: 14px;
  margin: 0 auto;
  max-width: 520px;
  padding: 24px;
  width: min(100%, 520px);
}

.customer-queue-card h1 {
  margin: 0;
}

.customer-queue-card p {
  color: var(--muted);
  margin: 0;
}

@media (max-width: 900px) {
  .customer-queue-workspace {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

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

@media (max-width: 700px) {
  .customer-queue-shell {
    padding-bottom: 210px;
  }

  body.customer-queue-mode .customer-queue-portal-header {
    gap: 8px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 1fr;
    height: 64px;
    max-height: 64px;
    min-height: 64px;
    padding: 8px 12px;
  }

  .customer-queue-fordwell-link span,
  .customer-queue-header-actions a:first-child {
    display: none;
  }

  .customer-queue-header-business {
    justify-self: start;
    max-width: 100%;
  }

  .customer-queue-header-business strong {
    font-size: 13px;
  }

  .customer-queue-header-actions a {
    min-height: 34px;
    padding: 6px 8px;
  }

  .customer-queue-workspace {
    display: flex;
    flex-direction: column;
    padding: 12px;
  }

  .customer-queue-status-card {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 12px;
  }

  .customer-queue-status-actions {
    grid-column: 2;
    justify-content: flex-start;
  }

  .customer-queue-status-actions a {
    display: none;
  }

  .customer-queue-catalog {
    padding: 12px;
  }

  .customer-queue-catalog-head {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .customer-queue-product-grid {
    grid-template-columns: 1fr;
  }

  .customer-queue-product {
    min-height: 88px;
  }

  .customer-queue-order {
    bottom: 10px;
    left: 12px;
    max-height: 190px;
    overflow: auto;
    position: fixed;
    right: 12px;
    top: auto;
    z-index: 25;
  }

  .customer-queue-order-lines {
    max-height: 60px;
  }
}

.customer-queue-identity {
  background: #f7fbf8;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.bp-lite-pos-search {
  margin: 0;
}

.bp-lite-pos-search-tools,
.bp-lite-pos-search-fields {
  display: grid;
  gap: 9px;
}

.bp-lite-pos-search-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 42px;
  padding: 8px 11px;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-search-toggle:hover,
.bp-lite-pos-search-toggle:focus-visible,
.bp-lite-pos-search-toggle[aria-expanded="true"] {
  background: #f6faf8;
  border-color: rgba(31, 111, 91, 0.38);
  outline: none;
}

.bp-lite-pos-search-toggle b {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.bp-lite-pos-filter-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.bp-lite-pos-filter-row select {
  background-color: #fff;
  box-shadow: 0 5px 14px rgba(16, 44, 35, 0.08);
}

.bp-lite-pos-product-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.bp-lite-pos-catalog {
  overflow: hidden;
  position: relative;
}

.bp-lite-pos-search-tools,
.bp-lite-pos-product-grid {
  transition: opacity 160ms ease, transform 180ms ease;
}

.bp-lite-pos-catalog.is-customizing-product .bp-lite-pos-search-tools,
.bp-lite-pos-catalog.is-customizing-product .bp-lite-pos-product-grid {
  opacity: 0.18;
  pointer-events: none;
  transform: translateX(-28px);
}

.bp-pos-option-panel {
  animation: bp-pos-option-slide 180ms ease-out;
  background: linear-gradient(180deg, #fffdf7 0%, #ffffff 38%);
  border: 1px solid rgba(178, 134, 35, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 48, 37, 0.16);
  display: grid;
  inset: 12px;
  max-height: calc(100% - 24px);
  overflow-y: auto;
  padding: 14px;
  position: absolute;
  z-index: 12;
}

@keyframes bp-pos-option-slide {
  from {
    opacity: 0;
    transform: translateX(34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.bp-pos-option-card,
.bp-pos-option-groups,
.bp-pos-option-group {
  display: grid;
}

.bp-pos-option-card {
  gap: 14px;
}

.bp-pos-option-groups {
  gap: 12px;
}

.bp-pos-option-group {
  gap: 8px;
}

.bp-pos-option-head {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
}

.bp-pos-option-head button {
  background: #fff;
  border: 1px solid var(--bp-line);
  border-radius: 7px;
  color: var(--bp-green);
  font-weight: 900;
  min-height: 38px;
  padding: 8px 10px;
}

.bp-pos-option-head h4,
.bp-pos-option-head p {
  margin: 0;
}

.bp-pos-option-group-title,
.bp-pos-option-foot {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-pos-option-group-title small,
.bp-pos-option-foot small {
  color: var(--bp-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-pos-option-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x proximity;
}

.bp-pos-option-choice {
  cursor: pointer;
  flex: 0 0 142px;
  position: relative;
  scroll-snap-align: start;
}

.bp-pos-option-choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.bp-pos-option-choice span {
  background: #f6faf7;
  border: 1px solid #cfe1d7;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 10px;
}

.bp-pos-option-choice strong,
.bp-pos-option-choice small {
  overflow-wrap: anywhere;
}

.bp-pos-option-choice small {
  color: var(--bp-muted);
  font-size: 12px;
  font-weight: 850;
}

.bp-pos-option-choice input:checked + span {
  background: #e9f6ef;
  border-color: #11735a;
  box-shadow: inset 0 0 0 1px #11735a, 0 8px 18px rgba(17, 115, 90, 0.14);
}

.bp-pos-option-foot {
  border-top: 1px solid rgba(31, 111, 91, 0.14);
  padding-top: 12px;
}

.bp-pos-option-foot span {
  display: grid;
  gap: 2px;
}

.bp-pos-option-foot strong {
  color: var(--bp-green);
  font-size: 22px;
}

.bp-pos-option-foot button {
  background: var(--bp-green);
  border: 1px solid var(--bp-green);
  border-radius: 7px;
  color: #fff;
  font-weight: 950;
  min-height: 42px;
  padding: 10px 14px;
}

.bp-pos-option-foot button:disabled {
  background: #a8b8ae;
  border-color: #a8b8ae;
}

.bp-pos-gold-page .bp-pos-gold-products {
  gap: 9px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.bp-lite-pos-product {
  --pos-product-fill: 0;
  --pos-product-fill-color: rgba(197, 232, 220, 0.58);
  --pos-product-fill-edge: rgba(31, 111, 91, 0.34);
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(16, 44, 35, 0.1);
  color: var(--ink);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  justify-content: stretch;
  min-height: 76px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-product::before {
  background:
    linear-gradient(90deg, var(--pos-product-fill-color), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent calc(100% - 2px), var(--pos-product-fill-edge) calc(100% - 2px));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(var(--pos-product-fill));
  transform-origin: left center;
  transition: transform 0.34s cubic-bezier(.2, .8, .2, 1), opacity 0.18s ease;
  width: 100%;
  z-index: 0;
}

.bp-lite-pos-product.has-cart-quantity::before {
  opacity: 1;
}

.bp-pos-gold-product {
  --pos-product-fill-color: rgba(238, 202, 96, 0.48);
  --pos-product-fill-edge: rgba(184, 130, 24, 0.7);
}

.bp-lite-pos-product.has-cart-quantity::after {
  align-items: center;
  background: #0f6f56;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(4, 32, 22, 0.18);
  color: #fff;
  content: "x" attr(data-pos-card-quantity);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  height: 22px;
  justify-content: center;
  min-width: 30px;
  padding: 0 8px;
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 2;
}

.bp-lite-pos-product > * {
  position: relative;
  z-index: 1;
}

.bp-lite-pos-product.has-cart-quantity em {
  padding-top: 16px;
}

.bp-lite-pos-product:hover,
.bp-lite-pos-product:focus-visible {
  border-color: rgba(31, 111, 91, 0.45);
  box-shadow: 0 11px 24px rgba(20, 42, 32, 0.16);
  outline: none;
  transform: translateY(-1px);
}

.bp-lite-pos-product span,
.bp-lite-pos-line > span:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.bp-lite-pos-product strong,
.bp-lite-pos-line strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.bp-lite-pos-product small,
.bp-lite-pos-line small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.bp-lite-pos-product em {
  color: var(--primary);
  font-style: normal;
  font-weight: 950;
  white-space: nowrap;
}

.bp-lite-pos-line-qty {
  align-items: center;
  background: #f1f8f4;
  border: 1px solid #d7e9df;
  border-radius: 999px;
  color: var(--primary);
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  justify-content: center;
  min-width: 34px;
  padding: 4px 8px;
  white-space: nowrap;
}

.bp-lite-pos-lines {
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 0;
  min-height: 76px;
  overflow: hidden;
}

.bp-pos-gold-page .bp-pos-gold-lines {
  border: 1px solid rgba(31, 111, 91, 0.14);
  gap: 0;
  min-height: 76px;
  padding: 0;
}

.bp-lite-pos-lines > .bp-empty-copy {
  align-self: center;
  padding: 16px;
}

.bp-lite-pos-line {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(31, 111, 91, 0.12);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-height: 62px;
  padding: 10px 12px;
  position: relative;
}

.bp-pos-gold-page .bp-pos-gold-line {
  border-bottom: 1px solid rgba(31, 111, 91, 0.12);
  gap: 10px;
  min-height: 62px;
  padding: 10px 12px;
}

.bp-lite-pos-line:last-child {
  border-bottom: 0;
}

.bp-lite-pos-quantity {
  align-items: center;
  background: #eef6f2;
  border: 1px solid #cfe4da;
  border-radius: 8px;
  display: inline-grid;
  grid-template-columns: 34px 28px 34px;
  min-width: 96px;
  overflow: hidden;
}

.bp-pos-gold-page .bp-pos-gold-quantity {
  background: #eef6f2;
  border: 1px solid #cfe4da;
  border-radius: 8px;
  grid-template-columns: 34px 28px 34px;
  height: auto;
  min-width: 96px;
}

.bp-lite-pos-quantity button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  min-height: 34px;
  padding: 0;
}

.bp-lite-pos-quantity em {
  color: var(--ink);
  font-style: normal;
  font-weight: 950;
  text-align: center;
}

.bp-lite-pos-custom-row {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 96px auto;
}

.bp-lite-pos-custom-item {
  display: grid;
  gap: 8px;
}

.bp-lite-pos-custom-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  min-height: 42px;
  padding: 8px 11px;
  text-align: left;
  width: 100%;
}

.bp-lite-pos-custom-toggle:hover,
.bp-lite-pos-custom-toggle:focus-visible,
.bp-lite-pos-custom-toggle[aria-expanded="true"] {
  background: #f6faf8;
  border-color: rgba(31, 111, 91, 0.38);
  outline: none;
}

.bp-lite-pos-custom-toggle b {
  align-items: center;
  color: var(--primary);
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.bp-lite-pos-total-row {
  align-items: center;
  border-top: 1px solid rgba(31, 111, 91, 0.16);
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.bp-lite-pos-promotion {
  align-items: center;
  background: #edf8f3;
  border: 1px solid rgba(31, 111, 91, 0.32);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 12px;
}

.bp-lite-pos-promotion > span {
  align-items: center;
  display: flex;
  gap: 9px;
  min-width: 0;
}

.bp-lite-pos-promotion svg {
  color: var(--primary);
  flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.bp-lite-pos-promotion > span > span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.bp-lite-pos-promotion small,
.bp-lite-pos-promotion em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
}

.bp-lite-pos-promotion strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bp-lite-pos-promotion > b {
  color: var(--primary);
  flex: 0 0 auto;
  font-size: 18px;
}

.bp-lite-pos-promotion.hidden {
  display: none;
}

@media (max-width: 760px) {
  .bp-offer-benefit-grid {
    grid-template-columns: 1fr;
  }
}

.bp-lite-pos-total-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-lite-pos-total-row strong {
  color: var(--primary);
  font-size: 26px;
  font-weight: 950;
}

.bp-lite-pos-checkout-details {
  background: #fbfdfb;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.bp-lite-pos-detail-head {
  align-items: end;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.bp-lite-pos-detail-head span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.bp-lite-pos-detail-head small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.bp-lite-pos-choice-group,
.bp-lite-pos-flow-panel {
  display: grid;
  gap: 8px;
}

.bp-lite-pos-choice-group > span,
.bp-lite-pos-flow-panel > span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}

.bp-lite-pos-choice-row,
.bp-lite-pos-action-pad {
  display: grid;
  gap: 8px;
}

.bp-lite-pos-choice-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bp-lite-pos-action-pad {
  grid-template-columns: minmax(0, 1fr);
}

.bp-lite-pos-choice-row button,
.bp-lite-pos-action-pad button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 8px;
  color: var(--primary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  justify-content: center;
  min-height: 42px;
  padding: 9px 10px;
  text-align: center;
}

.bp-lite-pos-choice-row button:hover,
.bp-lite-pos-choice-row button:focus-visible,
.bp-lite-pos-action-pad button:hover,
.bp-lite-pos-action-pad button:focus-visible,
.bp-lite-pos-choice-row button.is-active,
.bp-lite-pos-action-pad button.is-active {
  background: #edf8f3;
  border-color: rgba(31, 111, 91, 0.46);
  box-shadow: 0 7px 18px rgba(16, 44, 35, 0.1);
  outline: none;
}

.bp-lite-pos-action-pad .bp-lite-pos-accept-payment {
  background: #fff;
  border: 2px solid #0f6f56;
  color: #0f6f56;
  gap: 8px;
  min-height: 46px;
}

.bp-lite-pos-action-pad .bp-lite-pos-accept-payment:hover,
.bp-lite-pos-action-pad .bp-lite-pos-accept-payment:focus-visible,
.bp-lite-pos-action-pad .bp-lite-pos-accept-payment.is-active {
  background: #edf8f3;
  border-color: #0f6f56;
}

.bp-lite-pos-accept-payment .dashboard-action-icon,
.bp-lite-pos-payment-methods svg,
.bp-lite-pos-send-terminal svg {
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.bp-lite-pos-payment-methods {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-lite-pos-payment-methods button {
  gap: 7px;
}

.bp-lite-pos-tender-panel {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 10px;
}

.bp-lite-pos-tender-panel > strong,
.bp-lite-pos-custom-cash span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bp-lite-pos-cash-buttons {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-lite-pos-cash-buttons button,
.bp-lite-pos-complete-sale,
.bp-lite-pos-terminal-checkout-actions button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.24);
  border-radius: 7px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  min-height: 38px;
  padding: 8px;
}

.bp-lite-pos-cash-buttons button.is-active {
  background: #e9f7f1;
  border-color: #0f6f56;
  box-shadow: 0 4px 12px rgba(16, 44, 35, 0.12);
}

.bp-lite-pos-cash-buttons button:disabled,
.bp-lite-pos-complete-sale:disabled {
  color: #9aa6a1;
  cursor: not-allowed;
  opacity: 0.55;
}

.bp-lite-pos-custom-cash {
  display: grid;
  gap: 5px;
}

.bp-lite-pos-custom-cash input {
  min-height: 40px;
}

.bp-lite-pos-money-readout {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-lite-pos-money-readout > span {
  align-items: center;
  background: #eef5ff;
  border: 1px solid #88adf5;
  border-radius: 7px;
  color: #315275;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  min-width: 0;
  padding: 9px;
}

.bp-lite-pos-money-readout strong {
  color: #164f96;
  font-size: 18px;
}

.bp-lite-pos-complete-sale:not(:disabled),
.bp-lite-pos-send-terminal {
  background: #0f6f56;
  border-color: #0f6f56;
  color: #fff;
}

.bp-lite-pos-terminal-checkout-status {
  align-items: center;
  background: #eef9f5;
  border: 1px solid #8cc9b6;
  border-radius: 7px;
  display: flex;
  gap: 9px;
  padding: 9px;
}

.bp-lite-pos-terminal-checkout-status i {
  background: #1c9b72;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(28, 155, 114, 0.12);
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.bp-lite-pos-terminal-checkout-status span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.bp-lite-pos-terminal-checkout-status strong {
  font-size: 13px;
}

.bp-lite-pos-terminal-checkout-status small {
  color: var(--muted);
  font-size: 11px;
}

.bp-lite-pos-terminal-checkout-status[data-state="sending"],
.bp-lite-pos-terminal-checkout-status[data-state="waiting"] {
  background: #fff8e8;
  border-color: #e7bd62;
}

.bp-lite-pos-terminal-checkout-status[data-state="sending"] i,
.bp-lite-pos-terminal-checkout-status[data-state="waiting"] i {
  animation: bp-lite-pos-terminal-pulse 1.4s ease-out infinite;
  background: #c68818;
}

.bp-lite-pos-terminal-checkout-status[data-state="canceled"],
.bp-lite-pos-terminal-checkout-status[data-state="error"] {
  background: #fff2f0;
  border-color: #e4a39c;
}

.bp-lite-pos-terminal-checkout-status[data-state="canceled"] i,
.bp-lite-pos-terminal-checkout-status[data-state="error"] i {
  background: #b83b2f;
}

.bp-lite-pos-terminal-checkout-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bp-lite-pos-terminal-checkout-actions .bp-lite-pos-send-terminal:only-child {
  grid-column: 1 / -1;
}

.bp-lite-pos-send-terminal {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  justify-content: center;
}

.bp-lite-pos-action-pad button.is-confirming {
  background: #fff4e5;
  border-color: #f0c36f;
  color: #7a3d00;
}

.bp-lite-pos-result {
  background: #f8fcfa;
  border: 1px solid rgba(31, 111, 91, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 12px;
}

.bp-lite-pos-result strong {
  color: var(--ink);
}

.bp-lite-pos-result small {
  color: var(--muted);
  font-weight: 800;
}

.bp-lite-pos-result img {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.14);
  border-radius: 8px;
  height: 156px;
  justify-self: start;
  padding: 8px;
  width: 156px;
}

.bp-lite-pos-result a {
  justify-self: start;
}

#bp-lite-pos-status a {
  color: var(--primary);
  font-weight: 900;
}

@media (max-width: 980px) {
  .bp-lite-pos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .business-lite-pos-active {
    padding-bottom: 112px;
  }

  .business-lite-pos-active .bp-lite-pos-page {
    padding-bottom: 92px;
  }

  .bp-lite-pos-product-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .bp-lite-pos-business-head {
    align-items: flex-start;
  }

  .bp-lite-pos-business-logo {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }

  .bp-lite-pos-business-identity strong {
    font-size: 14px;
  }

  .bp-lite-pos-terminal-state {
    max-width: 104px;
    padding-top: 3px;
  }

  .bp-lite-pos-terminal-indicator b {
    max-width: 76px;
  }

  .bp-lite-pos-terminal-settings-head {
    display: grid;
    gap: 8px;
  }

  .bp-lite-pos-terminal-settings-head .bp-lite-pos-terminal-state {
    max-width: none;
    padding-top: 0;
  }

  .bp-lite-pos-terminal-settings-head .bp-lite-pos-terminal-indicator b {
    max-width: 160px;
  }

  .bp-lite-pos-terminal-actions {
    grid-template-columns: 1fr;
  }

  .bp-lite-pos-product {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-rows: auto auto;
    min-height: 56px;
    padding: 10px 12px;
  }

  .bp-lite-pos-product span {
    display: contents;
  }

  .bp-lite-pos-product strong {
    align-self: end;
    grid-column: 1;
    grid-row: 1;
  }

  .bp-lite-pos-product small {
    align-self: start;
    grid-column: 1;
    grid-row: 2;
  }

  .bp-lite-pos-product em {
    align-self: center;
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }

  .bp-lite-pos-filter-row {
    grid-template-columns: 1fr;
  }

  .bp-lite-pos-line {
    align-items: center;
    gap: 6px 8px;
    cursor: pointer;
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 0;
    padding: 9px 10px;
    transition: background-color 0.16s ease;
  }

  .bp-lite-pos-line > strong {
    font-size: 13px;
    justify-self: end;
    white-space: nowrap;
  }

  .bp-lite-pos-line > span:first-child,
  .bp-lite-pos-line-qty,
  .bp-lite-pos-line > strong {
    transition: transform 0.18s ease;
  }

  .bp-lite-pos-line > span:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .bp-lite-pos-line-qty {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
  }

  .bp-lite-pos-line > strong {
    grid-column: 3;
    grid-row: 1 / span 2;
    min-width: 58px;
    text-align: right;
  }

  .bp-lite-pos-line .bp-lite-pos-quantity {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    opacity: 0;
    pointer-events: none;
    transform: translateX(12px);
    transition: opacity 0.16s ease, transform 0.18s ease;
  }

  .bp-lite-pos-line.is-editing {
    background: #fbfdfb;
  }

  .bp-lite-pos-line.is-editing > span:first-child,
  .bp-lite-pos-line.is-editing .bp-lite-pos-line-qty,
  .bp-lite-pos-line.is-editing > strong {
    transform: translateX(-4px);
  }

  .bp-lite-pos-line.is-editing .bp-lite-pos-line-qty {
    opacity: 0;
  }

  .bp-lite-pos-line.is-editing .bp-lite-pos-quantity {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .bp-lite-pos-quantity {
    grid-template-columns: 28px 26px 28px;
    min-width: 82px;
  }

  .bp-lite-pos-quantity button {
    min-height: 30px;
  }

  .bp-lite-pos-custom-row {
    grid-template-columns: 1fr;
  }

  .bp-lite-pos-custom-row {
    gap: 7px;
  }

  .bp-lite-pos-custom-row input,
  .bp-lite-pos-custom-row button {
    min-height: 38px;
  }

  .bp-lite-pos-checkout-details {
    gap: 10px;
    padding: 10px;
  }

  .bp-lite-pos-detail-head {
    align-items: start;
    display: grid;
    gap: 2px;
    justify-content: stretch;
  }

  .bp-lite-pos-detail-head small {
    text-align: left;
  }

  .bp-lite-pos-choice-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bp-lite-pos-action-pad {
    grid-template-columns: 1fr;
  }

  .bp-lite-pos-choice-row button,
  .bp-lite-pos-action-pad button {
    min-height: 38px;
  }

  .bp-lite-pos-review-button {
    align-items: center;
    background: linear-gradient(180deg, #0f6f56, #084d3b);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    bottom: 76px;
    box-shadow: 0 16px 38px rgba(4, 32, 22, 0.28);
    color: #fff;
    display: grid;
    gap: 4px 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    left: 18px;
    min-height: 58px;
    padding: 10px 14px;
    position: fixed;
    right: 18px;
    text-align: left;
    z-index: 45;
  }

  .bp-lite-pos-review-button span {
    font-size: 15px;
    font-weight: 950;
  }

  .bp-lite-pos-review-button strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .bp-lite-pos-review-button strong b {
    color: #fff;
    font-size: 13px;
  }

  .bp-lite-pos-review-button em {
    align-self: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 950;
    grid-row: 1 / span 2;
    white-space: nowrap;
  }

  .bp-pos-gold-page .bp-lite-pos-review-button {
    background:
      linear-gradient(90deg, rgba(244, 220, 140, 0.18), transparent 44%),
      linear-gradient(180deg, #0f7359, #084d3b);
    border-color: rgba(244, 220, 140, 0.44);
    bottom: 76px;
    box-shadow:
      inset 0 2px 0 rgba(244, 220, 140, 0.42),
      0 16px 38px rgba(4, 32, 22, 0.28);
    left: 18px;
    right: 18px;
    width: auto;
  }

  .bp-pos-gold-page .bp-lite-pos-review-button::before {
    background: linear-gradient(180deg, #f4dc8c, #c89724);
    border-radius: 999px;
    content: "";
    height: calc(100% - 18px);
    left: 8px;
    opacity: 0.86;
    position: absolute;
    top: 9px;
    width: 3px;
  }

  .bp-lite-pos-drawer-backdrop {
    background: rgba(5, 28, 19, 0.44);
    border: 0;
    border-radius: 0;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.18s ease;
    z-index: 50;
  }

  .bp-lite-pos-ticket {
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 48px rgba(4, 32, 22, 0.28);
    left: 0;
    max-height: min(82vh, 760px);
    overflow: auto;
    padding: 18px 16px 22px;
    position: fixed;
    right: 0;
    transform: translateY(calc(100% + 20px));
    transition: transform 0.22s ease;
    z-index: 55;
  }

  .bp-pos-gold-page .bp-lite-pos-ticket {
    bottom: 0;
    left: 0;
    max-height: min(82vh, 760px);
    right: 0;
    top: auto;
    transform: translateY(calc(100% + 20px));
    width: auto;
  }

  .bp-lite-pos-page.is-order-drawer-open .bp-lite-pos-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .bp-lite-pos-page.is-order-drawer-open .bp-lite-pos-ticket {
    transform: translateY(0);
  }

  .bp-pos-gold-page.is-order-drawer-open .bp-lite-pos-review-button {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  .bp-pos-gold-page.is-order-drawer-open .bp-lite-pos-drawer-backdrop {
    z-index: 70;
  }

  .bp-pos-gold-page.is-order-drawer-open .bp-lite-pos-ticket {
    bottom: 0;
    left: 0;
    max-height: min(82vh, 760px);
    right: 0;
    top: auto;
    transform: translateY(0);
    width: auto;
    z-index: 75;
  }

  .bp-lite-pos-drawer-close {
    display: inline-flex;
  }

  .bp-lite-pos-ticket-actions {
    gap: 6px;
  }

  .bp-lite-pos-ticket-actions .bp-secondary-action {
    font-size: 12px;
    min-height: 30px;
    padding: 6px 9px;
  }

  .bp-lite-pos-menu {
    left: 0;
    right: auto;
  }

  .bp-lite-pos-menu button {
    justify-content: start;
    text-align: left;
  }
}

.platform-nav-icon.is-pos-plus,
.business-pos-plus-option.is-active .platform-nav-icon,
.business-pos-plus-option.is-active .business-mobile-more-icon {
  background: #fff0a8;
  border-color: #d7a91f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 4px 10px rgba(151, 108, 0, 0.18);
  color: #725000;
}

.dashboard-action-icon .pos-icon-keypad {
  stroke-width: 1;
}

.customer-queue-workspace {
  grid-template-columns: minmax(0, 1fr);
  max-width: 1280px;
}

.customer-queue-wait-note {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 7px;
}

.customer-queue-wait-note strong {
  color: var(--primary);
  font-size: 12px;
}

.customer-queue-wait-note small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.customer-queue-plan-card {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(20, 42, 32, 0.08);
  display: grid;
  gap: 12px;
  padding: 12px;
}

.customer-queue-mode-switch {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-queue-mode-switch button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.28);
  color: var(--primary);
  min-height: 42px;
}

.customer-queue-mode-switch button.is-active {
  background: #eaf6f1;
  border-color: var(--primary);
  box-shadow: 0 6px 14px rgba(20, 72, 54, 0.12);
}

.customer-queue-pickup-fields {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.4fr) minmax(190px, 0.8fr) auto;
}

.customer-queue-pickup-fields.hidden {
  display: none;
}

.customer-queue-pickup-fields label {
  display: grid;
  gap: 5px;
}

.customer-queue-pickup-fields label > span {
  font-size: 11px;
  font-weight: 900;
}

.customer-queue-pickup-fields select,
.customer-queue-pickup-fields input,
.customer-queue-pickup-fields button {
  min-height: 42px;
}

.customer-queue-pickup-fields > p {
  grid-column: 1 / -1;
  margin: 0;
}

.bp-lite-pos-queue-divider {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  padding: 8px 2px 2px;
  text-transform: uppercase;
}

.customer-queue-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.customer-queue-review-button {
  align-items: center;
  background: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 8px;
  bottom: 20px;
  box-shadow: 0 16px 34px rgba(4, 32, 22, 0.24);
  color: #fff;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 64px;
  padding: 10px 14px;
  position: fixed;
  right: 20px;
  text-align: left;
  width: min(340px, calc(100vw - 40px));
  z-index: 31;
}

.customer-queue-review-button > span {
  font-size: 14px;
  font-weight: 900;
}

.customer-queue-review-button > strong {
  font-size: 11px;
  font-style: normal;
  grid-column: 1;
  text-transform: uppercase;
}

.customer-queue-review-button > strong b {
  font: inherit;
}

.customer-queue-review-button > em {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  grid-column: 2;
  grid-row: 1 / 3;
}

.customer-queue-drawer-backdrop {
  background: rgba(6, 19, 15, 0.46);
  border: 0;
  border-radius: 0;
  inset: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 40;
}

.customer-queue-order {
  border-radius: 8px 0 0 8px;
  bottom: 0;
  display: grid;
  gap: 12px;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto auto;
  max-height: none;
  overflow: hidden;
  padding: 16px;
  position: fixed;
  right: 0;
  top: 58px;
  transform: translateX(calc(100% + 28px));
  transition: transform 220ms ease;
  width: min(420px, 100vw);
  z-index: 41;
}

.customer-queue-shell.is-selection-drawer-open .customer-queue-drawer-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.customer-queue-shell.is-selection-drawer-open .customer-queue-order {
  transform: translateX(0);
}

.customer-queue-drawer-handle {
  display: none;
}

.customer-queue-order-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: end;
}

.customer-queue-order-actions button {
  background: #fff;
  border: 1px solid rgba(31, 111, 91, 0.24);
  color: var(--primary);
  min-height: 34px;
  padding: 6px 10px;
}

.customer-queue-order-actions button.is-confirming {
  background: #fff1ed;
  border-color: #c95c42;
  color: #8d2f1d;
}

.customer-queue-order-head {
  align-items: center;
  border-bottom: 1px solid rgba(31, 111, 91, 0.14);
  padding-bottom: 12px;
}

.customer-queue-order-head > span em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  margin-top: 2px;
}

.customer-queue-order-lines {
  max-height: none;
  min-height: 0;
  overflow: auto;
}

.customer-queue-order-line {
  align-items: center;
  border-bottom: 1px solid rgba(31, 111, 91, 0.12);
  display: grid;
  gap: 6px 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px 0;
}

.customer-queue-order-line > span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.customer-queue-order-line > span strong {
  font-size: 13px;
}

.customer-queue-order-line > span small {
  color: var(--muted);
  font-size: 10px;
}

.customer-queue-order-line > b {
  color: var(--primary);
  font-size: 13px;
  justify-self: end;
}

.customer-queue-order-quantity {
  border: 1px solid rgba(31, 111, 91, 0.2);
  border-radius: 8px;
  display: grid;
  grid-column: 1;
  grid-template-columns: 34px 30px 34px;
  overflow: hidden;
  width: max-content;
}

.customer-queue-order-quantity button,
.customer-queue-order-quantity em {
  align-items: center;
  background: #eef8f3;
  border: 0;
  border-radius: 0;
  color: var(--primary);
  display: flex;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  min-height: 32px;
  padding: 0;
}

.customer-queue-order-quantity em {
  background: #fff;
  color: var(--ink);
}

.customer-queue-order > [data-customer-queue-confirm] {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  min-height: 44px;
}

.customer-queue-order > [data-customer-queue-confirm].is-confirmed {
  background: #eaf6f1;
  color: var(--primary);
}

@media (max-width: 1100px) {
  .customer-queue-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .customer-queue-shell {
    padding-bottom: 100px;
  }

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

  .customer-queue-pickup-fields {
    grid-template-columns: 1fr;
  }

  .customer-queue-pickup-fields > p {
    grid-column: 1;
  }

  .customer-queue-review-button {
    bottom: max(12px, env(safe-area-inset-bottom, 0px));
    left: 12px;
    right: 12px;
    width: auto;
  }

  .customer-queue-order {
    border-radius: 8px 8px 0 0;
    bottom: 0;
    left: 0;
    max-height: min(82vh, 720px);
    padding: 12px 14px max(18px, env(safe-area-inset-bottom, 0px));
    right: 0;
    top: auto;
    transform: translateY(calc(100% + 24px));
    width: 100%;
  }

  .customer-queue-shell.is-selection-drawer-open .customer-queue-order {
    transform: translateY(0);
  }

  .customer-queue-drawer-handle {
    background: #b9c9c2;
    border-radius: 999px;
    display: block;
    height: 4px;
    justify-self: center;
    width: 42px;
  }
}

@media (max-width: 520px) {
  .customer-queue-product-grid {
    grid-template-columns: 1fr;
  }
}

.customer-queue-product {
  gap: 4px 10px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  min-height: 76px;
  padding: 8px;
}

.customer-queue-product-media {
  align-items: center;
  align-self: stretch;
  background: #edf6f2;
  border: 1px solid rgba(31, 111, 91, 0.15);
  border-radius: 7px;
  color: var(--primary);
  display: flex;
  grid-column: 1;
  grid-row: 1 / 3;
  justify-content: center;
  min-height: 58px;
  overflow: hidden;
  width: 54px;
}

.customer-queue-product-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.customer-queue-product-media b {
  font-size: 15px;
  font-weight: 950;
}

.customer-queue-product > .customer-queue-product-copy {
  align-self: center;
  display: grid;
  gap: 2px;
  grid-column: 2;
  grid-row: 1 / 3;
  min-width: 0;
}

.customer-queue-product > .customer-queue-product-copy strong {
  font-size: 13px;
  line-height: 1.16;
}

.customer-queue-product > .customer-queue-product-copy small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.customer-queue-product > b {
  align-self: end;
  grid-column: 3;
  grid-row: 1;
  white-space: nowrap;
}

.customer-queue-product > button,
.customer-queue-product-quantity {
  align-self: start;
  grid-column: 3;
  grid-row: 2;
  justify-self: end;
}

.customer-queue-product > button {
  min-height: 30px;
  min-width: 76px;
  padding: 5px 10px;
}

.customer-queue-product-quantity {
  grid-template-columns: 30px 30px 30px;
  width: 90px;
}

.customer-queue-product-quantity button,
.customer-queue-product-quantity strong {
  min-height: 30px;
}

@media (max-width: 520px) {
  .customer-queue-catalog {
    padding: 12px;
  }

  .customer-queue-catalog-head {
    gap: 10px;
    margin-bottom: 10px;
  }

  .customer-queue-catalog-head h2 {
    font-size: 18px;
  }

  .customer-queue-catalog-head input {
    min-height: 38px;
  }

  .customer-queue-product-grid {
    gap: 7px;
  }
}
