:root {
  color-scheme: light;
  --bg: #f6f8fb;
  --paper: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: #d9e2ec;
  --accent: #0891b2;
  --accent-strong: #0e7490;
  --aqua: #22d3ee;
  --lime: #84cc16;
  --violet: #7c3aed;
  --shadow: 0 22px 70px rgba(16, 24, 40, 0.13);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 211, 238, 0.22), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 58%, #eef4f8 100%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a {
  color: inherit;
}

.upload-overlay,
.success-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  padding: 18px;
  place-items: center;
  background: rgba(45, 36, 48, 0.72);
  backdrop-filter: blur(12px);
}

.upload-overlay.is-visible,
.success-overlay.is-visible {
  display: grid;
}

.upload-overlay-panel,
.success-panel {
  display: grid;
  width: min(520px, 100%);
  gap: 18px;
  justify-items: center;
  padding: 28px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.38);
}

.upload-ring {
  display: grid;
  width: 156px;
  height: 156px;
  place-items: center;
  border: 14px solid rgba(8, 145, 178, 0.16);
  border-top-color: var(--accent);
  border-right-color: var(--aqua);
  border-radius: 50%;
  animation: uploadPulse 1s ease-in-out infinite alternate;
}

.upload-ring span {
  color: var(--accent-strong);
  font-size: 2.4rem;
  font-weight: 900;
}

.upload-overlay-panel h2,
.success-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.7rem);
  line-height: 0.98;
}

.upload-overlay-panel p:not(.eyebrow),
.success-panel p:not(.eyebrow) {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.overlay-track {
  overflow: hidden;
  width: 100%;
  height: 22px;
  border-radius: 999px;
  background: #dbeafe;
}

.overlay-track div {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--aqua), var(--lime));
  transition: width 160ms ease;
}

.success-mark {
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-size: 1.6rem;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(8, 145, 178, 0.3);
}

@keyframes uploadPulse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.04);
  }
}

.app-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 56px;
}

.guest-floating-links {
  position: fixed;
  right: 14px;
  top: 14px;
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
}

.guest-floating-links a {
  padding: 9px 12px;
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(10px);
}

.guest-floating-links a:hover {
  color: var(--accent-strong);
  border-color: rgba(8, 145, 178, 0.24);
  background: rgba(255, 255, 255, 0.95);
}

.home-hero {
  display: grid;
  min-height: auto;
  align-content: start;
  gap: clamp(18px, 4vw, 38px);
  padding: 18px 0 46px;
}

.home-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.home-nav .login-brand {
  grid-auto-flow: column;
  gap: 0.16em;
}

.home-nav > div:last-child,
.home-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.home-hero-content {
  max-width: 980px;
}

.home-hero-content h1 {
  max-width: 980px;
  font-size: clamp(3rem, 7vw, 6.1rem);
  line-height: 0.96;
}

.home-actions {
  margin-top: 26px;
}

.mobile-scroll-cue {
  display: none;
}

.trial-note {
  display: inline-grid;
  width: fit-content;
  margin: 18px 0 0;
  padding: 10px 13px;
  border: 1px solid rgba(21, 128, 61, 0.18);
  border-radius: 8px;
  background: #ecfdf3;
  color: #166534;
  font-weight: 900;
}

