
.app-header[data-v-5e917f3b] {
  position: relative;
  border-bottom: 1px solid var(--color-border-light);
  background: var(--color-bg);
}
.app-header__inner[data-v-5e917f3b] {
  margin: 0 auto;
  padding: var(--space-4) var(--page-padding);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Landing / light header: language + CTAs + burger as one cluster (non–account-shell branch) */
.app-header__landing-actions[data-v-5e917f3b] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Landing desktop: username pill + menu (no separate “Account” link) */
.app-header__user[data-v-5e917f3b] {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 41px;
  padding: 10px 4px 10px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #010101;
  box-shadow: inset 0 4px 13.3px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #fffce5;
  font-family: inherit;
}
.app-header__user[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.35);
  outline-offset: 2px;
}
.app-header__user-name[data-v-5e917f3b] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  max-width: min(200px, 28vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-header__dropdown-arrow[data-v-5e917f3b] {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-header__user-chev-svg[data-v-5e917f3b] {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  color: currentColor;
}
.app-header--dark .app-header__user[data-v-5e917f3b] {
  color: #fffce5;
  border-color: rgba(255, 255, 255, 0.1);
}
.app-header__inner--individual[data-v-5e917f3b] {
  position: relative;
  z-index: 1;
  min-height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.app-header__logo[data-v-5e917f3b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
  background: var(--color-bg-header-logo);
  border-radius: var(--radius-sm);
  font-size: var(--text-base);
  color: var(--color-text);
  font-weight: var(--font-normal);
}
.app-header__logo[data-v-5e917f3b]:hover {
  text-decoration: none;
}
.app-header__logo--wordmark[data-v-5e917f3b] {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin-right: clamp(16px, 4vw, 80px);
  background: none;
  border: none;
  border-radius: 0;
  line-height: 0;
  text-decoration: none;
}
.app-header__logo-img[data-v-5e917f3b] {
  display: block;
  width: 132px;
  height: 44px;
  max-width: 100%;
  object-fit: contain;
}

/* Light header: SVG is light-on-dark artwork — sit on a dark chip for contrast */
.app-header__logo--light-chip[data-v-5e917f3b] {
  padding: 6px 12px;
  background: #0a0a0a;
  border-radius: var(--radius-sm);
  box-sizing: border-box;
}
.app-header__nav[data-v-5e917f3b] {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.app-header__nav--center[data-v-5e917f3b] {
  flex: 1;
  justify-content: center;
}
.app-header__link[data-v-5e917f3b] {
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-base);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease,
    filter 0.2s ease,
    text-shadow 0.2s ease;
}
.app-header__link[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.6);
  outline-offset: 2px;
}
.app-header__link--primary[data-v-5e917f3b] {
  padding: var(--space-4);
  background: var(--color-btn-secondary-bg);
  color: var(--color-btn-secondary-text);
  border-radius: var(--radius-sm);
}
.app-header__link--primary[data-v-5e917f3b]:hover {
  text-decoration: none;
  opacity: 0.92;
  filter: brightness(1.03);
}
.app-header__link--primary[data-v-5e917f3b]:active {
  filter: brightness(0.96);
}
.app-header__link--primary[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 2px;
}
.app-header__link--outline[data-v-5e917f3b] {
  padding: var(--space-4);
  background: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: var(--radius-sm);
}
.app-header__link--outline[data-v-5e917f3b]:hover {
  text-decoration: none;
  opacity: 0.95;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.app-header__link--outline[data-v-5e917f3b]:active {
  box-shadow: none;
  opacity: 1;
}
.app-header__link--outline[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.35);
  outline-offset: 2px;
}
.app-header__dropdown[data-v-5e917f3b] {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: var(--space-1);
  min-width: 200px;
  padding: var(--space-3);
  background: var(--color-bg-input);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 4px var(--color-shadow);
  z-index: 110;
}
.app-header__dropdown-item[data-v-5e917f3b] {
  display: block;
  width: 100%;
  padding: var(--space-2) 0;
  text-align: left;
  font-size: var(--text-base);
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.app-header__dropdown-item--danger[data-v-5e917f3b] {
  color: red;
}

/* Individual landing (Figma Make): solid black bar, gold glow left, wordmark nav */
.app-header__glow[data-v-5e917f3b] {
  pointer-events: none;
  position: absolute;
  left: -80px;
  top: 50%;
  width: 280px;
  height: 200px;
  transform: translateY(-50%);
  background: radial-gradient(
    ellipse 70% 60% at 30% 50%,
    rgba(235, 146, 50, 0.45) 0%,
    rgba(207, 155, 80, 0.12) 35%,
    transparent 70%
  );
  filter: blur(2px);
}

/* Frosted bar: blur on ::before so it composites over scrolling main (default Blur 14). */
.app-header--dark[data-v-5e917f3b] {
  --app-header-glass-tint: rgba(1, 1, 1, 0.22);
  --app-header-glass-blur: 14px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom-color: rgba(255, 252, 229, 0.2);
  background: transparent;
}
.app-header--dark[data-v-5e917f3b]::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--app-header-glass-tint);
  backdrop-filter: blur(var(--app-header-glass-blur));
  -webkit-backdrop-filter: blur(var(--app-header-glass-blur));
}
.app-header--dark .app-header__glow[data-v-5e917f3b] {
  z-index: 1;
}
.app-header--dark .app-header__inner[data-v-5e917f3b] {
  position: relative;
  z-index: 2;
}

/* Figma 243:4510 / 243:4533 — Home (user) chooser: 90px bar, blur 7px, logo + Sign In only */
.app-header--dark.app-header--welcome[data-v-5e917f3b] {
  --app-header-glass-tint: rgba(1, 1, 1, 0.2);
  --app-header-glass-blur: 7px;
}
.app-header--dark.app-header--business-home[data-v-5e917f3b] {
  --app-header-glass-tint: rgba(1, 1, 1, 0.28);
  --app-header-glass-blur: 16px;
}
.app-header__inner--welcome.app-header__inner--individual[data-v-5e917f3b] {
  min-height: 90px;
  padding: 0 40px;
  box-sizing: border-box;
}
.app-header--welcome .app-header__logo--wordmark.app-header__logo--welcome[data-v-5e917f3b] {
  width: 131.343px;
  height: 44px;
  margin-right: 0;
  flex-shrink: 0;
}
.app-header--welcome .app-header__logo--welcome .app-header__logo-img[data-v-5e917f3b] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Shell: .hb-btn.hb-btn--outline (fm-dark-ui.css) */
.app-header__welcome-signin[data-v-5e917f3b] {
  position: relative;
  text-decoration: none !important;
}
.app-header--dark .app-header__nav--individual[data-v-5e917f3b] {
  flex: 1;
  justify-content: center;
  gap: clamp(12px, 2.5vw, 28px);
  padding-right: 8px;
}
.app-header--dark .app-header__nav--individual .app-header__link[data-v-5e917f3b] {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #fff;
  white-space: nowrap;
  padding: var(--space-2) var(--space-2);
}
.app-header--dark .app-header__nav--individual .app-header__link[data-v-5e917f3b]:hover {
  color: #fff;
  opacity: 0.85;
}
.app-header--dark .app-header__nav--business-landing[data-v-5e917f3b] {
  flex: 1;
  justify-content: center;
  gap: clamp(12px, 2.5vw, 28px);
}
.app-header--dark .app-header__nav--business-landing .app-header__link[data-v-5e917f3b] {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.06em;
  color: #fff;
  white-space: nowrap;
  padding: var(--space-2) var(--space-2);
}
.app-header--dark .app-header__nav--business-landing .app-header__link[data-v-5e917f3b]:hover {
  color: #fff;
  opacity: 0.85;
}
.app-header--dark .app-header__nav:not(.app-header__nav--individual) .app-header__link[data-v-5e917f3b] {
  color: rgba(255, 255, 255, 0.9);
}
.app-header--dark .app-header__nav:not(.app-header__nav--individual) .app-header__link[data-v-5e917f3b]:hover {
  color: #fff;
}
.app-header--dark .app-header__link.fm-pill[data-v-5e917f3b] {
  padding: 10px 22px;
  letter-spacing: -0.04em;
}
.app-header--dark .app-header__link.hb-btn[data-v-5e917f3b] {
  padding: 12px 24px;
}

/* Nav link color rules beat global .hb-btn--outline — keep cream on outline CTAs */
.app-header--dark .app-header__link.hb-btn--outline[data-v-5e917f3b],
.app-header--dark .app-header__link.hb-btn--outline[data-v-5e917f3b]:hover,
.app-header--dark .app-header__link.hb-btn--outline[data-v-5e917f3b]:active {
  color: #fffce5;
}
.app-header--dark .app-header__dropdown[data-v-5e917f3b]:not(.app-header__dropdown--org) {
  background: rgba(26, 20, 16, 0.82);
  border-color: rgba(255, 252, 229, 0.2);
  color: #fffce5;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.app-header--dark .app-header__logo[data-v-5e917f3b]:not(.app-header__logo--wordmark) {
  background: transparent;
  color: #fffce5;
  border: 1px solid rgba(255, 252, 229, 0.22);
}

/* Figma 211:3696 — org account header: frosted bar, logo 131×44, tab + profile */
.app-header--dark.app-header--org-shell[data-v-5e917f3b] {
  --app-header-glass-tint: rgba(1, 1, 1, 0.2);
  --app-header-glass-blur: 7px;
  border-bottom: 1px solid rgba(255, 252, 229, 0.2);
}

/* Organization dashboard header (Figma Account Business 1440 / 393) */
.app-header__inner--org[data-v-5e917f3b] {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  min-height: 72px;
  padding: 12px 16px;
  box-sizing: border-box;
}
@media (min-width: 720px) {
.app-header__inner--org[data-v-5e917f3b] {
    min-height: 72px;
    padding: 0 40px;
    flex-wrap: nowrap;
}
}
.app-header__logo--org-dash[data-v-5e917f3b] {
  margin-right: 0;
  flex-shrink: 0;
}

/* Figma Logo Forever Moments — h-44 w-[131.343px] */
.app-header--org-shell .app-header__logo--org-dash.app-header__logo--wordmark[data-v-5e917f3b] {
  width: 131.343px;
  height: 44px;
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
}
.app-header--org-shell .app-header__logo--org-dash .app-header__logo-img[data-v-5e917f3b] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.app-header__org-tab-wrap[data-v-5e917f3b] {
  display: none;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  min-height: 41px;
  padding-right: 8px;
}
@media (min-width: 720px) {
.app-header__org-tab-wrap[data-v-5e917f3b] {
    display: flex;
}
}
.app-header__org-tab-link[data-v-5e917f3b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 199px;
  min-height: 41px;
  padding: 20px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: rgba(255, 252, 229, 0.6);
  text-decoration: none;
  white-space: nowrap;
}
.app-header__org-tab-link[data-v-5e917f3b]:hover {
  color: #fffce5;
  text-decoration: none;
}
.app-header__org-end[data-v-5e917f3b] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.app-header__lang-wrap[data-v-5e917f3b] {
  position: relative;
  flex-shrink: 0;
}
.app-header__lang-btn[data-v-5e917f3b] {
  gap: 8px;
  padding: 10px 20px;
  min-height: 41px;
  font-size: 16px;
  letter-spacing: -0.07em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #010101;
  box-shadow: inset 0 4px 13px rgba(255, 255, 255, 0.08);
  color: #fffce5;
}
.app-header__lang-btn--lf[data-v-5e917f3b] {
  width: auto;
  max-width: 100%;
  justify-content: center;
}
.app-header__lang-globe[data-v-5e917f3b] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.app-header__lang-chev[data-v-5e917f3b] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
  opacity: 0.9;
}
.app-header__lang-code[data-v-5e917f3b] {
  font-weight: 400;
  min-width: 1.5em;
  text-align: left;
}
@media (max-width: 719px) {
.app-header--org-shell .app-header__org-end .app-header__lang-wrap[data-v-5e917f3b] {
    display: none;
}
}
.app-header__org-flyout-lang[data-v-5e917f3b] {
  padding: 0 4px 12px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(255, 252, 229, 0.12);
}
.app-header__lf-lang-block[data-v-5e917f3b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.app-header__org-profile[data-v-5e917f3b] {
  position: relative;
  display: none;
  align-items: center;
  gap: 4px;
  height: 41px;
  padding: 10px 4px 10px 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #010101;
  box-shadow: inset 0 4px 13.3px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: #fffce5;
}
@media (min-width: 720px) {
.app-header__org-profile[data-v-5e917f3b] {
    display: inline-flex;
}
}
.app-header__org-profile-name[data-v-5e917f3b] {
  font-size: 16px;
  letter-spacing: -0.07em; /* Figma Web/Body −1.12px @ 16px */
  line-height: 1.3;
  max-width: min(200px, 28vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-header__org-profile-chev[data-v-5e917f3b] {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.app-header__org-chev-svg[data-v-5e917f3b] {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  color: #fffce5;
}
.app-header__org-burger[data-v-5e917f3b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  cursor: pointer;
  color: #fffce5;
  font-family: inherit;
}
.app-header__org-burger-svg[data-v-5e917f3b] {
  width: 20px;
  height: 16px;
}

/* Figma 211:3697 — org / account menu panel */
.app-header__dropdown--org[data-v-5e917f3b] {
  min-width: 160px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 252, 229, 0.2);
  overflow: hidden;
  color: #fffce5;
  z-index: 120;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 0 12.3px rgba(255, 204, 131, 0.15);
  background-color: rgba(1, 1, 1, 0.15);
  background-image:
    linear-gradient(180deg, rgba(235, 146, 50, 0.2) 24%, rgba(235, 146, 50, 0) 100%),
    linear-gradient(90deg, rgba(1, 1, 1, 0.2), rgba(1, 1, 1, 0.2));
}
.app-header__dropdown--org .app-header__dropdown-item[data-v-5e917f3b] {
  padding: 10px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}
.app-header__dropdown--org .app-header__dropdown-item[data-v-5e917f3b]:hover {
  background: rgba(255, 252, 229, 0.06);
  color: #fffce5;
}
.app-header__dropdown--org .app-header__dropdown-item[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.35);
  outline-offset: -2px;
}
.app-header__dropdown-divider[data-v-5e917f3b] {
  width: 100%;
  height: 1px;
  background: rgba(255, 252, 229, 0.14);
}
.app-header__dropdown--org .app-header__dropdown-item--danger[data-v-5e917f3b] {
  margin-top: 0;
  color: #9c2e22;
}
.app-header__dropdown--org .app-header__dropdown-item--danger[data-v-5e917f3b]:hover {
  background: rgba(156, 46, 34, 0.08);
  color: #9c2e22;
}

/* Same glass as org menu; Figma background blur 20 */
.app-header__dropdown--user-account[data-v-5e917f3b] {
  background-color: rgba(1, 1, 1, 0.32);
  background-image: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.app-header__dropdown--user-account .app-header__dropdown-item--danger[data-v-5e917f3b] {
  color: #fffce5;
}
.app-header__dropdown--user-account .app-header__dropdown-item--danger[data-v-5e917f3b]:hover {
  background: rgba(255, 252, 229, 0.06);
  color: #fffce5;
}
.app-header__org-flyout[data-v-5e917f3b] {
  flex-basis: 100%;
  order: 10;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0 4px;
  margin-top: 12px;
  border-top: 1px solid rgba(255, 252, 229, 0.15);
}
@media (min-width: 720px) {
.app-header__org-flyout[data-v-5e917f3b] {
    display: none;
}
}
.app-header__org-flyout-link[data-v-5e917f3b] {
  padding: 12px 4px;
  font-size: 16px;
  letter-spacing: -0.07em;
  color: rgba(255, 252, 229, 0.85);
  text-decoration: none;
  text-align: left;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}
.app-header__org-flyout-link[data-v-5e917f3b]:hover {
  color: #fffce5;
}

/* Figma Account user — Header 1:3137 (desktop), 1:3575 (mobile) */
.app-header__inner--user-account[data-v-5e917f3b] {
  position: relative;
  z-index: 1;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  min-height: 72px;
  padding: 16px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
.app-header__inner--user-account[data-v-5e917f3b] {
    min-height: 90px;
    padding: 0px 40px;
}
}
.app-header__inner--user-account .app-header__logo--wordmark.app-header__logo--user-account[data-v-5e917f3b] {
  margin-right: 0;
  flex-shrink: 0;
}
.app-header__nav--user-account-tabs[data-v-5e917f3b] {
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
  gap: clamp(4px, 1.2vw, 16px);
}
.app-header--dark .app-header__nav--user-account-tabs .app-header__link[data-v-5e917f3b] {
  padding: 20px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: rgba(255, 252, 229, 0.6);
  white-space: nowrap;
}
.app-header--dark .app-header__nav--user-account-tabs .app-header__link[data-v-5e917f3b]:hover {
  color: #fffce5;
  opacity: 1;
}
.app-header__user-account-end[data-v-5e917f3b] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap:10px;
}
.app-header__user-account-profile.app-header__org-profile[data-v-5e917f3b] {
  display: inline-flex;
  gap: 4px;
  height: 41px;
  min-height: 41px;
  padding: 10px 12px 10px 10px;
}
.app-header__user-account-avatar[data-v-5e917f3b] {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fffce5;
  background: linear-gradient(127deg, #cf9b50 0%, #6b3d14 92%);
}
.app-header__user-account-menu-btn[data-v-5e917f3b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  cursor: pointer;
  color: #fffce5;
  font-family: inherit;
  flex-shrink: 0;
}
.app-header__user-account-menu-btn-svg[data-v-5e917f3b] {
  width: 20px;
  height: 16px;
  display: block;
}
.app-header__org-flyout-btn[data-v-5e917f3b] {
  margin-top: 8px;
  padding: 12px 4px;
  font-size: 16px;
  letter-spacing: -0.07em;
  color: #f6cfd5;
  text-align: left;
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

/* —— Landing mobile (Figma 1:1802 bar, 1:2084 full-screen menu) —— */
@media (max-width: 1023px) {
.app-header__inner--landing-compact.app-header__inner--individual[data-v-5e917f3b],
  .app-header__inner--landing-compact.app-header__inner--org[data-v-5e917f3b] {
    padding: 16px;
    min-height: 0;
    align-items: center;
    flex-wrap: nowrap;
}
.app-header__inner--landing-compact .app-header__logo--wordmark[data-v-5e917f3b] {
    margin-right: 0;
}
}
.app-header__landing-burger[data-v-5e917f3b] {
  display: none;
}
@media (max-width: 1023px) {
.app-header__inner--landing-compact .app-header__landing-burger[data-v-5e917f3b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    min-width: 44px;
    cursor: pointer;
    color: #fffce5;
    font-family: inherit;
    flex-shrink: 0;
    margin-left: auto;
}
}
.app-header__landing-burger-svg[data-v-5e917f3b] {
  width: 20px;
  height: 16px;
}
.app-header__lf[data-v-5e917f3b] {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  flex-direction: column;
  background: #010101;
  overflow: hidden;
  box-sizing: border-box;
}
.app-header__lf-rays[data-v-5e917f3b] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.4;
}
.app-header__lf-lamp[data-v-5e917f3b] {
  position: absolute;
  left: -25%;
  top: -18%;
  width: 85%;
  max-width: 520px;
  aspect-ratio: 1;
  background: radial-gradient(circle at 40% 40%, rgba(255, 214, 160, 0.2) 0%, transparent 55%);
  filter: blur(3px);
}
.app-header__lf-ray[data-v-5e917f3b] {
  position: absolute;
  top: -15%;
  left: -5%;
  width: 45%;
  height: 115%;
  background: linear-gradient(
    115deg,
    rgba(255, 220, 170, 0.12) 0%,
    rgba(255, 200, 140, 0.04) 50%,
    transparent 75%
  );
  filter: blur(1px);
}
.app-header__lf-ray--1[data-v-5e917f3b] {
  transform: rotate(-22deg);
}
.app-header__lf-ray--2[data-v-5e917f3b] {
  left: 5%;
  transform: rotate(-10deg);
  opacity: 0.65;
}
.app-header__lf-ray--3[data-v-5e917f3b] {
  left: 12%;
  transform: rotate(4deg);
  opacity: 0.4;
}
.app-header__lf-top[data-v-5e917f3b] {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 252, 229, 0.2); /* Pencil #fffce533 */
  background: rgba(1, 1, 1, 0.2); /* Pencil header fill #01010133 */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.app-header__lf-logo[data-v-5e917f3b] {
  margin-right: 0;
}
.app-header__lf-close[data-v-5e917f3b] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-height: 44px;
  min-width: 44px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #010101;
  box-shadow: inset 0 4px 13px rgba(255, 255, 255, 0.08);
  cursor: pointer;
  color: #fffce5;
  font-family: inherit;
}
.app-header__lf-close-svg[data-v-5e917f3b] {
  width: 20px;
  height: 20px;
}
.app-header__lf-body[data-v-5e917f3b] {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 60px; /* Pencil `dtsK4` Content (HG1Pi): 60 between language, nav, CTA */
  padding: 80px 32px 40px; /* 80: gap under frosted header strip */
  box-sizing: border-box;
}
.app-header__lf-nav[data-v-5e917f3b] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
.app-header__lf-link[data-v-5e917f3b] {
  font-family: Forum, Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #fffdee;
  text-decoration: none;
  text-align: left;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.app-header__lf-link[data-v-5e917f3b]:hover {
  text-decoration: none;
  opacity: 0.88;
}
.app-header__lf-link[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 4px;
  border-radius: 2px;
}
.app-header__lf-link--btn[data-v-5e917f3b] {
  color: rgba(255, 220, 200, 0.95);
}
.app-header__lf-rule[data-v-5e917f3b] {
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  background: rgba(255, 252, 229, 0.2); /* Pencil nav dividers #fffce533 */
  border: none;
  margin: 0;
}
.app-header__lf-cta-block[data-v-5e917f3b] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.app-header__lf-cta[data-v-5e917f3b] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 20px;
  min-height: 44px;
  border-radius: 30px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
  text-decoration: none;
  border: 1px solid transparent;
  background:
    linear-gradient(#010101, #010101) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition:
    box-shadow 0.2s ease,
    text-shadow 0.2s ease,
    opacity 0.2s ease;
}
.app-header__lf-cta[data-v-5e917f3b]:hover {
  text-decoration: none;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.app-header__lf-cta[data-v-5e917f3b]:active {
  text-shadow: none;
  box-shadow: none;
}
.app-header__lf-cta[data-v-5e917f3b]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.85);
  outline-offset: 2px;
}
.app-header__lf-cta--ghost[data-v-5e917f3b] {
  background: transparent;
  border: 1px solid rgba(255, 252, 229, 0.55);
  box-shadow: none;
}
.app-header__lf-cta--ghost[data-v-5e917f3b]:hover {
  text-shadow: none;
  border-color: rgba(255, 252, 229, 0.85);
  box-shadow: 0 0 0 1px rgba(255, 252, 229, 0.12);
}
.app-header__lf-cta--ghost[data-v-5e917f3b]:active {
  border-color: rgba(255, 252, 229, 0.4);
  box-shadow: none;
}
.app-header__lf-cta--accent[data-v-5e917f3b] {
  background:
    linear-gradient(96.8deg, #cf9b50 0%, #9c6522 75%) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
  border: 1px solid transparent;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.app-header__lf-cta--accent[data-v-5e917f3b]:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.app-header__lf-cta--accent[data-v-5e917f3b]:active {
  text-shadow: none;
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.2);
}
.app-header__lf-nav--account[data-v-5e917f3b] {
  gap: 16px;
}

/* Desktop: Pencil `n37C2e` — centered glass card. Mobile: Pencil `OQV4v` — full-screen blur `#000` + panel `g23GfB`. */
.app-header__lang-overlay[data-v-5e917f3b] {
  position: fixed;
  inset: 0;
  z-index: 260;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.55);
}
.app-header__lang-panel[data-v-5e917f3b] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(480px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(165deg, rgba(255, 160, 62, 0.12) 0%, rgba(0, 0, 0, 0.92) 42%, #000 100%) padding-box,
    linear-gradient(248deg, rgba(255, 160, 62, 0.35) 0%, rgba(120, 199, 255, 0) 55%) border-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  backdrop-filter: blur(26px);
  -webkit-backdrop-filter: blur(26px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
@media (min-width: 1024px) {
.app-header__lang-overlay[data-v-5e917f3b] {
    padding: 24px;
}
}
@media (max-width: 1023px) {
  /* `OQV4v`: frosted full-screen `nzU4G` + warm accents like `Light Main user`. */
.app-header__lang-overlay[data-v-5e917f3b] {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    background: #000000;
    backdrop-filter: blur(17.5px);
    -webkit-backdrop-filter: blur(17.5px);
}
.app-header__lang-overlay[data-v-5e917f3b]::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.38;
    background:
      radial-gradient(ellipse 120% 55% at 18% -5%, rgba(255, 200, 140, 0.2) 0%, transparent 52%),
      linear-gradient(118deg, rgba(255, 200, 140, 0.1) 0%, transparent 42%),
      linear-gradient(165deg, transparent 40%, rgba(255, 196, 133, 0.06) 100%);
}

  /* `g23GfB`: padding 80 32, gap 20, width full, radius 20 (height from content so tap below closes). */
.app-header__lang-panel[data-v-5e917f3b] {
    position: relative;
    z-index: 1;
    flex: 0 1 auto;
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 80px 32px 40px;
    border-radius: 20px;
    border: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
}
}
.app-header__lang-panel-close[data-v-5e917f3b] {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fffce5;
  cursor: pointer;
}
.app-header__lang-panel-close[data-v-5e917f3b]:hover {
  background: rgba(255, 255, 255, 0.12);
}
.app-header__lang-panel-close-svg[data-v-5e917f3b] {
  width: 20px;
  height: 20px;
}
.app-header__lang-panel-title[data-v-5e917f3b] {
  margin: 0;
  padding-right: 48px;
  font-family: Forum, Georgia, serif;
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #fffdee;
  text-align: center;
}
@media (max-width: 1023px) {
  /* Pencil `OQV4v` / nNSFs: Forum 32, centered */
.app-header__lang-panel-title[data-v-5e917f3b] {
    padding-right: 44px;
    font-size: 32px;
}
.app-header__lang-panel-close[data-v-5e917f3b] {
    top: 24px;
    right: 24px;
}
}
.app-header__lang-panel-list[data-v-5e917f3b] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}
.app-header__lang-panel-row[data-v-5e917f3b] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: rgba(255, 252, 229, 0.6);
  text-align: left;
  cursor: pointer;
}
.app-header__lang-panel-row[data-v-5e917f3b]:hover:not(:disabled) {
  border-color: rgba(255, 252, 229, 0.18);
  color: #fffce5;
}
.app-header__lang-panel-row--active[data-v-5e917f3b] {
  border-color: rgba(255, 160, 62, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fffce5;
}
.app-header__lang-panel-row[data-v-5e917f3b]:disabled {
  cursor: default;
  opacity: 0.85;
}
.app-header__lang-panel-label[data-v-5e917f3b] {
  flex: 1;
  min-width: 0;
}
.app-header__lang-panel-check[data-v-5e917f3b] {
  display: flex;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  color: #fffce5;
}
.app-header__lang-panel-check-svg[data-v-5e917f3b] {
  width: 20px;
  height: 20px;
}

/* Figma: Footer node 1:1226 — black shell, 60px gap to bar, tabs row wrap row-gap 120px */
.fm-footer[data-v-5f3796cb] {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: #000;
  border-top: 1px solid rgba(255, 252, 229, 0.2);
  padding-top: 40px;
}
.fm-footer__tabs[data-v-5f3796cb] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px 24px;
  row-gap: 120px;
  padding: 0 40px 0;
  max-width: 1440px;
  box-sizing: border-box;
}
.fm-footer__logo[data-v-5f3796cb] {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.fm-footer__logo[data-v-5f3796cb]:hover {
  text-decoration: none;
  opacity: 0.92;
}
.fm-footer__logo[data-v-5f3796cb]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 4px;
  border-radius: 4px;
}
.fm-footer__logo-img[data-v-5f3796cb] {
  display: block;
  width: 132px;
  height: 44px;
  max-width: 100%;
  object-fit: contain;
}
.fm-footer__col[data-v-5f3796cb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 214px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
}
.fm-footer__label[data-v-5f3796cb] {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.07em;
}
.fm-footer__link[data-v-5f3796cb] {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.fm-footer__link[data-v-5f3796cb]:hover {
  color: #fff;
}
.fm-footer__link[data-v-5f3796cb]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 3px;
  border-radius: 2px;
  color: #fff;
}
.fm-footer__link--btn[data-v-5f3796cb] {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  cursor: pointer;
  width: 100%;
}
.fm-footer__link--btn[data-v-5f3796cb]:hover {
  color: #fff;
}
.fm-footer__link--btn[data-v-5f3796cb]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 3px;
  border-radius: 2px;
  color: #fff;
}
.fm-footer__biz[data-v-5f3796cb] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
  border: 1px solid transparent;
  background:
    linear-gradient(#010101, #010101) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition:
    text-shadow 0.2s ease,
    box-shadow 0.2s ease;
}
.fm-footer__biz[data-v-5f3796cb]:hover {
  text-decoration: none;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.fm-footer__biz[data-v-5f3796cb]:active {
  text-shadow: none;
  box-shadow: none;
}
.fm-footer__biz[data-v-5f3796cb]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.85);
  outline-offset: 2px;
}
.fm-footer__biz.router-link-active[data-v-5f3796cb],
.fm-footer__biz.router-link-exact-active[data-v-5f3796cb] {
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.fm-footer__bar[data-v-5f3796cb] {
  border-top: 1px solid rgba(255, 252, 229, 0.2);
  background: rgba(1, 1, 1, 0.2);
  width: 100%;
}
.fm-footer__bar-inner[data-v-5f3796cb] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px 40px;
  box-sizing: border-box;
}
.fm-footer__copy[data-v-5f3796cb] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.07em;
  text-align: center;
}
@media (max-width: 899px) {
.fm-footer__tabs[data-v-5f3796cb] {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 40px;
    padding-left: var(--page-padding, 24px);
    padding-right: var(--page-padding, 24px);
}
.fm-footer__col[data-v-5f3796cb] {
    max-width: 280px;
    align-items: center;
}
.fm-footer__link[data-v-5f3796cb] {
    text-align: center;
}
.fm-footer__biz[data-v-5f3796cb] {
    width: 100%;
    max-width: 320px;
    white-space: normal;
    text-align: center;
}
}
@media (min-width: 900px) {
.fm-footer__logo[data-v-5f3796cb] {
    align-items: flex-start;
}
.fm-footer__col[data-v-5f3796cb] {
    text-align: left;
}
.fm-footer__biz[data-v-5f3796cb] {
    flex-shrink: 0;
}
.fm-footer__copy[data-v-5f3796cb] {
    text-align: left;
}
}

