:root {
  --fms-ink: #111827;
  --fms-muted: #6b7280;
  --fms-page: #f8f7f3;
  --fms-surface: #ffffff;
  --fms-header: #131921;
  --fms-header-soft: #202a38;
  --fms-gold: #d5ad28;
  --fms-gold-light: #e2be74;
  --fms-gold-soft: #fbf6e7;
  --fms-line: #e5e7eb;
  --fms-success: #166534;
  --fms-success-soft: #dcfce7;
  --fms-danger: #991b1b;
  --fms-danger-soft: #fee2e2;
  --fms-insight: #1e4f66;
  --fms-insight-soft: #edf6f8;
  --fms-action: #7a5600;
  --fms-action-soft: #fff8e6;
  --body-font-family: "Cormorant", "Cormorant Garamond", Georgia, serif;
  --heading-font-family: "Playfair Display", "Cormorant", Georgia, serif;
  --brand-font-family: var(--heading-font-family);
  --fms-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--fms-page);
  color: var(--fms-ink);
  font-family: var(--body-font-family);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.cr-top {
  min-height: 80px;
  background: #fff;
  color: var(--fms-ink);
  border-bottom: 1px solid rgba(213, 173, 40, 0.42);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}
.cr-skip-link { position: fixed; top: 10px; left: 12px; z-index: 20; padding: 9px 13px; border-radius: 7px; background: var(--fms-header); color: #fff; font-weight: 700; text-decoration: none; transform: translateY(-160%); }
.cr-skip-link:focus { transform: translateY(0); }
.cr-top-inner {
  width: min(100% - 48px, 1180px);
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
.cr-top a { color: var(--fms-ink); text-decoration: none; }
.cr-brand {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding-right: 24px;
  border-right: 1px solid var(--fms-line);
}
.cr-brand-logo-frame { display: block; width: 98px; height: 60px; overflow: hidden; }
.cr-brand img { display: block; width: 98px; height: 98px; max-width: none; transform: translateY(-19px); }
@media (display-mode: standalone) {
  .cr-brand[data-fms-pwa-home-brand] { display: none; }
}
.cr-product-name {
  color: #4b5563;
  font-family: var(--heading-font-family);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
}
.cr-account-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid var(--fms-header);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s, border-color .2s;
}
.cr-account-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.cr-account-link:hover { background: var(--fms-header); border-color: var(--fms-header); color: #fff; }

.cr-shell { width: min(100% - 48px, 1180px); margin: 0 auto; padding: 58px 0 88px; }
.cr-hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 94px);
  position: relative;
}
.cr-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  left: -310px;
  top: 30px;
  border: 1px solid rgba(213,173,40,.16);
  border-radius: 50%;
  background: var(--fms-gold-soft);
}
.cr-hero-copy { max-width: 680px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8a6500;
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--fms-gold); }
h1, h2, h3 { color: var(--fms-ink); font-family: var(--heading-font-family); }
h1 { margin: 15px 0 22px; font-size: clamp(42px, 5.2vw, 70px); line-height: 1.06; letter-spacing: -.035em; }
h1 em { color: #8a6500; font-weight: 600; }
h2 { margin: 0 0 9px; font-size: 30px; line-height: 1.2; letter-spacing: -.02em; }
h3 { margin: 24px 0 8px; font-size: 21px; }
p { margin-top: 0; }
.cr-hero-copy > p { max-width: 610px; margin-bottom: 0; color: #4b5563; font-size: 20px; line-height: 1.55; }
.cr-benefits { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 29px; font-size: 16px; font-weight: 700; }
.cr-benefits span { display: inline-flex; align-items: center; gap: 8px; }
.cr-benefits span::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--fms-gold-soft); color: #7c5c00; font-size: 13px; }
.cr-brand-story { max-width: 610px; height: 118px; margin: 30px 0 0; position: relative; overflow: hidden; border: 1px solid rgba(213,173,40,.35); border-radius: 16px; background: var(--fms-header); box-shadow: 0 10px 28px rgba(15,23,42,.08); }
.cr-brand-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,25,33,.96) 0%, rgba(19,25,33,.88) 43%, rgba(19,25,33,.08) 78%); }
.cr-brand-story img { width: 54%; height: 100%; margin-left: 46%; display: block; object-fit: cover; object-position: 50% 46%; }
.cr-brand-story figcaption { position: absolute; z-index: 1; inset: 0 auto 0 0; width: 62%; padding: 22px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.cr-brand-story strong { color: var(--fms-gold-light); font-family: var(--heading-font-family); font-size: 17px; }
.cr-brand-story span { margin-top: 3px; color: rgba(255,255,255,.76); font-size: 14px; }

.cr-card, .cr-panel {
  background: var(--fms-surface);
  border: 1px solid var(--fms-line);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 12px 36px rgba(15,23,42,.06);
}
.cr-unavailable-shell { min-height: 100vh; display: grid; place-items: center; }
.cr-unavailable { width: min(100%, 720px); padding: clamp(30px, 6vw, 54px); border-top: 4px solid var(--fms-gold); box-shadow: var(--fms-shadow); }
.cr-unavailable h1 { max-width: 650px; margin-bottom: 20px; font-size: clamp(34px, 5vw, 52px); }
.cr-unavailable p { max-width: 620px; color: #4b5563; }
.cr-unavailable-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 30px; }
.cr-primary-link { display: inline-flex; min-height: 48px; align-items: center; padding: 11px 18px; border-radius: 9px; background: var(--fms-header); color: #fff; font-weight: 700; text-decoration: none; }
.cr-primary-link:hover { background: var(--fms-header-soft); }
.cr-public { display: grid; gap: 42px; }
.cr-public-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .7fr); align-items: center; gap: clamp(36px, 7vw, 88px); padding: 34px 0 12px; }
.cr-public-hero > div > p { max-width: 680px; color: #4b5563; font-size: 21px; }
.cr-public-cta { border-top: 4px solid var(--fms-gold); box-shadow: var(--fms-shadow); }
.cr-public-cta p { color: var(--fms-muted); }
.cr-public-cta .button-link { width: 100%; margin-top: 8px; }
.cr-public-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.cr-public-details .cr-card { position: relative; overflow: hidden; }
.cr-public-details h2 { padding-right: 62px; }
.cr-public-details p { color: #4b5563; }
.cr-public-number { position: absolute; top: 14px; right: 20px; color: rgba(213,173,40,.24); font: 700 48px/1 var(--heading-font-family); }
.cr-market-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.cr-market-list li { padding: 5px 11px; border: 1px solid #e3d19a; border-radius: 999px; background: var(--fms-gold-soft); font-weight: 700; }
.cr-hero .cr-card { padding: 34px; border-top: 4px solid var(--fms-gold); box-shadow: var(--fms-shadow); }
.cr-form { display: grid; gap: 18px; min-width: min(100%, 380px); }
.cr-form-heading { padding-bottom: 3px; }
.cr-form-heading > span { display: block; margin-bottom: 5px; color: #8a6500; font-family: var(--heading-font-family); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cr-form-heading p { margin: 0; color: var(--fms-muted); font-size: 16px; }
.cr-payout-currency { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; margin: 0; padding: 14px 16px; border: 1px solid var(--fms-line); border-radius: 10px; background: var(--fms-gold-soft); }
.cr-payout-currency > span { font-weight: 700; }
.cr-payout-currency > strong { color: #765600; }
.cr-payout-currency > small { grid-column: 1 / -1; color: var(--fms-muted); font-size: 14px; line-height: 1.3; }
label { display: grid; gap: 7px; color: #374151; font-weight: 700; }
label small { color: var(--fms-muted); font-size: 14px; font-weight: 500; line-height: 1.3; }
.cr-country-field { display: grid; gap: 7px; min-width: 0; margin: 0; padding: 0; border: 0; color: #374151; }
.cr-country-field legend { margin: 0 0 7px; padding: 0; color: #374151; font-weight: 700; }
.cr-country-field small { color: var(--fms-muted); font-size: 14px; font-weight: 500; line-height: 1.3; }
.cr-country-search, .cr-country-search-status { display: none; }
.cr-country-field--enhanced .cr-country-search, .cr-country-field--enhanced .cr-country-search-status { display: block; }
.cr-country-field--enhanced select { display: none; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cbd0d8;
  border-radius: 9px;
  outline: 0;
  background: #fff;
  color: var(--fms-ink);
  font: 600 17px/1.4 var(--body-font-family);
  transition: border-color .2s, box-shadow .2s;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #9b790d; box-shadow: 0 0 0 3px rgba(213,173,40,.22); }
.check { grid-template-columns: 20px minmax(0, 1fr); align-items: start; column-gap: 10px; row-gap: 0; font-weight: 500; line-height: 1.4; }
.check input { width: 18px; min-height: 18px; height: 18px; margin: 3px 0 0; justify-self: start; accent-color: #9b790d; }
.check > span { min-width: 0; }
.check a, .text-link { color: #755800; font-weight: 700; text-underline-offset: 3px; }
button, .button-link {
  display: inline-block;
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--fms-gold);
  border-radius: 9px;
  background: var(--fms-gold);
  box-shadow: 0 5px 14px rgba(138,101,0,.16);
  color: #2d2308;
  cursor: pointer;
  font: 700 17px/1.25 var(--body-font-family);
  text-align: center;
  text-decoration: none;
  transition: background-color .2s, box-shadow .2s, transform .2s;
}
button:hover, .button-link:hover { background: var(--fms-gold-light); transform: translateY(-1px); box-shadow: 0 7px 18px rgba(138,101,0,.2); }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(213,173,40,.55); outline-offset: 3px; }
button:disabled { opacity: .55; cursor: not-allowed; transform: none; }

.cr-alert { padding: 14px 17px; border: 1px solid; border-radius: 10px; margin-bottom: 22px; }
.cr-alert.ok { background: var(--fms-success-soft); border-color: #86efac; color: var(--fms-success); }
.cr-alert.neutral { background: var(--fms-insight-soft); border-color: #9dc8d4; color: var(--fms-insight); }
.cr-alert.bad { background: var(--fms-danger-soft); border-color: #fecaca; color: var(--fms-danger); }
.cr-financial-ready { display: grid; gap: 2px; margin: 18px 0; }
.cr-financial-ready span { color: #374151; }
.cr-heading { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin: 8px 0 34px; }
.cr-heading p { color: var(--fms-muted); font-size: 20px; }
.cr-status { padding: 7px 15px; border: 1px solid var(--fms-line); border-radius: 999px; background: #f3f4f6; font-weight: 700; }
.cr-status.approved { border-color: #86efac; background: var(--fms-success-soft); color: var(--fms-success); }
.cr-tabs { display: grid; grid-template-columns: repeat(4, minmax(max-content, 1fr)); gap: 5px; overflow-x: auto; position: sticky; top: 0; z-index: 2; padding: 10px; border: 1px solid var(--fms-line); border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(15,23,42,.06); backdrop-filter: blur(9px); scrollbar-width: thin; overscroll-behavior-inline: contain; }
.cr-tabs a { padding: 9px 13px; border-radius: 8px; color: var(--fms-ink); font-size: 15px; font-weight: 700; text-align: center; text-decoration: none; white-space: nowrap; }
.cr-tabs a:hover { background: var(--fms-gold-soft); color: #755800; }
.cr-tabs a[aria-current="page"] { background: var(--fms-header); color: #fff; }
.cr-dashboard-section { scroll-margin-top: 82px; margin: 32px 0 28px; padding: 26px; border: 1px solid #cfe0e5; border-radius: 22px; background: linear-gradient(145deg, #fff 0%, var(--fms-insight-soft) 100%); }
.cr-studio-section[hidden] { display: none; }
.cr-section-intro { margin: 32px 0 10px; }
.cr-section-intro p { color: var(--fms-muted); }
.cr-next-step { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 28px 0; padding: 24px 26px; border: 1px solid #e3d19a; border-radius: 18px; background: var(--fms-action-soft); }
.cr-next-step h2 { margin-bottom: 5px; font-size: 25px; }
.cr-next-step p { margin: 0; color: var(--fms-muted); }
.cr-next-step .button-link { flex: 0 0 auto; }
.cr-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; }
.cr-section-heading h2 { margin-top: 6px; }
.cr-section-heading p { margin: 0; color: var(--fms-muted); }
.cr-section-link { flex: 0 0 auto; color: var(--fms-insight); font-weight: 700; text-underline-offset: 3px; }
.cr-section-kicker { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 8px; font-family: var(--heading-font-family); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cr-section-kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.cr-section-kicker--insight { color: var(--fms-insight); }
.cr-section-kicker--action { color: var(--fms-action); }
.cr-grid { display: grid; gap: 15px; }
.metrics { grid-template-columns: repeat(3, 1fr); margin-top: 22px; }
.metrics article { padding: 20px; border: 1px solid var(--fms-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(15,23,42,.04); }
.metrics span, .metrics small { display: block; color: var(--fms-muted); }
.metrics strong { display: block; margin-top: 6px; font-family: var(--heading-font-family); font-size: 25px; }
.metrics .accent { border-color: var(--fms-header); background: var(--fms-header); color: #fff; }
.metrics .accent span { color: var(--fms-gold-light); }
.cr-panel { margin: 22px 0; }
.cr-panel--insight { scroll-margin-top: 82px; border-top: 4px solid var(--fms-insight); }
.cr-panel--action { scroll-margin-top: 82px; border-left: 4px solid var(--fms-gold); background: linear-gradient(100deg, var(--fms-action-soft) 0, #fff 150px); box-shadow: 0 14px 38px rgba(122,86,0,.07); }
.cr-panel > p { color: var(--fms-muted); }
.panel-title { display: flex; justify-content: space-between; }
.panel-title p { margin-bottom: 0; color: var(--fms-muted); }
.cr-action-block { margin-top: 20px; padding: 18px; border: 1px solid #eadcae; border-radius: 14px; background: var(--fms-action-soft); }
.cr-action-heading { display: flex; align-items: baseline; gap: 10px 18px; }
.cr-action-heading > span { color: #503900; font-family: var(--heading-font-family); font-size: 18px; font-weight: 700; }
.cr-action-heading small { color: var(--fms-muted); font-size: 14px; }
.cr-action-block .inline-form { margin: 14px 0 0; }
.inline-form { display: grid; grid-template-columns: 2fr 1fr auto; gap: 12px; align-items: end; margin: 20px 0; }
.cr-data-list { margin-top: 24px; }
.cr-list article { display: flex; justify-content: space-between; gap: 20px; padding: 16px 3px; border-top: 1px solid var(--fms-line); }
.cr-list small, .reward-list small { display: block; color: var(--fms-muted); }
.empty { padding: 20px 0; color: var(--fms-muted); }
.reward-list details { border-top: 1px solid var(--fms-line); }
.reward-list summary { display: flex; justify-content: space-between; gap: 18px; padding: 17px 3px; cursor: pointer; }
.receipt { margin-bottom: 16px; padding: 18px; border-radius: 12px; background: var(--fms-gold-soft); }
.receipt dl { display: grid; grid-template-columns: 180px 1fr; margin: 0; }
.receipt dt, .receipt dd { padding: 7px 0; border-bottom: 1px solid #e8ddbb; }
.receipt dd { margin: 0; font-weight: 700; }
.cr-two { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.checklist { padding: 0; list-style: none; }
.checklist li { position: relative; padding: 9px 0 9px 28px; }
.checklist li::before { content: "○"; position: absolute; left: 2px; }
.checklist li.done::before { content: "✓"; color: var(--fms-success); font-weight: 700; }
.cr-note { padding: 14px; border-left: 3px solid var(--fms-gold); border-radius: 8px; background: var(--fms-gold-soft); }
.journey { counter-reset: steps; padding: 0; list-style: none; }
.journey li { position: relative; padding: 11px 0 11px 44px; }
.journey li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--fms-gold-soft); color: #755800; font-weight: 700; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.security-grid div { padding: 16px; border: 1px solid #eee4c7; border-radius: 10px; background: var(--fms-gold-soft); }
.security-grid p { margin: 4px 0 0; color: #4b5563; }
blockquote { margin: 18px 0; padding: 12px 16px; border-left: 4px solid var(--fms-gold); background: var(--fms-gold-soft); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Campaign workspace */
.cr-campaign-workspace { padding: clamp(24px, 4vw, 42px); overflow: hidden; }
.cr-campaign-title { align-items: flex-start; gap: 30px; }
.cr-campaign-title > div { max-width: 670px; }
.cr-campaign-title h2 { margin-top: 4px; font-size: clamp(30px, 4vw, 40px); }
.cr-privacy-pill { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; margin-top: 7px; padding: 8px 12px; border: 1px solid #cfe0e5; border-radius: 999px; background: var(--fms-insight-soft); color: var(--fms-insight); font-size: 14px; font-weight: 700; }
.cr-privacy-pill svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.cr-campaign-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid #d9e5e8; border-radius: 16px; background: linear-gradient(135deg, #f7fbfc, #fff); box-shadow: 0 8px 24px rgba(30,79,102,.05); }
.cr-campaign-summary > div { position: relative; padding: 19px 22px; }
.cr-campaign-summary > div + div::before { content: ""; position: absolute; inset: 18px auto 18px 0; width: 1px; background: #d9e5e8; }
.cr-campaign-summary span { display: block; color: var(--fms-muted); font-size: 14px; font-weight: 700; }
.cr-campaign-summary strong { display: block; margin-top: 3px; font-family: var(--heading-font-family); font-size: 26px; line-height: 1.2; }
.cr-campaign-tools { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 18px; margin-top: 22px; }
.cr-campaign-tools .cr-action-block { height: 100%; margin: 0; padding: 22px; border-color: var(--fms-line); background: #fff; box-shadow: 0 8px 24px rgba(15,23,42,.05); }
.cr-campaign-tools .cr-action-block--create { border-color: #e4d39d; background: linear-gradient(145deg, var(--fms-action-soft), #fff 74%); }
.cr-campaign-tools .cr-action-heading { align-items: center; }
.cr-campaign-tools .cr-action-heading h3 { margin: 0 0 2px; font-size: 19px; }
.cr-action-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: var(--fms-gold); color: #302506; font: 700 25px/1 var(--heading-font-family); }
.cr-action-block--filter .cr-action-icon { background: var(--fms-insight-soft); color: var(--fms-insight); }
.cr-action-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.cr-campaign-tools .inline-form { grid-template-columns: minmax(150px, 2fr) minmax(120px, 1fr) auto; }
.cr-action-block--filter .inline-form { grid-template-columns: 1fr 1fr; }
.cr-action-block--filter .inline-form button { grid-column: 1 / -1; }
.cr-campaign-tools label { font-size: 15px; }
.cr-campaign-tools input, .cr-campaign-tools select { height: 48px; min-height: 48px; background-color: rgba(255,255,255,.92); }
.cr-export-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 2px; color: var(--fms-insight); font-size: 15px; font-weight: 700; text-underline-offset: 3px; }
.cr-export-link svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.cr-campaign-list-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-top: 34px; padding-bottom: 14px; border-bottom: 1px solid var(--fms-line); }
.cr-campaign-list-heading h3 { margin: 0 0 2px; font-size: 22px; }
.cr-campaign-list-heading p { margin: 0; color: var(--fms-muted); font-size: 15px; }
.cr-campaign-list-heading > span { padding: 5px 10px; border-radius: 999px; background: #f3f4f6; color: #4b5563; font-size: 13px; font-weight: 700; }
.cr-campaign-list { display: grid; gap: 14px; margin-top: 16px; }
.cr-campaign-list article { display: grid; grid-template-columns: minmax(220px, 1.3fr) minmax(360px, 1.5fr) auto; align-items: center; gap: 22px; padding: 18px; border: 1px solid var(--fms-line); border-radius: 14px; background: #fff; box-shadow: 0 5px 16px rgba(15,23,42,.035); }
.cr-campaign-card-main { min-width: 0; }
.cr-campaign-card-title { display: flex; align-items: center; gap: 12px; min-width: 0; }
.cr-channel-icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 11px; background: var(--fms-header); color: var(--fms-gold-light); font-family: var(--heading-font-family); font-size: 17px; font-weight: 700; }
.cr-campaign-card-title > div { min-width: 0; }
.cr-campaign-card-title strong { display: block; overflow: hidden; font-family: var(--heading-font-family); font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.cr-campaign-card-title span:last-child { display: block; color: var(--fms-muted); font-size: 14px; }
.cr-campaign-card-title i { margin: 0 3px; font-style: normal; }
.cr-campaign-status { display: inline-flex; align-items: center; gap: 6px; width: fit-content; margin: 10px 0 0 52px; color: #4b5563; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.cr-campaign-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #9ca3af; }
.cr-campaign-status--active { color: var(--fms-success); }
.cr-campaign-status--active::before { background: #22c55e; }
.cr-campaign-status--paused { color: #8a6500; }
.cr-campaign-status--paused::before { background: var(--fms-gold); }
.cr-campaign-status--expired { color: var(--fms-danger); }
.cr-campaign-status--expired::before { background: #ef4444; }
.cr-campaign-metrics { display: grid; grid-template-columns: repeat(4, minmax(65px, 1fr)); gap: 8px; margin: 0; }
.cr-campaign-metrics > div { min-width: 0; padding-left: 13px; border-left: 1px solid var(--fms-line); }
.cr-campaign-metrics dt { color: var(--fms-muted); font-size: 12px; font-weight: 700; }
.cr-campaign-metrics dd { margin: 2px 0 0; font-family: var(--heading-font-family); font-size: 17px; font-weight: 700; }
.cr-campaign-metrics dd span { display: block; }
.cr-campaign-status-form { display: grid; grid-template-columns: minmax(100px, 1fr) auto; gap: 8px; }
.cr-campaign-status-form select, .cr-campaign-status-form button { min-height: 40px; padding: 8px 11px; font-size: 15px; }
.cr-campaign-share { grid-column: 1 / -1; padding: 14px 16px; border: 1px solid #d9e5e8; border-radius: 11px; background: #f7fbfc; }
.cr-campaign-share > label { display: block; margin-bottom: 7px; color: var(--fms-insight); font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.cr-campaign-share > div { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 9px; }
.cr-campaign-share input { min-height: 42px; padding: 8px 11px; overflow: hidden; background: #fff; color: #374151; font-size: 15px; text-overflow: ellipsis; }
.cr-campaign-share input:focus { text-overflow: clip; }
.cr-campaign-share button { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; padding: 8px 14px; font-size: 15px; white-space: nowrap; }
.cr-campaign-share button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.cr-open-link { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 5px; padding: 8px 13px; border: 1px solid #9dc8d4; border-radius: 9px; background: #fff; color: var(--fms-insight); font-size: 15px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.cr-open-link:hover { border-color: var(--fms-insight); background: var(--fms-insight-soft); }
.cr-copy-status { display: block; min-height: 18px; margin-top: 4px; color: var(--fms-success); font-size: 13px; font-weight: 700; }
.cr-copy-status.is-error { color: var(--fms-danger); }
.cr-notice-share { margin-top: 12px; border-color: currentColor; background: rgba(255,255,255,.55); color: inherit; }
.cr-notice-share > label { color: inherit; }
.cr-campaign-pagination { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--fms-line); }
.cr-campaign-pagination > span { color: var(--fms-muted); font-size: 14px; font-weight: 700; }
.cr-campaign-pagination > div { display: flex; gap: 9px; }
.cr-campaign-pagination a { display: inline-flex; min-height: 40px; align-items: center; padding: 8px 13px; border: 1px solid #cbd0d8; border-radius: 9px; background: #fff; color: var(--fms-insight); font-size: 15px; font-weight: 800; text-decoration: none; }
.cr-campaign-pagination a:hover { border-color: var(--fms-insight); background: var(--fms-insight-soft); }
.cr-campaign-empty { padding: 42px 20px; border: 1px dashed #cbd5e1; border-radius: 14px; background: #fafafa; text-align: center; }
.cr-campaign-empty > span { display: grid; width: 48px; height: 48px; margin: 0 auto 12px; place-items: center; border-radius: 50%; background: var(--fms-insight-soft); color: var(--fms-insight); }
.cr-campaign-empty svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.cr-campaign-empty h3 { margin: 0 0 5px; }
.cr-campaign-empty p { max-width: 470px; margin: 0 auto; color: var(--fms-muted); font-size: 16px; }
footer { width: min(100% - 48px, 1180px); margin: 0 auto; padding: 28px 0; border-top: 1px solid var(--fms-line); display: flex; justify-content: space-between; align-items: center; gap: 22px; color: var(--fms-muted); font-size: 16px; }
footer strong { display: block; color: var(--fms-ink); font-family: var(--heading-font-family); }
footer small { display: block; margin-top: 2px; font-size: 14px; }
footer a { color: #755800; font-weight: 700; }

@media (max-width: 1024px) {
  .cr-public-hero { grid-template-columns: 1fr; }
  .cr-hero { grid-template-columns: 1fr; gap: 42px; padding: 28px 0 60px; }
  .cr-hero-copy { max-width: 760px; }
  .cr-hero .cr-card { width: 100%; max-width: 570px; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .cr-two, .inline-form { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: 1fr; }
  .cr-campaign-tools { grid-template-columns: 1fr; }
  .cr-action-block--filter .inline-form { grid-template-columns: 1fr 1fr auto; }
  .cr-action-block--filter .inline-form button { grid-column: auto; }
  .cr-campaign-list article { grid-template-columns: 1fr 1.3fr; }
  .cr-campaign-status-form { grid-column: 1 / -1; justify-self: end; }
}

@media (max-width: 700px) {
  .cr-public-details { grid-template-columns: 1fr; }
  .cr-shell { padding-top: 42px; }
  .cr-heading { align-items: flex-start; }
  .cr-list article, .reward-list summary { flex-direction: column; }
  .cr-section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
  .cr-next-step { align-items: flex-start; flex-direction: column; gap: 18px; }
  .cr-action-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
  .cr-list article > form { width: 100%; }
  .cr-list article > form button, .cr-list article > form select { width: 100%; }
  .cr-campaign-title { flex-direction: column; gap: 12px; }
  .cr-privacy-pill { margin-top: 0; }
  .cr-campaign-summary { grid-template-columns: 1fr 1fr; }
  .cr-campaign-summary > div:nth-child(3)::before { inset: 0 18px auto; width: auto; height: 1px; }
  .cr-campaign-summary > div:nth-child(4)::after { content: ""; position: absolute; inset: 0 18px auto; height: 1px; background: #d9e5e8; }
  .cr-campaign-list article { display: grid; grid-template-columns: 1fr; }
  .cr-campaign-status-form { grid-column: auto; justify-self: stretch; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  body { font-size: 17px; }
  .cr-top, .cr-top-inner { min-height: 68px; }
  .cr-top-inner, .cr-shell, footer { width: min(100% - 32px, 1180px); }
  .cr-top-inner { gap: 12px; }
  .cr-brand { min-height: 44px; padding-right: 0; border: 0; }
  .cr-brand-logo-frame { width: 86px; height: 54px; }
  .cr-brand img { width: 86px; height: 86px; transform: translateY(-16px); }
  .cr-product-name { display: none; }
  .cr-account-link { padding: 7px 11px; }
  .cr-shell { padding: 34px 0 60px; }
  .cr-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-x: visible; }
  .cr-tabs a { display: grid; min-height: 46px; place-items: center; padding: 7px 9px; white-space: normal; }
  .cr-hero { min-height: 0; gap: 34px; padding: 8px 0 44px; }
  .cr-hero::before { display: none; }
  h1 { font-size: 41px; }
  .cr-hero-copy > p { font-size: 18px; }
  .cr-benefits { display: grid; gap: 10px; }
  .cr-brand-story { height: 126px; margin-top: 25px; }
  .cr-brand-story figcaption { width: 72%; padding: 17px; }
  .cr-brand-story img { width: 58%; margin-left: 42%; }
  .cr-hero .cr-card, .cr-card, .cr-panel { padding: 22px; border-radius: 18px; }
  .cr-dashboard-section { padding: 20px; border-radius: 18px; }
  .cr-action-block { padding: 15px; }
  .cr-campaign-workspace { padding: 20px; }
  .cr-campaign-tools .inline-form, .cr-action-block--filter .inline-form { grid-template-columns: 1fr; }
  .cr-action-block--filter .inline-form button { grid-column: auto; }
  .cr-campaign-summary > div { padding: 15px; }
  .cr-campaign-summary strong { font-size: 22px; }
  .cr-campaign-list-heading { align-items: flex-start; }
  .cr-campaign-list article { padding: 15px; }
  .cr-campaign-metrics { grid-template-columns: 1fr 1fr; row-gap: 14px; }
  .cr-campaign-share > div { grid-template-columns: 1fr; }
  .cr-campaign-share button { justify-content: center; }
  .cr-open-link { width: 100%; }
  .cr-campaign-pagination { align-items: flex-start; flex-direction: column; }
  .metrics { grid-template-columns: 1fr; }
  .receipt dl { grid-template-columns: 1fr; }
  .receipt dd { padding-top: 0; }
  .cr-heading { display: block; }
  .check > span, footer span { overflow-wrap: anywhere; }
}
@media (max-width: 360px) {
  .cr-top-inner, .cr-shell, footer { width: min(100% - 24px, 1180px); }
  .cr-brand-logo-frame { width: 76px; }
  .cr-brand img { width: 76px; height: 76px; transform: translateY(-14px); }
  .cr-account-link { gap: 5px; padding: 7px 9px; font-size: 15px; }
  h1 { font-size: 36px; }
  h2 { font-size: 27px; }
  .cr-hero .cr-card, .cr-card, .cr-panel { padding: 18px; }
  .cr-brand-story figcaption { width: 78%; padding: 14px; }
  .cr-brand-story strong { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.cr-destination-list { display: grid; gap: 12px; max-width: 590px; margin: 20px 0; }
.cr-destination-list .cr-destination-card { margin: 0; }
.cr-destination-card { display: flex; align-items: center; gap: 16px; max-width: 590px; margin: 20px 0; padding: 18px; border: 1px solid #86efac; border-radius: 14px; background: linear-gradient(135deg, var(--fms-success-soft), #fff); box-shadow: 0 8px 22px rgba(22,101,52,.08); }
.cr-destination-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--fms-success); color: #fff; font-size: 22px; font-weight: 800; }
.cr-destination-card div { display: grid; gap: 2px; }
.cr-destination-card small { color: var(--fms-success); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.cr-destination-card strong { font-family: var(--heading-font-family); font-size: 21px; }
.cr-destination-card span:last-child { color: var(--fms-muted); font-size: 15px; }
.cr-edit-destination { max-width: 590px; margin-top: 18px; }
.cr-edit-destination > summary { width: fit-content; padding: 10px 16px; border: 1px solid var(--fms-gold); border-radius: 9px; color: #624900; cursor: pointer; font-weight: 700; list-style-position: inside; }
.cr-edit-destination[open] > summary { margin-bottom: 20px; background: var(--fms-gold-soft); }
.cr-verification-warning { max-width: 720px; margin-top: 22px; padding: 24px; border: 1px solid #e7c766; border-radius: 14px; background: var(--fms-gold-soft); }
.cr-verification-warning:focus { outline: 3px solid rgba(181, 137, 0, .28); outline-offset: 3px; }
.cr-verification-warning h3 { margin: 5px 0 10px; font-size: 25px; }
.cr-verification-warning ul { display: grid; gap: 10px; margin: 18px 0; padding-left: 23px; }
.cr-verification-consent { margin-top: 20px; padding: 16px; border: 1px solid #d5b44e; border-radius: 10px; background: #fff; }
.cr-verification-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 18px; }
button.cr-secondary-button { border: 1px solid #9ca3af; background: #fff; color: var(--fms-ink); }
button.cr-secondary-button:hover { background: #f3f4f6; }
@media (max-width: 560px) {
  .cr-verification-warning { padding: 18px; }
  .cr-verification-actions { align-items: stretch; flex-direction: column-reverse; }
  .cr-verification-actions button { width: 100%; }
}

/* Application expectations and actor-owned review journey. */
.cr-application-journey { max-width: 660px; margin-top: 32px; padding: 24px; border: 1px solid #d9e7eb; border-radius: 18px; background: var(--fms-insight-soft); }
.cr-application-journey h2 { margin-top: 5px; font-size: 25px; }
.cr-application-journey ol { margin: 20px 0 0; padding: 0; list-style: none; counter-reset: application-step; }
.cr-application-journey li { position: relative; min-height: 58px; padding: 0 0 19px 48px; counter-increment: application-step; }
.cr-application-journey li:not(:last-child)::after { content: ""; position: absolute; top: 34px; bottom: 4px; left: 17px; width: 1px; background: #a9c8d2; }
.cr-application-journey li::before { content: counter(application-step); position: absolute; top: 0; left: 0; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--fms-insight); color: #fff; font: 700 15px/1 var(--heading-font-family); }
.cr-application-journey li strong, .cr-application-journey li span { display: block; }
.cr-application-journey li span { margin-top: 2px; color: #4b5563; font-size: 16px; line-height: 1.4; }
.cr-journey-support { margin: 2px 0 0; padding-top: 17px; border-top: 1px solid #c8dde3; color: #374151; font-size: 16px; }
.cr-application-edit { max-width: 760px; margin-top: 24px; }
.cr-application-edit > p { color: var(--fms-muted); }
@media (max-width: 560px) {
  .cr-application-journey { margin-top: 25px; padding: 19px; }
  .cr-application-journey li { padding-left: 43px; }
}