.trust-strip {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.trust-strip span {
  display: inline-grid;
  min-height: 36px;
  place-items: center;
  padding: 0 11px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 999px;
  background: rgba(236, 254, 255, 0.76);
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 900;
}

.home-section-row {
  display: grid;
  gap: 14px;
}

.home-demo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.home-demo-panel h2,
.home-demo-panel p {
  margin: 0;
}

.home-demo-panel h2 {
  color: var(--ink);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
}

.home-demo-panel p:not(.eyebrow) {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.home-demo-panel > div:last-child {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

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

.home-feature-grid article {
  display: grid;
  gap: 9px;
  min-height: 150px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.home-feature-grid span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: white;
  font-size: 0.82rem;
  font-weight: 900;
}

.home-feature-grid h2,
.home-feature-grid p {
  margin: 0;
}

.home-feature-grid h2 {
  font-size: 1.14rem;
}

.home-feature-grid p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
}

.public-faq {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.08);
}

.public-faq h2,
.public-faq p {
  margin: 0;
}

.public-faq h2 {
  font-size: clamp(2rem, 5vw, 3.2rem);
}

.compact-faq {
  padding: 18px;
}

.compact-faq .faq-grid article {
  padding: 12px;
}

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

.faq-grid article {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.faq-grid strong {
  color: var(--ink);
}

.faq-grid p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.support-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.support-strip h2,
.support-strip p {
  margin: 0;
}

.support-strip h2 {
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2.3rem);
}

.support-strip p:not(.eyebrow) {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.account-support-strip {
  grid-column: 1 / -1;
  background: #f8fafc;
}

.compact-support {
  padding: 14px 16px;
}

.compact-support h2 {
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
}

.public-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  padding-top: 8px;
}

.public-footer a {
  color: var(--muted);
  font-weight: 900;
  text-decoration: none;
}

.public-page {
  display: grid;
  gap: 32px;
  padding: 18px 0 48px;
}

.public-header {
  display: grid;
  gap: 14px;
  max-width: 940px;
  padding: 28px 0 6px;
}

.public-header h1 {
  font-size: clamp(3rem, 8vw, 6.6rem);
}

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

.pricing-card {
  display: grid;
  gap: 18px;
  align-content: space-between;
  min-height: 520px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.pricing-card.is-featured {
  border-color: rgba(8, 145, 178, 0.38);
  box-shadow: 0 22px 52px rgba(8, 145, 178, 0.15);
}

.pricing-card h2,
.pricing-card p {
  margin: 0;
}

.pricing-price {
  margin-top: 14px !important;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
}

.pricing-copy {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.pricing-best-for {
  display: inline-grid;
  width: fit-content;
  margin-top: 12px !important;
  padding: 9px 11px;
  border: 1px solid rgba(8, 145, 178, 0.16);
  border-radius: 8px;
  background: #ecfeff;
  color: var(--accent-strong);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.35;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  padding: 10px 12px;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  font-weight: 800;
}

.public-note,
.legal-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.public-note p,
.legal-updated {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.legal-panel {
  max-width: 980px;
}

.legal-panel h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.legal-content {
  display: grid;
  gap: 18px;
  margin-top: 12px;
}

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

.legal-content h2,
.legal-content p {
  margin: 0;
}

.legal-content p {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.65;
}

.admin-login-view,
.account-auth-view {
  display: grid;
  min-height: calc(100vh - 88px);
  place-items: center;
}

.account-auth-view {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 34px;
}

.auth-intro {
  display: grid;
  gap: 28px;
  align-content: center;
}

.auth-intro h1 {
  max-width: 680px;
  font-size: clamp(3rem, 8vw, 6.5rem);
}

.auth-intro p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.6;
}

.admin-login-panel,
.account-auth-panel {
  display: grid;
  width: min(520px, 100%);
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.auth-alt {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.auth-alt a {
  color: var(--accent-strong);
  font-weight: 900;
  text-decoration: none;
}

.support-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.support-note a {
  color: var(--accent-strong);
  font-weight: 900;
  text-decoration: none;
}

.signup-plan-picker,
.account-plan-options {
  display: grid;
  gap: 10px;
}

.signup-plan-option,
.account-plan-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  cursor: pointer;
}

.signup-plan-option.is-selected,
.account-plan-option.is-selected {
  border-color: rgba(8, 145, 178, 0.55);
  background: #ecfeff;
  box-shadow: 0 12px 28px rgba(8, 145, 178, 0.12);
}

.signup-plan-option input,
.account-plan-option input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}

.signup-plan-option span,
.account-plan-option span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.signup-plan-option small,
.account-plan-option small,
.signup-plan-option em,
.account-plan-option em {
  color: var(--muted);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.prototype-reset-link {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(8, 145, 178, 0.24);
  border-radius: 8px;
  background: #ecfeff;
}

.prototype-reset-link p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.dashboard-nav {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 20px;
}

.dashboard-nav > div {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.dashboard-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 32px;
  align-items: center;
  padding: 12px 0 22px;
}

.dashboard-header h1,
.diagnostics-header h1 {
  font-size: clamp(3.2rem, 9vw, 6.8rem);
}

.diagnostics-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 32px;
  align-items: center;
  padding: 12px 0 22px;
}

.account-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.account-panel h2,
.account-panel p {
  margin: 0;
}

.account-panel p {
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.account-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: 680px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.account-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.account-tabs button.is-active {
  background: var(--ink);
  color: white;
}

.account-settings-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.account-settings-panel[hidden],
.dashboard-events-panel[hidden],
.dashboard-grid[hidden] {
  display: none;
}

.account-settings-summary,
.account-settings-form {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.account-settings-summary h2,
.account-settings-summary p {
  margin: 0;
}

.account-settings-summary p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.5;
}

.account-settings-form {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.account-settings-form .secondary-button {
  min-height: 42px;
}

.account-settings-form .status-message {
  min-height: auto;
}

.account-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(180, 83, 9, 0.22);
  border-radius: 8px;
  background: #fffbeb;
  box-shadow: 0 14px 34px rgba(180, 83, 9, 0.1);
}

.account-onboarding-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(21, 128, 61, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, #ecfdf3, #f0fdfa);
  box-shadow: 0 14px 34px rgba(21, 128, 61, 0.1);
}

.account-onboarding-panel[hidden] {
  display: none;
}

.account-onboarding-panel h2,
.account-onboarding-panel p {
  margin: 0;
}

.account-onboarding-panel p:not(.eyebrow) {
  color: #166534;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.5;
}

.account-onboarding-panel h2,
.account-payment-panel h2 {
  font-size: 1.25rem;
  line-height: 1.15;
}

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

.onboarding-actions .primary-button,
.onboarding-actions .secondary-button {
  min-height: 40px;
  padding: 0 13px;
}

.onboarding-dismiss {
  width: 40px;
  min-height: 40px;
  background: rgba(16, 24, 40, 0.08);
  color: var(--ink);
  font-size: 0.92rem;
}

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

.onboarding-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.onboarding-steps strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #15803d;
  color: white;
  font-size: 0.82rem;
}

.onboarding-steps span {
  color: #14532d;
  font-size: 0.86rem;
  font-weight: 850;
}

.account-payment-panel[hidden] {
  display: none;
}

.account-payment-panel h2,
.account-payment-panel p {
  margin: 0;
}

.account-payment-panel p:not(.eyebrow) {
  color: #92400e;
  font-weight: 750;
  line-height: 1.5;
}

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

.payment-actions .primary-button,
.payment-actions .secondary-button {
  min-height: 44px;
}

.subscription-cancel-panel {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(146, 64, 14, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.subscription-cancel-panel strong,
.subscription-cancel-panel span {
  color: #78350f;
}

.subscription-cancel-panel .secondary-button {
  justify-self: start;
}

.subscription-cancel-panel .status-message {
  min-height: auto;
}

.diagnostics-status {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.diagnostics-status h2,
.diagnostics-status p {
  margin: 0;
}

.diagnostics-status h2 {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

.diagnostics-status p:not(.eyebrow),
.diagnostics-paths {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.diagnostics-section {
  padding: 24px 0 0;
}

.diagnostics-summary {
  display: grid;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: 12px;
}

.diagnostics-summary article {
  display: grid;
  gap: 6px;
  min-height: 104px;
  align-content: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.08);
}

.diagnostics-summary strong {
  color: var(--ink);
  font-size: clamp(1.45rem, 4vw, 2.2rem);
  overflow-wrap: anywhere;
}

.diagnostics-summary span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.readiness-card {
  display: grid;
  gap: 14px;
  min-height: 166px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--muted);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.08);
}

.readiness-card.is-ready {
  border-left-color: #1f6f43;
}

.readiness-card.is-warning {
  border-left-color: #b7791f;
}

.readiness-card.is-missing {
  border-left-color: #b42318;
}

.readiness-card div {
  display: grid;
  gap: 5px;
}

.readiness-card span {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.readiness-card strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.readiness-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.diagnostics-warnings {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnostics-warnings li {
  padding: 14px 16px;
  border: 1px solid rgba(180, 35, 24, 0.22);
  border-radius: 8px;
  background: #fff1f0;
  color: #7a271a;
  font-weight: 800;
  line-height: 1.45;
}

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

.diagnostics-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.8fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(16, 24, 40, 0.07);
}

.diagnostics-row > div {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.diagnostics-row > div:first-child {
  display: grid;
  gap: 4px;
}

.diagnostics-row strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.diagnostics-row span {
  display: inline-grid;
  min-height: 30px;
  align-items: center;
  padding: 5px 8px;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.diagnostics-access-state {
  display: grid;
  gap: 14px;
  margin-top: 32px;
  text-align: left;
}

.diagnostics-access-state h1 {
  font-size: clamp(2.4rem, 8vw, 5rem);
}

.diagnostics-access-state p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.55;
}

.diagnostics-access-state strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 28px 0 0;
}

.create-event-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(760px, 100%);
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 44px rgba(16, 24, 40, 0.08);
}

.dashboard-events-panel {
  display: grid;
  gap: 18px;
  padding: 28px 0 0;
}

.dashboard-events-panel .section-heading {
  align-items: center;
}

.dashboard-events-panel .section-heading .secondary-button {
  min-height: 42px;
}

.create-event-panel > div,
.create-event-panel .full-span,
.create-event-panel button,
.create-event-panel .status-message {
  grid-column: 1 / -1;
}

.form-intro {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.create-event-panel input[type="color"] {
  width: 72px;
  min-height: 46px;
  padding: 4px;
}

.dashboard-events-panel {
  min-width: 0;
}

.launch-checklist {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.launch-ready-panel,
.launch-empty-panel,
.launch-summary-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(8, 145, 178, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #ecfeff, #ffffff 58%, #f8fafc);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.launch-ready-panel h2,
.launch-empty-panel h2,
.launch-summary-panel h2,
.launch-ready-panel p,
.launch-empty-panel p,
.launch-summary-panel p {
  margin: 0;
}

.launch-ready-panel p:not(.eyebrow),
.launch-empty-panel p:not(.eyebrow),
.launch-summary-panel p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.launch-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-steps li {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.launch-steps span {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  font-size: 0.82rem;
  font-weight: 900;
}

.launch-steps strong,
.launch-steps small {
  display: block;
  overflow-wrap: anywhere;
}

.launch-steps small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.launch-actions,
.launch-mini-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.launch-actions .primary-button,
.launch-actions .secondary-button {
  min-height: 44px;
}

.launch-url {
  padding: 12px;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink) !important;
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.launch-mini-steps span {
  padding: 8px 10px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 900;
}

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

.event-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.08);
}

.event-card.is-archived {
  border-color: #cbd5e1;
  background: #f8fafc;
  box-shadow: none;
}

.event-card-topline,
.event-card-main {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
}

.event-card-main {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(360px, 1.2fr);
  align-items: start;
}

.event-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.event-card p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.event-card .event-owner {
  color: var(--ink);
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.event-card-topline small {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background: #ecfeff;
  color: var(--accent-strong);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.event-status {
  display: inline-grid;
  min-height: 31px;
  place-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: #eef4f8;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.event-status.is-open {
  background: #edf8f1;
  color: #1f6f43;
}

.event-status.is-closed {
  background: #fff1f0;
  color: #b42318;
}

.event-status.is-expired {
  background: #fff7ed;
  color: #c2410c;
}

.event-status.is-archived {
  background: #eef2ff;
  color: #3730a3;
}

.event-status.is-cleanup {
  background: #7f1d1d;
  color: #fff;
}

.event-card.is-cleanup-due {
  border-color: rgba(180, 35, 24, 0.34);
  box-shadow: 0 18px 42px rgba(127, 29, 29, 0.12);
}

.event-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 1fr));
  gap: 8px;
  min-width: 0;
}

.event-stats span {
  display: grid;
  gap: 4px;
  min-height: 68px;
  align-content: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.event-stats strong {
  color: var(--ink);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

.event-card-actions {
  display: grid;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.event-primary-actions,
.event-control-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.event-control-actions {
  padding: 10px;
  border: 1px solid rgba(203, 213, 225, 0.72);
  border-radius: 8px;
  background: #f8fafc;
}

.event-primary-actions .primary-button,
.event-primary-actions .secondary-button,
.event-control-actions .secondary-button,
.event-control-actions .danger-button {
  min-height: 42px;
  padding: 0 13px;
  font-size: 0.88rem;
}

.event-lifecycle-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #f8fafc;
}

.event-lifecycle-panel div {
  display: grid;
  gap: 4px;
}

.event-lifecycle-panel strong {
  color: var(--ink);
}

.event-lifecycle-panel span {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
}

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

.owner-header h1 {
  font-size: clamp(3rem, 8vw, 5.9rem);
}

.owner-section {
  padding: 26px 0 0;
}

.owner-section-compact {
  padding-top: 16px;
}

.owner-section .section-heading {
  margin-bottom: 14px;
}

.owner-tabs {
  position: sticky;
  top: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  backdrop-filter: blur(12px);
}

.owner-tabs button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
}

.owner-tabs button.is-active {
  background: var(--ink);
  color: white;
}

.owner-search {
  min-width: min(340px, 100%);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.owner-search input {
  min-height: 42px;
  text-transform: none;
}

.owner-plan-list,
.owner-reset-list,
.owner-email-list,
.owner-activity-list,
.owner-user-list {
  display: grid;
  gap: 14px;
}

.owner-email-toolbar {
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.owner-activity-toolbar {
  align-items: end;
}

.owner-select-filter {
  display: grid;
  width: min(340px, 100%);
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.owner-select-filter select {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-transform: capitalize;
}

.owner-email-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owner-email-filters button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font-weight: 900;
  text-transform: capitalize;
}

.owner-email-filters button.is-active {
  background: var(--ink);
  color: #fff;
}

.owner-plan-list {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.owner-reset-panel {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(8, 145, 178, 0.22);
  border-radius: 8px;
  background: #f8fafc;
}

.owner-reset-panel h3,
.owner-reset-panel p {
  margin: 0;
}

.owner-reset-panel p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.owner-reset-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.owner-reset-card div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.owner-reset-card span,
.owner-reset-card small {
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.owner-email-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.07);
}

.owner-activity-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.07);
}

.owner-activity-card h3 {
  margin: 0;
  color: var(--ink);
}

.owner-activity-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.owner-activity-meta {
  display: grid;
  gap: 6px;
  justify-items: end;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.owner-activity-meta a {
  color: var(--accent);
  text-decoration: none;
}

.owner-launch-readiness {
  display: grid;
  gap: 16px;
}

.launch-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff, #eefcff);
  box-shadow: 0 14px 34px rgba(8, 145, 178, 0.1);
}

.launch-overview h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.launch-overview p,
.launch-next-panel p {
  margin: 6px 0 0;
  color: var(--muted);
  font-weight: 750;
}

.launch-score-ring {
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  place-items: center;
  border: 10px solid rgba(8, 145, 178, 0.18);
  border-top-color: var(--accent);
  border-radius: 50%;
  background: white;
}

.launch-score-ring strong {
  color: var(--ink);
  font-size: 1.35rem;
}

.launch-summary-grid,
.launch-check-grid {
  display: grid;
  gap: 10px;
}

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

.launch-summary-grid article,
.launch-check-card,
.launch-next-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.07);
}

.launch-summary-grid article {
  display: grid;
  gap: 6px;
  min-height: 90px;
  align-content: center;
  padding: 12px;
}

.launch-summary-grid strong {
  color: var(--ink);
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.launch-summary-grid span,
.launch-check-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.launch-check-card {
  display: grid;
  gap: 12px;
  min-height: 150px;
  align-content: start;
  padding: 16px;
  border-left: 6px solid var(--muted);
}

.launch-check-card.is-ready {
  border-left-color: #1f6f43;
}

.launch-check-card.is-warning {
  border-left-color: #b7791f;
}

.launch-check-card.is-missing {
  border-left-color: #b42318;
}

.launch-check-card div {
  display: grid;
  gap: 5px;
}

.launch-check-card strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.launch-check-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.launch-next-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.launch-next-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.launch-next-panel li {
  padding: 12px 14px;
  border: 1px solid rgba(180, 83, 9, 0.2);
  border-radius: 8px;
  background: #fffbeb;
  color: #92400e;
  font-weight: 800;
}

.stripe-config-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.07);
}

.stripe-config-panel h3,
.stripe-config-panel p {
  margin: 0;
}

.stripe-config-panel p:not(.eyebrow) {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

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

.stripe-config-grid span {
  display: inline-grid;
  min-height: 38px;
  align-items: center;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stripe-config-grid .is-ready {
  border: 1px solid rgba(21, 128, 61, 0.22);
  background: #ecfdf3;
  color: #166534;
}

.stripe-config-grid .is-missing {
  border: 1px solid rgba(180, 35, 24, 0.24);
  background: #fff1f0;
  color: #b42318;
}

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

.owner-email-head h3,
.owner-email-head p {
  margin: 0;
}

.owner-email-head span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.owner-email-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
}

.owner-email-actions .secondary-button,
.owner-email-actions .danger-button,
.owner-email-toolbar .danger-button {
  min-height: 38px;
  padding: 0 12px;
}

.owner-email-card pre {
  max-height: 260px;
  margin: 0;
  overflow: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 14px;
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  font-family: inherit;
  font-weight: 650;
  line-height: 1.5;
}

.owner-plan-card,
.owner-user-card,
.owner-user-detail {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.07);
}

.owner-plan-card {
  align-content: start;
}

.owner-plan-head,
.owner-plan-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.owner-plan-head h3 {
  margin: 0;
  font-size: 1.5rem;
}

.owner-plan-head > span {
  display: inline-grid;
  min-height: 30px;
  place-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: #edf8f1;
  color: #1f6f43;
  font-size: 0.78rem;
  font-weight: 900;
}

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

.owner-plan-metrics label {
  gap: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.owner-plan-metrics input,
.owner-plan-metrics select {
  min-height: 40px;
  padding: 0 10px;
}

.owner-plan-switches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.owner-plan-switches label {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
}

.owner-plan-switches input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--accent);
}

.owner-plan-actions .status-message {
  min-height: auto;
}

.owner-plan-actions .secondary-button {
  min-height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

.owner-user-card {
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 0.9fr) minmax(160px, 220px);
  align-items: center;
}

.owner-user-card.is-selected {
  border-color: rgba(8, 145, 178, 0.42);
  box-shadow: 0 14px 34px rgba(8, 145, 178, 0.13);
}

.owner-user-main,
.owner-user-stats {
  display: grid;
  gap: 5px;
}

.owner-user-main strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.owner-user-main span {
  color: var(--muted);
  font-weight: 750;
  overflow-wrap: anywhere;
}

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

.owner-user-stats span {
  display: inline-grid;
  min-height: 36px;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.owner-user-card label {
  gap: 5px;
}

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

.owner-user-actions label {
  display: grid;
}

.owner-user-actions .danger-button {
  min-height: 42px;
  padding: 0 12px;
}

.owner-user-actions .secondary-button {
  min-height: 42px;
  padding: 0 12px;
}

.owner-protected-note {
  display: inline-grid;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(21, 128, 61, 0.22);
  border-radius: 8px;
  background: #ecfdf3;
  color: #166534;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.owner-user-card select {
  min-height: 42px;
}

.owner-user-card .status-message {
  grid-column: 1 / -1;
  min-height: auto;
}

.owner-user-detail {
  background: linear-gradient(180deg, #ffffff, #f8fbfc);
}

.owner-user-dialog {
  width: min(1040px, calc(100% - 24px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.owner-user-dialog::backdrop {
  background: rgba(15, 23, 42, 0.62);
}

.owner-user-dialog .owner-user-detail {
  max-height: calc(100vh - 32px);
  overflow: auto;
  padding: 18px;
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.28);
}

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

.owner-user-detail-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.owner-user-detail-head p,
.owner-detail-note,
.muted-copy {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 650;
}

.owner-detail-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.owner-detail-grid article {
  display: grid;
  gap: 4px;
  min-height: 76px;
  align-content: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.owner-detail-grid strong {
  color: var(--ink);
  font-size: 1rem;
}

.owner-detail-grid span,
.owner-mini-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.owner-user-detail-columns h4 {
  margin: 0 0 8px;
  color: var(--ink);
}

.owner-mini-list {
  display: grid;
  gap: 8px;
}

.owner-mini-list a,
.owner-mini-list div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  text-decoration: none;
}

.account-status-badge,
.payment-status-badge {
  display: inline-grid;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.account-status-badge.is-active,
.payment-status-badge.is-paid,
.payment-status-badge.is-comped {
  border-color: rgba(21, 128, 61, 0.22);
  background: #ecfdf3;
  color: #166534;
}

.account-status-badge.is-suspended,
.account-status-badge.is-cancelled,
.payment-status-badge.is-past_due,
.payment-status-badge.is-cancelled {
  border-color: rgba(180, 35, 24, 0.24);
  background: #fff1f0;
  color: #b42318;
}

.account-status-badge.is-trial_expired,
.account-status-badge.is-payment_required,
.payment-status-badge.is-trial {
  border-color: rgba(180, 83, 9, 0.24);
  background: #fffbeb;
  color: #92400e;
}

.dashboard-empty {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px dashed rgba(8, 145, 178, 0.4);
  border-radius: 8px;
  background: linear-gradient(180deg, #ecfeff, rgba(255, 255, 255, 0.82));
}

.dashboard-empty h3,
.dashboard-empty p {
  margin: 0;
}

.dashboard-empty h3 {
  font-size: 1.7rem;
}

.dashboard-empty p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.setup-tips {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid rgba(8, 145, 178, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, #ecfeff, #ffffff);
}

.setup-tips span {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.setup-tips strong {
  color: var(--ink);
  line-height: 1.45;
}

.poster-page {
  display: grid;
  min-height: calc(100vh - 88px);
  gap: 18px;
  place-items: center;
  padding: 24px 0;
}

.poster-screen-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.poster-card {
  display: grid;
  position: relative;
  overflow: hidden;
  width: min(760px, 100%);
  gap: 20px;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(14, 116, 144, 0.08) 0 28%, transparent 28% 100%),
    linear-gradient(180deg, rgba(236, 254, 255, 0.9) 0 150px, transparent 150px),
    radial-gradient(circle at 88% 66%, rgba(245, 158, 11, 0.12), transparent 25%),
    radial-gradient(circle at 10% 94%, rgba(34, 211, 238, 0.14), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fdff 100%),
    #ffffff;
  text-align: center;
  box-shadow: 0 18px 52px rgba(16, 24, 40, 0.09);
}

.poster-card::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(8, 145, 178, 0.12);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.poster-card::after {
  position: absolute;
  right: 36px;
  bottom: 38px;
  width: 122px;
  height: 92px;
  border: 1px solid rgba(8, 145, 178, 0.16);
  border-radius: 8px;
  background: transparent;
  content: "";
  opacity: 0.65;
  pointer-events: none;
  transform: rotate(-5deg);
  box-shadow:
    -38px -34px 0 -4px rgba(236, 254, 255, 0.95),
    -38px -34px 0 -3px rgba(8, 145, 178, 0.13),
    28px -44px 0 -8px rgba(255, 247, 237, 0.95),
    28px -44px 0 -7px rgba(245, 158, 11, 0.14);
}

.poster-brand-row {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.poster-brand-row .login-brand {
  color: var(--ink);
  font-size: clamp(4.3rem, 8.6vw, 5.85rem);
}

.poster-brand-row span {
  display: inline-grid;
  min-height: 34px;
  margin-top: 0;
  place-items: center;
  padding: 0 12px;
  border: 1px solid rgba(8, 145, 178, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.poster-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  justify-items: center;
}

.poster-card h1 {
  max-width: 690px;
  font-size: clamp(3.35rem, 8.4vw, 6.55rem);
  line-height: 0.92;
  text-wrap: balance;
}

.poster-memory-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.poster-memory-strip span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid rgba(8, 145, 178, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 254, 255, 0.7)),
    #ffffff;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.poster-qr-zone {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
  gap: clamp(18px, 4vw, 30px);
  align-items: center;
  justify-items: stretch;
}

.poster-qr-frame {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  width: min(100%, 205px);
  gap: 8px;
  justify-self: center;
  padding: 14px;
  place-items: center;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow:
    0 14px 34px rgba(16, 24, 40, 0.1),
    0 0 0 8px rgba(236, 254, 255, 0.72);
}

.poster-qr-frame img {
  width: 100%;
  aspect-ratio: 1;
}

.poster-qr-label {
  display: inline-grid;
  min-height: 28px;
  place-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: white;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.poster-instruction {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  font-weight: 900;
  line-height: 1.25;
}

.poster-steps {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 12px;
  justify-content: stretch;
}

.poster-steps span {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 56px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(8, 145, 178, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.poster-steps strong {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: white;
}

.poster-footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 10px 12px;
  border: 1px dashed rgba(8, 145, 178, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.poster-footer span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.poster-link {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.poster-footer small {
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.loading-view {
  display: grid;
  min-height: 70vh;
  place-items: center;
  text-align: center;
}

.brand-mark {
  display: inline-grid;
  min-width: 0;
  min-height: 48px;
  margin: 0 auto 16px;
  place-items: center;
  padding: 0 4px;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: "Caveat", "Segoe Script", cursive;
  font-size: 3.15rem;
  font-weight: 700;
  letter-spacing: 0;
}

.login-brand {
  display: inline-grid;
  width: max-content;
  min-height: 46px;
  place-items: center;
  padding: 0 4px;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: "Caveat", "Segoe Script", cursive;
  font-size: clamp(2.9rem, 5.4vw, 3.75rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
  transition: color 160ms ease, transform 160ms ease;
}

.login-brand:hover,
.login-brand:focus-visible {
  color: var(--accent-strong);
  transform: translateY(-1px) rotate(-1deg);
}

.login-title {
  margin-top: 10px;
  max-width: 100%;
  font-size: clamp(2rem, 7vw, 3.6rem);
  line-height: 1;
}

.login-copy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
}

.guest-hero,
.admin-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
  gap: 32px;
  align-items: center;
  min-height: min(720px, calc(100vh - 56px));
  padding: 38px 0;
}

.hero-content {
  position: relative;
  padding: 24px 0;
}

.hero-content::after {
  content: "";
  display: block;
  width: min(420px, 80%);
  height: 18px;
  margin-top: 36px;
  background: linear-gradient(90deg, var(--accent), var(--aqua), var(--violet), var(--lime));
  border-radius: 999px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 9vw, 7.3rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.event-date,
.welcome-copy {
  max-width: 600px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.65;
}

.event-date {
  margin: 24px 0 0;
  color: var(--ink);
  font-weight: 700;
}

.welcome-copy {
  margin: 18px 0 0;
}

.upload-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.upload-panel.is-uploading {
  border-color: rgba(8, 145, 178, 0.55);
  box-shadow: 0 22px 70px rgba(8, 145, 178, 0.2);
}

.upload-panel.is-closed {
  opacity: 0.72;
}

.notice-panel {
  display: grid;
  gap: 6px;
  max-width: 520px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(180, 35, 24, 0.24);
  border-radius: 8px;
  background: #fff1f0;
  color: #b42318;
}

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

.notice-panel strong {
  font-size: 1.05rem;
}

.notice-panel span {
  color: #7a271a;
  font-weight: 700;
  line-height: 1.45;
}

.notice-panel-info {
  border-color: rgba(8, 145, 178, 0.24);
  background: #ecfeff;
  color: var(--accent-strong);
}

.notice-panel-info span {
  color: #155e75;
}

label {
  display: grid;
  gap: 9px;
  color: var(--ink);
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(8, 145, 178, 0.14);
}

input,
select {
  min-height: 46px;
  padding: 0 14px;
}

select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%) calc(100% - 18px) 20px / 7px 7px no-repeat,
    linear-gradient(135deg, var(--muted) 50%, transparent 50%) calc(100% - 13px) 20px / 7px 7px no-repeat,
    #ffffff;
}

textarea {
  resize: vertical;
  min-height: 118px;
  padding: 14px;
}

.drop-zone {
  min-height: 190px;
  padding: 24px;
  place-items: center;
  border: 1.5px dashed rgba(8, 145, 178, 0.4);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 145, 178, 0.08), rgba(34, 211, 238, 0.14));
  text-align: center;
  cursor: pointer;
}

.upload-panel.is-uploading .drop-zone {
  border-style: solid;
  background: linear-gradient(180deg, rgba(8, 145, 178, 0.14), rgba(132, 204, 22, 0.14));
}

.drop-zone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.drop-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  font-size: 2rem;
  line-height: 1;
}

.drop-zone small,
.file-hint {
  color: var(--muted);
  font-weight: 500;
}

.file-hint.has-file {
  display: inline-grid;
  max-width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(21, 128, 61, 0.35);
  border-radius: 8px;
  background: #edf8f1;
  color: #1f6f43;
  font-size: 0.98rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.primary-button,
.secondary-button,
.danger-button,
.icon-button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.primary-button {
  display: inline-grid;
  place-items: center;
  padding: 0 20px;
  background: var(--accent);
  color: white;
  text-align: center;
  text-decoration: none;
}

.primary-button:hover {
  background: var(--accent-strong);
}

.fancy-save-button {
  position: relative;
  isolation: isolate;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid rgba(8, 145, 178, 0.32);
  background:
    linear-gradient(135deg, #0891b2 0%, #0f766e 54%, #84cc16 130%);
  box-shadow: 0 18px 38px rgba(8, 145, 178, 0.22);
}

.fancy-save-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.42), transparent 24%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: translateX(-55%);
  transition: transform 260ms ease;
}

.fancy-save-button::after {
  content: "✓";
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: white;
  font-weight: 900;
}

.fancy-save-button span {
  position: relative;
  z-index: 1;
}

.fancy-save-button:hover {
  background:
    linear-gradient(135deg, #0e7490 0%, #0f766e 50%, #65a30d 125%);
  box-shadow: 0 22px 46px rgba(8, 145, 178, 0.28);
}

.fancy-save-button:hover::before {
  transform: translateX(55%);
}

.primary-button:disabled,
.secondary-button:disabled,
.danger-button:disabled,
.icon-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.primary-button.is-loading {
  position: relative;
}

.secondary-button {
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink);
  text-align: center;
}

.secondary-button.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.danger-button {
  display: inline-grid;
  place-items: center;
  padding: 0 18px;
  border: 1px solid rgba(180, 35, 24, 0.24);
  background: #fff1f0;
  color: #b42318;
  text-align: center;
}

.danger-button:hover {
  background: #fee4e2;
}

.icon-button {
  width: 48px;
  background: var(--ink);
  color: white;
  font-size: 1.25rem;
}

.status-message {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.upload-progress {
  display: grid;
  gap: 12px;
  overflow: hidden;
  max-height: 0;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ecfeff, #ffffff);
  opacity: 0;
  transition: max-height 180ms ease, opacity 160ms ease, padding 180ms ease;
}

.upload-progress.is-active {
  max-height: 180px;
  padding: 16px;
  opacity: 1;
}

.upload-progress-topline {
  display: flex;
  gap: 12px;
  align-items: baseline;
  justify-content: space-between;
}

.upload-progress-topline strong {
  color: var(--accent-strong);
  font-size: 1rem;
}

#upload-percent {
  color: var(--ink);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.upload-progress-track {
  overflow: hidden;
  height: 18px;
  border-radius: 999px;
  background: #dbeafe;
}

.upload-progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--aqua), var(--lime));
  transition: width 180ms ease;
}

#upload-progress-note {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.4;
}

.status-message.is-error {
  color: #b42318;
}

.status-message.is-success {
  color: var(--accent-strong);
}

.gallery-section {
  padding: 36px 0 0;
}

.settings-section {
  padding: 16px 0 0;
}

.settings-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 44px rgba(16, 24, 40, 0.08);
}

.settings-panel > div,
.settings-panel .full-span,
.settings-panel button,
.settings-panel .status-message {
  grid-column: 1 / -1;
}

.settings-panel input[type="color"] {
  width: 72px;
  min-height: 46px;
  padding: 4px;
}

.toggle-row {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.toggle-row input {
  width: 22px;
  min-height: 22px;
  accent-color: var(--accent);
}

.toggle-row span {
  display: grid;
  gap: 4px;
}

.toggle-row small {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.4;
}

.section-heading {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.gallery-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}

.download-all-button {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: white;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.download-all-button:hover {
  background: var(--accent-strong);
}

.download-all-button.is-disabled {
  pointer-events: none;
  opacity: 0.45;
}

.download-all-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.text-link {
  color: var(--accent-strong);
  font-weight: 800;
  text-decoration: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 18px;
}

.memory-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.08);
}

.memory-card.is-pending {
  border-color: rgba(234, 179, 8, 0.42);
  background: #fffbeb;
}

.memory-card.is-hidden {
  opacity: 0.74;
  border-color: rgba(100, 116, 139, 0.3);
}

.memory-card.is-sample {
  position: relative;
  border-color: rgba(8, 145, 178, 0.24);
}

.memory-card.is-sample::before {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 6px 9px;
  border-radius: 8px;
  background: rgba(16, 24, 40, 0.72);
  color: white;
  content: "Sample";
  font-size: 0.74rem;
  font-weight: 900;
}

.memory-media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #ece7dc;
}

.memory-body {
  display: grid;
  gap: 9px;
  padding: 14px;
}

.memory-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.memory-name {
  margin: 0;
  font-weight: 800;
}

.memory-message {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.approval-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.approval-badge {
  display: inline-grid;
  min-height: 30px;
  place-items: center;
  padding: 0 10px;
  border-radius: 8px;
  background: #e0f2fe;
  color: #075985;
  font-size: 0.78rem;
  font-weight: 900;
}

.approval-badge.is-pending {
  background: #fef3c7;
  color: #92400e;
}

.approval-badge.is-hidden {
  background: #e2e8f0;
  color: #334155;
}

.approval-badge.is-sample {
  background: #ccfbf1;
  color: #115e59;
}

.message-book-hint {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.message-book-section {
  margin-top: 28px;
}

.message-book-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
}

.message-book-card {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(8, 145, 178, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.94)),
    var(--paper);
  box-shadow: 0 12px 32px rgba(20, 33, 61, 0.07);
}

.message-book-card p {
  margin: 0;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.55;
}

.message-book-card div {
  display: grid;
  gap: 3px;
}

.message-book-card strong {
  color: var(--accent-strong);
}

.message-book-card span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--muted);
  text-align: center;
}

.admin-header {
  min-height: 340px;
}

.share-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.qr-frame {
  display: grid;
  place-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.qr-frame img {
  width: min(100%, 260px);
  aspect-ratio: 1;
}

.share-link-field {
  font-size: 0.85rem;
}

.share-link-field input {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.admin-actions {
  display: flex;
  gap: 12px;
  justify-content: end;
  flex-wrap: wrap;
}

.admin-grid .memory-card {
  position: relative;
}

.delete-button {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #fff1f0;
  color: #b42318;
  cursor: pointer;
  font-weight: 800;
}

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

.small-button {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.small-button:hover {
  border-color: rgba(8, 145, 178, 0.42);
  color: var(--accent-strong);
}

.memory-modal {
  width: min(980px, calc(100% - 24px));
  max-height: calc(100vh - 32px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(45, 36, 48, 0.35);
}

.memory-modal::backdrop {
  background: rgba(45, 36, 48, 0.72);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
}

.modal-media {
  display: grid;
  min-height: min(62vh, 620px);
  place-items: center;
  background: #161116;
}

.modal-media img,
.modal-media video {
  display: block;
  max-width: 100%;
  max-height: min(72vh, 720px);
}

.modal-caption {
  padding: 18px;
}

.modal-caption p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.slideshow {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  background: #111014;
  color: white;
}

.slideshow.is-visible {
  display: grid;
  grid-template-rows: 1fr auto;
}

.slideshow-media {
  display: grid;
  min-height: 0;
  place-items: center;
}

.slideshow-media img,
.slideshow-media video {
  display: block;
  max-width: 100vw;
  max-height: 82vh;
  object-fit: contain;
}

.slideshow-caption {
  padding: 18px max(18px, 5vw) 24px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
}

.slideshow-caption h2 {
  color: white;
}

.slideshow-caption p:not(.eyebrow) {
  max-width: 980px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.4rem);
  line-height: 1.45;
}

.slideshow-live-status {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 62;
  min-height: 38px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.72);
  color: white;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0;
  backdrop-filter: blur(14px);
}

.slideshow-live-status::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.16);
}

.slideshow-live-status.is-pulsing::before {
  animation: livePulse 1.2s ease-out;
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
  }
}

.slideshow-close,
.slideshow-controls button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #111014;
  cursor: pointer;
  font-weight: 900;
}

.slideshow-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 0 16px;
}

.slideshow-controls {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.slideshow-controls button {
  padding: 0 14px;
}

@media (max-width: 820px) {
  .app-shell {
    width: min(100% - 24px, 680px);
    padding-top: 18px;
  }

  .guest-hero,
  .admin-header,
  .account-auth-view,
  .dashboard-header,
  .diagnostics-header,
  .account-onboarding-panel,
  .account-payment-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px 0;
  }

  .account-onboarding-panel,
  .account-payment-panel {
    padding: 12px;
  }

  .onboarding-actions {
    justify-content: stretch;
  }

  .onboarding-actions .primary-button,
  .onboarding-actions .secondary-button {
    width: 100%;
    min-height: 42px;
  }

  .onboarding-dismiss {
    width: 100%;
    min-height: 40px;
  }

  .onboarding-steps {
    grid-template-columns: 1fr;
  }

  .onboarding-steps article {
    min-height: 52px;
  }

  .payment-actions {
    justify-content: stretch;
  }

  .auth-intro {
    gap: 18px;
  }

  .auth-intro h1 {
    font-size: clamp(2.7rem, 14vw, 4.5rem);
  }

  .admin-actions,
  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .owner-tabs {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .owner-email-toolbar,
  .owner-email-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .settings-panel,
  .create-event-panel,
  .account-settings-panel,
  .owner-email-head,
  .owner-activity-card,
  .owner-user-card {
    grid-template-columns: 1fr;
  }

  .owner-activity-meta {
    justify-items: start;
  }

  .owner-plan-metrics,
  .owner-user-stats,
  .owner-detail-grid,
  .owner-user-detail-columns,
  .launch-summary-grid,
  .launch-check-grid {
    grid-template-columns: 1fr;
  }

  .owner-user-detail-head,
  .launch-overview,
  .stripe-config-panel,
  .stripe-config-grid {
    grid-template-columns: 1fr;
  }

  .owner-plan-head,
  .owner-plan-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-actions {
    justify-content: start;
  }

  .primary-button,
  .secondary-button,
  .danger-button {
    width: 100%;
  }

  .share-panel {
    order: -1;
  }

  .dashboard-nav {
    align-items: stretch;
    flex-direction: column;
    padding-top: 8px;
  }

  .dashboard-nav > div {
    align-items: stretch;
    flex-direction: column;
  }

  .dashboard-nav .primary-button,
  .dashboard-nav .secondary-button {
    width: 100%;
  }

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

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

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

  .readiness-grid {
    grid-template-columns: 1fr;
  }

  .diagnostics-row {
    grid-template-columns: 1fr;
  }

  .guest-floating-links {
    right: 10px;
    top: 10px;
  }

  .guest-floating-links a {
    padding: 8px 9px;
    font-size: 0.76rem;
  }

  .home-hero {
    gap: 28px;
    margin-inline: calc(50% - 50vw);
    padding: 0 max(18px, calc(50vw - 340px)) 38px;
  }

  .home-nav {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: auto minmax(150px, 1fr) auto auto minmax(36px, 0.26fr);
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100svh;
    gap: 22px;
    padding: max(24px, env(safe-area-inset-top)) 14px max(24px, env(safe-area-inset-bottom));
    border-bottom: 1px solid rgba(8, 145, 178, 0.08);
    background:
      radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.92), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, #f4fbfb 52%, #f8fafc 100%);
  }

  .home-nav::before,
  .home-nav::after {
    position: absolute;
    z-index: -1;
    width: 190px;
    aspect-ratio: 4 / 5;
    display: grid;
    place-items: center;
    border: 10px solid rgba(255, 255, 255, 0.56);
    border-radius: 18px;
    background:
      radial-gradient(circle at 72% 25%, rgba(255, 255, 255, 0.72) 0 12%, transparent 13%),
      linear-gradient(135deg, rgba(8, 145, 178, 0.18), rgba(34, 211, 238, 0.16) 44%, rgba(132, 204, 22, 0.16)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(15, 23, 42, 0.08));
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    opacity: 0.45;
    color: rgba(15, 23, 42, 0.48);
    font-family: "Caveat", "Segoe Script", cursive;
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 0.9;
    text-align: center;
    white-space: pre-line;
  }

  .home-nav::before {
    content: "Wedding\A day";
    left: -76px;
    top: 25%;
    transform: rotate(-13deg);
  }

  .home-nav::after {
    content: "Birthday\A night";
    right: -78px;
    bottom: 20%;
    transform: rotate(12deg);
  }

  .home-nav > div:last-child {
    grid-row: 3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-self: center;
    width: min(100%, 340px);
    justify-self: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-nav > div:last-child a[href="/pricing"] {
    display: none;
  }

  .home-nav .login-brand {
    grid-row: 1;
    align-self: start;
    justify-self: center;
    display: grid;
    grid-auto-flow: row;
    gap: 0;
    width: min(100%, 430px);
    color: #0f172a;
    font-size: clamp(5.7rem, 30.5vw, 9.2rem);
    line-height: 0.7;
    text-align: center;
    text-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    transform: rotate(-2deg);
  }

  .home-nav .login-brand span:nth-child(2) {
    justify-self: stretch;
    margin-top: 0.01em;
    font-size: 0.82em;
  }

  .home-nav .login-brand span:last-child {
    justify-self: stretch;
    margin-top: 0.01em;
    color: var(--accent-strong);
    font-size: 0.82em;
  }

  .home-nav .primary-button,
  .home-nav .secondary-button {
    position: relative;
    overflow: hidden;
    min-height: 62px;
    border-radius: 999px;
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0;
    transform: translateY(0);
    transition: transform 160ms ease, box-shadow 160ms ease;
  }

  .home-nav .primary-button {
    margin-top: 34px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 38%),
      linear-gradient(135deg, #0f766e 0%, #0891b2 54%, #16a34a 100%);
    color: white;
    box-shadow:
      0 18px 40px rgba(8, 145, 178, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  .home-nav .secondary-button {
    border: 2px solid rgba(14, 116, 144, 0.22);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(236, 254, 255, 0.9));
    color: #0f3f46;
    backdrop-filter: blur(14px);
    box-shadow:
      0 14px 32px rgba(16, 24, 40, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .home-nav .primary-button::after {
    content: "";
    position: absolute;
    inset: 8px 12px auto auto;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
  }

  .home-nav .primary-button:active,
  .home-nav .secondary-button:active {
    transform: translateY(2px);
  }

  .home-hero-content {
    display: grid;
    min-height: auto;
    padding-top: 12px;
    align-content: start;
    justify-items: center;
    text-align: center;
    scroll-margin-top: 16px;
  }

  .home-hero-content h1 {
    font-size: clamp(2.35rem, 10.5vw, 4.2rem);
    line-height: 0.95;
  }

  .home-hero-content .welcome-copy {
    max-width: 34rem;
    font-size: 1rem;
  }

  .home-actions {
    width: 100%;
    max-width: 380px;
    margin-top: 22px;
    align-items: stretch;
    flex-direction: column;
  }

  .mobile-scroll-cue {
    grid-row: 4;
    display: inline-grid;
    min-width: 96px;
    min-height: 58px;
    place-items: center;
    justify-self: center;
    margin-top: -2px;
    border: 1px solid rgba(8, 145, 178, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
    text-decoration: none;
  }

  .mobile-scroll-cue::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-right: 3px solid #0e7490;
    border-bottom: 3px solid #0e7490;
    transform: rotate(45deg);
  }

  .home-feature-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    justify-content: center;
    scroll-margin-top: 20px;
  }

  .trust-strip,
  .faq-grid,
  .support-strip,
  .home-demo-panel {
    grid-template-columns: 1fr;
  }

  .support-strip .secondary-button,
  .home-demo-panel .primary-button,
  .home-demo-panel .secondary-button {
    width: 100%;
  }

  .home-demo-panel > div:last-child {
    justify-content: stretch;
  }

  .trial-note {
    width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .poster-brand-row,
  .poster-qr-zone {
    grid-template-columns: 1fr;
  }

  .poster-brand-row {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .home-nav .primary-button,
  .home-nav .secondary-button,
  .home-actions .primary-button,
  .home-actions .secondary-button {
    width: 100%;
  }

  .event-card {
    grid-template-columns: 1fr;
  }

  .event-card-topline,
  .event-card-main {
    align-items: stretch;
  }

  .event-card-topline {
    flex-direction: column;
  }

  .event-card-main {
    grid-template-columns: 1fr;
  }

  .event-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .event-primary-actions,
  .event-control-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .event-lifecycle-panel {
    grid-template-columns: 1fr;
  }

  .event-primary-actions .primary-button,
  .event-primary-actions .secondary-button,
  .event-control-actions .secondary-button,
  .event-control-actions .danger-button {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 820px) {
  .home-hero {
    gap: clamp(18px, 4vw, 38px);
    margin-inline: 0;
    padding: 18px 0 46px;
  }

  .home-nav {
    position: static;
    isolation: auto;
    display: flex;
    min-height: auto;
    gap: 18px;
    padding: 0;
    border-bottom: 0;
    background: transparent;
    overflow: visible;
  }

  .home-nav::before,
  .home-nav::after {
    content: none;
  }

  .home-nav > div:last-child {
    display: flex;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-nav > div:last-child a[href="/pricing"] {
    display: inline-grid;
  }

  .home-nav .login-brand {
    display: inline-grid;
    grid-auto-flow: column;
    grid-row: auto;
    gap: 0.16em;
    max-width: none;
    color: var(--ink);
    font-size: clamp(2.9rem, 5.4vw, 3.75rem);
    line-height: 1;
    text-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
    transform: none;
  }

  .home-nav .login-brand span:last-child {
    margin-top: 0;
    color: inherit;
    font-size: inherit;
  }

  .home-nav .login-brand span:nth-child(2) {
    margin-top: 0;
    font-size: inherit;
  }

  .home-nav .primary-button,
  .home-nav .secondary-button {
    min-height: 48px;
    border-radius: 8px;
    font-size: inherit;
  }

  .home-nav .primary-button {
    background: var(--accent);
    box-shadow: none;
  }

  .home-nav .secondary-button {
    border-color: var(--line);
    background:
      linear-gradient(135deg, rgba(34, 211, 238, 0.07), transparent 30%),
      linear-gradient(315deg, rgba(132, 204, 22, 0.07), transparent 28%),
      white;
  }

  .mobile-scroll-cue {
    display: none;
  }
}

@media (max-width: 620px) {
  .launch-steps {
    grid-template-columns: 1fr;
  }

  .launch-actions .primary-button,
  .launch-actions .secondary-button {
    width: 100%;
  }

  .account-onboarding-panel {
    gap: 14px;
    padding: 16px;
  }

  .account-onboarding-panel h2 {
    font-size: 1.45rem;
    line-height: 1.15;
  }

  .onboarding-steps article {
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 9px;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 10mm;
  }

  html,
  body {
    width: 210mm;
    min-height: 0;
    background: white;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .app-shell {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .guest-floating-links,
  .poster-screen-actions {
    display: none;
  }

  .poster-page {
    min-height: 0;
    padding: 0;
    place-items: stretch;
    page-break-after: avoid;
    page-break-before: avoid;
  }

  .poster-card {
    width: 100%;
    height: 277mm;
    min-height: 0;
    max-height: 277mm;
    gap: 7mm;
    align-content: stretch;
    padding: 10mm;
    width: 100%;
    border: 1px solid rgba(8, 145, 178, 0.18);
    border-radius: 3mm;
    background:
      linear-gradient(135deg, rgba(14, 116, 144, 0.08) 0 28%, transparent 28% 100%),
      linear-gradient(180deg, rgba(236, 254, 255, 0.9) 0 40mm, transparent 40mm),
      radial-gradient(circle at 88% 66%, rgba(245, 158, 11, 0.12), transparent 25%),
      radial-gradient(circle at 10% 94%, rgba(34, 211, 238, 0.14), transparent 24%),
      linear-gradient(180deg, #ffffff 0%, #f8fdff 100%),
      #ffffff;
    box-shadow: 0 5mm 16mm rgba(16, 24, 40, 0.08);
    break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
  }

  .poster-card::before {
    inset: 5mm;
    border: 1px solid rgba(8, 145, 178, 0.12);
    border-radius: 2mm;
  }

  .poster-card::after {
    right: 12mm;
    bottom: 24mm;
    width: 32mm;
    height: 22mm;
    border: 1px solid rgba(8, 145, 178, 0.16);
    border-radius: 2mm;
    background: transparent;
    opacity: 0.8;
    box-shadow:
      -13mm -9mm 0 -1mm rgba(236, 254, 255, 0.95),
      -13mm -9mm 0 0 rgba(8, 145, 178, 0.13),
      8mm -12mm 0 -2mm rgba(255, 247, 237, 0.95),
      8mm -12mm 0 -1mm rgba(245, 158, 11, 0.14);
    transform: rotate(-5deg);
  }

  .poster-brand-row {
    grid-template-columns: 1fr;
    gap: 2mm;
    justify-items: center;
    text-align: center;
  }

  .poster-brand-row .login-brand {
    min-height: 0;
    font-size: 52pt;
    text-shadow: none;
  }

  .poster-brand-row span {
    min-height: 9mm;
    margin-top: 0;
    padding: 0 4mm;
    border-color: rgba(8, 145, 178, 0.14);
    background: rgba(255, 255, 255, 0.92);
    color: var(--accent-strong);
    font-size: 8pt;
  }

  .poster-hero-copy {
    min-height: 78mm;
    align-content: center;
    gap: 4mm;
    padding: 2mm 0 0;
  }

  .poster-hero-copy .eyebrow {
    margin: 0;
    font-size: 10pt;
  }

  .poster-card h1 {
    max-width: 168mm;
    font-size: 58pt;
    line-height: 0.88;
  }

  .poster-card .event-date {
    margin: 0;
    font-size: 17pt;
  }

  .poster-instruction {
    max-width: 145mm;
    font-size: 17pt;
    line-height: 1.2;
  }

  .poster-memory-strip {
    gap: 4mm;
  }

  .poster-memory-strip span {
    min-height: 16mm;
    border-color: rgba(8, 145, 178, 0.16);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 254, 255, 0.7)),
      #ffffff;
    color: var(--accent-strong);
    font-size: 10pt;
    letter-spacing: 0.08em;
  }

  .poster-qr-zone {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58mm;
    gap: 10mm;
    align-items: center;
    justify-items: stretch;
    min-height: 76mm;
  }

  .poster-qr-frame {
    grid-column: 2;
    grid-row: 1;
    width: 58mm;
    gap: 2mm;
    padding: 4mm;
    border: 1px solid rgba(8, 145, 178, 0.18);
    border-radius: 3mm;
    background: #ffffff;
    box-shadow:
      0 4mm 10mm rgba(16, 24, 40, 0.1),
      0 0 0 2mm rgba(236, 254, 255, 0.72);
  }

  .poster-qr-frame img {
    width: 44mm !important;
    max-width: 44mm !important;
  }

  .poster-qr-label {
    min-height: 8mm;
    padding: 0 4mm;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent));
    font-size: 8pt;
  }

  .poster-steps {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    gap: 4mm;
  }

  .poster-steps span {
    grid-template-columns: 12mm auto;
    min-height: 17mm;
    padding: 2mm 4mm 2mm 2mm;
    border-color: rgba(8, 145, 178, 0.14);
    border-radius: 3mm;
    background: rgba(255, 255, 255, 0.92);
    font-size: 15pt;
  }

  .poster-steps strong {
    width: 12mm;
    height: 12mm;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent));
    font-size: 11pt;
  }

  .poster-footer {
    align-self: end;
    gap: 2mm;
    padding: 4mm;
    border-color: rgba(8, 145, 178, 0.2);
    border-radius: 3mm;
    background: rgba(255, 255, 255, 0.86);
  }

  .poster-footer span {
    font-size: 9pt;
  }

  .poster-link {
    font-size: 10pt;
    font-weight: 700;
  }

  .poster-footer small {
    color: var(--accent-strong);
    font-size: 7pt;
  }
}