.base-input[data-v-232a57f6] {
  --bi-autofill-bg: var(--fm-input-autofill-bg, var(--color-bg));
  --bi-autofill-text: var(--fm-input-autofill-color, inherit);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.base-input__label[data-v-232a57f6] {
  font-size: var(--text-base);
  font-weight: var(--font-normal);
}
.base-input__field[data-v-232a57f6] {
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-sm);
  background: var(--color-bg);
  font-size: var(--text-base);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}
.base-input__field[data-v-232a57f6]:focus {
  outline: none;
  border-color: var(--color-border);
  box-shadow: 0 0 0 2px rgba(255, 252, 229, 0.4);
}
.base-input__field[data-v-232a57f6]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.base-input__error[data-v-232a57f6] {
  font-size: var(--text-sm);
  color: red;
  margin: 0;
}
.base-input--dark .base-input__label[data-v-232a57f6] {
  color: rgba(255, 252, 229, 0.72);
}
.base-input--dark .base-input__field[data-v-232a57f6] {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 252, 229, 0.22);
  color: #fffce5;
}
.base-input--dark[data-v-232a57f6] {
  --bi-autofill-bg: var(--fm-input-autofill-bg, rgba(0, 0, 0, 0.4));
  --bi-autofill-text: var(--fm-input-autofill-color, #fffce5);
}
.base-input--dark .base-input__field[data-v-232a57f6]::placeholder {
  color: rgba(255, 252, 229, 0.35);
}
.base-input--dark .base-input__field[data-v-232a57f6]:focus {
  border-color: rgba(235, 180, 100, 0.55);
  box-shadow: 0 0 0 2px rgba(235, 180, 100, 0.25);
}
.base-input--dark .base-input__field[data-v-232a57f6]:disabled {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 252, 229, 0.15);
}
.base-input__field[data-v-232a57f6]:-webkit-autofill,
.base-input__field[data-v-232a57f6]:-webkit-autofill:hover,
.base-input__field[data-v-232a57f6]:-webkit-autofill:focus,
.base-input__field[data-v-232a57f6]:-webkit-autofill:active {
  -webkit-text-fill-color: var(--bi-autofill-text) !important;
  caret-color: var(--bi-autofill-text);
  box-shadow: 0 0 0 1000px var(--bi-autofill-bg) inset !important;
  -webkit-box-shadow: 0 0 0 1000px var(--bi-autofill-bg) inset !important;
  transition: background-color 9999s ease-out 0s;
}
.base-input__field--grow[data-v-232a57f6]:-webkit-autofill,
.base-input__field--grow[data-v-232a57f6]:-webkit-autofill:hover,
.base-input__field--grow[data-v-232a57f6]:-webkit-autofill:focus,
.base-input__field--grow[data-v-232a57f6]:-webkit-autofill:active {
  box-shadow: 0 0 0 1000px var(--bi-autofill-bg) inset !important;
  -webkit-box-shadow: 0 0 0 1000px var(--bi-autofill-bg) inset !important;
}
.base-input--dark .base-input__error[data-v-232a57f6] {
  color: #ffb4a4;
}

/* One border + radius on the row so input and eye control share a continuous outline */
.base-input__password-row[data-v-232a57f6] {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--color-border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-sizing: border-box;
  background: var(--color-bg);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.base-input--dark .base-input__password-row[data-v-232a57f6] {
  border-color: rgba(255, 252, 229, 0.22);
  background: rgba(0, 0, 0, 0.4);
}
.base-input--dark.base-input--auth .base-input__password-row[data-v-232a57f6] {
  border-radius: 12px;
}
.base-input__field--grow[data-v-232a57f6] {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.base-input__field--grow[data-v-232a57f6]:focus {
  outline: none;
  box-shadow: none;
}
.base-input--dark .base-input__field--grow[data-v-232a57f6]:focus {
  border-color: transparent;
  box-shadow: none;
}
.base-input__reveal[data-v-232a57f6] {
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 252, 229, 0.65);
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}
.base-input__reveal[data-v-232a57f6]:hover {
  color: #fffce5;
}
.base-input__reveal[data-v-232a57f6]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 0;
  z-index: 1;
}
.base-input__reveal-svg[data-v-232a57f6] {
  width: 20px;
  height: 20px;
  display: block;
}
.base-input--password:focus-within .base-input__password-row[data-v-232a57f6] {
  border-color: var(--color-border);
  box-shadow: 0 0 0 2px rgba(255, 252, 229, 0.4);
}
.base-input--dark.base-input--password:focus-within .base-input__password-row[data-v-232a57f6] {
  border-color: rgba(235, 180, 100, 0.55);
  box-shadow: 0 0 0 2px rgba(235, 180, 100, 0.25);
}

.fm-auth-oauth-icons[data-v-a5f6f8a5] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}

.fm-auth-oauth-btn[data-v-f043dce1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fm-auth-link--btn[data-v-f043dce1] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
.fm-auth-forgot--btn[data-v-f043dce1] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-align: right;
}

.fm-auth-oauth-btn[data-v-22144391] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.fm-auth-link--btn[data-v-22144391] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.fm-auth-link--btn[data-v-69c6c197] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.fm-auth-link--btn[data-v-b709f75a] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

