
@keyframes blxCardIn { from { opacity: 0; transform: translateY(12px); } }
@keyframes blxRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }


/* hero — richer lavender light-field + grain + vignette */
body.fp-ed.bl-home .bh-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(46% 70% at 10% 0%, rgba(168,190,236,.22), transparent 70%),
    radial-gradient(42% 66% at 90% 6%, rgba(118,169,236,.20), transparent 72%),
    radial-gradient(36% 56% at 58% 100%, rgba(94,200,170,.12), transparent 76%),
    radial-gradient(120% 90% at 50% 30%, transparent 56%, rgba(16,38,84,.05) 100%),
    linear-gradient(180deg, #f6f8fd 0%, #f0f1fa 58%, #ffffff 100%);
}
body.fp-ed.bl-home .bh-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  background-size: 160px 160px; opacity: .05; mix-blend-mode: overlay;
}
/* gentle staggered entrance (CSS-only, fail-safe: animation lives in this sheet) */
body.fp-ed.bl-home .bh-eyebrow { animation: blxRise .6s cubic-bezier(.22,1,.36,1) both; }
body.fp-ed.bl-home .bh-title   { animation: blxRise .6s cubic-bezier(.22,1,.36,1) .06s both; letter-spacing: -0.04em; text-wrap: balance; }
body.fp-ed.bl-home .bh-sub     { animation: blxRise .6s cubic-bezier(.22,1,.36,1) .12s both; }
body.fp-ed.bl-home .bh-search  { animation: blxRise .6s cubic-bezier(.22,1,.36,1) .18s both; }
body.fp-ed.bl-home .bh-hero-row{ animation: blxRise .6s cubic-bezier(.22,1,.36,1) .24s both; }
/* greeting kicker — meta voice + gradient dash */
body.fp-ed.bl-home .bh-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brand, #002679);
}
body.fp-ed.bl-home .bh-eyebrow::before {
  content: ""; width: 26px; height: 1px; flex: none;
  background: linear-gradient(90deg, var(--brand, #002679), transparent);
}

/* search — porcelain glass pill + machined purple button */
body.fp-ed.bl-home .bh-search {
  border: 1px solid rgba(255,255,255,.9); border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.6));
  -webkit-backdrop-filter: blur(22px) saturate(170%); backdrop-filter: blur(22px) saturate(170%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -10px 22px -16px rgba(72,113,200,.14),
    0 1px 2px rgba(18,33,66,.08), 0 14px 30px -18px rgba(18,33,66,.26), 0 36px 70px -34px rgba(0,38,121,.22);
  transition: box-shadow .3s ease, border-color .3s ease;
}
body.fp-ed.bl-home .bh-search:focus-within {
  border-color: rgba(29,78,216,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 0 0 1px rgba(29,78,216,.5), 0 0 0 5px rgba(59,130,246,.16),
    0 16px 38px -18px rgba(18,33,66,.28);
}
body.fp-ed.bl-home .bh-search-ic { color: #64748b; transition: transform .25s cubic-bezier(.34,1.56,.64,1); }
body.fp-ed.bl-home .bh-search:focus-within .bh-search-ic { transform: scale(1.08); }
body.fp-ed.bl-home .bh-search input { background: transparent; border: 0; box-shadow: none; caret-color: #1d4ed8; }
body.fp-ed.bl-home .bh-search input:focus { outline: none; }
body.fp-ed.bl-home .bh-search-go {
  position: relative; overflow: hidden; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.24); color: #fff; font-weight: 700;
  background: linear-gradient(135deg, rgba(33,86,200,.95) 0%, rgba(0,38,121,.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), inset 0 -2px 5px rgba(0,16,50,.35), 0 8px 18px -8px rgba(0,38,121,.55);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
body.fp-ed.bl-home .bh-search-go::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.3) 50%, transparent 62%);
  transform: translateX(-130%); transition: none;
}
body.fp-ed.bl-home .bh-search-go:hover::before { transform: translateX(130%); transition: transform .65s cubic-bezier(.4,0,.2,1); }
body.fp-ed.bl-home .bh-search-go:hover { filter: brightness(1.07); }
body.fp-ed.bl-home .bh-search-go:active { transform: translateY(1px) scale(.98); transition-duration: .08s; }

/* category chips — glass, purple hover */
body.fp-ed.bl-home .bh-chip {
  background: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.95); color: #41506b;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 2px 6px rgba(18,33,66,.07);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
body.fp-ed.bl-home .bh-chip:hover {
  background: #fff; color: #16161d; border-color: rgba(15,23,42,.3);
  transform: translateY(-2px); box-shadow: 0 10px 22px -12px rgba(15,23,42,.3);
}
body.fp-ed.bl-home .bh-chip:active { transform: translateY(0); transition-duration: .08s; }

/* "Browse talent" CTA — sheen + arrow nudge */
body.fp-ed.bl-home .bh-talent-cta { position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
body.fp-ed.bl-home .bh-talent-cta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.18) 50%, transparent 62%);
  transform: translateX(-130%); transition: none;
}
body.fp-ed.bl-home .bh-talent-cta:hover::before { transform: translateX(130%); transition: transform .7s cubic-bezier(.4,0,.2,1); }
body.fp-ed.bl-home .bh-talent-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(16,16,24,.5); }
body.fp-ed.bl-home .bh-talent-cta svg { transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
body.fp-ed.bl-home .bh-talent-cta:hover svg { transform: translateX(5px); }

/* feed heads — refined editorial hierarchy */
body.fp-ed.bl-home .bh-feed-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--brand, #002679);
}
body.fp-ed.bl-home .bh-feed-eyebrow::before {
  content: ""; width: 26px; height: 1px; flex: none;
  background: linear-gradient(90deg, var(--brand, #002679), transparent);
}
body.fp-ed.bl-home .bh-feed-title { font-weight: 800; letter-spacing: -0.035em; }
body.fp-ed.bl-home .bh-feed-head {
  position: relative; border-bottom: 1px solid #e5e9f1; padding-bottom: 18px; margin-bottom: 22px;
}
/* per-category rows — "View all" wipe-through underline + spring arrow */
body.fp-ed.bl-home .bh-cat-all {
  font-weight: 700; color: #535a6a; text-decoration: none;
  background: linear-gradient(#0d9488, #0d9488) 100% 100% / 0% 1.5px no-repeat;
  transition: color .2s ease, background-size .32s cubic-bezier(.22,1,.36,1);
}
body.fp-ed.bl-home .bh-cat-all:hover { color: #0b7a55; background-position: 0 100%; background-size: 100% 1.5px; }
body.fp-ed.bl-home .bh-cat-all svg { transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
body.fp-ed.bl-home .bh-cat-all:hover svg { transform: translateX(4px); }

/* interest chips (recommendation mode) — quiet glass */
body.fp-ed.bl-home .bh-int-chip {
  background: rgba(15,23,42,.04); border: 1px solid rgba(15,23,42,.12); color: #475569;
  border-radius: 999px; transition: background-color .2s ease, border-color .2s ease;
}
body.fp-ed.bl-home .bh-int-chip:hover { background: rgba(15,23,42,.07); border-color: rgba(15,23,42,.28); }

/* serve cards — entrance stagger + richer hover (SIZE untouched) */
body.fp-ed.bl-home .bh-grid > * { animation: blxCardIn .55s cubic-bezier(.22,1,.36,1) both; }
body.fp-ed.bl-home .bh-grid > *:nth-child(2) { animation-delay: .05s; }
body.fp-ed.bl-home .bh-grid > *:nth-child(3) { animation-delay: .1s; }
body.fp-ed.bl-home .bh-grid > *:nth-child(4) { animation-delay: .15s; }
body.fp-ed.bl-home .bh-grid > *:nth-child(n+5) { animation-delay: .2s; }
body.fp-ed.bl-home .ed-card:hover {
  border-color: rgba(15,23,42,.28);
  box-shadow: 0 1px 2px rgba(16,16,24,.05), 0 22px 44px -24px rgba(18,33,66,.32), 0 44px 80px -40px rgba(15,23,42,.14);
}


@keyframes blxPanelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* page heads — kicker dual-accent dash */
body.fp-ed[class*="bl-"] main .ed-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--brand, #002679); letter-spacing: 0.2em;
}
body.fp-ed[class*="bl-"] main .ed-kicker::after {
  content: ""; width: 22px; height: 1px;
  background: linear-gradient(90deg, #1d4ed8, #0d9488);
}

body.fp-ed[class*="bl-"] :is(.ed-wsx, .ed-metric) {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid rgba(15,23,42,.1); border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(16,16,24,.04), 0 14px 30px -24px rgba(15,23,42,.3);
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
  animation: blxCardIn .55s cubic-bezier(.22,1,.36,1) both;
}
body.fp-ed[class*="bl-"] :is(.ed-wsx, .ed-metric):nth-child(2) { animation-delay: .06s; }
body.fp-ed[class*="bl-"] :is(.ed-wsx, .ed-metric):nth-child(3) { animation-delay: .12s; }
body.fp-ed[class*="bl-"] :is(.ed-wsx, .ed-metric):nth-child(n+4) { animation-delay: .18s; }
body.fp-ed[class*="bl-"] :is(.ed-wsx, .ed-metric):hover {
  transform: translateY(-3px); border-color: rgba(15,23,42,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(16,16,24,.05), 0 20px 40px -26px rgba(15,23,42,.36);
}
body.fp-ed[class*="bl-"] :is(.ed-wsx-value, .ed-metric strong) { font-family: "Fraunces", Georgia, serif; }

/* quick actions — machined tiles: porcelain + ink icon chip + spring */
body.fp-ed[class*="bl-"] .ed-quick {
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfe 100%);
  border: 1px solid rgba(15,23,42,.1); border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(16,16,24,.03), 0 10px 24px -20px rgba(15,23,42,.25);
  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, border-color .25s ease;
}
body.fp-ed[class*="bl-"] .ed-quick:hover {
  transform: translateY(-3px); border-color: rgba(15,23,42,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(16,16,24,.05), 0 16px 34px -22px rgba(15,23,42,.34);
}
body.fp-ed[class*="bl-"] .ed-quick svg {
  width: 38px; height: 38px; padding: 8px; box-sizing: border-box; border-radius: 11px; color: #fff;
  background: linear-gradient(145deg, #272b33, #101216);
  box-shadow: 0 0 0 1px rgba(15,23,42,.12), 0 8px 16px -10px rgba(15,23,42,.5);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}
body.fp-ed[class*="bl-"] .ed-quick:hover svg { transform: scale(1.06) rotate(-3deg); }

/* panels — porcelain card + head dual-accent dash */
body.fp-ed[class*="bl-"] .ed-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fdfdff 100%);
  border: 1px solid rgba(15,23,42,.09); border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(16,16,24,.03), 0 14px 32px -26px rgba(15,23,42,.28);
  animation: blxPanelIn .6s cubic-bezier(.22,1,.36,1) both;
}
body.fp-ed[class*="bl-"] .ed-panel-head { position: relative; }

/* list rows — ringed avatars + soft hover band */
body.fp-ed[class*="bl-"] .ed-ws-row .ed-av { box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(15,23,42,.16); }
body.fp-ed[class*="bl-"] .ed-ws-row:hover { background: rgba(15,23,42,.035); border-radius: 12px; }

/* tables — refined header voice + row hover */
body.fp-ed[class*="bl-"] .ed-table th { font-size: 0.66rem; letter-spacing: 0.14em; color: #6b7280; }
body.fp-ed[class*="bl-"] .ed-table tbody tr { transition: background-color .15s ease; }
body.fp-ed[class*="bl-"] .ed-table tbody tr:hover { background: rgba(15,23,42,.03); }

/* forms (settings pages) — premium fields, blue focus */
body.fp-ed[class*="bl-"] .ed-field input:not([type="checkbox"]):not([type="radio"]),
body.fp-ed[class*="bl-"] .ed-field select,
body.fp-ed[class*="bl-"] .ed-field textarea {
  border-radius: 12px; border-color: rgba(15,23,42,.14);
  box-shadow: 0 1px 1px rgba(16,16,24,.03), 0 6px 16px -14px rgba(16,16,24,.16);
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.fp-ed[class*="bl-"] .ed-field input:focus,
body.fp-ed[class*="bl-"] .ed-field select:focus,
body.fp-ed[class*="bl-"] .ed-field textarea:focus {
  border-color: rgba(29,78,216,.45); box-shadow: 0 0 0 4px rgba(59,130,246,.14);
}

body.fp-ed:is(.bl-checkout, .bl-contractcheckout) .ed-co-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  border: 1px solid rgba(15,23,42,.1); border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 1px 2px rgba(16,16,24,.04), 0 14px 32px -26px rgba(15,23,42,.3);
  animation: blxPanelIn .6s cubic-bezier(.22,1,.36,1) both;
}
body.fp-ed:is(.bl-checkout, .bl-contractcheckout) .ed-co-card:nth-of-type(2) { animation-delay: .08s; }
body.fp-ed:is(.bl-checkout, .bl-contractcheckout) .ed-co-card:nth-of-type(n+3) { animation-delay: .16s; }
body.fp-ed:is(.bl-checkout, .bl-contractcheckout) .ed-co-step {
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}


/* segmented choice cards — porcelain options, ink-ring selected + lift */
body.fp-ed[class*="bl-"] .ed-seg label {
  border-radius: 14px; border-color: rgba(15,23,42,.12);
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfe 100%);
  box-shadow: 0 1px 2px rgba(16,16,24,.03), 0 8px 18px -16px rgba(15,23,42,.25);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
body.fp-ed[class*="bl-"] .ed-seg label:hover { transform: translateY(-2px); border-color: rgba(15,23,42,.28); }
body.fp-ed[class*="bl-"] .ed-seg label:has(input:checked) {
  border-color: #16161d; background: linear-gradient(180deg, #fafafa, #f3f3f6);
  box-shadow: inset 0 0 0 1px #16161d, 0 10px 22px -16px rgba(15,23,42,.4);
}

/* metric chips — quiet pills with steel icons */
body.fp-ed[class*="bl-"] .ed-metricchip {
  background: rgba(15,23,42,.035); border: 1px solid rgba(15,23,42,.08);
  border-radius: 999px; padding: 3px 10px;
}
body.fp-ed[class*="bl-"] .ed-metricchip svg { color: #7c93b5; }

/* workspace heads — 800 titles */
body.fp-ed[class*="bl-"] .ed-ws-head h2 { font-weight: 800; letter-spacing: -0.03em; }

@media (prefers-reduced-motion: reduce) {
  body.fp-ed[class*="bl-"] :is(.bh-eyebrow, .bh-title, .bh-sub, .bh-search, .bh-hero-row) { animation: none !important; }
  body.fp-ed[class*="bl-"] .bh-grid > * { animation: none !important; }
  body.fp-ed[class*="bl-"] :is(.bh-search-go, .bh-talent-cta)::before { display: none; }
  body.fp-ed[class*="bl-"] :is(.bh-chip, .bh-cat-all svg, .bh-talent-cta svg, .bh-search-ic) { transition: none; }
  body.fp-ed[class*="bl-"] :is(.ed-wsx, .ed-metric, .ed-panel) { animation: none !important; }
}
/* End FP BUYER LUX */

body.bl-postjob .pj2-wrap { padding: 28px 0 84px; }
body.bl-postjob .pj2-head { margin-bottom: 22px; max-width: 760px; }
body.bl-postjob .pj2-head h1 { margin: 10px 0 8px; }
body.bl-postjob .pj2-head p { color: var(--muted); font-size: 0.98rem; line-height: 1.55; margin: 0; }

body.bl-postjob .pj2-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 26px; align-items: start; }
body.bl-postjob .pj2-main { display: grid; gap: 18px; min-width: 0; }

body.bl-postjob .pj2-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  padding: 24px 26px;
  box-shadow: 0 1px 1px rgba(16, 18, 28, 0.03), 0 14px 30px -22px rgba(16, 18, 28, 0.16);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
body.bl-postjob .pj2-card-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
body.bl-postjob .pj2-num {
  flex: none; width: 32px; height: 32px; border-radius: 10px;
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 0.95rem;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 8px 18px -10px rgba(37, 99, 235, 0.6);
}
body.bl-postjob .pj2-card-title { font-family: var(--display, inherit); font-size: 1.08rem; font-weight: 700; margin: 2px 0 2px; color: var(--ink); }
body.bl-postjob .pj2-card-sub { color: var(--muted); font-size: 0.86rem; line-height: 1.5; margin: 0; }

/* segmented budget-type control */
body.bl-postjob .pj2-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
body.bl-postjob .pj2-seg-opt {
  display: flex; align-items: flex-start; gap: 11px; margin: 0; padding: 14px 16px; cursor: pointer;
  border: 1.5px solid var(--line-2, #e3e8f0); border-radius: 14px; background: var(--paper);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
body.bl-postjob .pj2-seg-opt:hover { border-color: #c5d3ec; }
body.bl-postjob .pj2-seg-opt input { margin-top: 3px; accent-color: #2563eb; }
body.bl-postjob .pj2-seg-opt.is-on { border-color: #2563eb; background: linear-gradient(180deg, #f5f9ff, #eef4ff); box-shadow: inset 0 0 0 1px #2563eb, 0 10px 24px -16px rgba(37, 99, 235, 0.5); }
body.bl-postjob .pj2-seg-body { display: grid; gap: 2px; }
body.bl-postjob .pj2-seg-body b { font-size: 0.92rem; color: var(--ink); }
body.bl-postjob .pj2-seg-body small { color: var(--muted); font-size: 0.78rem; line-height: 1.35; }

/* submit bar */
body.bl-postjob .pj2-submitbar { display: grid; gap: 14px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fbfdff, #f4f8ff); }
body.bl-postjob .pj2-submitbar-note { display: flex; align-items: center; gap: 10px; color: #1d4ed8; font-size: 0.86rem; font-weight: 500; }
body.bl-postjob .pj2-submitbar-note svg { width: 22px; height: 22px; flex: none; color: #1d4ed8; }
body.bl-postjob .pj2-submit { min-height: 52px; font-size: 1rem; }
body.bl-postjob .pj2-status { margin: 0; min-height: 1em; font-size: 0.86rem; }

/* shake on a card that failed validation */
body.bl-postjob .pj2-card.is-invalid { border-color: #e0584f; box-shadow: 0 0 0 3px rgba(224, 88, 79, 0.14); animation: pj2Shake 0.4s ease; }
@keyframes pj2Shake { 10%, 90% { transform: translateX(-1px); } 30%, 70% { transform: translateX(3px); } 50% { transform: translateX(-4px); } }

/* ---- right column: sticky live preview ---- */
body.bl-postjob .pj2-side { min-width: 0; align-self: stretch; }
body.bl-postjob .pj2-side-sticky { position: sticky; top: 84px; display: grid; gap: 12px; max-height: calc(100vh - 100px); overflow-y: auto; }
body.bl-postjob .pj2-pv-label { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--muted); }
body.bl-postjob .pj2-pv-dot { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.16); animation: pj2Pulse 2s ease-in-out infinite; }
@keyframes pj2Pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.2); } 50% { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.05); } }

body.bl-postjob .pj2-pv-card { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); padding: 20px; box-shadow: 0 14px 36px -24px rgba(16, 18, 28, 0.32); overflow: hidden; overflow-wrap: anywhere; }
body.bl-postjob .pj2-pv-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
body.bl-postjob .pj2-pv-cat { font-size: 0.72rem; font-weight: 600; color: #1d4ed8; background: rgba(37, 99, 235, 0.1); border-radius: 999px; padding: 3px 10px; max-width: 100%; overflow-wrap: anywhere; }
body.bl-postjob .pj2-pv-type { font-size: 0.72rem; font-weight: 600; color: var(--muted); background: var(--band, #f1f4f9); border-radius: 999px; padding: 3px 10px; margin-left: auto; white-space: nowrap; }
body.bl-postjob .pj2-pv-title { font-size: 1.05rem; font-weight: 700; line-height: 1.3; margin: 0 0 8px; color: var(--ink); overflow-wrap: anywhere; word-break: break-word; }
body.bl-postjob .pj2-pv-budget { font-size: 1.12rem; font-weight: 800; color: #0f7a44; margin-bottom: 10px; overflow-wrap: anywhere; }
body.bl-postjob .pj2-pv-desc { font-size: 0.86rem; line-height: 1.55; color: var(--muted); margin: 0 0 12px; overflow-wrap: anywhere; word-break: break-word; }
body.bl-postjob .pj2-pv-title.is-placeholder, body.bl-postjob .pj2-pv-budget.is-placeholder, body.bl-postjob .pj2-pv-desc.is-placeholder { color: #aab4c4; font-weight: 500; }
body.bl-postjob .pj2-pv-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
body.bl-postjob .pj2-pv-chips:empty { display: none; }
body.bl-postjob .pj2-pv-chip { font-size: 0.74rem; color: var(--ink); background: var(--band, #f1f4f9); border: 1px solid var(--line); border-radius: 999px; padding: 3px 10px; max-width: 100%; overflow-wrap: anywhere; }
body.bl-postjob .pj2-pv-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; padding-top: 12px; border-top: 1px solid var(--line); }
body.bl-postjob .pj2-pv-meta span { font-size: 0.78rem; color: var(--muted); }
body.bl-postjob .pj2-pv-meta:empty { display: none; }
body.bl-postjob .pj2-side-hint { font-size: 0.76rem; color: var(--faint, #9aa4b2); text-align: center; margin: 0; }

@media (max-width: 980px) {
  body.bl-postjob .pj2-grid { grid-template-columns: 1fr; }
  body.bl-postjob .pj2-side { order: -1; }
  body.bl-postjob .pj2-side-sticky { position: static; }
}
@media (max-width: 560px) {
  body.bl-postjob .pj2-card { padding: 20px 16px; }
  body.bl-postjob .pj2-seg { grid-template-columns: 1fr; }
}

/* ---- green "sent for review" success popup ---- */
/* The base rule below sets display:grid, which would override the [hidden]
   attribute and leave this fixed, full-screen overlay sitting invisibly
   (opacity:0) on top of the form — silently swallowing every click and
   keystroke. This guard keeps [hidden] authoritative so the popup is truly
   gone until the JS removes the attribute on submit. */
body.bl-postjob .pj2-done[hidden] { display: none !important; }
body.bl-postjob .pj2-done { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 20px;
  background: rgba(8, 20, 12, 0.46); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity 0.28s ease; }
body.bl-postjob .pj2-done.is-open { opacity: 1; }
body.bl-postjob .pj2-done-card {
  position: relative; max-width: 440px; width: 100%; text-align: center; padding: 40px 32px 32px;
  background: var(--paper, #fff); border-radius: 24px; border: 1px solid rgba(22, 163, 74, 0.2);
  box-shadow: 0 40px 90px -40px rgba(7, 60, 30, 0.5); transform: translateY(14px) scale(0.96); transition: transform 0.34s cubic-bezier(0.2, 0.9, 0.3, 1.2); overflow: hidden;
}
body.bl-postjob .pj2-done.is-open .pj2-done-card { transform: translateY(0) scale(1); }
body.bl-postjob .pj2-done-card::before { content: ""; position: absolute; inset: -1px -1px auto; height: 6px; background: linear-gradient(90deg, #16a34a, #34d399, #16a34a); }
body.bl-postjob .pj2-done-check { width: 88px; height: 88px; margin: 0 auto 18px; }
body.bl-postjob .pj2-done-check svg { width: 100%; height: 100%; }
body.bl-postjob .pj2-done-ring { fill: none; stroke: #16a34a; stroke-width: 3; stroke-dasharray: 152; stroke-dashoffset: 152; }
body.bl-postjob .pj2-done-tick { fill: none; stroke: #16a34a; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; }
body.bl-postjob .pj2-done.is-open .pj2-done-ring { animation: pj2Ring 0.5s ease forwards; }
body.bl-postjob .pj2-done.is-open .pj2-done-tick { animation: pj2Tick 0.4s ease 0.42s forwards; }
@keyframes pj2Ring { to { stroke-dashoffset: 0; } }
@keyframes pj2Tick { to { stroke-dashoffset: 0; } }
body.bl-postjob .pj2-done-title { font-size: 1.5rem; font-weight: 800; color: #0f7a44; margin: 0 0 10px; }
body.bl-postjob .pj2-done-text { font-size: 0.94rem; line-height: 1.6; color: var(--muted); margin: 0 0 22px; }
body.bl-postjob .pj2-done-actions { display: flex; justify-content: center; }
body.bl-postjob .pj2-done-actions .ed-btn { min-height: 48px; padding-inline: 26px; }
/* confetti burst */
body.bl-postjob .pj2-done-burst { position: absolute; top: 56px; left: 50%; width: 0; height: 0; pointer-events: none; }
body.bl-postjob .pj2-done-burst i { position: absolute; width: 8px; height: 8px; border-radius: 2px; opacity: 0; }
body.bl-postjob .pj2-done-burst i:nth-child(1) { background: #16a34a; --bx: -70px; --by: -34px; }
body.bl-postjob .pj2-done-burst i:nth-child(2) { background: #34d399; --bx: 70px; --by: -34px; }
body.bl-postjob .pj2-done-burst i:nth-child(3) { background: #60a5fa; --bx: -96px; --by: 18px; }
body.bl-postjob .pj2-done-burst i:nth-child(4) { background: #fbbf24; --bx: 96px; --by: 18px; }
body.bl-postjob .pj2-done-burst i:nth-child(5) { background: #16a34a; --bx: -40px; --by: -58px; }
body.bl-postjob .pj2-done-burst i:nth-child(6) { background: #60a5fa; --bx: 40px; --by: -58px; }
body.bl-postjob .pj2-done.is-open .pj2-done-burst i { animation: pj2Burst 0.8s ease 0.5s forwards; }
@keyframes pj2Burst { 0% { opacity: 1; transform: translate(0, 0) scale(1); } 100% { opacity: 0; transform: translate(var(--bx), var(--by)) scale(0.4); } }

@media (prefers-reduced-motion: reduce) {
  body.bl-postjob .pj2-done, body.bl-postjob .pj2-done-card { transition: none; }
  body.bl-postjob .pj2-done-ring, body.bl-postjob .pj2-done-tick { stroke-dashoffset: 0; animation: none; }
  body.bl-postjob .pj2-done-burst i, body.bl-postjob .pj2-pv-dot, body.bl-postjob .pj2-card.is-invalid { animation: none; }
}
/* End POST A JOB redesign */

body.bl-createserve .cs2-wrap { padding: 28px 0 88px; }
body.bl-createserve .cs2-head { margin-bottom: 22px; max-width: 760px; }
body.bl-createserve .cs2-head h1 { margin: 10px 0 8px; }
body.bl-createserve .cs2-head p { color: var(--muted); font-size: 0.98rem; line-height: 1.55; margin: 0; }

body.bl-createserve .cs2-grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 26px; align-items: start; }
body.bl-createserve .cs2-main { display: grid; gap: 18px; min-width: 0; }

body.bl-createserve .cs2-card {
  border: 1px solid var(--line); border-radius: 20px; background: var(--paper); padding: 24px 26px;
  box-shadow: 0 1px 1px rgba(16, 18, 28, 0.03), 0 14px 30px -22px rgba(16, 18, 28, 0.16);
  transition: box-shadow 0.2s ease, border-color 0.2s ease; scroll-margin-top: 84px;
}
body.bl-createserve .cs2-card-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
body.bl-createserve .cs2-num {
  flex: none; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center;
  color: #fff; font-weight: 700; font-size: 0.95rem; background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  box-shadow: 0 8px 18px -10px rgba(37, 99, 235, 0.6);
}
body.bl-createserve .cs2-card-title { font-family: var(--display, inherit); font-size: 1.08rem; font-weight: 700; margin: 2px 0 2px; color: var(--ink); }
body.bl-createserve .cs2-card-sub { color: var(--muted); font-size: 0.86rem; line-height: 1.5; margin: 0; }
body.bl-createserve .cs2-card.is-invalid { border-color: #e0584f; box-shadow: 0 0 0 3px rgba(224, 88, 79, 0.14); animation: cs2Shake 0.4s ease; }
@keyframes cs2Shake { 10%, 90% { transform: translateX(-1px); } 30%, 70% { transform: translateX(3px); } 50% { transform: translateX(-4px); } }

/* segmented package tabs */
body.bl-createserve .cs2-pkgtabs { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; margin-bottom: 16px; padding: 4px; background: var(--band, #f1f4f9); border: 1px solid var(--line); border-radius: 14px; }
body.bl-createserve .cs2-pkgtab {
  appearance: none; border: 0; background: transparent; cursor: pointer; border-radius: 10px; padding: 9px 8px;
  font: inherit; font-size: 0.88rem; font-weight: 600; color: var(--muted); display: grid; gap: 1px; line-height: 1.2;
  transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}
body.bl-createserve .cs2-pkgtab small { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: #9aa4b2; }
body.bl-createserve .cs2-pkgtab.is-on { background: var(--paper, #fff); color: #1d4ed8; box-shadow: 0 6px 16px -10px rgba(37, 99, 235, 0.5); }
body.bl-createserve .cs2-pkgtab.is-on small { color: #2563eb; }
body.bl-createserve .cs2-pkgpanel[hidden] { display: none; }
body.bl-createserve .cs2-pkg-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }

/* "What's included" tick-points builder (per package, max 10) */
body.bl-createserve .cs2-incl-label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink); margin-bottom: 9px; }
body.bl-createserve .cs2-incl-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
body.bl-createserve .cs2-incl-row { display: flex; align-items: center; gap: 9px; }
body.bl-createserve .cs2-incl-tick { flex: none; width: 23px; height: 23px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; background: rgba(37, 99, 235, 0.1); color: #2563eb; }
body.bl-createserve .cs2-incl-input { flex: 1 1 auto; min-width: 0; height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper, #fff); font: inherit; color: var(--ink); transition: border-color 0.15s, box-shadow 0.15s; }
body.bl-createserve .cs2-incl-input::placeholder { color: #9aa4b2; }
body.bl-createserve .cs2-incl-input:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14); }
body.bl-createserve .cs2-incl-del { flex: none; width: 33px; height: 33px; border-radius: 9px; border: 1px solid var(--line); background: var(--paper, #fff); color: #9aa4b2; font-size: 19px; line-height: 1; cursor: pointer; transition: 0.15s; }
body.bl-createserve .cs2-incl-del:hover { color: #dc2626; border-color: rgba(220, 38, 38, 0.4); background: rgba(220, 38, 38, 0.06); }
body.bl-createserve .cs2-incl-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; }
body.bl-createserve .cs2-incl-add { display: inline-flex; align-items: center; gap: 6px; height: 37px; padding: 0 15px; border: 1px dashed rgba(37, 99, 235, 0.45); border-radius: 10px; background: rgba(37, 99, 235, 0.05); color: #2563eb; font-weight: 600; font-size: 0.86rem; cursor: pointer; transition: 0.15s; }
body.bl-createserve .cs2-incl-add:hover { background: rgba(37, 99, 235, 0.1); }
body.bl-createserve .cs2-incl-add:disabled { opacity: 0.45; cursor: not-allowed; }
body.bl-createserve .cs2-incl-add-plus { font-size: 16px; line-height: 1; font-weight: 700; }
body.bl-createserve .cs2-incl-count { color: var(--muted); font-size: 0.78rem; font-weight: 600; white-space: nowrap; }

/* submit bar */
body.bl-createserve .cs2-submitbar { display: grid; gap: 14px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fbfdff, #f4f8ff); }
body.bl-createserve .cs2-submitbar-note { display: flex; align-items: flex-start; gap: 10px; color: #1d4ed8; font-size: 0.86rem; font-weight: 500; line-height: 1.5; }
body.bl-createserve .cs2-submitbar-note svg { width: 22px; height: 22px; flex: none; color: #1d4ed8; margin-top: 1px; }
body.bl-createserve .cs2-own { display: flex; align-items: flex-start; gap: 10px; margin: 0; font-size: 0.9rem; color: var(--ink); cursor: pointer; }
body.bl-createserve .cs2-own input { margin-top: 3px; accent-color: #2563eb; }
body.bl-createserve .cs2-submit { min-height: 52px; font-size: 1rem; }
body.bl-createserve .cs2-status { margin: 0; min-height: 1em; font-size: 0.86rem; }

/* ---- right column: sticky live preview ---- */
body.bl-createserve .cs2-side { min-width: 0; align-self: stretch; }
body.bl-createserve .cs2-side-sticky { position: sticky; top: 84px; display: grid; gap: 12px; max-height: calc(100vh - 100px); overflow-y: auto; padding-right: 2px; }
body.bl-createserve .cs2-pv-label { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; text-transform: uppercase; color: var(--muted); }
body.bl-createserve .cs2-pv-dot { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.16); animation: cs2Pulse 2s ease-in-out infinite; }
@keyframes cs2Pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.2); } 50% { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0.05); } }

/* completeness meter */
body.bl-createserve .cs2-meter { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); padding: 13px 15px; }
body.bl-createserve .cs2-meter-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 9px; }
body.bl-createserve .cs2-meter-top b { font-size: 0.84rem; color: var(--ink); }
body.bl-createserve .cs2-meter-top span { font-size: 0.82rem; font-weight: 700; color: #1d4ed8; }
body.bl-createserve .cs2-meter-track { height: 7px; border-radius: 999px; background: var(--band, #eef1f6); overflow: hidden; }
body.bl-createserve .cs2-meter-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, #3b82f6, #1d4ed8); width: 0; transition: width 0.3s ease; }
body.bl-createserve .cs2-meter.is-full .cs2-meter-fill { background: linear-gradient(90deg, #16a34a, #34d399); }
body.bl-createserve .cs2-meter.is-full .cs2-meter-top span { color: #0f7a44; }

body.bl-createserve .cs2-pv-card { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 14px 36px -24px rgba(16, 18, 28, 0.32); overflow: hidden; overflow-wrap: anywhere; }
body.bl-createserve .cs2-pv-thumb { position: relative; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #eef2fb, #e3ebf8); display: grid; place-items: center; overflow: hidden; }
/* absolute fill so a tall/large uploaded image can NEVER stretch the 16:9 box */
body.bl-createserve .cs2-pv-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
body.bl-createserve .cs2-pv-thumb video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: #0b1220; }
body.bl-createserve .cs2-pv-mock { display: grid; place-items: center; gap: 7px; color: #9fb0cd; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
body.bl-createserve .cs2-pv-mock svg { width: 30px; height: 30px; opacity: 0.7; }
body.bl-createserve .cs2-pv-tag { position: absolute; left: 10px; top: 10px; font-size: 0.7rem; font-weight: 600; color: #1d4ed8; background: rgba(255, 255, 255, 0.92); border-radius: 999px; padding: 3px 10px; max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.bl-createserve .cs2-pv-body { padding: 15px 16px 16px; display: grid; gap: 9px; }
body.bl-createserve .cs2-pv-title { font-size: 1rem; font-weight: 700; line-height: 1.34; margin: 0; color: var(--ink); overflow-wrap: anywhere; word-break: break-word; }
body.bl-createserve .cs2-pv-title.is-placeholder { color: #aab4c4; font-weight: 500; }
body.bl-createserve .cs2-pv-by { display: flex; align-items: center; gap: 8px; }
body.bl-createserve .cs2-pv-by .ed-av { width: 26px; height: 26px; font-size: 0.68rem; flex: none; }
body.bl-createserve .cs2-pv-by .ed-av img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
body.bl-createserve .cs2-pv-by span { font-size: 0.82rem; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.bl-createserve .cs2-pv-rate { display: inline-flex; align-items: center; gap: 5px; font-size: 0.82rem; color: var(--ink); font-weight: 600; }
body.bl-createserve .cs2-pv-rate svg { width: 14px; height: 14px; color: #f5a623; }
body.bl-createserve .cs2-pv-rate small { color: var(--muted); font-weight: 500; }
body.bl-createserve .cs2-pv-tags { display: flex; flex-wrap: wrap; gap: 6px; }
body.bl-createserve .cs2-pv-tags:empty { display: none; }
body.bl-createserve .cs2-pv-chip { font-size: 0.72rem; color: var(--ink); background: var(--band, #f1f4f9); border: 1px solid var(--line); border-radius: 999px; padding: 2px 9px; max-width: 100%; overflow-wrap: anywhere; }
body.bl-createserve .cs2-pv-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 11px; border-top: 1px solid var(--line); }
body.bl-createserve .cs2-pv-foot .cs2-pv-del { font-size: 0.78rem; color: var(--muted); }
body.bl-createserve .cs2-pv-foot .cs2-pv-price { font-size: 0.82rem; color: var(--muted); }
body.bl-createserve .cs2-pv-foot .cs2-pv-price b { font-size: 1.02rem; color: var(--ink); }
body.bl-createserve .cs2-side-hint { font-size: 0.76rem; color: var(--faint, #9aa4b2); text-align: center; margin: 0; }

@media (max-width: 980px) {
  body.bl-createserve .cs2-grid { grid-template-columns: 1fr; }
  body.bl-createserve .cs2-side { order: -1; }
  body.bl-createserve .cs2-side-sticky { position: static; max-height: none; }
  body.bl-createserve .cs2-pv-card { max-width: 420px; }
}
@media (max-width: 560px) {
  body.bl-createserve .cs2-card { padding: 20px 16px; }
  body.bl-createserve .cs2-pkgtabs { grid-template-columns: 1fr 1fr 1fr; }
}

body.bl-createserve .cs2-done[hidden] { display: none !important; }
body.bl-createserve .cs2-done { position: fixed; inset: 0; z-index: 1200; display: grid; place-items: center; padding: 20px;
  background: rgba(8, 20, 12, 0.46); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity 0.28s ease; }
body.bl-createserve .cs2-done.is-open { opacity: 1; }
body.bl-createserve .cs2-done-card {
  position: relative; max-width: 448px; width: 100%; text-align: center; padding: 40px 32px 32px;
  background: var(--paper, #fff); border-radius: 24px; border: 1px solid rgba(22, 163, 74, 0.2);
  box-shadow: 0 40px 90px -40px rgba(7, 60, 30, 0.5); transform: translateY(14px) scale(0.96); transition: transform 0.34s cubic-bezier(0.2, 0.9, 0.3, 1.2); overflow: hidden;
}
body.bl-createserve .cs2-done.is-open .cs2-done-card { transform: translateY(0) scale(1); }
body.bl-createserve .cs2-done-card::before { content: ""; position: absolute; inset: -1px -1px auto; height: 6px; background: linear-gradient(90deg, #16a34a, #34d399, #16a34a); }
body.bl-createserve .cs2-done-check { width: 88px; height: 88px; margin: 0 auto 18px; }
body.bl-createserve .cs2-done-check svg { width: 100%; height: 100%; }
body.bl-createserve .cs2-done-ring { fill: none; stroke: #16a34a; stroke-width: 3; stroke-dasharray: 152; stroke-dashoffset: 152; }
body.bl-createserve .cs2-done-tick { fill: none; stroke: #16a34a; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; }
body.bl-createserve .cs2-done.is-open .cs2-done-ring { animation: cs2Ring 0.5s ease forwards; }
body.bl-createserve .cs2-done.is-open .cs2-done-tick { animation: cs2Tick 0.4s ease 0.42s forwards; }
@keyframes cs2Ring { to { stroke-dashoffset: 0; } }
@keyframes cs2Tick { to { stroke-dashoffset: 0; } }
body.bl-createserve .cs2-done-title { font-size: 1.5rem; font-weight: 800; color: #0f7a44; margin: 0 0 10px; }
body.bl-createserve .cs2-done-text { font-size: 0.94rem; line-height: 1.6; color: var(--muted); margin: 0 0 22px; }
body.bl-createserve .cs2-done-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
body.bl-createserve .cs2-done-actions .ed-btn { min-height: 48px; padding-inline: 24px; }
body.bl-createserve .cs2-done-burst { position: absolute; top: 56px; left: 50%; width: 0; height: 0; pointer-events: none; }
body.bl-createserve .cs2-done-burst i { position: absolute; width: 8px; height: 8px; border-radius: 2px; opacity: 0; }
body.bl-createserve .cs2-done-burst i:nth-child(1) { background: #16a34a; --bx: -70px; --by: -34px; }
body.bl-createserve .cs2-done-burst i:nth-child(2) { background: #34d399; --bx: 70px; --by: -34px; }
body.bl-createserve .cs2-done-burst i:nth-child(3) { background: #60a5fa; --bx: -96px; --by: 18px; }
body.bl-createserve .cs2-done-burst i:nth-child(4) { background: #fbbf24; --bx: 96px; --by: 18px; }
body.bl-createserve .cs2-done-burst i:nth-child(5) { background: #16a34a; --bx: -40px; --by: -58px; }
body.bl-createserve .cs2-done-burst i:nth-child(6) { background: #60a5fa; --bx: 40px; --by: -58px; }
body.bl-createserve .cs2-done.is-open .cs2-done-burst i { animation: cs2Burst 0.8s ease 0.5s forwards; }
@keyframes cs2Burst { 0% { opacity: 1; transform: translate(0, 0) scale(1); } 100% { opacity: 0; transform: translate(var(--bx), var(--by)) scale(0.4); } }

@media (prefers-reduced-motion: reduce) {
  body.bl-createserve .cs2-done, body.bl-createserve .cs2-done-card, body.bl-createserve .cs2-meter-fill { transition: none; }
  body.bl-createserve .cs2-done-ring, body.bl-createserve .cs2-done-tick { stroke-dashoffset: 0; animation: none; }
  body.bl-createserve .cs2-done-burst i, body.bl-createserve .cs2-pv-dot, body.bl-createserve .cs2-card.is-invalid { animation: none; }
}
body.bl-createserve .ed-cs-thumb-preview { width: 260px; max-width: 100%; }
body.bl-createserve .ed-cs-thumb-preview img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
body.bl-createserve .ed-cs-gallery { grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); }
body.bl-createserve .ed-cs-gthumb img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
body.bl-createserve .ed-cs-video { width: min(520px, 100%); }
body.bl-createserve .ed-cs-video video { width: 100%; height: auto; max-height: none; aspect-ratio: 16 / 9; object-fit: contain; background: #000; display: block; }
/* End CREATE A SERVE redesign */