.fm-auth-link--btn[data-v-eb22e0f1] {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
.fm-auth-success[data-v-eb22e0f1] {
  margin: 0;
  font-size: 0.875rem;
  color: #7dffb8;
  text-align: center;
}

.fm-auth-screen--modal[data-v-d550ea97] {
  position: fixed;
  inset: 0;
  z-index: 9500;
  /* Promote own layer so backdrop-filter samples the page behind reliably (Safari / iOS). */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  overscroll-behavior: none;
  --fa-cream: #fffce5;
  --fa-cream-muted: rgba(255, 252, 229, 0.6);
  --fa-border-grad: linear-gradient(
    130deg,
    #ffa03e 0%,
    #fffce5 32%,
    #cf9b50 58%,
    #eb9232 82%,
    #9c6522 100%
  );
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--fa-cream);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.07em;
  box-sizing: border-box;
  /* Dim page behind modal — Figma: blur ~14, fill #000 @ 80% */
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.fm-auth-screen__center[data-v-d550ea97] {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px var(--page-padding, 16px) 40px;
  box-sizing: border-box;
  min-height: 100%;
}
.fm-auth-screen__card[data-v-d550ea97] {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: min(90vh, 900px);
  overflow-y: auto;
  padding: 36px 28px 32px;
  border-radius: 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  /* Modal: warm tint at top-left, mid-dark to bottom-right (matches Figma) */
  background:
    linear-gradient(135deg, rgba(255, 160, 62, 0.14) 0%, rgba(0, 0, 0, 0.30) 55%, rgba(0, 0, 0, 0.45) 100%) padding-box,
    linear-gradient(135deg, rgba(255, 160, 62, 0.22) 0%, rgba(120, 199, 255, 0) 70%) border-box;
}

/* Shell: .hb-btn.hb-btn--outline — touch-sized icon control (was fm-pill--touch) */
.fm-auth-screen__close[data-v-d550ea97] {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  box-sizing: border-box;
  color: var(--fa-cream);
}
.fm-auth-screen__close-svg[data-v-d550ea97] {
  width: 20px;
  height: 20px;
  display: block;
}
@media (min-width: 480px) {
.fm-auth-screen__card[data-v-d550ea97] {
    padding: 40px 40px 36px;
}
}

.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-title {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 4.2vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: #fffce5;
  margin: 0 0 20px;
  padding-right: 44px;
  letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-lead {
  font-size: 16px;
  line-height: 1.3;
  color: var(--fa-cream-muted);
  margin: -8px 0 20px;
  letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-label {
  font-size: 14px;
  color: var(--fa-cream-muted);
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-error {
  color: #ffb4a4;
  font-size: 14px;
  margin: 0;
  letter-spacing: -0.04em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-actions {
  margin-top: 0;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-oauth {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-footer-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.3;
  color: var(--fa-cream-muted);
  margin: 0;
  text-align: center;
  letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-footer-row--switch {
  margin-top: 4px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link {
  color: #fffce5;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 252, 229, 0.35);
  padding-bottom: 1px;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    text-shadow 0.2s ease;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link:hover {
  color: #fffdee;
  border-bottom-color: rgba(255, 252, 229, 0.65);
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-forgot {
  align-self: center;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.3;
  color: var(--fa-cream-muted);
  text-decoration: none;
  letter-spacing: -0.07em;
  transition:
    color 0.2s ease,
    text-shadow 0.2s ease;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-forgot:hover {
  color: #fffce5;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-forgot--btn {
  display: block;
  width: 100%;
  cursor: pointer;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link-btn {
  margin-top: 4px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
  color: #fffce5;
  text-decoration: underline;
  text-underline-offset: 3px;
  align-self: center;
  letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link-btn:hover:not(:disabled) {
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-select {
  width: 100%;
  min-height: 50px;
  padding: 0 44px 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(9.25px);
  -webkit-backdrop-filter: blur(9.25px);
  color: #fffce5;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: -0.07em;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23fffce5' stroke-opacity='0.7' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  box-sizing: border-box;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-select:focus {
  outline: none;
  border-color: rgba(235, 180, 100, 0.55);
  box-shadow: 0 0 0 2px rgba(235, 180, 100, 0.2);
}
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth:not(.base-input--password) .base-input__field {
  min-height: 50px;
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9.25px);
  -webkit-backdrop-filter: blur(9.25px);
  letter-spacing: -0.07em;
}

/* Password: single rounded shell is .base-input__password-row (see BaseInput); inner field must not re-apply 12px radius */
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth.base-input--password .base-input__password-row {
  min-height: 50px;
  border-radius: 12px;
  border-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(9.25px);
  -webkit-backdrop-filter: blur(9.25px);
}
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth.base-input--password .base-input__field {
  min-height: 50px;
  letter-spacing: -0.07em;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth.base-input--password .base-input__field:focus {
  box-shadow: none;
}
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth.base-input--password .base-input__reveal {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth .base-input__field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Chrome/WebKit autofill: force auth fields to keep the exact dark design with no blue/gray tint */
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth .base-input__field:-webkit-autofill,
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth .base-input__field:-webkit-autofill:hover,
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth .base-input__field:-webkit-autofill:focus,
.fm-auth-screen--modal[data-v-d550ea97] .base-input--dark.base-input--auth .base-input__field:-webkit-autofill:active {
  -webkit-text-fill-color: #fffce5 !important;
  caret-color: #fffce5 !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.4) inset !important;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.4) inset !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  transition: background-color 99999s ease-out 0s;
}
.fm-auth-screen--modal[data-v-d550ea97] .hb-btn--block {
  min-height: 50px;
}

/* Figma mobile auth 67:3616 (Sign in) / 67:3572 (Sign up) — full black screen ≤1023px */
@media (max-width: 1023px) {
.fm-auth-screen--modal[data-v-d550ea97] {
    background: #010101;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.fm-auth-screen__center[data-v-d550ea97] {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    min-height: 100dvh;
}
.fm-auth-screen__card[data-v-d550ea97] {
    flex: 1;
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: 100dvh;
    margin: 0;
    padding: 40px 32px 48px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #010101;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.fm-auth-screen__close[data-v-d550ea97] {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-title {
    font-size: 20px;
    margin: 0 0 28px;
    padding-right: 48px;
    letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-lead {
    margin: -20px 0 28px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-form {
    gap: 28px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-panel--signup .fm-auth-stack {
    gap: 20px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-panel--login .fm-auth-stack {
    gap: 12px;
}

  /* Figma: 12px (signup) / 20px (login) from last field to primary CTA */
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-panel--signup .fm-auth-actions {
    margin-top: -16px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-panel--login .fm-auth-actions {
    margin-top: -8px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-oauth {
    gap: 8px;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-oauth .hb-btn--outline.hb-btn--block {
    min-height: 50px;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .hb-btn--primary.hb-btn--block {
    min-height: 50px;
    padding: 12px 24px;
    font-size: 20px;
    letter-spacing: -0.07em;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-footer-row--switch {
    margin-top: 0;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link,
  .fm-auth-screen--modal[data-v-d550ea97] .fm-auth-link--btn {
    border-bottom: none;
    padding-bottom: 0;
    text-decoration: none;
}
.fm-auth-screen--modal[data-v-d550ea97] .fm-auth-forgot {
    align-self: flex-start;
}
}

/* Figma Contact 1:3882 desktop / 1:3925 mobile */
.fm-contact-modal[data-v-f3d6fbc3] {
  position: fixed;
  inset: 0;
  z-index: 9500;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  overscroll-behavior: none;
  --fc-cream: #fffce5;
  --fc-cream-muted: rgba(255, 252, 229, 0.6);
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--fc-cream);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.07em;
  box-sizing: border-box;
  /* Dim page behind modal — same as FmAuthModal (Figma: blur ~14, fill #000 @ 80%) */
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.fm-contact-modal__center[data-v-f3d6fbc3] {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px var(--page-padding, 16px) 40px;
  box-sizing: border-box;
  min-height: 100%;
}
.fm-contact-modal__card[data-v-f3d6fbc3] {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(90vh, 700px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  border-radius: 20px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background:
    linear-gradient(250.44deg, rgba(255, 160, 62, 0.1) 0.9%, rgba(0, 0, 0, 0.2) 100%),
    #000;
}
.fm-contact-modal__close[data-v-f3d6fbc3] {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  min-width: 40px;
  min-height: 44px;
  padding: 0;
  box-sizing: border-box;
  color: var(--fc-cream);
}
.fm-contact-modal__close-svg[data-v-f3d6fbc3] {
  width: 20px;
  height: 20px;
  display: block;
}
.fm-contact-modal__title[data-v-f3d6fbc3] {
  margin: 0;
  padding-right: 48px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--fc-cream);
}
.fm-contact-modal__body[data-v-f3d6fbc3] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.fm-contact-modal__founder[data-v-f3d6fbc3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fm-contact-modal__founder-text[data-v-f3d6fbc3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fm-contact-modal__label[data-v-f3d6fbc3] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: var(--fc-cream-muted);
}
.fm-contact-modal__name[data-v-f3d6fbc3] {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--fc-cream);
}
.fm-contact-modal__muted[data-v-f3d6fbc3] {
  color: var(--fc-cream-muted);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
}
.fm-contact-modal__phone[data-v-f3d6fbc3]:hover {
  color: var(--fc-cream);
}
.fm-contact-modal__divider[data-v-f3d6fbc3] {
  margin: 0;
  border: none;
  border-top: 1px solid rgba(255, 252, 229, 0.2);
  width: 100%;
}
.fm-contact-modal__business[data-v-f3d6fbc3] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fm-contact-modal__section-title[data-v-f3d6fbc3] {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--fc-cream-muted);
}
.fm-contact-modal__address[data-v-f3d6fbc3] {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  color: var(--fc-cream);
}
.fm-contact-modal__address span[data-v-f3d6fbc3] {
  display: block;
}
.fm-contact-modal__field[data-v-f3d6fbc3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fm-contact-modal__value[data-v-f3d6fbc3] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: var(--fc-cream);
}
.fm-contact-modal__link[data-v-f3d6fbc3] {
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.fm-contact-modal__link[data-v-f3d6fbc3]:hover {
  color: #fffdee;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.35);
}
.fm-contact-modal__link[data-v-f3d6fbc3]:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.75);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Figma Contact mobile 1:3903 — full screen < 1024px */
@media (max-width: 1023px) {
.fm-contact-modal[data-v-f3d6fbc3] {
    background: #010101;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.fm-contact-modal__center[data-v-f3d6fbc3] {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    min-height: 100dvh;
}
.fm-contact-modal__card[data-v-f3d6fbc3] {
    flex: 1;
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: 100dvh;
    margin: 0;
    padding: 80px 32px 48px;
    gap: 20px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #010101;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.fm-contact-modal__close[data-v-f3d6fbc3] {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
.fm-contact-modal__title[data-v-f3d6fbc3] {
    font-size: 20px;
    padding-right: 48px;
}
.fm-contact-modal__body[data-v-f3d6fbc3] {
    gap: 40px;
}
.fm-contact-modal__name[data-v-f3d6fbc3] {
    font-size: 20px;
}
.fm-contact-modal__section-title[data-v-f3d6fbc3] {
    font-size: 16px;
}
}

.srm[data-v-49441754] {
  position: fixed;
  inset: 0;
  z-index: 9600;
  color: #fffce5;
}
.srm__backdrop[data-v-49441754] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.srm__center[data-v-49441754] {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.srm__card[data-v-49441754] {
  position: relative;
  width: min(560px, 100%);
  padding: 56px 48px 40px;
  border-radius: 24px;
  border: 1px solid transparent;
  background:
    linear-gradient(135deg, #2a1a08 0%, #0a0606 70%) padding-box,
    linear-gradient(135deg, rgba(255, 160, 62, 0.5) 0%, rgba(255, 160, 62, 0.05) 60%) border-box;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
}
.srm__close[data-v-49441754] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.6);
  color: #fffce5;
  cursor: pointer;
}
.srm__close[data-v-49441754]:hover {
  opacity: 0.9;
}
.srm__close-svg[data-v-49441754] {
  width: 18px;
  height: 18px;
  display: block;
}
.srm__icon[data-v-49441754] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
}
.srm__icon img[data-v-49441754],
.srm__icon svg[data-v-49441754] {
  width: 76px;
  height: 76px;
  display: block;
}
.srm__title[data-v-49441754] {
  margin: 0 0 18px;
  font-family: Forum, Georgia, serif;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fffce5;
}
.srm__text[data-v-49441754] {
  margin: 0 0 36px;
  color: rgba(255, 252, 229, 0.72);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.07em;
}
.srm__actions[data-v-49441754] {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12px;
}
.srm__btn[data-v-49441754] {
  height: 56px;
  padding: 0 24px;
  border-radius: 30px;
  border: 1px solid transparent;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  letter-spacing: -0.07em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.srm__btn--secondary[data-v-49441754] {
  background: #010101;
  border-color: rgba(255, 255, 255, 0.18);
  color: #fffce5;
}
.srm__btn--secondary[data-v-49441754]:hover {
  background: #1a1a1a;
}
.srm__btn--primary[data-v-49441754] {
  border: 0;
  color: #fffce5;
  background: linear-gradient(102deg, #cf9b50 0%, #9c6522 78%);
}
.srm__btn--primary[data-v-49441754]:hover {
  filter: brightness(1.05);
}
@media (max-width: 480px) {
.srm__card[data-v-49441754] {
    padding: 48px 24px 28px;
}
.srm__actions[data-v-49441754] {
    grid-template-columns: 1fr;
}
}

.app-layout[data-v-172bf934] {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  isolation: isolate;
  background: black;
}
.app-layout__account-business-bg-video[data-v-172bf934] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1834px;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  z-index: 0;
}
.app-layout__main[data-v-172bf934] {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: var(--space-5) var(--page-padding);
}
.app-layout__footer[data-v-172bf934] {
  position: relative;
  z-index: 1;
}
.app-layout__main--flush[data-v-172bf934] {
  padding: 0;
  max-width: none;
  width: 100%;
  /* Avoid trapping the fixed header backdrop root; still clip horizontal overflow */
  overflow-x: hidden;
}

/* Space for position:fixed header (individual landing) */
.app-layout--fixed-header .app-layout__main[data-v-172bf934] {
  padding-top: calc(120px + var(--space-5));
}
.app-layout--fixed-header .app-layout__main--flush[data-v-172bf934] {
  padding-top: 0;
}

/* Chooser `/`: fill viewport below fixed header so body background does not show */
.app-layout__main--welcome-page[data-v-172bf934] {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 1023px) {
.app-layout__account-business-bg-video[data-v-172bf934] {
    height: 2681px;
}
}


/*
 * Org + flush: do NOT pad <main> — that strip uses the page background (often white) and shows as a band.
 * Pad dark page roots instead (#010101) and offset fixed Share/Edit.
 */
/*
 * Location public pages: pad page root below fixed AppHeader; LocationPublicToolbar is first in-flow child.
 */
.app-layout--org-flush-shell main.app-layout__main--flush .cp,
.app-layout--org-flush-shell main.app-layout__main--flush .mp,
.app-layout--org-flush-shell main.app-layout__main--flush .statue:not(.statue--veteran),
.app-layout--org-flush-shell main.app-layout__main--flush .church-root,
.app-layout--org-flush-shell main.app-layout__main--flush .church-event-route,
.app-layout--org-flush-shell main.app-layout__main--flush .vet-page,
.app-layout--org-flush-shell main.app-layout__main--flush .student-page,
.app-layout--org-flush-shell main.app-layout__main--flush .stat-page,
.app-layout--org-flush-shell main.app-layout__main--flush .event-root {
  /* Mobile header band ~92px (logo + burger); 72px let LocationPublicToolbar slide under fixed AppHeader */
  padding-top: calc(env(safe-area-inset-top, 0px) + 92px);
}
@media (min-width: 1024px) {
.app-layout--org-flush-shell main.app-layout__main--flush .cp,
  .app-layout--org-flush-shell main.app-layout__main--flush .mp,
  .app-layout--org-flush-shell main.app-layout__main--flush .statue:not(.statue--veteran),
  .app-layout--org-flush-shell main.app-layout__main--flush .church-root,
  .app-layout--org-flush-shell main.app-layout__main--flush .church-event-route,
  .app-layout--org-flush-shell main.app-layout__main--flush .vet-page,
  .app-layout--org-flush-shell main.app-layout__main--flush .student-page,
  .app-layout--org-flush-shell main.app-layout__main--flush .stat-page,
  .app-layout--org-flush-shell main.app-layout__main--flush .event-root {
    padding-top: calc(env(safe-area-inset-top, 0px) + 90px);
}
}
.app-layout--org-flush-shell main.app-layout__main--flush .statue--veteran {
  padding-top: calc(env(safe-area-inset-top, 0px) + 92px);
}
@media (min-width: 1024px) {
.app-layout--org-flush-shell main.app-layout__main--flush .statue--veteran {
    padding-top: calc(env(safe-area-inset-top, 0px) + 90px);
}
}
.app-layout--org-flush-shell .cp__top-actions,
.app-layout--org-flush-shell .statue__top-actions {
  top: calc(env(safe-area-inset-top, 0px) + 92px);
}
@media (min-width: 1024px) {
.app-layout--org-flush-shell .cp__top-actions,
  .app-layout--org-flush-shell .statue__top-actions {
    top: calc(env(safe-area-inset-top, 0px) + 90px);
}
}

/*
 * Signed-in *user* on public location pages: fixed AppHeader + flush main (no org-flush shell).
 * Same header band + toolbar gap as org-flush location pages.
 */
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .church-root,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .church-event-route,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .cp,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .mp,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .vet-page,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .student-page,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .stat-page,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .mp--event-route,
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .event-root {
  padding-top: calc(env(safe-area-inset-top, 0px) + 92px);
}

/* Dark account pages (management, etc.): header clearance + 80px gap to title (Figma 67:3655) */
.app-layout--fixed-header:not(.app-layout--org-flush-shell)
  main.app-layout__main--flush
  .account-management
  .account-management__content {
  padding-top: max(184px, calc(env(safe-area-inset-top, 0px) + 92px + 80px));
}

/*
 * Dark create/edit forms (layoutFlush + fixed AppHeader): mobile top padding must clear the header band.
 * Page roots keep #010101 flush with main — offset here, not on <main>.
 */
@media (max-width: 1023px) {
.app-layout--fixed-header:not(.app-layout--org-flush-shell)
    main.app-layout__main--flush
    .temp-create
    .temp-create__main,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell)
    main.app-layout__main--flush
    .vet-create-page
    .vet-create-screen,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell)
    main.app-layout__main--flush
    .stat-create-page
    .stat-create-page__container,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell)
    main.app-layout__main--flush
    .building-form,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell)
    main.app-layout__main--flush
    .form-page {
    padding-top: max(104px, calc(env(safe-area-inset-top, 0px) + 92px));
}
}
@media (min-width: 1024px) {
.app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .church-root,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .church-event-route,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .cp,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .mp,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .vet-page,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .student-page,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .stat-page,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .mp--event-route,
  .app-layout--fixed-header:not(.app-layout--org-flush-shell) main.app-layout__main--flush .event-root {
    padding-top: calc(env(safe-area-inset-top, 0px) + 90px);
}
.app-layout--fixed-header:not(.app-layout--org-flush-shell)
    main.app-layout__main--flush
    .account-management
    .account-management__content {
    padding-top: max(170px, calc(env(safe-area-inset-top, 0px) + 90px + 80px));
}
}

/*
 * Screen-only layout/colors must stay under @media screen — otherwise print inherits
 * full-viewport black overlay + panel min-height 100% + dark gradients (huge black band).
 */
@media screen {
  /* Figma 6:5332 — mobile first (<1024) */
.share-qr-modal[data-v-625469f9] {
    --sq-cream: #fffce5;
    --sq-cream-muted: rgba(255, 252, 229, 0.6);
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background: #000;
    box-sizing: border-box;
}
.share-qr-modal__panel[data-v-625469f9] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    padding: 80px 32px 32px;
    border-radius: 20px;
    border: 1px solid transparent;
    color: var(--sq-cream);
    text-align: center;
    /* Same gold gradient border + glass as BuildingPublicView .cp__donate-panel */
    background:
      linear-gradient(251.15deg, rgba(255, 160, 62, 0.08) 0.9%, rgba(0, 0, 0, 0.72) 100%) padding-box,
      linear-gradient(180deg, rgba(255, 160, 62, 0.1) 0%, rgba(255, 160, 62, 0.22) 100%) border-box;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
      inset 0 0 0 1px rgba(255, 160, 62, 0.05),
      0 24px 48px rgba(0, 0, 0, 0.35);
}
.share-qr-modal__close.hb-btn[data-v-625469f9] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    color: var(--sq-cream);
}
.share-qr-modal__title[data-v-625469f9] {
    margin: 0;
    font-family: Forum, serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
}
.share-qr-modal__subtitle[data-v-625469f9] {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.07em;
    color: var(--sq-cream-muted);
}
.share-qr-modal__qr-block[data-v-625469f9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px;
    border-radius: 10px;
}
.share-qr-modal__qr-wrap[data-v-625469f9] {
    width: 100%;
    max-width: min(320px, 100%);
    margin-inline: auto;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 14px;
    transition:
      box-shadow 0.28s ease,
      filter 0.28s ease;
}
.share-qr-modal__qr-wrap[data-v-625469f9]:hover {
    box-shadow:
      0 0 20px rgba(255, 160, 62, 0.45),
      0 0 40px rgba(255, 200, 140, 0.2),
      inset 0 0 0 1px rgba(255, 200, 160, 0.15);
    filter: drop-shadow(0 0 10px rgba(255, 252, 229, 0.25));
}
.share-qr-modal__qr-wrap[data-v-625469f9] .styled-qr {
    max-width: 100%;
}
.share-qr-modal__actions[data-v-625469f9] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    align-items: stretch;
}
.share-qr-modal__share-row[data-v-625469f9] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    align-items: stretch;
}
.share-qr-modal__copy-feedback[data-v-625469f9] {
    margin: 0;
    min-height: 1.2em;
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.35;
    color: rgba(255, 210, 160, 0.95);
    text-align: center;
    transition: opacity 0.2s ease;
}
.share-qr-modal__btn[data-v-625469f9] {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    letter-spacing: -0.07em;
    line-height: 1.3;
}

  /* Figma 6:5555 — desktop */
@media (min-width: 1024px) {
.share-qr-modal[data-v-625469f9] {
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(0, 0, 0, 0.72);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
}
.share-qr-modal__panel[data-v-625469f9] {
      width: min(520px, calc(100vw - 40px));
      min-height: 0;
      max-height: min(92vh, 900px);
      overflow: auto;
      padding: 40px;
      gap: 40px;
}
.share-qr-modal__close.hb-btn[data-v-625469f9] {
      top: 11px;
      right: 11px;
}
.share-qr-modal__title[data-v-625469f9] {
      font-size: 48px;
}
.share-qr-modal__qr-wrap[data-v-625469f9] {
      max-width: 282px;
}
}
}

/* Black-on-white QR is generated only for print; keep out of layout on screen. */
.share-qr-modal__qr-wrap--print[data-v-625469f9] {
  display: none;
}
.share-qr-modal__print-brand[data-v-625469f9] {
  display: none;
}

@media print {
  /* `visibility:hidden` keeps layout and can span many pages; drop non-modal roots instead. */
html.share-qr-print {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    height: auto !important;
    min-height: 0 !important;
}
html.share-qr-print body {
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    background: #fff !important;
}
html.share-qr-print body > *:not(.share-qr-modal) {
    display: none !important;
}
@page {
    margin: 12mm;
    size: auto;
}
html.share-qr-print .share-qr-modal__close,
  html.share-qr-print .share-qr-modal__title,
  html.share-qr-print .share-qr-modal__subtitle,
  html.share-qr-print .share-qr-modal__actions {
    display: none !important;
}
html.share-qr-print .share-qr-modal {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    display: block !important;
    page-break-after: avoid;
}
html.share-qr-print .share-qr-modal__panel {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
html.share-qr-print .share-qr-modal .share-qr-modal__print-brand {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 10mm !important;
}
html.share-qr-print .share-qr-modal__print-logo {
    width: 160px !important;
    max-width: 55vw !important;
    height: auto !important;
    filter: brightness(0);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
html.share-qr-print .share-qr-modal__qr-block {
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    page-break-inside: avoid;
}
html.share-qr-print .share-qr-modal__qr-wrap--screen {
    display: none !important;
}
html.share-qr-print .share-qr-modal__qr-wrap--print {
    display: block !important;
}
html.share-qr-print .share-qr-modal__qr-wrap {
    max-width: min(90vw, 320px) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important;
}
}

.lt-modal[data-v-ae1c2ea7] {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 1, 1, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px;
}
.lt-modal__panel[data-v-ae1c2ea7] {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 24px 24px 24px;
  border-radius: 20px;
  /* Figma: linear fill @ 20% over solid #000 */
  background:
    linear-gradient(180deg, rgba(235, 146, 50, 0.2) 0%, rgba(235, 146, 50, 0.06) 48%, rgba(0, 0, 0, 0) 100%),
    #000000;
  border: 1px solid rgba(255, 252, 229, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16.1875px);
  -webkit-backdrop-filter: blur(16.1875px);
  color: #fffce5;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.04em;
}
.lt-modal__head[data-v-ae1c2ea7] {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 20px;
}
.lt-modal__head-spacer[data-v-ae1c2ea7] {
  width: 36px;
  height: 36px;
}
.lt-modal__close[data-v-ae1c2ea7] {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  background: rgba(255, 252, 229, 0.06);
  border: 1px solid rgba(255, 252, 229, 0.12);
  border-radius: 50%;
  color: #fffce5;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.lt-modal__close[data-v-ae1c2ea7]:hover {
  background: rgba(255, 252, 229, 0.12);
  border-color: rgba(255, 252, 229, 0.24);
}
.lt-modal__title[data-v-ae1c2ea7] {
  margin: 0;
  font-family: Forum, Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: #fffce5;
}
.lt-modal__list[data-v-ae1c2ea7] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lt-modal__option[data-v-ae1c2ea7] {
  width: 100%;
  display: block;
  padding: 14px 18px;
  border-radius: 12px;
  text-align: left;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 252, 229, 0.6);
  background: rgba(255, 252, 229, 0.06);
  border: 1px solid rgba(255, 252, 229, 0.08);
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.lt-modal__option[data-v-ae1c2ea7]:hover,
.lt-modal__option[data-v-ae1c2ea7]:focus-visible {
  color: rgba(255, 252, 229, 0.85);
  background: rgba(255, 252, 229, 0.12);
  border-color: rgba(255, 200, 140, 0.32);
  outline: none;
}
.lt-modal__option[data-v-ae1c2ea7]:active {
  transform: translateY(1px);
}

/* Figma mobile 67:3899 — full-screen black panel ≤1023px */
@media (max-width: 1023px) {
.lt-modal[data-v-ae1c2ea7] {
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    background: #010101;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.lt-modal__panel[data-v-ae1c2ea7] {
    flex: 1;
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 80px 32px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #010101;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    letter-spacing: -0.07em;
}
.lt-modal__head[data-v-ae1c2ea7] {
    display: block;
    margin-bottom: 0;
}
.lt-modal__head-spacer[data-v-ae1c2ea7] {
    display: none;
}
.lt-modal__close[data-v-ae1c2ea7] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #010101;
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
}
.lt-modal__close[data-v-ae1c2ea7]:hover {
    background: #010101;
    border-color: #fff;
    box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
}
.lt-modal__title[data-v-ae1c2ea7] {
    line-height: 1;
    letter-spacing: 0;
}
.lt-modal__list[data-v-ae1c2ea7] {
    gap: 12px;
}
.lt-modal__option[data-v-ae1c2ea7] {
    padding: 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    line-height: 1.3;
}
.lt-modal__option[data-v-ae1c2ea7]:hover,
  .lt-modal__option[data-v-ae1c2ea7]:focus-visible {
    color: rgba(255, 252, 229, 0.85);
    background: rgba(255, 255, 255, 0.08);
    border-color: transparent;
}
.lt-modal__option[data-v-ae1c2ea7]:active {
    transform: none;
}
}

/* Figma Account Business 1440 / 393 — dark #010101, cream #fffce5, gold CTAs (see AccountUser) */
.account-biz[data-v-de425269] {
  --ab-cream: #fffce5;
  --ab-cream-muted: rgba(255, 252, 229, 0.6);
  --ab-sand: #f3dfc9;
  --ab-sand-muted: rgba(243, 223, 201, 0.6);
  --ab-gold-shadow: 0 0 6.3px 1px rgba(255, 204, 131, 0.15);
  position: relative;
  isolation: isolate;
  padding-top: 152px;
  min-height: 100vh;
  background: transparent;
  color: var(--ab-cream);
  font-family: var(--font-sans);
  overflow-x: hidden;
}
.account-biz__ambient[data-v-de425269] {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: none;
}
.account-biz__ambient[data-v-de425269]::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 140%;
  max-width: 1200px;
  height: 260px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 50% 45% at 50% 60%, rgba(235, 146, 50, 0.32) 0%, transparent 65%);
  filter: blur(48px);
  opacity: 0.85;
}
.account-biz__glow-bottom[data-v-de425269] {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: min(884px, 92vw);
  height: 234px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse 80% 35% at 50% 100%, rgba(235, 146, 50, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 100% 50% at 50% 80%, rgba(64, 42, 12, 0.55) 0%, transparent 60%);
  filter: blur(24px);
  opacity: 0.9;
  display: none;
}
.account-biz__inner[data-v-de425269] {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 clamp(20px, 10.8vw, 155px);
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 8vw, 60px);
  padding-bottom: 200px;
}
.account-biz__hero[data-v-de425269] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-biz__title[data-v-de425269] {
  margin: 0;
  font-family: Forum, serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 1;
  color: var(--ab-cream);
}
.account-biz__subtitle[data-v-de425269] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--ab-cream-muted);
  max-width: 40em;
}

/* Figma 6:3967 — panel (gradient glass + 20 / 12 gaps) */
.account-biz__panel[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 20px;
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 12.3px 0 rgba(255, 204, 131, 0.15);
  backdrop-filter: blur(16.95px);
  -webkit-backdrop-filter: blur(16.95px);
  background: linear-gradient(180deg, rgba(156, 101, 34, 0.4) 0%, rgba(42, 27, 9, 0.4) 100%);
}
.account-biz__panel-stack[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}
.account-biz__panel-title[data-v-de425269] {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffdee;
}
.account-biz__panel-text[data-v-de425269] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--ab-cream-muted);
}
.account-biz__panel-link[data-v-de425269] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--ab-cream);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.account-biz__panel-link[data-v-de425269]:hover {
  opacity: 0.88;
}
.account-biz__panel-muted[data-v-de425269] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--ab-cream-muted);
}

/* Figma 6:3972 — status strip (glass fill + gradient ring, same ring as share) */
.account-biz__panel-status-box[data-v-de425269] {
  position: relative;
  z-index: 0;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  border: none;
  backdrop-filter: blur(9.25px);
  -webkit-backdrop-filter: blur(9.25px);
  background: linear-gradient(100.098deg, rgba(156, 101, 34, 0.4) 0%, rgba(42, 27, 9, 0.4) 100.01%);
}
.account-biz__panel-status-box[data-v-de425269]::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 252, 229, 0.75) 0%,
    rgba(255, 204, 131, 0.45) 38%,
    rgba(207, 155, 80, 0.55) 62%,
    rgba(107, 61, 20, 0.85) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.account-biz__panel-status[data-v-de425269] {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fff;
}
.account-biz__panel-status--ok[data-v-de425269] {
  color: #fff;
}
.account-biz__panel-status--warn[data-v-de425269] {
  color: #fff;
}
.account-biz__panel-error[data-v-de425269] {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #f6cfd5;
}
.account-biz__panel-actions[data-v-de425269] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
}

/* Figma 211:3712 — Statistics */
.account-biz__statistics[data-v-de425269] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-biz__statistics-heading[data-v-de425269] {
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: var(--ab-cream);
}
.account-biz__statistics-block[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (min-width: 720px) {
.account-biz__statistics-block[data-v-de425269] {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
}
.account-biz__stats-row[data-v-de425269] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  row-gap: 20px;
  width: fit-content;
}
@media (min-width: 720px) {
.account-biz__stats-row[data-v-de425269] {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    row-gap: 0;
}
}
.account-biz__stat[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 8px 16px;
  border-radius: 12px;
  text-align: center;
  flex: 0 0 auto;
  min-width: 0;
}
.account-biz__stat-value[data-v-de425269] {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--ab-cream);
}
.account-biz__stat-label[data-v-de425269] {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--ab-cream-muted);
  white-space: nowrap;
}
.account-biz__stat-sep[data-v-de425269] {
  align-self: stretch;
  width: 1px;
  min-height: 44px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 252, 229, 0.04) 0%,
    rgba(255, 252, 229, 0.22) 50%,
    rgba(255, 252, 229, 0.04) 100%
  );
}

/* Donations — same shell as hb-btn--primary + arrow (Figma 211:3728) */
.account-biz__stat--donations[data-v-de425269] {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.account-biz__stat-donations-inner[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.3;
  flex:1;
}
.account-biz__stat-value--on-gold[data-v-de425269],
.account-biz__stat-label--on-gold[data-v-de425269] {
  color: var(--ab-cream);
}
.account-biz__stat-label--on-gold[data-v-de425269] {
  color: var(--ab-cream-muted);
}
.account-biz__stat-donations-arrow[data-v-de425269] {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: var(--ab-cream);
}
.account-biz__stat-donations-arrow-svg[data-v-de425269] {
  display: block;
  width: 20px;
  height: 20px;
}

/* Figma 67:3817 — Connect Stripe CTA before payouts are ready */
.account-biz__stat--donations-connect[data-v-de425269] {
  border-radius: 12px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}
.account-biz__stat--donations-connect[data-v-de425269]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.account-biz__stat--donations-connect .account-biz__stat-value--on-gold[data-v-de425269] {
  font-weight: 700;
}
.account-biz__connect-error[data-v-de425269] {
  margin: -4px 0 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #ffb4a4;
}
.account-biz__upgrade-row[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 4px 4px 4px 16px;
  border-radius: 30px;
}
@media (min-width: 720px) {
.account-biz__upgrade-row[data-v-de425269] {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 16px;
    padding: 4px 4px 4px 16px;
}
}
.account-biz__quota-stack[data-v-de425269] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
}
.account-biz__quota[data-v-de425269] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.account-biz__quota-dot[data-v-de425269] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(92.58deg, #ffcb7f 0%, #ab6816 73.06%);
}
.account-biz__quota-text[data-v-de425269] {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07em;
  color: var(--ab-cream);
  white-space: nowrap;
}
.account-biz__upgrade-btn[data-v-de425269] {
  position: relative;
  gap: 8px;
  text-decoration: none;
  color: var(--ab-cream);
  align-self: flex-start;
}
.account-biz__upgrade-btn-label[data-v-de425269] {
  position: relative;
  z-index: 1;
}
.account-biz__upgrade-icon[data-v-de425269] {
  position: relative;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.account-biz__locations[data-v-de425269] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.account-biz__locations-head[data-v-de425269] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 50px;
}
.account-biz__locations-title[data-v-de425269] {
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: var(--ab-cream);
}
.account-biz__create[data-v-de425269] {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Figma 81:5778 — empty locations panel */
.account-biz__empty[data-v-de425269] {
  margin: 0;
  padding: 80px 40px;
  border-radius: 12px;
  background: rgba(156, 101, 34, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.account-biz__empty-icon[data-v-de425269] {
  display: block;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: contain;
}
.account-biz__empty-text[data-v-de425269] {
  margin: 0;
  font-family: Forum, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--ab-cream);
}
.account-biz__cards[data-v-de425269] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Полная ширина вьюпорта, как блок на business landing (внутри паддинга account-biz__inner) */
.account-biz__locations-final-cta[data-v-de425269] {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height:401px;
}
.account-biz__locations-final-cta .hb-final-cta__light[data-v-de425269] {
  display: none;
}
.account-biz__card[data-v-de425269] {
  position: relative;
  min-width: min(100%, 390px);
  border-radius: 12px;
  background: #010101;
  box-shadow: 0 0 6.3px 1px rgba(255, 204, 131, 0.15);
  overflow: clip;
  cursor: pointer;
}
.account-biz__card-row[data-v-de425269] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px;
}
@media (min-width: 720px) {
.account-biz__card-row[data-v-de425269] {
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
}
.account-biz__card-image-wrap[data-v-de425269] {
  position: relative;
  width: 100%;
  min-height: 140px;
  height: 205px;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1410;
  flex-shrink: 0;
}
@media (min-width: 720px) {
.account-biz__card-image-wrap[data-v-de425269] {
    width: 205px;
    height: 205px;
}
}
.account-biz__card-image[data-v-de425269] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-biz__card-placeholder[data-v-de425269] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: var(--ab-cream-muted);
}
.account-biz__card-body[data-v-de425269] {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding-top: 28px;
  padding-right: 16px;
  padding-bottom: 0;
  overflow: visible;
}
@media (min-width: 720px) {
.account-biz__card-body[data-v-de425269] {
    align-self: stretch;
    min-height: 189px;
    padding-top: 36px;
}
}
.account-biz__card-top[data-v-de425269] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

/* Figma — Secondary button (share): 40×40, glass + gradient ring */
.account-biz__share-btn[data-v-de425269] {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 40px;
  height: 40px;
  flex: none;
  flex-shrink: 0;
  margin-left: auto;
  border: 0;
  border-radius: 10px;
  background: rgba(156, 101, 34, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font: inherit;
  cursor: pointer;
  color: var(--ab-cream);
}
.account-biz__share-btn[data-v-de425269]::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 252, 229, 0.75) 0%,
    rgba(255, 204, 131, 0.45) 38%,
    rgba(207, 155, 80, 0.55) 62%,
    rgba(107, 61, 20, 0.85) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.account-biz__share-btn[data-v-de425269]:hover {
  text-decoration: none;
  opacity: 0.92;
}
.account-biz__share-btn-icon[data-v-de425269] {
  position: relative;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Figma 1:3443 — «Light» (геометрия как Rectangle 8414 + div-градиент + blur; plus-lighter на outer) */
.account-biz__card-light-outer[data-v-de425269] {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  left: -599.66px;
  top: -94.05px;
  width: 1588.222px;
  height: 424.306px;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: plus-lighter;
}
.account-biz__card-light-rotate[data-v-de425269] {
  flex: none;
  transform: rotate(77.07deg);
}
.account-biz__card-light-streak[data-v-de425269] {
  position: relative;
  width: 64.707px;
  height: 1614.673px;
  flex-shrink: 0;
  overflow: visible;
}
.account-biz__card-light-ray[data-v-de425269] {
  position: absolute;
  inset: -12.68% -316.5%;
  border-radius: 999px;
  opacity: 0.46;
  pointer-events: none;
  background: linear-gradient(
    168deg,
    rgba(235, 146, 50, 0) 0%,
    rgba(235, 146, 50, 0.12) 18%,
    rgba(235, 146, 50, 0.55) 42%,
    rgba(235, 146, 50, 0.85) 50%,
    rgba(235, 146, 50, 0.28) 68%,
    rgba(235, 146, 50, 0) 82%
  );
  filter: blur(112px);
  -webkit-filter: blur(85px);
  transform: translateZ(0);
}
@media (max-width: 719px) {
.account-biz__card-light-outer[data-v-de425269] {
    left: -120%;
    top: -120px;
    width: 280%;
    height: 360px;
    transform: scale(0.55);
    transform-origin: 65% 0;
}
}
.account-biz__card-text[data-v-de425269] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.account-biz__card-name[data-v-de425269] {
  margin: 0;
  font-family: Forum, serif;
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 400;
  line-height: 1;
  color: var(--ab-cream);
}
.account-biz__card-address[data-v-de425269] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #ffcc83;
}
.account-biz__card-tags[data-v-de425269] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.account-biz__card--location .account-biz__tag-row[data-v-de425269] {
  justify-content: flex-start;
  width: 100%;
  align-self: stretch;
}
.account-biz__tag-row[data-v-de425269] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-height: 28px;
}
@media (min-width: 720px) {
.account-biz__tag-row[data-v-de425269] {
    flex-wrap: nowrap;
}
.account-biz__card--location .account-biz__tag-row[data-v-de425269] {
    flex-wrap: wrap;
}
}
.account-biz__tag[data-v-de425269] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 30px;
}
.account-biz__tag--category[data-v-de425269] {
  background: rgba(243, 223, 201, 0.2);
  width: fit-content;
  max-width: 100%;
}
.account-biz__tag--meta[data-v-de425269] {
  background: transparent;
}
.account-biz__tag-text[data-v-de425269] {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: var(--ab-sand);
  white-space: nowrap;
}
.account-biz__tag-meta[data-v-de425269] {
  font-size: 12px;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: var(--ab-sand-muted);
}
.account-biz__tag-img[data-v-de425269] {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}
.account-biz__tag-img--muted[data-v-de425269] {
  opacity: 0.92;
}
.account-biz__tag-vsep[data-v-de425269] {
  width: 1px;
  height: 14px;
  flex-shrink: 0;
  align-self: center;
  background: linear-gradient(
    180deg,
    rgba(243, 223, 201, 0.06) 0%,
    rgba(243, 223, 201, 0.32) 50%,
    rgba(243, 223, 201, 0.06) 100%
  );
}
@media (max-width: 719px) {
.account-biz__card-tags[data-v-de425269] {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.account-biz__tag-row[data-v-de425269] {
    flex: 1 1 auto;
    justify-content: flex-end;
}
.account-biz__card--location .account-biz__card-tags[data-v-de425269] {
    justify-content: flex-start;
}
.account-biz__card--location .account-biz__tag-row[data-v-de425269] {
    flex: 1 1 100%;
    max-width: 100%;
    justify-content: flex-start;
}
}
.account-biz__card-actions[data-v-de425269] {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.account-biz__add-asset-btn[data-v-de425269] {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #fffef8;
  cursor: pointer;
  background: linear-gradient(180deg, #c9a56e 0%, #9d7038 55%, #8a6230 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 4px 14px rgba(0, 0, 0, 0.35);
}
.account-biz__add-asset-btn[data-v-de425269]:hover {
  filter: brightness(1.05);
}
.account-biz__add-asset-btn[data-v-de425269]:focus-visible {
  outline: 2px solid #fffce5;
  outline-offset: 2px;
}
.account-biz__card-actions-mobile[data-v-de425269] {
  display: none;
}
@media (min-width: 720px) {
.account-biz__card-actions[data-v-de425269] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}
}
.account-biz__card-btn[data-v-de425269] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: var(--ab-cream);
  font-family: inherit;
}
.account-biz__card-btn-label[data-v-de425269] {
  position: relative;
  z-index: 1;
}
.account-biz__card-btn-icon[data-v-de425269] {
  position: relative;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 719px) {
.account-biz[data-v-de425269] {
    padding-top: max(104px, calc(env(safe-area-inset-top, 0px) + 92px));
}
.account-biz__panel[data-v-de425269] {
    align-self: stretch;
    width: 100%;
}
.account-biz__panel-actions[data-v-de425269] {
    width: 100%;
}
.account-biz__panel-btn[data-v-de425269] {
    flex: 1 1 160px;
    justify-content: center;
    text-align: center;
}
.account-biz__glow-bottom[data-v-de425269] {
    height: 126px;
    bottom: 180px;
    opacity: 0.75;
}
.account-biz__stat-label[data-v-de425269] {
    white-space: normal;
}
.account-biz__stat-sep[data-v-de425269] {
    display: none;
}
.account-biz__stat--donations[data-v-de425269],
  .account-biz__stat--donations-connect[data-v-de425269] {
    flex-basis: 100%;
    justify-content: center;
}
.account-biz__upgrade-row[data-v-de425269] {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 12px;
}
.account-biz__upgrade-btn[data-v-de425269] {
    align-self: center;
}
.account-biz__card-body[data-v-de425269] {
    padding-right: 8px;
    gap: 24px;
}
.account-biz__tag-vsep[data-v-de425269] {
    display: none;
}
}
@media (max-width: 1024px) {
.account-biz__card[data-v-de425269] {
    border-radius: 24px;
}
.account-biz__card-row[data-v-de425269] {
    padding: 8px;
    gap: 20px;
}
.account-biz__card-image-wrap[data-v-de425269] {
    border-radius: 20px;
}
.account-biz__card-image[data-v-de425269] {
    border-radius: 20px;
}
.account-biz__card-body[data-v-de425269] {
    gap: 20px;
    padding: 0 8px 8px;
}
.account-biz__card-top[data-v-de425269] {
    gap: 12px;
}
.account-biz__card-text[data-v-de425269] {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 0;
}
.account-biz__card-name[data-v-de425269] {
    font-size: 24px;
    line-height: 1;
}
.account-biz__card-address[data-v-de425269] {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.07em;
}
.account-biz__share-btn[data-v-de425269] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
}
.account-biz__card-tags[data-v-de425269] {
    gap: 12px;
}
.account-biz__tag-row[data-v-de425269] {
    display: grid;
    grid-template-columns: auto 1px auto;
    grid-auto-rows: minmax(28px, auto);
    justify-content: end;
    align-items: center;
    column-gap: 4px;
    row-gap: 4px;
}
.account-biz__tag-row .account-biz__tag--meta[data-v-de425269]:last-child {
    grid-column: 1 / -1;
    justify-self: end;
}
.account-biz__tag-row .account-biz__tag-vsep[data-v-de425269]:last-of-type {
    display: none;
}

  /* Location cards list more subpage types — keep a wrapping flex row instead of the 3-col grid. */
.account-biz__card--location .account-biz__tag-row[data-v-de425269] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 4px;
    row-gap: 4px;
}
.account-biz__card--location .account-biz__tag-row .account-biz__tag--meta[data-v-de425269]:last-child {
    grid-column: unset;
    justify-self: unset;
}
.account-biz__card--location .account-biz__tag-row .account-biz__tag-vsep[data-v-de425269]:last-of-type {
    display: none;
}
.account-biz__tag-vsep[data-v-de425269] {
    display: block;
    height: 20px;
}
.account-biz__card-actions[data-v-de425269] {
    display: none;
}
.account-biz__card-actions-mobile[data-v-de425269] {
    position: absolute;
    top: -4px;
    right: -4px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    z-index: 3;
    width: auto;
}
.account-biz__card--location .account-biz__card-actions-mobile[data-v-de425269] {
    top: 12px;
    right: 12px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.account-biz__card-btn[data-v-de425269] {
    min-height: 40px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #010101;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.07em;
}
.account-biz__card-btn-icon[data-v-de425269] {
    width: 20px;
    height: 20px;
}
}

/* Add-asset modal (teleported; scoped attrs still apply in Vue 3) */
.account-biz-add__root[data-v-de425269] {
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.account-biz-add__dialog[data-v-de425269] {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 520px;
  max-height: min(90vh, 880px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 36px 32px 32px;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(135deg, #2a1a08 0%, #0a0606 60%) padding-box,
    linear-gradient(135deg, rgba(255, 160, 62, 0.45) 0%, rgba(255, 160, 62, 0.06) 60%) border-box;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
.account-biz-add__close[data-v-de425269] {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #010101;
  color: #fffce5;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.account-biz-add__close[data-v-de425269]:focus-visible {
  outline: 2px solid #fffce5;
  outline-offset: 2px;
}
.account-biz-add__title[data-v-de425269] {
  margin: 0;
  padding-right: 44px;
  font-family: Forum, serif;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: #fffce5;
}
.account-biz-add__hint[data-v-de425269] {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: rgba(255, 252, 229, 0.72);
}
.account-biz-add__grid[data-v-de425269] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.account-biz-add__grid--building[data-v-de425269] {
  grid-template-columns: 1fr 1fr;
  max-width: 360px;
  align-self: center;
  width: 100%;
}
.account-biz-add__opt[data-v-de425269] {
  padding: 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: #fffce5;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  cursor: pointer;
  transition: background 120ms ease;
}
.account-biz-add__opt[data-v-de425269]:hover {
  background: rgba(255, 255, 255, 0.12);
}
.account-biz-add__opt[data-v-de425269]:focus-visible {
  outline: 2px solid #fffce5;
  outline-offset: 2px;
}
/* Shared church-editor (tc-*) patterns for statue create/edit — aligned with TempEditView */

.tc-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.tc-section__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffdee;
}

.tc-section__stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.stat-create__sections {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 40px;
  width: 100%;
}

.stat-create-intro__back-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.stat-create-intro__back-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.stat-create-intro__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.stat-create-general,
.stat-create-key-info,
.stat-create-story,
.stat-create-prayer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.stat-create-general__title,
.stat-create-key-info__title,
.stat-create-story__title,
.stat-create-prayer__title {
  margin: 0;
  color: #fffdee;
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2.24px;
}

.stat-create-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-create-field label {
  color: #fffce5;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.12px;
}

.stat-create-field__required {
  color: #ff171b;
}

.stat-create-field__err {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #ff6b6b;
}

.stat-create-field input:not([type='file']),
.stat-create-field textarea,
.stat-create-select {
  width: 100%;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.12px;
  padding: 0 16px;
  backdrop-filter: blur(9.25px);
}

.stat-create-field input:not([type='file']),
.stat-create-select {
  height: 50px;
  display: flex;
  align-items: center;
}

.stat-create-field textarea {
  min-height: 100px;
  padding: 14.5px 16px;
  resize: vertical;
}

.stat-create-field input::placeholder,
.stat-create-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.stat-create-select {
  justify-content: space-between;
}

.stat-create-select__arrow {
  width: 10px;
  height: 10px;
  border-right: 1px solid #fffce5;
  border-bottom: 1px solid #fffce5;
  transform: rotate(45deg) translateY(-2px);
}

.stat-create-public {
  width: 100%;
  margin-top: 20px;
}

.stat-create-public__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.stat-create-public__toggle {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fffce5;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  cursor: pointer;
}

.stat-create-public__toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stat-create-public__toggle input:focus-visible + .stat-create-public__box {
  outline: 2px solid rgba(207, 155, 80, 0.65);
  outline-offset: 2px;
}

.stat-create-public__box {
  position: relative;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 8px;
  border: 1.37px solid transparent;
  background:
    linear-gradient(#0c0c0c, #0c0c0c) padding-box,
    linear-gradient(-92.58deg, #cf9b50 0%, #9c6522 75%) border-box;
  box-sizing: border-box;
}

.stat-create-public__toggle input:checked + .stat-create-public__box {
  background:
    linear-gradient(-92.58deg, #cf9b50 0%, #9c6522 75%) padding-box,
    linear-gradient(-92.58deg, #cf9b50 0%, #9c6522 75%) border-box;
}

.stat-create-public__box::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 48%;
  width: 18px;
  height: 10px;
  margin-left: -1px;
  border: 4px solid transparent;
  border-left-color: #0a0a0a;
  border-bottom-color: #0a0a0a;
  transform: translate(-50%, -50%) rotate(-52deg);
  opacity: 0;
}

.stat-create-public__toggle input:checked + .stat-create-public__box::after {
  opacity: 1;
}

@media (max-width: 1023px) {
  .stat-create__sections {
    gap: 48px;
  }
}

.tc-donation-enable {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.tc-donation-enable__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.tc-donation-toggle {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.tc-donation-toggle__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}

.tc-donation-toggle__track {
  position: relative;
  width: 36px;
  height: 22px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.tc-donation-toggle__knob {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  background: #fffce5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease;
}

.tc-donation-toggle__input:checked + .tc-donation-toggle__track {
  background: linear-gradient(-92.58deg, #cf9b50 0%, #9c6522 75%);
  border-color: rgba(255, 255, 255, 0.25);
}

.tc-donation-toggle__input:checked + .tc-donation-toggle__track .tc-donation-toggle__knob {
  transform: translateX(14px);
}

.tc-donation-toggle__input:focus-visible + .tc-donation-toggle__track {
  outline: 2px solid rgba(207, 155, 80, 0.65);
  outline-offset: 2px;
}

.tc-donation-enable__label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffce5;
  cursor: pointer;
}

.tc-donation-toggle--muted {
  cursor: not-allowed;
}

.tc-donation-toggle__input:disabled + .tc-donation-toggle__track {
  opacity: 0.45;
}

.tc-donation-stripe-hint {
  margin: 10px 0 0;
  max-width: 42rem;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: rgba(255, 252, 229, 0.72);
}

.tc-donation-stripe-hint--err {
  color: #ffb4a8;
}

.tc-donation-stripe-hint__link {
  color: #e8c878;
  text-decoration: underline;
}

.tc-photo-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16.19px);
  -webkit-backdrop-filter: blur(16.19px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.tc-photo-row--compact {
  flex: 1 1 auto;
  min-width: 0;
}

.tc-photo-thumb-wrap {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.35);
}

.tc-photo-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-photo-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 1 1 0;
  min-width: 0;
}

.tc-photo-name {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffce5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tc-photo-size {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.3;
  color: #fffce5;
}

.tc-gallery-order {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  align-items: center;
}

.tc-photo-remove {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  margin-left: auto;
  box-sizing: border-box;
  color: #fffce5;
}

.tc-uploads-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.tc-uploads-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffce5;
}

.tc-uploads-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.tc-photo-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.tc-events__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.tc-events__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffdee;
}

/* Layout only; shell .hb-btn.hb-btn--primary (fm-dark-ui.css), same size as .mc__btn-primary */
.tc-events__create {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-shrink: 0;
  min-width: 0;
  white-space: nowrap;
  gap: 8px;
}

.tc-sacraments__intro {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffce5;
}

.tc-events__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.tc-srv-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16.19px);
  -webkit-backdrop-filter: blur(16.19px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tc-srv-card__kn {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
}

.tc-srv-card__copy {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.tc-srv-card__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  align-self: flex-end;
}

.tc-srv-card__sec-btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  box-sizing: border-box;
}

.tc-srv-card__sec-btn-icon {
  display: flex;
  flex-shrink: 0;
  line-height: 0;
}

.tc-srv-card__sec-btn-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tc-srv-card__sec-btn-label {
  white-space: nowrap;
}

.tc-event-card__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(40, 40, 40, 0.9) 0%, rgba(20, 20, 20, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.tc-event-card__thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tc-event-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 9px;
  width: 100%;
  box-sizing: border-box;
}

.tc-event-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  color: #fffce5;
}

.tc-event-card__desc {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.3;
  color: rgba(255, 252, 229, 0.6);
}

.tc-loc-obj-qr {
  flex: 0 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font: inherit;
  border: 1px solid rgba(255, 252, 229, 0.16);
  background: linear-gradient(135deg, rgba(123, 90, 47, 0.96) 0%, rgba(67, 44, 20, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 252, 229, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28),
    0 8px 18px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.tc-loc-obj-qr::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 26% 18%, rgba(255, 252, 229, 0.15), transparent 34%);
  pointer-events: none;
  z-index: 0;
}

.tc-loc-obj-qr__qr {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 9px;
  border: 0;
  box-sizing: border-box;
  background: transparent;
  position: relative;
  z-index: 1;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 0;
}

.tc-loc-obj-qr__qr svg {
  display: block;
  width: 30px;
  height: 30px;
}

.tc-loc-obj-qr:focus-visible {
  outline: 2px solid rgba(207, 155, 80, 0.65);
  outline-offset: 2px;
}

.stat-create-moments {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.stat-create-donation__fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Figma 83:9799 — Cancel / Save footer actions */
.stat-create-submit-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 80px;
  box-sizing: border-box;
}

.stat-create-submit-actions__btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  height: auto;
  padding: 12px 24px;
  border-radius: 30px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  box-sizing: border-box;
}

.stat-create-submit-actions__btn--secondary.hb-btn--outline {
  color: #fffce5;
  border: none;
  background: #010101;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
}

.stat-create-submit-actions__btn--secondary.hb-btn--outline:hover {
  color: #fffce5;
  border: none;
  background: #010101;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.1);
}

.stat-create-submit-actions__btn--secondary.hb-btn--outline:active {
  text-shadow: none;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
}

.stat-create-submit-actions__btn--primary.hb-btn--primary {
  color: #fffce5;
  border: none;
  background: linear-gradient(113.25deg, #cf9b50 0%, #9c6522 75%);
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.2);
}

.stat-create-submit-actions__btn--primary.hb-btn--primary:hover {
  color: #fffce5;
  border: none;
  background: linear-gradient(113.25deg, #cf9b50 0%, #9c6522 75%);
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}

.stat-create-submit-actions__btn--primary.hb-btn--primary:active {
  text-shadow: none;
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1023px) {
  .tc-section__title,
  .tc-events__title {
    font-size: 28px;
  }

  .tc-events__header {
    flex-direction: column;
    align-items: stretch;
  }

  .stat-create-submit-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 48px;
  }

  .stat-create-submit-actions__btn {
    flex: 1 1 auto;
    width: 100%;
  }
}

/* Figma: Account user 1440 / 390 — dark #010101, cream #fffce5, gold tags & CTA */
.account-user[data-v-ec0e3065] {
  --au-cream: #fffce5;
  --au-cream-muted: rgba(255, 252, 229, 0.6);
  --au-sand: #f3dfc9;
  --au-gold-tag: rgba(255, 204, 131, 0.2);
  --au-pill: rgba(243, 223, 201, 0.2);
  position: relative;
  /* layoutFlush main has no top padding; offset fixed glass header (AppHeader --dark) */
  padding-top: max(96px, calc(env(safe-area-inset-top, 0px) + 80px));
  min-height: 100vh;
  background: #010101;
  color: var(--au-cream);
  font-family: var(--font-sans);
}
.account-user__ambient[data-v-ec0e3065] {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.account-user__ambient[data-v-ec0e3065]::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -80px;
  width: 140%;
  max-width: 1200px;
  height: 280px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 50% 45% at 50% 60%, rgba(235, 146, 50, 0.35) 0%, transparent 65%);
  filter: blur(40px);
  opacity: 0.85;
}
.account-user__ambient[data-v-ec0e3065]::after {
  display: none;
}
.account-user__hero[data-v-ec0e3065] {
  position: relative;
  z-index: 1;
  padding: clamp(16px, 4vw, 48px) clamp(20px, 10.8vw, 155px) clamp(12px, 2vw, 20px);
}
@media (min-width: 1024px) {
.account-user__hero[data-v-ec0e3065] {
    padding: 80px 155px 20px;
}
}
@media (max-width: 1023px) {
.account-user__hero[data-v-ec0e3065] {
    padding: 40px 32px;
}
}
.account-user__hero-inner[data-v-ec0e3065] {
  max-width: 1130px;
  margin: 0 auto;
}
.account-user__intro[data-v-ec0e3065] {
  margin-bottom: 20px;
}
.account-user__title[data-v-ec0e3065] {
  font-family: Forum, serif;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 400;
  line-height: 1;
  color: var(--au-cream);
  margin: 0 0 8px;
}
.account-user__subtitle[data-v-ec0e3065] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--au-cream-muted);
  max-width: 36em;
}
.account-user__toolbar[data-v-ec0e3065] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.account-user__tags[data-v-ec0e3065] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.account-user__tag[data-v-ec0e3065] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 37px;
  padding: 4px 16px;
  background: var(--au-gold-tag);
  border-radius: 30px;
}
.account-user__tag--wide[data-v-ec0e3065] {
  gap: 24px;
  padding-right: 4px;
}
.account-user__tag-dot[data-v-ec0e3065] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(93deg, #ffcb7f 0%, #ab6816 73%);
}
.account-user__tag-text[data-v-ec0e3065] {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.account-user__tag-text--plain[data-v-ec0e3065] {
  font-weight: 500;
  color: var(--au-cream);
}
.account-user__upgrade[data-v-ec0e3065] {
  position: relative;
  gap: 8px;
  padding: 4px 8px;
  min-height: 32px;
  text-decoration: none;
  color: var(--au-cream);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.07em;
}
.account-user__upgrade-icon[data-v-ec0e3065] {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.account-user__create[data-v-ec0e3065] {
  position: relative;
  white-space: nowrap;
}
.account-user__create--inline[data-v-ec0e3065] {
  margin-top: 8px;
}
.account-user__memories[data-v-ec0e3065] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(20px, 10.8vw, 155px) clamp(80px, 15vw, 180px);
}
@media (min-width: 1024px) {
.account-user__memories[data-v-ec0e3065] {
    gap: 36px;
    padding: 0 155px 180px;
}
}
@media (max-width: 1023px) {
.account-user__memories[data-v-ec0e3065] {
    gap: 20px;
    padding: 0 32px 120px;
}
}

/* Warm band behind card bodies (Figma Screen 3 ambience) */
.account-user__memories[data-v-ec0e3065]::before {
  display: none;
}
.account-user__empty[data-v-ec0e3065] {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 16px;
  color: var(--au-cream-muted);
}
.account-user__empty-text[data-v-ec0e3065] {
  margin: 0 0 12px;
  font-size: 18px;
}
.account-user__grid[data-v-ec0e3065] {
  position: relative;
  z-index: 1;
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 720px) {
.account-user__grid[data-v-ec0e3065] {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
}
@media (min-width: 1100px) {
.account-user__grid[data-v-ec0e3065] {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
}
@media (min-width: 1024px) {
.account-user__grid[data-v-ec0e3065] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}
}
@media (max-width: 1023px) {
.account-user__grid[data-v-ec0e3065] {
    grid-template-columns: 1fr;
    gap: 20px;
}
}
.account-user__memory[data-v-ec0e3065] {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #010101;
  box-shadow: 0 0 12.3px rgba(255, 204, 131, 0.15);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}
.account-user__memory[data-v-ec0e3065]:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(255, 204, 131, 0.26);
}
.account-user__memory-inner[data-v-ec0e3065] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-radius: 20px;
}

/*
 * Figma 1:3162 — inner beam layer:
 * absolute flex inset-[134px_-875.27px_-80.21px_-375.37px] mix-blend-plus-lighter
 * child: w-[138.456px] h-[1597.937px] rotate-[76.81deg] skew-x-[-0.53deg]
 * img: inset-[-12.68%_-143.64%]
 */
.account-user__memory-beam[data-v-ec0e3065] {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: plus-lighter;
  top: 134px;
  right: -875.27px;
  bottom: -80.21px;
  left: -375.37px;
}
.account-user__memory-beam-rotate[data-v-ec0e3065] {
  position: relative;
  flex: none;
  width: 138.456px;
  height: 1597.937px;
  transform: rotate(76.81deg) skewX(-0.53deg);
  transform-origin: center center;
}
.account-user__memory-beam-strip[data-v-ec0e3065] {
  position: relative;
  width: 100%;
  height: 100%;
}
.account-user__memory-beam-svg-wrap[data-v-ec0e3065] {
  position: absolute;
  top: -12.68%;
  right: -143.64%;
  bottom: -12.68%;
  left: -143.64%;
  pointer-events: none;
}
.account-user__memory-beam-svg[data-v-ec0e3065] {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media (max-width: 719px) {
.account-user__memory-beam[data-v-ec0e3065] {
    top: 22%;
    right: -220%;
    bottom: -15%;
    left: -95%;
}
.account-user__memory-beam-rotate[data-v-ec0e3065] {
    width: 100px;
    height: 1150px;
    transform: rotate(76.81deg) skewX(-0.53deg) scale(0.85);
}
}
.account-user__memory-link[data-v-ec0e3065] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: inherit;
}
.account-user__memory-head .account-user__memory-link--inline[data-v-ec0e3065] {
  flex: 1;
  min-width: 0;
}
.account-user__memory-link--inline[data-v-ec0e3065] {
  display: block;
  min-width: 0;
}
.account-user__memory-link--inline .account-user__memory-meta[data-v-ec0e3065] {
  margin-top: 12px;
}
.account-user__memory-link[data-v-ec0e3065]:hover {
  text-decoration: none;
}
.account-user__memory-image-wrap[data-v-ec0e3065] {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1410;
}
.account-user__memory-image[data-v-ec0e3065] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-user__memory-placeholder[data-v-ec0e3065] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: var(--au-cream-muted);
}
.account-user__memory-body[data-v-ec0e3065] {
  padding: 12px 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.account-user__memory-head[data-v-ec0e3065] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.account-user__memory-titles[data-v-ec0e3065] {
  min-width: 0;
  flex: 1;
}
.account-user__memory-dates[data-v-ec0e3065] {
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: -0.07em;
  color: var(--au-sand);
}
.account-user__memory-name[data-v-ec0e3065] {
  margin: 0;
  font-family: Forum, Georgia, serif;
  font-size: clamp(28px, 6.5vw, 36px);
  font-weight: 400;
  line-height: 1;
  color: var(--au-cream);
}
.account-user__memory-desc[data-v-ec0e3065] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--au-cream-muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.account-user__memory-meta[data-v-ec0e3065] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.account-user__pill[data-v-ec0e3065] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 30px;
  background: var(--au-pill);
  font-size: 12px;
  letter-spacing: -0.07em;
  color: var(--au-sand);
}
.account-user__pill-icon[data-v-ec0e3065] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--au-cream);
}
.account-user__memory-qr-btn[data-v-ec0e3065] {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
@media (max-width: 719px) {
.account-user__toolbar[data-v-ec0e3065] {
    flex-direction: column;
    align-items: stretch;
}
.account-user__tags[data-v-ec0e3065] {
    flex-direction: row;
    align-items: center;
}
.account-user__tag--wide[data-v-ec0e3065] {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.account-user__create[data-v-ec0e3065] {
    width: 100%;
    justify-content: center;
}
.account-user__ambient[data-v-ec0e3065]::after {
    display: none;
}
}

.account[data-v-c65ddc41] { padding: 0;
}

.bc-modal-root[data-v-a47bb480] {
  box-sizing: border-box;
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.bc-modal[data-v-a47bb480] {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(90vh, 900px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(135deg, #2a1a08 0%, #0a0606 60%) padding-box,
    linear-gradient(135deg, rgba(255, 160, 62, 0.5) 0%, rgba(255, 160, 62, 0.05) 60%) border-box;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
.bc-modal__close[data-v-a47bb480] {
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #010101;
  color: #fffce5;
  cursor: pointer;
}
.bc-modal__title[data-v-a47bb480] {
  margin: 0;
  padding-right: 48px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
}
.bc-modal__lead[data-v-a47bb480] {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 252, 229, 0.75);
}
.bc-modal__form[data-v-a47bb480] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bc-modal__section[data-v-a47bb480] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bc-modal__section-title[data-v-a47bb480] {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
}
.bc-modal__fields[data-v-a47bb480] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mc-svm__field[data-v-a47bb480] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mc-svm__label[data-v-a47bb480],
.mc-svm__hint[data-v-a47bb480] {
  color: #fffce5;
}
.mc-svm__label[data-v-a47bb480] {
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
}
.mc-svm__hint[data-v-a47bb480] {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.07em;
}
.mc-svm__input-shell[data-v-a47bb480] {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
}
.mc-svm__input-shell--tall[data-v-a47bb480] {
  min-height: 100px;
  align-items: stretch;
}
.mc-svm__input[data-v-a47bb480] {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #fffce5;
  font: inherit;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  padding: 0 16px;
}
.mc-svm__input--textarea[data-v-a47bb480] {
  min-height: 100px;
  padding-top: 14px;
  resize: vertical;
}
.mc-svm__input[data-v-a47bb480]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.bc-modal__multiselect[data-v-a47bb480] {
  position: relative;
  width: 100%;
}
.bc-modal__multiselect-trigger[data-v-a47bb480] {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  padding: 8px 14px 8px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  color: #fffce5;
  font: inherit;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  text-align: left;
  cursor: pointer;
}
.bc-modal__multiselect-trigger--placeholder .bc-modal__multiselect-value[data-v-a47bb480] {
  color: rgba(255, 255, 255, 0.6);
}
.bc-modal__multiselect-trigger.fm-field-shell--invalid[data-v-a47bb480] {
  border-color: rgba(255, 120, 100, 0.75);
}
.bc-modal__multiselect-trigger[data-v-a47bb480]:focus-visible {
  outline: none;
  border-color: rgba(235, 180, 100, 0.55);
  box-shadow: 0 0 0 2px rgba(235, 180, 100, 0.2);
}
.bc-modal__multiselect-value[data-v-a47bb480] {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bc-modal__multiselect-chev[data-v-a47bb480] {
  flex-shrink: 0;
  color: #fffce5;
}
.bc-modal__multiselect-panel[data-v-a47bb480] {
  position: absolute;
  z-index: 5;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 220px;
  overflow-y: auto;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1a1008;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}
.bc-modal__check[data-v-a47bb480] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.35;
  color: #fffce5;
}
.bc-modal__check-input[data-v-a47bb480] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bc-modal__check-box[data-v-a47bb480] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
.bc-modal__check-input:checked + .bc-modal__check-box[data-v-a47bb480] {
  border-color: rgba(255, 200, 120, 0.8);
  background: rgba(255, 160, 62, 0.25);
}
.bc-modal__check-input:checked + .bc-modal__check-box[data-v-a47bb480]::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fffce5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.bc-modal__check-input:focus-visible + .bc-modal__check-box[data-v-a47bb480] {
  outline: 2px solid rgba(255, 200, 120, 0.6);
  outline-offset: 2px;
}
.bc-modal__check-label[data-v-a47bb480] {
  flex: 1;
}
.bc-modal__honeypot[data-v-a47bb480] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.bc-modal__submit-error[data-v-a47bb480] {
  margin: 0;
  font-size: 14px;
  color: #ff9b8a;
}
.bc-modal__actions[data-v-a47bb480] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 50px;
}
@media (max-width: 480px) {
.bc-modal[data-v-a47bb480] {
    padding: 24px 20px;
}
.bc-modal__title[data-v-a47bb480] {
    font-size: 26px;
}
.bc-modal__actions[data-v-a47bb480] {
    flex-direction: column;
}
.bc-modal__actions .hb-btn[data-v-a47bb480] {
    width: 100%;
}
}

.hb[data-v-e3084b31] {
  --hb-cream: #fffce5;
  --hb-cream-soft: #fffdee;
  --hb-muted: rgba(255, 252, 229, 0.6);
  --hb-bg: #010101;
  --hb-gold: #eb9232;
  --hb-gold-mid: #cf9b50;
  --hb-gold-deep: #9c6522;
  --hb-blur-card: rgba(1, 1, 1, 0.2);
  background-color: var(--hb-bg);
  color: var(--hb-cream);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.07em;
  overflow: hidden;
}

/* Sectional background rays only — not .hb-hero__main, not in-card lights (.hb-place-card__ray, feature cards, price cards). */
.hb-features-bg[data-v-e3084b31],
.hb-partners-bg[data-v-e3084b31],
.hb-partners-lights[data-v-e3084b31],
.hb-partners-blackout[data-v-e3084b31],
.hb-pricing-bg[data-v-e3084b31],
.hb-pricing-lights[data-v-e3084b31] {
  display: none !important;
}
.hb-feature-grid[data-v-e3084b31]::before {
  content: none;
  display: none;
}
.hb-final-cta__light[data-v-e3084b31] {
  display: none !important;
}
.hb-section--final .hb-final__bg-video[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  z-index: 0;
}
.hb[data-v-e3084b31] .hb-container {
  box-sizing: border-box;
  width: 100%;
}
.hb-h2[data-v-e3084b31] {
  font-family: Forum, Georgia, serif;
  font-weight: 400;
  line-height: 1;
  color: var(--hb-cream-soft);
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
}
.hb-h2--center[data-v-e3084b31] {
  text-align: center;
}
.hb-h2--split[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
  max-width: 900px;
  margin-right: auto;
}
.hb-muted[data-v-e3084b31] {
  font-size: 16px;
  line-height: 1.3;
  color: var(--hb-muted);
  margin: 0;
}
.hb-muted--center[data-v-e3084b31] {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero — статуя + текст + blackout */
.hb-hero[data-v-e3084b31] {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background: #010101;
  height: 900px;
}
.hb-hero__bg-video[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 900px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
  z-index: 1;
}

/* <source media> does not re-evaluate on resize — separate elements + CSS */
.hb-hero__bg-video--mobile[data-v-e3084b31] {
  display: none;
}
.hb-hero__mobile-image[data-v-e3084b31] {
  display: none;
}
.hb-hero__main[data-v-e3084b31] {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 48px;
}
.hb-hero__art[data-v-e3084b31],
.hb-hero__blackout[data-v-e3084b31] {
  display: none;
}

/*
 * Figma Main image 1:1257: frame 1440×900, y=-0.068359375 (metadata).
 * Все дочерние x/y/w/h — числа из Figma без пересчёта; масштаб только у .hb-hero__art-canvas.
 */
/* ── Art container ── */
.hb-hero__art[data-v-e3084b31] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: calc(100vw * 900 / 1440);
  pointer-events: none;
  overflow: hidden;
}
.hb-hero__art-canvas[data-v-e3084b31] {
  position: absolute;
  left: 0;
  top: -0.068359375px;
  width: 1440px;
  height: 900px;
  transform: scale(calc(100vw / 1440px));
  transform-origin: 0 0;
  pointer-events: none;
}

/* ── 1:1258 Light (background rays) — Figma: inset 0.01% 0 -59.67% 0 ── */
.hb-art__light[data-v-e3084b31] {
  position: absolute;
  inset: 0.01% 0 -59.67% 0;
  overflow: clip;
  pointer-events: none;
  /* Лучи внутри HbHeroLightsRoot с z-index:1 без этого «выпрыгивают» на уровень canvas и перекрывают .hb-art__blackout-ring */
  z-index: 0;
  isolation: isolate;
}

/* Тёплая подложка, по смыслу как .hf-hero__glow; источник — зона лампы справа */
.hb-art__light-glow[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse 48% 42% at 88% -5%,
    rgba(235, 146, 50, 0.14) 0%,
    transparent 58%
  );
}

/* См. .hf-hero__blackout-ring (HomeView) — центр градиента в SVG на ~50% ширины картинки; сдвиг влево относительно /individual */
.hb-art__blackout-ring[data-v-e3084b31] {
  position: absolute;
  left: -333px;
  top: 47px;
  width: 1260px;
  height: 1260px;
  max-width: none;
  pointer-events: none;
  display: block;
  object-fit: fill;
  z-index: 2;
  mix-blend-mode: normal;
}

/* ── 1:1259 MARIA — Figma: translateX(-50%), aspect 1:1, % insets ── */
.hb-art__maria-wrap[data-v-e3084b31] {
  position: absolute;
  z-index: 3;
  transform: translateX(-50%);
  aspect-ratio: 1;
  top: -17.44%;
  bottom: -17.35%;
  left: calc(50% + 288.56px);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.hb-art__maria-transform[data-v-e3084b31] {
  flex: none;
  width: 920.697px;
  height: 920.697px;
  transform: rotate(156.3deg) scaleY(-1);
}
.hb-art__maria-blur[data-v-e3084b31] {
  position: relative;
  width: 100%;
  height: 100%;
}
.hb-art__maria-img[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  display: block;
}

/* ── Mask group wrappers — display:contents per Figma codegen ── */
.hb-art__mask-group-contents[data-v-e3084b31] {
  display: contents;
}

/* ── 1:1263/1:1267 Masked Light — same inset as background Light ── */
.hb-art__masked-light[data-v-e3084b31] {
  position: absolute;
  z-index: 4;
  inset: 0.01% 0 -59.67% 0;
  overflow: clip;
  pointer-events: none;
}
.hb-art__masked-light--soft[data-v-e3084b31] {
  mix-blend-mode: soft-light;
}

/* ── 1:1268 Ellipse left — Figma: inset 17.01% 27.43% -83.01% -31.18% ── */
.hb-art__ellipse-left[data-v-e3084b31] {
  position: absolute;
  z-index: 5;
  inset: 17.01% 27.43% -83.01% -31.18%;
  pointer-events: none;
}

/* ── 1:1269 Ellipse right — Figma: inset 36.23% -32.43% -64.79% 52.08% ── */
.hb-art__ellipse-right[data-v-e3084b31] {
  position: absolute;
  z-index: 5;
  inset: 36.23% -32.43% -64.79% 52.08%;
  pointer-events: none;
}
.hb-art__ellipse-img[data-v-e3084b31] {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

/* Content 1:1271: h=543, pl=155 pr=40; заголовок y=270 от верха экрана в Figma (≈182px ниже типового хедера 88px) */
.hb-hero__content-row[data-v-e3084b31] {
  position: relative;
  z-index: 4;
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 543px;
  align-items: flex-start;
  padding-left: clamp(16px, calc(100vw * 155 / 1440), 155px);
  padding-right: clamp(16px, calc(100vw * 40 / 1440), 40px);
  padding-top: clamp(120px, calc(100vw * 270 / 1440), 270px);
}
.hb-hero__content[data-v-e3084b31] {
  flex: 1 1 auto;
  max-width: 600px;
  padding-right: clamp(0px, 4.17vw, 60px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hb-hero__title[data-v-e3084b31] {
  font-family: Forum, Georgia, serif;
  font-size: clamp(40px, calc(100vw * 70 / 1440), 70px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: var(--hb-cream);
  margin: 0;
}
.hb-hero__block[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  max-width: 446px;
}
.hb-hero__lead[data-v-e3084b31] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: var(--hb-muted);
}

/* Blackout 1:1277: h=140, градиент к #010101 с 80% */
.hb-hero__blackout[data-v-e3084b31] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0), #010101 80%);
}
@media (max-width: 1023px) {
.hb-hero[data-v-e3084b31] {
    height: 794px;
}
.hb-hero__bg-video--desktop[data-v-e3084b31] {
    display: none;
}
.hb-hero__bg-video--mobile[data-v-e3084b31] {
    display: block;
    height: 794px;
    object-fit: cover;
    object-position: center right;
}
.hb-hero__mobile-image[data-v-e3084b31] {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.hb-hero__main[data-v-e3084b31] {
    height: 100%;
    padding-bottom: 40px;
}
.hb-hero__art[data-v-e3084b31] {
    height: 900px;
}
.hb-hero__art-canvas[data-v-e3084b31] {
    left: 22%;
    top: 0;
    transform: translateX(-50%) scale(calc(100vw / 760px));
    transform-origin: top center;
}

  /* 1:1257 масштабируется тем же scale(100vw/1440); отдельные подмены координат не делаем */
.hb-hero__fig-1259-inner[data-v-e3084b31] {
    transform: none;
    filter: none;
}
.hb-hero__content-row[data-v-e3084b31] {
    min-height: 598px;
    align-items: center;
    height: 100%;
    padding-top: 240px;
    padding-left: 32px;
    padding-right: 32px;
}
.hb-hero__content[data-v-e3084b31] {
    max-width: 600px;
    padding: 0 16px;
}
.hb-hero__title[data-v-e3084b31] {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
}
.hb-hero__block[data-v-e3084b31] {
    gap: 60px;
    max-width: 446px;
}
.hb-hero__block .hb-btn[data-v-e3084b31] {
    max-width: 100%;
    white-space: normal;
    text-align: center;
}
.hb-hero__blackout[data-v-e3084b31] {
    bottom: 70px;
    height: 220px;
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.66) 54%, #010101 80%);
}
}

/* Place cards */
.hb-section--places[data-v-e3084b31],
.hb-section--features[data-v-e3084b31],
.hb-section--partners[data-v-e3084b31],
.hb-section--pricing[data-v-e3084b31] {
  scroll-margin-top: 100px;
}
.hb-section--places[data-v-e3084b31] {
  padding: 40px 0 48px;
}
.hb-section__inner[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hb-place-grid[data-v-e3084b31] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.hb-place-card[data-v-e3084b31] {
  position: relative;
  /* Width grows/shrinks with the row; height fixed per design (Figma H 448). */
  flex: 1 1 200px;
  min-width: 0;
  max-width: 100%;
  width: auto;
  height: 448px;
  min-height: 448px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 12.3px rgba(255, 204, 131, 0.15);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.hb-place-card[data-v-e3084b31]:hover {
  transform: translateY(-3px);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(255, 180, 100, 0.14);
}
.hb-place-card__img[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.hb-place-card:hover .hb-place-card__img[data-v-e3084b31] {
  transform: scale(1.04);
}
.hb-place-card__shade[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, #010101 71.635%);
  pointer-events: none;
}
.hb-place-card__ray[data-v-e3084b31] {
  position: absolute;
  left: -20%;
  right: -15%;
  top: 18%;
  height: 55%;
  background: linear-gradient(105deg, rgba(235, 146, 50, 0.45) 0%, transparent 65%);
  filter: blur(48px);
  opacity: 0.5;
  transform: rotate(12deg);
  pointer-events: none;
}
.hb-place-card__text[data-v-e3084b31] {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  min-height: 100%;
  padding: 48px 20px 20px;
}

/*
 * Place cards type: same ramp 20px→32px as Figma 393↔1440, split at 1024px.
 * <1024: segment 393→1024 (mobile frame). ≥1024: segment 1024→1440 (desktop frame).
 */
.hb-place-card__title[data-v-e3084b31] {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(
    20px,
    calc(20px + (100vw - 393px) * 12 / 1047),
    calc(20px + (1024px - 393px) * 12 / 1047)
  );
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
}
.hb-place-card__body[data-v-e3084b31] {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  /* 393 frame: 16px from ~393px; narrow phones 320→393 only */
  font-size: clamp(14px, calc(14px + (min(100vw, 393px) - 320px) * 2 / 73), 16px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
}
@media (min-width: 1024px) {
.hb-place-card__title[data-v-e3084b31] {
    font-size: clamp(
      calc(20px + (1024px - 393px) * 12 / 1047),
      calc(20px + (100vw - 393px) * 12 / 1047),
      32px
    );
}
.hb-place-card__body[data-v-e3084b31] {
    font-size: 16px;
}
}

/* Features */
.hb-section--features[data-v-e3084b31] {
  position: relative;
  padding: 80px 0;
}
.hb-section__inner--features[data-v-e3084b31] {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hb-section__inner--features > .hb-features-intro[data-v-e3084b31],
.hb-section__inner--features > .hb-feature-grid[data-v-e3084b31] {
  position: relative;
  z-index: 1;
}
.hb-features-intro[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
}
.hb-features-sub[data-v-e3084b31] {
  max-width: 1088px;
}
.hb-features-sub__ai[data-v-e3084b31] {
  background: linear-gradient(156.84deg, #cf9b50 0%, #9c6522 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hb-business-sections-bg[data-v-e3084b31] {
  position: relative;
  overflow: hidden;
}
.hb-business-sections-bg__video[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
  z-index: 0;
}
.hb-business-sections-bg > .hb-section[data-v-e3084b31] {
  position: relative;
  z-index: 1;
}
.hb-features-bg[data-v-e3084b31] {
  position: absolute;
  left: 50%;
  top: calc(50% + 90px);
  width: 100vw;
  max-width: 1440px;
  height: 88px;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse 68% 85% at 50% 50%, rgba(235, 146, 50, 0.22) 0%, rgba(235, 146, 50, 0.1) 42%, transparent 75%);
  mix-blend-mode: plus-lighter;
  filter: blur(14px);
  pointer-events: none;
  opacity: 0.72;
}

/* Как .hf-pm__cards::before — тёплая полоса за сеткой карточек (#personal) */
.hb-feature-grid[data-v-e3084b31] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  isolation: isolate;
}
.hb-feature-grid[data-v-e3084b31]::before {
  content: none;
  display: none;
}
.hb-feature-card[data-v-e3084b31] {
  position: relative;
  z-index: 1;
  flex: 1 1 175px;
  max-width: 550px;
  min-width: 0;
  background: #010101;
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 0 12.3px rgba(255, 204, 131, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  border: 1px solid rgba(255, 252, 229, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
@media (max-width: 719px) {
.hb-feature-grid[data-v-e3084b31] {
    flex-direction: column;
    gap: 8px;
}
.hb-feature-card[data-v-e3084b31] {
    flex-basis: auto;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}
}
.hb-feature-card[data-v-e3084b31]:hover,
.hb-feature-card[data-v-e3084b31]:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 200, 140, 0.2);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(255, 204, 131, 0.14),
    0 0 24px rgba(255, 180, 100, 0.1);
}
.hb-feature-card__icon[data-v-e3084b31] {
  position: relative;
  width: 155px;
  height: 155px;
  flex-shrink: 0;
  overflow: hidden;
  pointer-events: none;
}
.hb-feature-card__icon-sprite[data-v-e3084b31] {
  position: absolute;
  display: block;
  width: 384%;
  height: 256%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
.hb-feature-card__title[data-v-e3084b31] {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.07em;
}
.hb-feature-card__text[data-v-e3084b31] {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.07em;
}

/* Partners */
.hb-section--partners[data-v-e3084b31] {
  position: relative;
  padding: 40px 0 100px;
  overflow: hidden;
}
.hb-partners-bg[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(95deg, rgba(235, 146, 50, 0.06) 0%, transparent 50%);
  filter: blur(72px);
  pointer-events: none;
  opacity: 0.9;
}

/* Как .hb-feature-grid::before + .hb-features-bg + диагональ в духе .hb-place-card__ray */
.hb-partners-lights[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hb-partners-lights__band--wide[data-v-e3084b31] {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%) scaleX(1.45);
  transform-origin: center;
  width: 100%;
  max-width: 1440px;
  height: 220px;
  background:
    radial-gradient(120% 160% at 50% 50%, rgba(255, 159, 58, 0.3) 0%, rgba(255, 159, 58, 0.14) 56%, rgba(255, 159, 58, 0) 100%),
    linear-gradient(
      90deg,
      rgba(255, 159, 58, 0) 0%,
      rgba(255, 159, 58, 0.06) 8%,
      rgba(255, 159, 58, 0.2) 50%,
      rgba(255, 159, 58, 0.06) 92%,
      rgba(255, 159, 58, 0) 100%
    );
  filter: blur(72px);
  opacity: 0.82;
  mix-blend-mode: plus-lighter;
}
.hb-partners-lights__band--narrow[data-v-e3084b31] {
  position: absolute;
  left: 50%;
  top: calc(46% + 82px);
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1440px;
  height: 88px;
  background:
    radial-gradient(ellipse 68% 85% at 50% 50%, rgba(235, 146, 50, 0.22) 0%, rgba(235, 146, 50, 0.1) 42%, transparent 75%);
  filter: blur(14px);
  mix-blend-mode: plus-lighter;
  opacity: 0.72;
}
.hb-partners-lights__band--diag[data-v-e3084b31] {
  position: absolute;
  left: -18%;
  right: -12%;
  top: 8%;
  height: 62%;
  min-height: 280px;
  background: linear-gradient(
    108deg,
    rgba(255, 190, 110, 0.38) 0%,
    rgba(235, 146, 50, 0.14) 38%,
    transparent 72%
  );
  transform: rotate(-13deg);
  transform-origin: 40% 20%;
  filter: blur(52px);
  opacity: 0.5;
  mix-blend-mode: plus-lighter;
}

/* Figma 1:1311 — затемнение к следующей секции */
.hb-partners-blackout[data-v-e3084b31] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 205px;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.72) 58%, #010101 86%),
    radial-gradient(ellipse 74% 42% at 50% 74%, rgba(235, 146, 50, 0.16) 0%, rgba(1, 1, 1, 0) 100%);
}
.hb-partners__wrap[data-v-e3084b31] {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}
.hb-partners-scroll[data-v-e3084b31] {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.hb-partner-card[data-v-e3084b31] {
  display: flex;
  flex: 0 0 min(361px, 85vw);
  scroll-snap-align: start;
}

/* Figma 1:4902 / 1:1303 — Church card */
.hb-partner-card__main[data-v-e3084b31] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(1, 1, 1, 0.2);
  backdrop-filter: blur(16.95px);
  -webkit-backdrop-filter: blur(16.95px);
  box-shadow: 0 0 12.3px rgba(255, 204, 131, 0.15);
  border: 1px solid rgba(255, 252, 229, 0.06);
  box-sizing: border-box;
  min-height: 140px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.hb-partner-card__main[data-v-e3084b31]:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 200, 140, 0.18);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.3),
    0 0 16px rgba(255, 180, 100, 0.1);
}
.hb-partner-card__col[data-v-e3084b31] {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.hb-partner-card__intro[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.hb-partner-card__name[data-v-e3084b31] {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: #fffce5;
}
.hb-partner-card__addr[data-v-e3084b31] {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  color: rgba(255, 252, 229, 0.6);
}
.hb-partner-card__tags[data-v-e3084b31] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 12px;
  width: 100%;
}
.hb-partner-card__tags-row[data-v-e3084b31] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-height: 28px;
}
.hb-partner-card__tag-sep[data-v-e3084b31] {
  width: 1px;
  height: 14px;
  margin: 0 2px;
  flex-shrink: 0;
  background: rgba(243, 223, 201, 0.28);
}
.hb-tag[data-v-e3084b31] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.07em;
  white-space: nowrap;
}
.hb-tag--venue[data-v-e3084b31] {
  overflow: hidden;
  background: rgba(243, 223, 201, 0.2);
  color: #f3dfc9;
}
.hb-tag--metric[data-v-e3084b31] {
  overflow: hidden;
  color: rgba(243, 223, 201, 0.6);
  padding: 4px 4px !important;
}
.hb-tag__ic[data-v-e3084b31] {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 0;
}
.hb-tag__ic img[data-v-e3084b31] {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
  object-position: center;
}
.hb-partner-card__thumb[data-v-e3084b31] {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  align-self: center;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.hb-partner-card__thumb-img[data-v-e3084b31] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.hb-partner-card__thumb-img--stack[data-v-e3084b31] {
  position: absolute;
  inset: 0;
}
@media (max-width: 1024px) {
.hb-place-grid[data-v-e3084b31] {
    flex-direction: column;
    align-items: stretch;
}
.hb-place-card[data-v-e3084b31] {
    flex: none;
    width: 100%;
}

  /* Figma 6:3255 — body White/60 (sizes stay fluid from clamp above) */
.hb-place-card__body[data-v-e3084b31] {
    color: rgba(255, 252, 229, 0.6);
}
.hb-partners-scroll[data-v-e3084b31] {
    flex-direction: column;
    overflow: visible;
    gap: 12px;
    padding: 0;
    max-width: none;
}
.hb-partner-card[data-v-e3084b31] {
    flex: none;
    width: 100%;
}
.hb-partners-blackout[data-v-e3084b31] {
    bottom: 40px;
    height: 240px;
    z-index: 4;
    background:
      linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, rgba(1, 1, 1, 0.76) 54%, #010101 82%),
      radial-gradient(ellipse 84% 46% at 50% 74%, rgba(235, 146, 50, 0.2) 0%, rgba(1, 1, 1, 0) 100%);
}
.hb-partner-card__main[data-v-e3084b31] {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding: 16px;
}
.hb-partner-card__col[data-v-e3084b31] {
    gap: 20px;
}
.hb-partner-card__name[data-v-e3084b31] {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.07em;
}
.hb-partner-card__addr[data-v-e3084b31] {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.07em;
}
.hb-partner-card__thumb[data-v-e3084b31] {
    order: 0;
    width: 120px;
    height: auto;
    min-height: 110px;
    align-self: stretch;
    aspect-ratio: auto;
}
.hb-partner-card__tags[data-v-e3084b31] {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.hb-partner-card__tags-row[data-v-e3084b31] {
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 4px;
}
}
.hb-partners__cta[data-v-e3084b31] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 150%);
  white-space: nowrap;
}
@media (min-width: 1024px) {
.hb-partners-scroll[data-v-e3084b31] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    overflow: visible;
}
.hb-partner-card[data-v-e3084b31] {
    flex: none;
    min-width: 0;
}
.hb-partner-card__main[data-v-e3084b31] {
    width: 100%;
    min-width: min(100%, 390px);
}
.hb-partners__cta[data-v-e3084b31] {
    position: static;
    transform: none;
    align-self: center;
    margin-top: 16px;
}
.hb-section--partners[data-v-e3084b31] {
    padding-bottom: 48px;
}
}

/* Pricing — Figma 1:1313: фон + диагональные лучи как .hb-partners-lights */
.hb-section--pricing[data-v-e3084b31] {
  position: relative;
  padding: clamp(48px, 8vw, 80px) 0 56px;
  overflow: hidden;
}
.hb-pricing-bg[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(95deg, rgba(235, 146, 50, 0.06) 0%, transparent 50%);
  filter: blur(72px);
  pointer-events: none;
  opacity: 0.85;
}
.hb-pricing-lights[data-v-e3084b31] {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hb-pricing-lights__band--wide[data-v-e3084b31] {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%) scaleX(1.45);
  transform-origin: center;
  width: 100%;
  max-width: 1440px;
  height: 240px;
  background:
    radial-gradient(120% 160% at 50% 50%, rgba(255, 159, 58, 0.28) 0%, rgba(255, 159, 58, 0.12) 56%, rgba(255, 159, 58, 0) 100%),
    linear-gradient(
      90deg,
      rgba(255, 159, 58, 0) 0%,
      rgba(255, 159, 58, 0.06) 8%,
      rgba(255, 159, 58, 0.2) 50%,
      rgba(255, 159, 58, 0.06) 92%,
      rgba(255, 159, 58, 0) 100%
    );
  filter: blur(72px);
  opacity: 0.8;
  mix-blend-mode: plus-lighter;
}
.hb-pricing-lights__band--narrow[data-v-e3084b31] {
  position: absolute;
  left: 50%;
  top: calc(42% + 96px);
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 1440px;
  height: 96px;
  background:
    radial-gradient(ellipse 68% 85% at 50% 50%, rgba(235, 146, 50, 0.2) 0%, rgba(235, 146, 50, 0.09) 42%, transparent 75%);
  filter: blur(14px);
  mix-blend-mode: plus-lighter;
  opacity: 0.68;
}
.hb-pricing-lights__band--diag[data-v-e3084b31] {
  position: absolute;
  left: -16%;
  right: -10%;
  top: 0;
  height: 70%;
  min-height: 320px;
  background: linear-gradient(
    104deg,
    rgba(255, 190, 110, 0.34) 0%,
    rgba(235, 146, 50, 0.12) 40%,
    transparent 70%
  );
  transform: rotate(-11deg);
  transform-origin: 45% 25%;
  filter: blur(52px);
  opacity: 0.48;
  mix-blend-mode: plus-lighter;
}
.hb-pricing__wrap[data-v-e3084b31] {
  position: relative;
  z-index: 2;
}
.hb-pricing-intro[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  max-width: 634px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.hb-plans[data-v-e3084b31] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  align-items: stretch;
  justify-content: center;
}

/* Карточки тарифов — как HomeView .hf-price-card (градиентный бордер + blur) */
.hf-price-card[data-v-e3084b31] {
  flex: 1 1 280px;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) padding-box,
    linear-gradient(180deg, rgba(255, 160, 62, 0.1) 0%, rgba(255, 160, 62, 0.2) 100%) border-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(255, 160, 62, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}
.hf-price-card[data-v-e3084b31]:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 160, 62, 0.06),
    0 12px 32px rgba(0, 0, 0, 0.22);
}
.hf-price-card__title-block[data-v-e3084b31] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hf-price-card__name[data-v-e3084b31] {
  font-family: Forum, Georgia, serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  color: #fffce5;
  margin: 0;
}
.hf-price-card__tagline[data-v-e3084b31] {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(255, 252, 229, 0.6);
  letter-spacing: -0.07em;
}
.hf-price-card__price-row[data-v-e3084b31] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 6px;
  color: #fffce5;
}
.hf-price-card__amt[data-v-e3084b31] {
  font-family: Forum, Georgia, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
}
.hf-price-card__per[data-v-e3084b31] {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.07em;
  padding-bottom: 10px;
}
.hf-price-card__rule[data-v-e3084b31] {
  border: none;
  height: 1px;
  margin: 0;
  width: 100%;
  flex-shrink: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 160, 62, 0.08) 0%,
    rgba(255, 252, 229, 0.18) 50%,
    rgba(255, 160, 62, 0.08) 100%
  );
  opacity: 0.85;
}
.hf-price-card__features[data-v-e3084b31] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hf-price-card__feature[data-v-e3084b31] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.hf-price-card__dot[data-v-e3084b31] {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 100px;
  background: linear-gradient(92.58deg, #ffcb7f 0%, #ab6816 73.06%);
}
.hf-price-card__feature-text[data-v-e3084b31] {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(255, 252, 229, 0.6);
  letter-spacing: -0.07em;
}
.hf-price-card__subscribe[data-v-e3084b31] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  position: relative;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -1.12px;
  color: #fffce5;
  text-decoration: none;
  cursor: pointer;
  font-family: Inter, system-ui, sans-serif;
  background:
    linear-gradient(#010101, #010101) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
  transition:
    text-shadow 0.2s ease,
    box-shadow 0.2s ease;
}
.hf-price-card__subscribe[data-v-e3084b31]:hover {
  text-decoration: none;
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.1);
}
.hf-price-card__subscribe.router-link-active[data-v-e3084b31],
.hf-price-card__subscribe.router-link-exact-active[data-v-e3084b31] {
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.1);
}
.hf-price-card__subscribe[data-v-e3084b31]::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  background: #010101;
  z-index: 0;
  pointer-events: none;
}
.hf-price-card__subscribe[data-v-e3084b31]::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
  z-index: 1;
  pointer-events: none;
}
.hf-price-card__subscribe-label[data-v-e3084b31] {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
@media (max-width: 900px) {
.hf-price-card__amt[data-v-e3084b31] {
    font-size: clamp(48px, 14vw, 70px);
}
}
@media (prefers-reduced-motion: reduce) {
.hb-place-card[data-v-e3084b31],
  .hb-place-card__img[data-v-e3084b31],
  .hb-feature-card[data-v-e3084b31],
  .hb-partner-card__main[data-v-e3084b31],
  .hf-price-card[data-v-e3084b31] {
    transition: none;
}
.hb-place-card[data-v-e3084b31]:hover,
  .hb-feature-card[data-v-e3084b31]:hover,
  .hb-partner-card__main[data-v-e3084b31]:hover,
  .hf-price-card[data-v-e3084b31]:hover {
    transform: none;
}
.hb-place-card:hover .hb-place-card__img[data-v-e3084b31] {
    transform: none;
}
}

/* iOS Safari crash guard: reduce expensive compositing on /for-business mobile */
.hb--safari-mobile .hb-art__masked-light[data-v-e3084b31] {
  display: none;
}
.hb--safari-mobile .hb-features-bg[data-v-e3084b31],
.hb--safari-mobile .hb-feature-grid[data-v-e3084b31]::before,
.hb--safari-mobile .hb-partners-bg[data-v-e3084b31],
.hb--safari-mobile .hb-partners-lights__band--wide[data-v-e3084b31],
.hb--safari-mobile .hb-pricing-bg[data-v-e3084b31],
.hb--safari-mobile .hb-pricing-lights__band--wide[data-v-e3084b31] {
  filter: none;
}
.hb--safari-mobile .hb-partners-lights__band--wide[data-v-e3084b31],
.hb--safari-mobile .hb-partners-lights__band--narrow[data-v-e3084b31],
.hb--safari-mobile .hb-partners-lights__band--diag[data-v-e3084b31],
.hb--safari-mobile .hb-pricing-lights__band--wide[data-v-e3084b31],
.hb--safari-mobile .hb-pricing-lights__band--narrow[data-v-e3084b31],
.hb--safari-mobile .hb-pricing-lights__band--diag[data-v-e3084b31],
.hb--safari-mobile .hb-features-bg[data-v-e3084b31] {
  mix-blend-mode: normal;
}
.hb--safari-mobile .hb-partner-card__main[data-v-e3084b31],
.hb--safari-mobile .hf-price-card[data-v-e3084b31] {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


#app {
  min-height: 100vh;
}
.app-boot-skeleton {
  min-height: 100vh;
  background: #010101;
}
.fm-required-asterisk,
.stat-create-field__required {
  color: #ff171b;
}
/* Design tokens from Figma reference */
:root {
  /* Colors */
  --color-text: #000;
  --color-text-muted: #676767;
  --color-bg: #fff;
  --color-bg-card: #ededed;
  --color-bg-header-logo: #a8a8a8;
  --color-bg-header-logo-alt: #e1e1e1;
  --color-bg-input: #ebebeb;
  --color-bg-placeholder: #d9d9d9;
  --color-border: #000;
  --color-border-light: #d9d9d9;
  --color-primary: #000;
  --color-primary-inverse: #fff;
  --color-btn-secondary-bg: #4e4e4e;
  --color-btn-secondary-text: #fff;
  --color-shadow: rgba(0, 0, 0, 0.25);

  /** WebKit autofill inset paint — dark layouts override via `.app-layout--dark-field-autofill` */
  --fm-input-autofill-bg: var(--color-bg);
  --fm-input-autofill-color: var(--color-text);

  /* Typography */
  --font-sans: 'Inter', system-ui, sans-serif;
  --text-xs: 12px;
  --text-sm: 16px;
  --text-base: 20px;
  --text-lg: 24px;
  --text-xl: 40px;
  --text-2xl: 60px;
  --font-normal: 400;
  --font-medium: 500;
  --font-bold: 700;

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 20px;
  --space-5: 40px;
  --page-padding: 40px;

  /* Radii */
  --radius-sm: 8px;
  --radius-md: 18px;
  --radius-lg: 20px;
  --radius-full: 9999px;
}
/**
 * Shared dark-theme controls (org shell, account, public church pages, business landing).
 * — .fm-pill: same shell as AppHeader .app-header__org-profile (subtle border + inset highlight).
 * — .hb-btn / .hb-btn--primary / .hb-btn--outline: same as HomeBusinessView (used site-wide).
 * — .hb-container + .hb-section--final / .hb-final-cta__light: HomeBusinessView final CTA (reused on org account).
 */
:root {
  --fm-cream: #fffce5;
  --fm-gold-mid: #cf9b50;
  --fm-gold-deep: #9c6522;
  /** Public location / subpage carousel tiles — soft gold outer glow (no hard rim) */
  --fm-public-card-glow: 0 0 12.3px 0 rgba(255, 204, 131, 0.15);
  /** Stack after `--fm-public-card-glow` on :hover for info cards */
  --fm-public-card-glow-hover-boost: 0 0 22px 0 rgba(255, 204, 131, 0.28);
  /** Inset on carousel scrollports so card/thumb box-shadow is not clipped by overflow */
  --fm-public-carousel-glow-pad: 16px;
}
/**
 * Horizontal carousel scrollport — padding for `--fm-public-card-glow`.
 * Negative margin only on block axis: inline glow at track start/end stays inside
 * the scrollport (full negative margin was clipped by section overflow).
 */
.fm-public-carousel-scrollport {
  box-sizing: border-box;
  padding-block: var(--fm-public-carousel-glow-pad);
  margin-block: calc(-1 * var(--fm-public-carousel-glow-pad));
  padding-inline: var(--fm-public-carousel-glow-pad);
  scroll-padding-inline: var(--fm-public-carousel-glow-pad);
}
/* Let card/thumb glow extend past the scrollport at track start/end */
.event-carousel,
.statue-carousel,
.cp__events-carousel,
.cp__events-stage,
.explore-carousel,
.stat-other__carousel {
  overflow: visible;
}
/** Public carousels: swipe on mobile; prev/next chrome only from tablet up */
@media (max-width: 1023px) {
  .event-carousel-btns,
  .statue-carousel-btns,
  .stat-other__carousel > .stat-other__arrow,
  .stat-hero__arrows,
  .hero__buttons,
  .loc-pub-reflections__nav,
  .reflections-nav,
  .nearby-nav,
  .explore-nav,
  .messages-nav,
  .mp__event-nav-btn,
  .mp__legacy-nav-btn {
    display: none !important;
  }
}
/* —— Secondary: org-profile pill —— */
.fm-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  min-height: 41px;
  padding: 10px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #010101;
  box-shadow: inset 0 4px 13.3px rgba(255, 255, 255, 0.1);
  color: var(--fm-cream);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 1.3;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
}
.fm-pill:hover {
  text-decoration: none;
  opacity: 0.92;
}
.fm-pill:disabled,
.fm-pill[aria-disabled='true'] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.fm-pill:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.85);
  outline-offset: 2px;
}
/** Taller tap target (header burgers, carousel arrows) */
.fm-pill--touch {
  min-height: 44px;
  min-width: 44px;
}
/* —— Primary gold (HomeBusiness hb-btn) —— */
.hb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  border: 1px solid transparent;
  position: relative;
  box-sizing: border-box;
  transition:
    box-shadow 0.2s ease,
    text-shadow 0.2s ease,
    filter 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}
.hb-btn:hover {
  text-decoration: none;
}
.hb-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.hb-btn:focus-visible {
  outline: 2px solid rgba(255, 252, 229, 0.85);
  outline-offset: 2px;
}
/* Figma Primary button 67:3760 — fill + gradient rim like .hb-btn--outline */
.hb-btn--primary {
  color: #fffce5;
  background:
    linear-gradient(98.47deg, var(--fm-gold-mid) 0%, var(--fm-gold-deep) 75%) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.hb-btn--primary:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.hb-btn--primary:active {
  text-shadow: none;
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.2);
}
/** Smaller primary (public pages, stat chips) */
.hb-btn--compact {
  font-size: 16px;
  padding: 10px 20px;
  min-height: 0;
}
.hb-btn--outline {
  font-size: 16px;
  padding: 10px 20px;
  color: #fffce5;
  background:
    linear-gradient(#010101, #010101) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
  box-shadow: inset 0 4px 12px rgba(255, 255, 255, 0.1);
}
.hb-btn--outline:hover {
  text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  box-shadow:
    0 4px 4px rgba(255, 255, 255, 0.1),
    inset 0 4px 12px rgba(255, 255, 255, 0.2);
}
.hb-btn--outline:active {
  text-shadow: none;
  box-shadow: none;
}
.hb-btn--block {
  width: 100%;
}
.hb-btn--grow {
  flex: 1 1 160px;
  min-width: 140px;
}
/* Gallery strip reorder (↑/↓) on location/subpage edit pages */
.tc-gallery-order__btn.hb-btn--outline,
.mc__gallery-order__btn.hb-btn--outline,
.stat-gallery-order__btn,
.vet-gallery-order__btn.vet-upload-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  gap: 0;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  box-sizing: border-box;
}
/* HomeBusinessView — page grid (was scoped; shared with AccountBusiness final CTA) */
.hb-container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: var(--page-padding, 16px);
  padding-right: var(--page-padding, 16px);
}
/* Final CTA — свет как HomeView .hf-footer-cta__light (same markup/CSS as HomeBusinessView) */
.hb-section--final {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 11vw, 160px) 0 56px;
  text-align: center;
  box-sizing: border-box;
  background: #010101;
  color: #fffce5;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: -0.07em;
}
.hb-section--final .hb-h2 {
  font-family: Forum, Georgia, serif;
  font-weight: 400;
  line-height: 1;
  color: #fffdee;
  margin: 0;
  font-size: clamp(32px, 5vw, 48px);
}
.hb-section--final .hb-h2--center {
  text-align: center;
}
.hb-section--final .hb-muted {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 252, 229, 0.6);
  margin: 0;
}
.hb-section--final .hb-muted--center {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hb-final-cta__light {
  position: absolute;
  left: 50%;
  top: 79.93px;
  transform: translateX(-50%);
  width: 884.001px;
  height: 467.999px;
  max-width: calc(100% + 48px);
  pointer-events: none;
  z-index: 0;
  isolation: isolate;
  overflow: visible;
}
.hb-final-cta__light-core {
  position: absolute;
  inset: 0;
  overflow: visible;
}
.hb-final-cta__light-core-inset {
  position: absolute;
  top: -28.65%;
  right: -15.17%;
  bottom: -28.65%;
  left: -15.17%;
  overflow: visible;
}
.hb-final-cta__glow--a {
  position: absolute;
  top: 59.91%;
  right: 23.82%;
  bottom: 0;
  left: 23.82%;
  overflow: visible;
}
.hb-final-cta__glow-expand--a {
  position: absolute;
  top: -53.3%;
  right: -21.6%;
  bottom: -53.3%;
  left: -21.6%;
  overflow: visible;
}
.hb-final-cta__glow--b {
  position: absolute;
  top: 48.11%;
  right: 22.24%;
  bottom: 14.92%;
  left: 22.24%;
  overflow: visible;
}
.hb-final-cta__glow-expand--b {
  position: absolute;
  top: -80.91%;
  right: -28.53%;
  bottom: -80.91%;
  left: -28.53%;
  overflow: visible;
}
.hb-final-cta__light-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
}
@media (max-width: 1024px) {

  .hb-container {
    padding-left: 16px;
    padding-right: 16px;
  }
 }
/*
 * Dark chrome (most routes): native inputs + selects inherit these so :-webkit-autofill
 * matches translucent dark fields (same idea as BaseInput--dark).
 */
.app-layout--dark-field-autofill {
  --fm-input-autofill-bg: rgba(0, 0, 0, 0.4);
  --fm-input-autofill-color: #fffce5;
}
@media (max-width: 920px) {
  .hb-final-cta__light {
    transform: translateX(-50%) scale(clamp(0.42, calc(100vw / 884), 1));
    transform-origin: top center;
  }
}
.hb-final__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.hb-final__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  width: 100%;
  max-width: 520px;
  margin-top: 24px;
}
/* Editor modals — footer buttons match Create new (.hb-btn--primary) sizing */
.mc-evm .mc-evm__actions .hb-btn {
  font-size: 20px;
  padding: 12px 24px;
}
/* Editor modals — beats per-view .mc-evm__actions { flex-direction: row } */
@media (max-width: 1023px) {
  .mc-evm .mc-evm__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .mc-evm .mc-evm__actions .mc__btn-footer-secondary,
  .mc-evm .mc-evm__actions .mc__btn-primary--flex {
    flex: none;
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
}
.fm-field-shell--invalid,
.tc-input-shell.fm-field-shell--invalid,
.mc__input-shell.fm-field-shell--invalid,
.mc-svm__input-shell.fm-field-shell--invalid,
.vet-input-shell.fm-field-shell--invalid,
.tc-dropzone.fm-field-shell--invalid,
.mc-svm__drop.fm-field-shell--invalid {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35);
}
.fm-field-inline-error {
  margin: 4px 0 0;
  color: #ff6b6b;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}
.fm-field-shell--invalid .dpf__trigger,
.fm-field-shell--invalid .tpf__trigger {
  border-color: #ff6b6b !important;
  box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.35);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button {
  font-family: inherit;
  cursor: pointer;
}
input,
textarea {
  font-family: inherit;
  font-size: inherit;
}
/* Keep browser autofill from painting browser-tinted backgrounds */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  /*
   * Use a solid inset paint to fully suppress Chrome/Safari autofill tint.
   * Layout sets --fm-input-autofill-* (see variables.css + fm-dark-ui.css).
   */
  --fm-autofill-bg: var(--fm-input-autofill-bg, var(--color-bg, #ffffff));
  --fm-autofill-color: var(--fm-input-autofill-color, inherit);
  -webkit-text-fill-color: var(--fm-autofill-color) !important;
  caret-color: var(--fm-autofill-color) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--fm-autofill-bg) inset !important;
  box-shadow: 0 0 0 1000px var(--fm-autofill-bg) inset !important;
  background-color: transparent !important;
  transition: background-color 99999s ease-out 0s;
}
input:autofill,
textarea:autofill,
select:autofill {
  background-color: var(--fm-input-autofill-bg, var(--color-bg, transparent));
  color: var(--fm-input-autofill-color, inherit);
}
