:root {
  color-scheme: light;
  --bg: #f5f7fb;
  --bg-elevated: #ffffff;
  --text: #121419;
  --muted: #626977;
  --line: #dde2ec;
  --brand: #121419;
  --brand-soft: #eef1f7;
  --accent: #4357f5;
  --accent-strong: #b9f227;
  --shadow: 0 22px 60px rgba(26, 31, 47, 0.1);
  --shadow-soft: 0 8px 24px rgba(26, 31, 47, 0.07);
  --radius-lg: 8px;
  --radius-md: 8px;
  font-family:
    Inter, "SF Pro Text", "SF Pro Display", "Noto Sans Devanagari", Mangal, Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: var(--text);
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

html {
  min-height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  min-height: 100dvh;
}

/* Consumer marketplace visual system: quiet confidence with one energetic accent. */
:root {
  --bg: #f7f8fa;
  --text: #15161a;
  --muted: #686d78;
  --line: #e5e7ec;
  --brand: #15161a;
  --brand-soft: #f0f1f4;
  --accent: #15161a;
  --accent-strong: #c7f43d;
  --shadow: 0 16px 44px rgba(22, 24, 29, 0.08);
  --shadow-soft: 0 5px 18px rgba(22, 24, 29, 0.06);
}

.instagram-policy-note {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.instagram-check-button {
  width: 100%;
  min-height: 48px;
}

.instagram-check-button.is-loading svg {
  animation: spin 0.8s linear infinite;
}

.instagram-evidence-result,
.buyer-instagram-evidence {
  display: grid;
  gap: 7px;
  padding: 13px 14px;
  border: 1px solid rgba(18, 24, 40, 0.1);
  border-radius: 8px;
  background: #f7f9fc;
}

.instagram-evidence-result > div,
.buyer-instagram-evidence > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.instagram-evidence-result span,
.buyer-instagram-evidence span {
  color: var(--text);
  font-size: 0.84rem;
  line-height: 1.45;
}

.instagram-evidence-result small,
.buyer-instagram-evidence small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.instagram-evidence-result.is-checked,
.buyer-instagram-evidence {
  border-color: rgba(17, 132, 91, 0.24);
  background: #f2fbf7;
}

.instagram-evidence-result.is-checked b,
.buyer-instagram-evidence b,
.buyer-instagram-evidence a {
  color: #087554;
}

.instagram-evidence-result.is-unverified {
  border-color: rgba(153, 95, 0, 0.2);
  background: #fff9ef;
}

.evaluation-rubric-list,
.profession-review-list {
  display: grid;
  gap: 7px;
}

.evaluation-rubric-list > span,
.profession-review-list > span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 10px;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  color: var(--muted);
  font-size: 0.76rem;
}

.evaluation-rubric-list strong,
.profession-review-list strong {
  color: var(--text);
  font-size: 0.8rem;
}

.profession-review-list small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.7rem;
}

.profession-review-list b {
  color: #087554;
}

.buyer-instagram-evidence a {
  width: fit-content;
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}

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

.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;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  background: var(--bg);
  overflow-x: hidden;
  overflow-y: visible;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
}

body,
button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 72%, white);
  outline-offset: 4px;
}

.app-shell {
  width: min(1120px, 100%);
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow: visible;
  padding:
    max(20px, env(safe-area-inset-top))
    max(20px, env(safe-area-inset-right))
    max(20px, env(safe-area-inset-bottom))
    max(20px, env(safe-area-inset-left));
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 0 34px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.language-switcher { position: relative; display: inline-flex; min-height: 38px; align-items: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.language-switcher select { min-height: 36px; padding: 0 25px 0 10px; border: 0; outline: 0; appearance: none; background: transparent; color: var(--text); font-size: .76rem; font-weight: 800; cursor: pointer; }
.language-switcher > span { position: absolute; right: 8px; color: var(--muted); pointer-events: none; }

.language-gate { display: grid; min-height: 100dvh; padding: max(24px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left)); place-items: center; background: #f7f8fa; }
.language-card { display: grid; width: min(100%, 440px); gap: 9px; padding: 28px 22px; border: 1px solid #e4e7ec; border-radius: 8px; background: #fff; box-shadow: 0 18px 50px rgba(22, 24, 29, .09); }
.language-card .logo { margin-bottom: 34px; }
.language-card .eyebrow { margin: 0; color: #687078; font-size: .72rem; font-weight: 800; }
.language-card h1 { margin: 0; font-size: clamp(1.7rem, 8vw, 2.25rem); line-height: 1.08; letter-spacing: 0; }
.language-card > p:not(.eyebrow) { margin: 0 0 16px; color: var(--muted); font-size: .9rem; }
.language-choices { display: grid; gap: 9px; }
.language-choices button { display: grid; min-height: 64px; gap: 3px; padding: 12px 14px; border: 1px solid #dfe3e9; border-radius: 8px; background: #fff; color: var(--text); text-align: left; cursor: pointer; }
.language-choices button:first-child { border-color: #c7f43d; background: #f8fde9; }
.language-choices strong { font-size: 1rem; }
.language-choices span { color: var(--muted); font-size: .76rem; }

input, textarea, select { font-family: inherit; font-size: max(16px, 1rem); }
.bot-trap {
  display: none !important;
}

.header-account-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-elevated);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 780;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.header-logout {
  min-height: 38px;
  padding: 0 12px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  min-height: 44px;
  color: var(--ink);
  font-weight: 790;
}

.logo-word {
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: 0;
}

.logo-eight {
  width: 18px;
  height: 24px;
  overflow: visible;
}

.logo-eight path {
  fill: none;
  stroke: currentColor;
  stroke-width: 5.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-eight circle {
  fill: var(--accent);
}

.logo-pin {
  width: 22px;
  height: 26px;
  overflow: visible;
  transform: translateY(1px);
}

.logo-pin-loop {
  fill: none;
  stroke: #15161a;
  stroke-width: 4.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo-pin-point {
  fill: var(--accent-strong);
  stroke: #15161a;
  stroke-width: 2.4;
  stroke-linejoin: round;
}

.logo-pin-dot {
  fill: #15161a;
}

.logo-brand-mark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  transform: translateY(1px);
  box-shadow: 0 4px 10px rgba(21, 22, 26, .12);
}

.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.icon-button:hover {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  transform: translateY(-1px);
}

.install-button {
  color: var(--accent);
}

.pwa-install-toast {
  position: fixed;
  z-index: 80;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  left: max(16px, env(safe-area-inset-left));
  display: flex;
  max-width: 520px;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-left: auto;
  padding: 13px 14px 13px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-elevated);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.pwa-install-toast button {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--text);
  cursor: pointer;
  font-size: 1.35rem;
}

.backend-gate {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
  padding:
    max(24px, env(safe-area-inset-top))
    max(20px, env(safe-area-inset-right))
    max(24px, env(safe-area-inset-bottom))
    max(20px, env(safe-area-inset-left));
}

.backend-gate-card {
  display: grid;
  width: min(520px, 100%);
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.backend-gate-card h1,
.backend-gate-card p {
  margin: 0;
}

.backend-gate-card p {
  color: var(--muted);
  line-height: 1.65;
}

.backend-loader svg {
  animation: spin 0.85s linear infinite;
}

.backend-setup-steps {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 6%, transparent);
  color: var(--muted);
  line-height: 1.55;
}

.backend-status-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, #dc2626 32%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, #dc2626 8%, var(--bg-elevated));
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 700;
}

.backend-status-banner button {
  flex: 0 0 auto;
  padding: 8px 11px;
  border-radius: 10px;
  background: var(--brand);
  color: var(--bg);
  cursor: pointer;
  font-weight: 800;
}

.live-opportunity-toast {
  position: fixed;
  top: max(14px, env(safe-area-inset-top));
  left: 50%;
  z-index: 90;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 10px;
  width: min(calc(100% - 24px), 430px);
  padding: 10px 10px 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: #15161a;
  color: #f7f7f2;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .24);
  transform: translateX(-50%);
  animation: live-opportunity-in .28s ease-out;
}

.live-opportunity-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: #24262b;
}

.live-opportunity-mark::before,
.live-opportunity-mark::after {
  position: absolute;
  width: 18px;
  height: 8px;
  border: 2px solid #f7f7f2;
  border-radius: 50%;
  content: "";
}
.live-opportunity-mark::before { top: 9px; }
.live-opportunity-mark::after { bottom: 9px; }
.live-opportunity-mark i { z-index: 1; width: 7px; height: 7px; border-radius: 50%; background: #b9f227; box-shadow: 0 0 0 5px rgba(185, 242, 39, .12); animation: opportunity-dot 1.4s ease-in-out infinite; }
.live-opportunity-toast a { display: grid; gap: 3px; min-width: 0; color: inherit; text-decoration: none; }
.live-opportunity-toast strong { font-size: .82rem; }
.live-opportunity-toast small { overflow: hidden; color: #b9bbb6; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.live-opportunity-toast a b { color: #b9f227; font-size: .73rem; font-weight: 800; }
.live-opportunity-toast button { display: grid; width: 30px; height: 30px; padding: 0; place-items: center; border: 0; background: transparent; color: #aeb0ac; font-size: 1.1rem; }

.requirement-validation-error {
  margin-top: 10px;
  padding: 11px 13px;
  border: 1px solid #f1c3bf;
  border-radius: 12px;
  background: #fff1f0;
  color: #963d37;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.45;
}

@keyframes live-opportunity-in { from { opacity: 0; transform: translate(-50%, -12px); } }
@keyframes opportunity-dot { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }

.hero {
  display: grid;
  gap: 32px;
  padding: 18px 0 38px;
}

.hero-copy {
  max-width: 780px;
}

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

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(3.1rem, 13vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 4vw, 1.34rem);
  line-height: 1.5;
}

.selection-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.selection-card {
  position: relative;
  display: grid;
  min-height: 340px;
  gap: 26px;
  align-content: space-between;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transform: translateZ(0);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.selection-card::before {
  position: absolute;
  inset: auto -20% -34% 18%;
  height: 220px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 15%, transparent);
  content: "";
  filter: blur(18px);
  opacity: 0.78;
}

.selection-card.is-primary {
  min-height: 374px;
  border-color: color-mix(in srgb, var(--accent) 36%, var(--line));
  box-shadow: var(--shadow);
}

.selection-card:hover {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.card-icon {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 18px;
  background: var(--brand-soft);
  color: var(--accent);
}

.selection-card h2 {
  position: relative;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 7vw, 2.7rem);
  line-height: 1;
  letter-spacing: 0;
}

.selection-card p {
  position: relative;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.primary-button {
  position: relative;
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 15px;
  background: var(--brand);
  color: var(--bg);
  font-weight: 760;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.primary-button:hover {
  background: color-mix(in srgb, var(--brand) 88%, var(--accent));
  transform: translateY(-1px);
}

.trust-section {
  display: grid;
  gap: 20px;
  padding: 20px 0 48px;
  text-align: center;
}

.category-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.category-row span {
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 680;
}

.trust-section p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 720;
}

.home-entry {
  display: grid;
  min-height: calc(100svh - 100px);
  align-content: center;
  gap: 26px;
  padding: 4px 0 38px;
}

.home-intro {
  display: grid;
  gap: 12px;
}

.home-intro .eyebrow,
.home-intro h1,
.home-intro p {
  margin: 0;
}

.home-intro h1 {
  max-width: 620px;
  font-size: 2.65rem;
  line-height: 0.98;
}

.home-intro > p:last-child {
  max-width: 500px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
}

.path-options {
  display: grid;
  gap: 10px;
}

.path-option {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.path-option:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.path-option.is-primary {
  border-color: transparent;
  background: var(--accent);
  color: white;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--accent) 24%, transparent);
}

.path-icon,
.path-arrow {
  display: grid;
  place-items: center;
}

.path-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--accent);
}

.path-option.is-primary .path-icon {
  background: var(--accent-strong);
  color: #17171b;
}

.path-copy {
  min-width: 0;
}

.path-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.path-option h2,
.path-option p {
  margin: 0;
}

.path-option h2 {
  font-size: 1.35rem;
  line-height: 1.1;
}

.path-option p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.path-option.is-primary p {
  color: rgba(255, 255, 255, 0.78);
}

.path-price {
  flex: 0 0 auto;
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
}

.path-option.is-primary .path-price {
  background: var(--accent-strong);
  color: #17171b;
}

.path-arrow {
  color: var(--muted);
}

.path-option.is-primary .path-arrow {
  color: white;
}

.home-trust {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 720;
  text-align: center;
}

.home-login-link {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 62px;
  align-items: center;
  gap: 11px;
  width: min(420px, 100%);
  margin: 2px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: 0 7px 20px rgba(26, 31, 47, 0.05);
  transition: border-color 160ms ease, transform 160ms ease;
}

.marketplace-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 14px 0;
  border-top: 1px solid #e5e7ec;
  border-bottom: 1px solid #e5e7ec;
}

.marketplace-story > div {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 7px;
  padding: 0 10px;
}

.marketplace-story > div + div {
  border-left: 1px solid #e5e7ec;
}

.marketplace-story b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #15161a;
  color: #fff;
  font-size: 0.67rem;
}

.marketplace-story span,
.marketplace-story strong,
.marketplace-story small {
  display: block;
  min-width: 0;
}

.marketplace-story strong {
  font-size: 0.72rem;
  line-height: 1.15;
}

.marketplace-story small {
  margin-top: 3px;
  color: #747985;
  font-size: 0.62rem;
  line-height: 1.22;
}

.flow-story {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 4px 0 2px;
  color: #686d78;
  font-size: 0.68rem;
  font-weight: 760;
  white-space: nowrap;
}

.flow-story svg {
  width: 13px;
  height: 13px;
  color: #a7abb4;
}

.pilot-location-banner {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  background: #fff;
}

.pilot-location-banner > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: var(--accent-strong);
  color: #15161a;
}

.pilot-location-banner strong,
.pilot-location-banner small {
  display: block;
}

.pilot-location-banner strong {
  font-size: 0.88rem;
}

.pilot-location-banner small {
  margin-top: 3px;
  color: #686d78;
  font-size: 0.72rem;
  line-height: 1.35;
}

.radius-selector {
  display: grid;
  gap: 8px;
  padding: 11px;
  border: 1px solid #dfe1e6;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f9fafb);
  box-shadow: 0 8px 20px rgba(20, 22, 26, .04);
}

.radius-copy {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.radius-copy strong {
  font-size: .88rem;
  color: var(--text);
}

.radius-copy span,
.location-hint {
  color: #686d78;
  font-size: .76rem;
  line-height: 1.35;
  text-align: right;
}

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

.radius-actions label,
.pincode-select {
  display: grid;
  gap: 5px;
  color: #686d78;
  font-size: .72rem;
  font-weight: 800;
}

.radius-actions select,
.pincode-select select,
.pincode-select input {
  width: 100%;
  min-height: 40px;
  border: 1px solid #dfe1e6;
  border-radius: 10px;
  padding: 0 12px;
  background: #f7f8fb;
  color: var(--text);
  font-weight: 800;
}

.pincode-entry input {
  letter-spacing: .08em;
}

.pincode-entry small {
  color: #686d78;
  font-size: .74rem;
  font-weight: 760;
  line-height: 1.35;
}

.pincode-entry.is-valid input {
  border-color: rgba(56, 142, 60, .36);
  background: rgba(232, 245, 233, .78);
}

.pincode-entry.is-valid small {
  color: #1b6b32;
}

.pincode-entry.has-error input {
  border-color: rgba(180, 35, 24, .42);
  background: #fff7f6;
}

.pincode-entry.has-error small {
  color: #b42318;
}

.radius-selector .mini-button {
  min-height: 40px;
  padding-inline: 13px;
  white-space: nowrap;
}

.pincode-chooser {
  border-top: 1px solid #edf0f4;
  padding-top: 8px;
}

.radius-selector .pincode-chooser {
  display: none;
}

.pincode-chooser summary {
  cursor: pointer;
  color: #15161a;
  font-size: .78rem;
  font-weight: 850;
  list-style: none;
}

.pincode-chooser summary::-webkit-details-marker {
  display: none;
}

.pincode-chooser summary::after {
  content: "⌄";
  float: right;
  color: #747986;
}

.pincode-chooser[open] summary {
  margin-bottom: 8px;
}

.home-login-link:hover {
  border-color: color-mix(in srgb, var(--accent) 40%, var(--line));
}

.home-login-link:active {
  transform: scale(0.99);
}

.home-login-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--accent);
}

.home-login-link strong,
.home-login-link small {
  display: block;
}

.home-login-link strong {
  font-size: 0.88rem;
}

.home-login-link small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.74rem;
}

.home-login-link > svg {
  width: 18px;
  color: var(--muted);
}

@media (min-width: 760px) {
  .home-entry {
    gap: 34px;
  }

  .home-intro h1 {
    font-size: 4.25rem;
  }

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

  .path-option {
    min-height: 178px;
    padding: 24px;
  }
}

/* Focused hiring composer */
.requirement-page {
  padding-top: 4px;
}

.requirement-page > .back-link {
  margin-bottom: 18px;
}

.requirement-layout {
  width: min(580px, 100%);
  gap: 14px;
}

.flow-story {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 4px 14px rgba(21, 22, 26, .04);
}

.requirement-card {
  position: relative;
  gap: 20px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #e3e5e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(21, 22, 26, .09);
}

.requirement-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: var(--accent-strong);
  content: "";
}

.brief-profession-pill {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 9px 7px 11px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f7f8fa;
}

.brief-profession-pill span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  font-size: .78rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brief-profession-pill i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--accent-strong);
  box-shadow: 0 0 0 4px rgba(199, 244, 61, .2);
}

.brief-profession-pill small {
  padding: 5px 7px;
  border-radius: 6px;
  background: #15161a;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
}

.brief-profession-pill button {
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid #d9dce2;
  border-radius: 6px;
  background: #fff;
  color: #34373e;
  cursor: pointer;
  font-size: .68rem;
  font-weight: 800;
}

.requirement-industry-block {
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid #e3e5e9;
  border-radius: 8px;
  background: #f8f9fb;
}

.requirement-industry-heading { display: grid; gap: 3px; }
.requirement-industry-heading > span { display: flex; align-items: center; gap: 6px; color: #34373e; font-size: .76rem; font-weight: 800; }
.requirement-industry-heading svg { width: 15px; height: 15px; }
.requirement-industry-heading b { margin-left: auto; padding: 4px 6px; border-radius: 5px; background: #eaf8c6; color: #435519; font-size: .6rem; text-transform: uppercase; }
.requirement-industry-heading small { color: var(--muted); font-size: .68rem; line-height: 1.35; }

.industry-select-wrap { position: relative; display: block; }
.industry-select-wrap select {
  width: 100%;
  min-height: 48px;
  padding: 0 42px 0 12px;
  border: 1px solid #d8dbe1;
  border-radius: 7px;
  appearance: none;
  background: #fff;
  color: #15161a;
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
  font-weight: 750;
}
.industry-select-wrap > span { position: absolute; top: 50%; right: 14px; color: #555b66; font-size: 1.15rem; line-height: 1; pointer-events: none; transform: translateY(-58%); }
.industry-select-wrap select:focus { border-color: #15161a; outline: 3px solid rgba(21, 22, 26, .08); }

.matched-industry-row { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 9px 8px 12px; border: 1px solid #d8dbe1; border-radius: 7px; background: #fff; }
.matched-industry-row strong { min-width: 0; overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.matched-industry-row button { min-height: 30px; padding: 5px 9px; border: 1px solid #d9dce2; border-radius: 6px; background: #f7f8fa; color: #34373e; cursor: pointer; font-size: .67rem; font-weight: 800; }

.work-type-block { display: grid; gap: 10px; }
.work-type-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.work-type-options button { min-height: 42px; padding: 8px 9px; border: 1px solid #dfe1e6; border-radius: 7px; background: #fff; color: #4f5560; cursor: pointer; font-size: .72rem; font-weight: 750; text-align: left; }
.work-type-options button.is-selected { border-color: #15161a; background: #15161a; color: #fff; box-shadow: 0 6px 16px rgba(21, 22, 26, .12); }
.work-schedule-field small { color: var(--muted); font-size: .68rem; }
.work-schedule-field input { min-height: 50px; border-radius: 7px; }

.requirement-card .step-header h2 {
  max-width: 440px;
  font-size: clamp(1.55rem, 6.4vw, 2rem);
  line-height: 1.08;
}

.requirement-card .exact-requirement-field textarea {
  min-height: 132px;
  padding: 16px 16px 32px;
  border-color: #d8dbe1;
  border-radius: 8px;
  background: #fbfcfd;
  font-size: .94rem;
  line-height: 1.55;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.requirement-card .exact-requirement-field textarea:focus {
  border-color: #15161a;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 4px rgba(21, 22, 26, .08);
}

.brief-assurance {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: -8px;
  color: #555b66;
}

.brief-assurance > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: #eefbc9;
  color: #15161a;
}

.brief-assurance svg { width: 16px; height: 16px; }
.brief-assurance p { display: grid; gap: 1px; margin: 0; }
.brief-assurance strong { color: #15161a; font-size: .75rem; }
.brief-assurance small { font-size: .69rem; line-height: 1.35; }

.requirement-card .continue-button {
  min-height: 54px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(21, 22, 26, .17);
}

.live-opportunity-toast {
  top: auto;
  bottom: max(14px, env(safe-area-inset-bottom));
  width: min(calc(100% - 24px), 370px);
  padding-block: 9px;
}

@media (max-width: 480px) {
  .open-role-prompt,
  .job-role-admin-row {
    grid-template-columns: 1fr;
  }

  .job-role-actions {
    justify-content: stretch;
  }

  .job-role-actions button,
  .open-role-prompt button {
    width: 100%;
  }

  .app-shell {
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  .site-header { padding-bottom: 20px; }
  .requirement-card { padding: 20px; }
  .flow-story { gap: 5px; padding-inline: 9px; font-size: .62rem; }
  .flow-story svg { width: 11px; height: 11px; }
}

@media (max-width: 420px) {
  .marketplace-story > div {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 0 7px;
  }

  .flow-story {
    gap: 5px;
    font-size: 0.62rem;
  }
}

.coming-soon-page {
  padding: 18px 0 64px;
}

.public-footer {
  display: grid;
  gap: 12px;
  width: min(100%, 980px);
  margin: 54px auto 0;
  padding: 22px 0 max(22px, env(safe-area-inset-bottom));
  border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  color: var(--muted);
}

.public-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: baseline;
}

.public-footer strong {
  color: var(--text);
  font-size: .9rem;
  font-weight: 900;
}

.public-footer span,
.public-footer small {
  font-size: .75rem;
  line-height: 1.5;
}

.public-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
}

.public-footer a {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 760;
  text-decoration: none;
}

.public-footer a:hover,
.public-footer a:focus-visible {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-page {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 18px 0 42px;
}

.legal-hero {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.legal-hero h1 {
  margin: 0;
  color: var(--text);
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.legal-hero p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 720;
}

.legal-card {
  display: grid;
  gap: 17px;
  padding: clamp(20px, 5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-elevated);
  box-shadow: 0 18px 55px rgba(21, 22, 26, .08);
}

.legal-card h2 {
  margin: 10px 0 -6px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.legal-card p,
.legal-card li,
.legal-card dd {
  margin: 0;
  color: #4f5662;
  font-size: .94rem;
  line-height: 1.65;
}

.legal-card ul,
.legal-card ol {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 22px;
}

.legal-card blockquote {
  margin: 2px 0;
  padding: 14px 16px;
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 8%, var(--bg-elevated));
  color: var(--text);
  font-size: 1rem;
  font-weight: 850;
}

.legal-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.legal-card dl > div {
  display: grid;
  gap: 2px;
}

.legal-card dt {
  color: var(--text);
  font-size: .78rem;
  font-weight: 900;
}

.legal-card dd {
  margin: 0;
}

.legal-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.legal-related-links a {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.matcher-page {
  padding: 18px 0 64px;
}

.onboarding-page,
.dashboard-page,
.requirement-page {
  padding: 18px 0 64px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: var(--muted);
  font-weight: 720;
}

.coming-soon-content {
  display: grid;
  gap: 34px;
  align-items: center;
}

.coming-soon-content h1 {
  font-size: clamp(3rem, 12vw, 5.5rem);
}

.coming-soon-content p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.6;
}

.matcher-layout {
  display: grid;
  gap: 28px;
}

.matcher-intro h1 {
  max-width: 820px;
  font-size: clamp(2.8rem, 11vw, 5.7rem);
}

.matcher-intro p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.13rem;
  line-height: 1.6;
}

.matcher-panel {
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.requirement-box {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--accent) 14%, transparent), transparent 18rem),
    color-mix(in srgb, var(--bg) 74%, transparent);
}

.requirement-box > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 780;
}

.requirement-box svg {
  color: var(--accent);
}

.requirement-box textarea {
  width: 100%;
  min-height: 172px;
  resize: vertical;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: clamp(1.13rem, 4vw, 1.45rem);
  font-weight: 650;
  line-height: 1.46;
}

.quick-requirement textarea {
  min-height: 208px;
}

.short-requirement {
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
}

.short-requirement textarea {
  min-height: 76px;
  max-height: 130px;
  resize: none;
  font-size: 1.08rem;
  line-height: 1.45;
}

.quick-requirement.compact textarea {
  min-height: 116px;
  font-size: 1.04rem;
}

.requirement-box textarea::placeholder {
  color: color-mix(in srgb, var(--muted) 72%, transparent);
  font-weight: 520;
}

.matcher-status {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 4px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 680;
}

.matcher-loader {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--accent);
}

.matcher-loader svg {
  animation: spin 1.8s linear infinite;
}

.suggestion-section,
.selected-section {
  display: grid;
  gap: 12px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.section-heading h2 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0;
}

.section-heading span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 720;
}

.suggestion-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.suggestion-card {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--bg-elevated) 86%, var(--brand-soft));
  color: var(--text);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.suggestion-card:hover,
.suggestion-card.is-selected {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
  background: color-mix(in srgb, var(--accent) 10%, var(--bg-elevated));
  transform: translateY(-2px);
}

.suggestion-check {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: var(--brand-soft);
  color: var(--accent);
  font-weight: 850;
}

.suggestion-card strong,
.suggestion-card small {
  display: block;
}

.suggestion-card strong {
  margin-bottom: 3px;
  font-size: 0.98rem;
}

.suggestion-card small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 680;
}

.selected-list {
  display: flex;
  min-height: 46px;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

.selected-chip {
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 46%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, var(--bg-elevated));
  color: var(--text);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 760;
}

.selected-empty,
.save-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.continue-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 17px;
  background: var(--brand);
  color: var(--bg);
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.2);
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.continue-button:not(:disabled):hover {
  background: color-mix(in srgb, var(--brand) 88%, var(--accent));
  transform: translateY(-1px);
}

.continue-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.continue-button.is-loading svg {
  animation: spin 0.85s linear infinite;
}

.save-note {
  margin: -4px 0 0;
  text-align: center;
}

.empty-state {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px dashed color-mix(in srgb, var(--accent) 30%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent) 7%, transparent);
}

.empty-state strong {
  color: var(--text);
}

.empty-state span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.onboarding-layout {
  display: grid;
  gap: 26px;
}

.onboarding-aside {
  display: grid;
  gap: 16px;
  align-content: start;
}

.onboarding-aside h1 {
  max-width: 650px;
  font-size: clamp(2.7rem, 10vw, 5.1rem);
}

.onboarding-aside p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.onboarding-progress {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.onboarding-progress > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 760;
}

.onboarding-progress strong {
  color: var(--text);
}

.progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--brand-soft);
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
  transition: width 240ms ease;
}

.onboarding-card {
  display: grid;
  gap: 22px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.step-header {
  display: grid;
  gap: 10px;
}

.step-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: var(--brand-soft);
  color: var(--accent);
}

.step-header h2 {
  margin: 0;
  font-size: clamp(2rem, 7vw, 3.2rem);
  line-height: 1;
}

.step-header p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

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

.input-field {
  display: grid;
  gap: 8px;
}

.input-field span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
}

.input-field svg {
  color: var(--accent);
}

.city-search-field {
  position: relative;
}

.city-search-field > label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
}

.city-search-field > small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.city-suggestion-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% - 2px);
  right: 0;
  left: 0;
  display: grid;
  overflow-y: auto;
  max-height: 276px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: 0 18px 42px rgba(18, 20, 25, 0.16);
}

.city-suggestion-menu[hidden] {
  display: none;
}

.city-suggestion-menu button {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.city-suggestion-menu button:hover,
.city-suggestion-menu button:focus-visible {
  background: var(--brand-soft);
  outline: 0;
}

.city-suggestion-menu button strong {
  font-size: 0.86rem;
}

.city-suggestion-menu button span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.city-no-result {
  padding: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.input-field input,
.inline-add input,
.select-field select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 80%, var(--brand-soft));
  color: var(--text);
  font: inherit;
  font-weight: 650;
  outline: 0;
  padding: 0 14px;
}

.input-field input:focus,
.inline-add input:focus,
.select-field select:focus {
  border-color: color-mix(in srgb, var(--accent) 55%, var(--line));
}

.select-field select {
  appearance: none;
  cursor: pointer;
}

.field-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 740;
}

.field-meta strong {
  color: var(--muted);
}

.field-meta.is-valid strong {
  color: var(--accent);
}

.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  color: var(--text);
  font-weight: 720;
  line-height: 1.45;
}

.contact-consent input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.contact-preference-section {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-preference-section h3,
.contact-preference-section p {
  margin: 0;
}

.contact-preference-section h3 {
  font-size: 1.05rem;
}

.contact-preference-section p {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.5;
}

.contact-preference-grid {
  display: grid;
  gap: 10px;
}

.work-coverage-panel {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.contact-preference-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 5px 10px;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.contact-preference-card.is-selected {
  border-color: color-mix(in srgb, var(--accent) 58%, var(--line));
  background: color-mix(in srgb, var(--accent) 11%, var(--bg-elevated));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 8%, transparent);
}

.contact-preference-card .preference-radio {
  display: grid;
  grid-row: span 2;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  border-radius: 50%;
  color: var(--accent);
  font-weight: 850;
}

.contact-preference-card strong {
  line-height: 1.35;
}

.contact-preference-card small {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
}

.verification-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.verification-card strong,
.verification-card span {
  display: block;
}

.buyer-login-page {
  display: grid;
  gap: 18px;
  min-height: calc(100svh - 110px);
  align-content: start;
  padding-bottom: 72px;
}

.buyer-login-card {
  display: grid;
  gap: 16px;
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.buyer-login-card h1 {
  margin-bottom: 10px;
  font-size: clamp(2.25rem, 11vw, 4rem);
  line-height: 1;
}

.buyer-login-card .eyebrow {
  margin-bottom: 8px;
}

.buyer-verification-card {
  margin-top: 4px;
}

.buyer-verification-card.is-verified {
  border-color: color-mix(in srgb, #16a34a 38%, var(--line));
  background: color-mix(in srgb, #16a34a 9%, transparent);
}

.verification-badge {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, #16a34a 14%, transparent);
  color: #15803d !important;
  font-size: 0.78rem !important;
  font-weight: 840;
}

.otp-panel {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
}

.otp-panel strong,
.otp-panel span {
  display: block;
}

.otp-panel span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 680;
  line-height: 1.45;
}

.otp-inline {
  display: grid;
  gap: 9px;
}

.otp-inline input {
  min-height: 48px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-elevated);
  color: var(--text);
  font: inherit;
  font-weight: 760;
}

.buyer-dashboard-actions {
  display: grid;
  gap: 9px;
}

.buyer-login-required {
  min-height: 420px;
  align-content: center;
}

.buyer-login-required .continue-button {
  margin-top: 8px;
}

.role-choice-card {
  width: min(760px, 100%);
}

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

.compact-role-card {
  width: 100%;
  min-height: 190px;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.compact-role-card h2 {
  margin-bottom: 7px;
}

.compact-role-card p {
  margin-bottom: 0;
}

.role-choice-page {
  display: grid;
  width: min(520px, 100%);
  gap: 22px;
  margin: 0 auto;
  padding: clamp(26px, 8vh, 72px) 0 48px;
}

.role-choice-intro {
  display: grid;
  gap: 9px;
}

.role-choice-intro .eyebrow,
.role-choice-intro h1,
.role-choice-intro p {
  margin: 0;
}

.role-choice-intro .eyebrow {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--accent-strong);
  color: #15161a;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.role-choice-intro h1 {
  max-width: 460px;
  font-size: clamp(2.25rem, 10vw, 3.5rem);
  line-height: 1.02;
}

.role-choice-intro > p:last-child {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.role-choice-page .role-choice-grid {
  gap: 9px;
}

.role-choice-page .compact-role-card,
.role-choice-page .compact-role-card.is-primary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: center;
  width: 100%;
  min-height: 94px;
  padding: 15px;
  border: 1px solid #e5e7ec;
  border-radius: 8px;
  background: #fff;
  color: #15161a;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 5px 18px rgba(22, 24, 29, 0.06);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.role-choice-page .compact-role-card.is-primary {
  border-color: #15161a;
  background: #15161a;
  color: #fff;
  box-shadow: 0 12px 30px rgba(22, 24, 29, 0.15);
}

.role-choice-page .compact-role-card:hover {
  border-color: #15161a;
  transform: translateY(-1px);
}

.role-choice-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: #f0f1f4;
  color: #15161a;
}

.compact-role-card.is-primary .role-choice-icon {
  background: var(--accent-strong);
}

.role-choice-copy,
.role-choice-copy strong,
.role-choice-copy small {
  display: block;
  min-width: 0;
}

.role-choice-copy strong {
  font-size: 1.02rem;
  line-height: 1.2;
}

.role-choice-copy small {
  margin-top: 4px;
  color: #737883;
  font-size: 0.76rem;
  line-height: 1.35;
}

.compact-role-card.is-primary .role-choice-copy small {
  color: rgba(255, 255, 255, 0.7);
}

.role-choice-arrow {
  display: grid;
  place-items: center;
  color: #878c96;
}

.compact-role-card.is-primary .role-choice-arrow {
  color: #fff;
}

.role-choice-note {
  margin: -5px 0 0;
  color: #737883;
  font-size: 0.74rem;
  font-weight: 680;
  text-align: center;
}

/* Freelancer home: opportunities first, supporting controls second. */
.freelancer-work-feed {
  width: min(680px, 100%);
  gap: 14px;
}

.freelancer-feed-hero {
  min-height: auto;
  padding: 10px 0 2px;
}

.freelancer-feed-hero h1 {
  margin-top: 5px;
  font-size: clamp(2.25rem, 10vw, 3.4rem);
  line-height: 1;
}

.freelancer-feed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  margin-top: 10px;
  color: #686d78;
  font-size: 0.8rem;
  font-weight: 730;
}

.freelancer-feed-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.freelancer-feed-meta svg {
  width: 15px;
  height: 15px;
}

.freelancer-work-feed .freelancer-access-panel {
  min-height: 66px;
  gap: 11px;
  padding: 11px 13px;
  border: 0;
  background: #eef7d8;
  box-shadow: none;
}

.freelancer-work-feed .access-plan-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #15161a;
  color: var(--accent-strong);
}

.freelancer-work-feed .freelancer-access-panel strong {
  font-size: 0.84rem;
}

.freelancer-work-feed .freelancer-access-panel p {
  margin: 2px 0 0;
  font-size: 0.7rem;
  line-height: 1.35;
}

.freelancer-work-feed .access-status {
  background: rgba(255, 255, 255, 0.72);
  color: #33363d;
  font-size: 0.66rem;
}

.freelancer-work-feed .opportunities-panel {
  padding: 4px 0 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.freelancer-work-feed .opportunities-panel .section-heading {
  margin-bottom: 10px;
}

.freelancer-work-feed .opportunities-panel .section-heading h2 {
  font-size: 1.08rem;
}

.freelancer-work-feed .opportunity-empty-state,
.freelancer-work-feed .application-empty-line {
  padding: 14px;
  border-style: solid;
  border-color: #e5e7ec;
  background: #fff;
}

.freelancer-work-feed .opportunity-empty-state p {
  font-size: 0.76rem;
}

.freelancer-work-feed .freelancer-alert-panel {
  gap: 11px;
  padding: 12px 13px;
}

.freelancer-work-feed .freelancer-alert-panel strong {
  font-size: 0.82rem;
}

.freelancer-work-feed .freelancer-alert-panel p {
  font-size: 0.7rem;
  line-height: 1.35;
}

.freelancer-work-feed .freelancer-alert-panel .ghost-button {
  min-height: 38px;
  padding-inline: 10px;
  border-radius: 8px;
  font-size: 0.72rem;
}

@media (max-width: 520px) {
  .freelancer-feed-hero {
    padding-top: 4px;
  }

  .freelancer-work-feed .pay-as-you-go-panel,
  .freelancer-work-feed .freelancer-access-panel.is-active {
    grid-template-columns: 36px minmax(0, 1fr) auto;
  }

  .freelancer-work-feed .freelancer-alert-panel {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .freelancer-work-feed .freelancer-alert-panel > button,
  .freelancer-work-feed .freelancer-alert-panel > .access-status {
    grid-column: 2;
    width: fit-content;
  }
}

.access-denied-card {
  text-align: left;
}

.verification-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.mini-button,
.ghost-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  font-weight: 780;
  padding: 0 13px;
}

.mini-button {
  border-color: color-mix(in srgb, var(--accent) 40%, var(--line));
  color: var(--accent);
}

.step-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.step-actions .continue-button {
  width: 100%;
}

.search-field {
  margin-top: 2px;
}

.category-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.category-strip span {
  flex: 0 0 auto;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.profession-selector,
.chip-grid,
.radio-grid {
  display: grid;
  gap: 10px;
}

.profession-selector {
  max-height: 390px;
  overflow: auto;
  padding-right: 4px;
}

.option-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 4px 10px;
  align-items: center;
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.option-card > span {
  display: grid;
  grid-row: span 2;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 11px;
  background: var(--brand-soft);
  color: var(--accent);
  font-weight: 850;
}

.option-card strong {
  line-height: 1.2;
}

.option-card small {
  color: var(--muted);
  font-weight: 680;
}

.option-card.is-selected,
.pill-option.is-selected,
.large-option.is-selected {
  border-color: color-mix(in srgb, var(--accent) 58%, var(--line));
  background: color-mix(in srgb, var(--accent) 11%, var(--bg-elevated));
}

.pill-option {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  font-weight: 760;
  padding: 0 13px;
  text-align: left;
}

.hiring-chip-grid {
  grid-template-columns: 1fr;
}

.hiring-chip {
  min-height: 58px;
  justify-content: center;
  font-size: 1.02rem;
  text-align: center;
}

.compact-question {
  display: grid;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.compact-question:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.compact-question h3,
.compact-question p {
  margin: 0;
}

.compact-question h3 {
  font-size: 1rem;
}

.compact-question p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.88rem;
}

.quick-choice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.payment-back-actions {
  margin-top: 4px;
}

.pune-note {
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--accent) 8%, var(--bg-elevated));
  color: var(--accent);
  font-weight: 760;
  line-height: 1.45;
}

.optional-email {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.optional-email summary {
  cursor: pointer;
  color: var(--muted);
  font-weight: 780;
}

.optional-email[open] summary {
  margin-bottom: 12px;
}

.contact-step-hint,
.payment-method-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 680;
  line-height: 1.5;
}

.requirement-card > .step-actions {
  position: static;
  z-index: 4;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 94%, transparent);
  box-shadow: var(--shadow-soft);
  backdrop-filter: none;
}

.requirement-card .step-header:not(:has(.step-icon)) {
  grid-template-columns: 1fr;
}

.inline-add {
  display: grid;
  gap: 10px;
}

.large-option {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  cursor: pointer;
  font-weight: 780;
  padding: 0 15px;
  text-align: left;
}

.large-option span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--accent);
}

.upload-drop {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 132px;
  border: 1px dashed color-mix(in srgb, var(--accent) 36%, var(--line));
  border-radius: 20px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  color: var(--muted);
  cursor: pointer;
  font-weight: 780;
  text-align: center;
}

.upload-drop svg {
  color: var(--accent);
}

.upload-drop input {
  display: none;
}

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

.portfolio-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
}

.portfolio-card span {
  overflow-wrap: anywhere;
}

.portfolio-card a {
  overflow: hidden;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portfolio-card button {
  border: 0;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-weight: 780;
}

.review-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.review-card h3 {
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
}

.review-row {
  display: grid;
  gap: 6px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

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

.review-row span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
}

.review-row strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.45;
}

.review-actions {
  grid-template-columns: 0.8fr 1.2fr;
}

.payment-summary {
  margin-bottom: 14px;
}

.payment-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.payment-status span,
.payment-test-panel > span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
}

.payment-status.is-failed strong,
.payment-error {
  color: #dc4c4c;
}

.payment-primary {
  width: 100%;
}

/* Hire flow: youthful energy, grown-up clarity. */
.requirement-page {
  padding-bottom: 48px;
}

.requirement-page .back-link {
  width: fit-content;
  border-radius: 6px;
  font-size: 0.86rem;
}

.requirement-layout {
  display: grid;
  width: min(680px, 100%);
  gap: 18px;
  margin: 0 auto;
}

.requirement-layout .onboarding-aside {
  gap: 14px;
}

.requirement-layout .eyebrow {
  width: fit-content;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 820;
  text-transform: uppercase;
}

.requirement-layout .onboarding-aside h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.55rem, 10vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.requirement-layout .onboarding-aside p:not(.eyebrow) {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.hire-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
}

.hire-values span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hire-values svg {
  width: 14px;
  color: var(--accent);
}

.requirement-layout .onboarding-progress {
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.requirement-layout .progress-track {
  height: 5px;
  border-radius: 2px;
}

.requirement-layout .progress-track span {
  border-radius: 2px;
  background: var(--accent);
}

.requirement-card {
  gap: 18px;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(35, 39, 56, 0.08);
}

.requirement-card .step-header {
  grid-template-columns: auto 1fr;
  gap: 5px 12px;
  align-items: center;
}

.requirement-card .simple-question {
  grid-template-columns: 1fr;
  gap: 6px;
}

.question-number {
  margin: 0 !important;
  color: var(--accent) !important;
  font-size: 0.72rem !important;
  font-weight: 840;
  text-transform: uppercase;
}

.profession-search-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 4%, var(--bg-elevated));
  color: var(--accent);
}

.profession-search-field input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  font-weight: 680;
}

.profession-search-field input::placeholder {
  color: var(--muted);
  font-weight: 560;
}

.profession-dropdown {
  min-height: 0;
  padding-top: 4px;
  border-top: 0;
}

.ai-profession-status {
  min-height: 20px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.ai-profession-status::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--accent);
  animation: pulse 1s ease-in-out infinite alternate;
}

@keyframes pulse {
  from { opacity: 0.35; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}

.profession-result-list {
  display: grid;
  gap: 7px;
}

.profession-result-list .hiring-chip {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  justify-content: flex-start;
  text-align: left;
}

.profession-result {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.profession-result:hover {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
}

.profession-result span {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
}

.profession-result.is-unavailable span {
  color: var(--muted);
}

.candidate-count-grid {
  display: grid;
  gap: 9px;
}

.candidate-count-select {
  display: grid;
  gap: 7px;
}

.candidate-count-select > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.candidate-count-select select {
  width: 100%;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  font-weight: 780;
}

.candidate-count-select select:focus {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 14%, transparent);
}

.candidate-price-preview {
  display: grid;
  gap: 7px;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 6%, var(--bg-elevated));
}

.candidate-price-preview div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.candidate-price-preview span,
.candidate-price-preview p {
  color: var(--muted);
  font-size: 0.8rem;
}

.candidate-price-preview strong {
  font-size: 1.15rem;
}

.candidate-price-preview p {
  margin: 0;
}

.budget-amount-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 58px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
}

.budget-amount-field:focus-within {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 14%, transparent);
}

.budget-amount-field > span {
  padding-left: 15px;
  color: var(--muted);
  font-weight: 800;
}

.budget-amount-field input {
  width: 100%;
  min-width: 0;
  padding: 15px 14px 15px 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
  font: inherit;
  font-size: 1rem;
  font-weight: 760;
}

.budget-private-button {
  width: 100%;
}

.exact-requirement-field {
  position: relative;
  display: block;
}

.exact-requirement-field textarea {
  width: 100%;
  min-height: 104px;
  resize: vertical;
  padding: 14px 14px 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.45;
}

.exact-requirement-field input {
  width: 100%;
  min-height: 56px;
  padding: 13px 14px 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
}

.exact-requirement-field input:focus {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 14%, transparent);
}

.exact-requirement-field textarea:focus {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 14%, transparent);
}

.exact-requirement-field > span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: var(--muted);
  font-size: 0.72rem;
}

.candidate-count-option {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.candidate-count-option:hover {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  background: color-mix(in srgb, var(--accent) 6%, var(--bg-elevated));
}

.candidate-count-option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.candidate-count-option span {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 780;
  text-align: right;
}

.candidate-count-option.has-limited-reach {
  flex-wrap: wrap;
}

.candidate-count-option small {
  width: 100%;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.response-cap-offer {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 7%, var(--bg-elevated));
}

.response-cap-offer strong,
.response-cap-offer span {
  display: block;
}

.response-cap-offer span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
}

.response-cap-offer .continue-button {
  width: 100%;
}

.supply-unavailable,
.supply-warning {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, #d97706 35%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, #f59e0b 8%, var(--bg-elevated));
}

.supply-unavailable > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: #fef3c7;
  color: #92400e;
}

.supply-unavailable h2,
.supply-unavailable p,
.supply-warning strong,
.supply-warning span {
  margin: 0;
}

.supply-unavailable h2 {
  font-size: 1.45rem;
}

.supply-unavailable p,
.supply-warning span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.supply-warning strong,
.supply-warning span {
  display: block;
}

.supply-consent {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, #d97706 30%, var(--line));
  border-radius: 7px;
  background: var(--bg-elevated);
  cursor: pointer;
}

.supply-consent input {
  width: 19px;
  height: 19px;
  accent-color: var(--accent-strong);
}

.supply-consent span {
  color: var(--text);
  font-weight: 760;
}

.requirement-card .step-icon {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  background: var(--accent-strong);
  color: #17171b;
}

.requirement-card .step-header h2 {
  font-size: clamp(1.55rem, 6vw, 2.3rem);
  line-height: 1.08;
}

.requirement-card .step-header p {
  font-size: 0.9rem;
  line-height: 1.45;
}

.requirement-card .requirement-box,
.requirement-card .review-card,
.requirement-card .payment-status,
.requirement-card > .step-actions,
.requirement-card .input-field input,
.requirement-card .select-field select,
.requirement-card .compact-question,
.requirement-card .contact-preference-card {
  border-radius: 8px;
}

.requirement-card .requirement-box {
  border-color: color-mix(in srgb, var(--accent) 34%, var(--line));
  background: color-mix(in srgb, var(--accent) 4%, var(--bg-elevated));
}

.requirement-card .continue-button {
  min-height: 52px;
  border-radius: 7px;
  background: var(--accent);
  color: white;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--accent) 24%, transparent);
}

.requirement-card .continue-button:not(:disabled):hover {
  background: color-mix(in srgb, var(--accent) 88%, black);
}

.requirement-card .ghost-button {
  border-radius: 7px;
  box-shadow: none;
}

.text-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  padding: 5px 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 720;
}

.text-button:hover {
  color: var(--text);
}

.selection-recap {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.selection-recap span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 740;
}

.natural-review {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-elevated) 92%, var(--brand-soft));
}

.natural-review p {
  margin: 0;
}

.natural-review-request {
  color: var(--text);
  font-size: clamp(1.25rem, 5vw, 1.65rem);
  font-weight: 780;
  line-height: 1.3;
}

.natural-review-note {
  padding-left: 12px;
  border-left: 3px solid var(--accent-strong);
  color: var(--muted);
  line-height: 1.5;
}

.natural-review-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.natural-review-contact svg {
  width: 16px;
  color: var(--accent);
}

.freelancer-post-preview {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: color-mix(in srgb, var(--bg-elevated) 92%, var(--brand-soft));
}

.freelancer-post-preview > span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 840;
  text-transform: uppercase;
}

.freelancer-post-preview pre {
  margin: 0;
  overflow: visible;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  color: var(--text);
  font: 650 0.95rem/1.58 Inter, ui-sans-serif, system-ui, sans-serif;
}

.response-offer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 7%, var(--bg-elevated));
}

.response-offer > strong {
  padding: 9px 10px;
  border-radius: 7px;
  background: var(--accent-strong);
  color: #17171b;
  font-size: 1rem;
}

.response-offer b,
.response-offer span {
  display: block;
}

.response-offer b {
  margin-bottom: 3px;
  font-size: 0.92rem;
}

.response-offer span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.payment-kicker {
  grid-column: 2;
  margin: 0 0 -2px !important;
  color: var(--accent) !important;
  font-size: 0.72rem !important;
  font-weight: 850;
  text-transform: uppercase;
}

.payment-assurance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.payment-assurance span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.payment-assurance svg {
  width: 15px;
  color: var(--accent);
}

.payment-assurance strong {
  color: var(--text);
}

.requirement-card > .payment-back-actions {
  position: static;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

@media (max-width: 1079px) {
  .requirement-layout .onboarding-aside h1 {
    max-width: 580px;
    font-size: clamp(2.35rem, 8vw, 3.35rem);
  }

  .requirement-layout .onboarding-aside p:not(.eyebrow) {
    max-width: 650px;
  }
}

@media (max-width: 560px) {
  .app-shell {
    padding:
      max(14px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(18px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left));
  }

  .site-header {
    padding-bottom: 16px;
  }

  .logo {
    min-height: 38px;
  }

  .logo-mark {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  .logo-word {
    font-size: 0.98rem;
  }

  .requirement-page .back-link {
    margin-bottom: 12px;
    font-size: 0.8rem;
  }

  .requirement-layout {
    gap: 16px;
  }

  .requirement-layout .onboarding-aside {
    gap: 11px;
  }

  .requirement-layout .onboarding-aside h1 {
    font-size: 2.4rem;
  }

  .hire-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hire-values span:last-child {
    display: none;
  }

  .requirement-card {
    gap: 15px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(35, 39, 56, 0.07);
  }

  .requirement-card .step-header {
    grid-template-columns: 1fr;
  }

  .requirement-card .step-header h2 {
    font-size: 1.55rem;
  }

  .requirement-card .step-icon {
    display: none;
  }

  .payment-kicker {
    grid-column: auto;
  }

  .payment-assurance {
    align-items: flex-start;
  }

  .short-requirement {
    padding: 12px;
  }

  .short-requirement textarea {
    min-height: 72px;
    font-size: 1rem;
    font-weight: 620;
  }

  .live-suggestions {
    gap: 9px;
    padding-top: 12px;
  }

  .live-suggestions h3 {
    font-size: 0.9rem;
  }

  .hiring-chip {
    min-height: 48px;
    font-size: 0.92rem;
  }

  .requirement-card .continue-button {
    min-height: 50px;
  }

  .requirement-card > .step-actions {
    padding: 8px;
  }
}

.payment-test-panel {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.payment-test-panel > div {
  display: grid;
  gap: 9px;
}

.payment-error {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, #dc4c4c 35%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, #dc4c4c 8%, var(--bg-elevated));
  font-weight: 760;
}

.complete-payment-button {
  width: fit-content;
}

.strength-card {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: color-mix(in srgb, var(--bg-elevated) 86%, var(--brand-soft));
}

.strength-ring {
  display: grid;
  width: 168px;
  height: 168px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--bg-elevated) 55%, transparent 56%),
    conic-gradient(var(--accent) calc(var(--score) * 1%), var(--brand-soft) 0);
}

.strength-ring strong,
.strength-ring span {
  grid-area: 1 / 1;
}

.strength-ring strong {
  transform: translateY(-10px);
  font-size: 2.4rem;
}

.strength-ring span {
  transform: translateY(28px);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
}

.strength-list {
  display: grid;
  gap: 9px;
}

.strength-list span {
  color: var(--muted);
  font-weight: 720;
}

.strength-list .is-done {
  color: var(--text);
}

.success-screen {
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 28px 0;
  text-align: center;
}

.success-mark {
  font-size: 3rem;
}

.success-screen h2 {
  margin: 0;
  font-size: clamp(2.4rem, 9vw, 4.2rem);
}

.success-screen p {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.6;
}

.success-actions {
  display: grid;
  gap: 10px;
  width: min(100%, 420px);
}

.dashboard-hero {
  display: grid;
  gap: 18px;
  align-items: end;
  margin-bottom: 24px;
}

.dashboard-hero h1 {
  font-size: clamp(3rem, 12vw, 5.8rem);
}

.dashboard-hero p {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.dashboard-score {
  display: grid;
  gap: 4px;
  width: 170px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line));
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.dashboard-score strong {
  font-size: 2.3rem;
}

.dashboard-score span {
  color: var(--muted);
  font-weight: 760;
}

.freelancer-dashboard-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dashboard-grid {
  display: grid;
  gap: 14px;
}

.dashboard-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.dashboard-panel h2 {
  margin: 0;
  font-size: 1.08rem;
}

.setup-page {
  max-width: 900px;
  margin: 0 auto;
}

.setup-panel {
  margin-bottom: 16px;
}

.setup-status-grid {
  display: grid;
  gap: 10px;
}

.setup-status {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 820;
}

.setup-status.is-ready {
  border-color: color-mix(in srgb, #16a34a 38%, var(--line));
  background: color-mix(in srgb, #16a34a 10%, transparent);
  color: #15803d;
}

.setup-secret-field input {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9rem;
}

.setup-steps {
  display: grid;
  gap: 12px;
}

.setup-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-weight: 650;
}

.dashboard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.dashboard-tags span {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

.referral-join-page {
  display: grid;
  min-height: calc(100svh - 92px);
  place-items: center;
  padding: 28px 0 72px;
}

.referral-join-panel,
.referral-panel {
  display: grid;
  gap: 16px;
  width: 100%;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent 42%),
    var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.referral-join-panel {
  max-width: 680px;
}

.referral-join-panel h1 {
  margin: 0;
  font-size: clamp(2.35rem, 12vw, 5rem);
  line-height: 0.96;
}

.referral-join-panel p,
.referral-panel p,
.network-summary,
.network-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 650;
}

.referral-panel {
  text-align: left;
}

.panel-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 840;
  text-transform: uppercase;
}

.referral-panel h3 {
  margin: 0 0 6px;
  font-size: 1.14rem;
}

.referral-link-box {
  display: grid;
  gap: 8px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.referral-link-box span {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

.referral-link-box strong {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--text);
  color: var(--bg);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.referral-dashboard-panel {
  gap: 16px;
}

.network-metrics,
.network-breakdown {
  display: grid;
  gap: 10px;
}

.network-metric,
.network-list {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.network-metric span,
.network-list span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 740;
}

.network-metric strong {
  font-size: 1.55rem;
}

.network-list h3 {
  margin: 0;
  font-size: 0.96rem;
}

.network-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

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

.availability-panel {
  margin-bottom: 16px;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 840;
}

.status-pill.is-green,
.availability-option.is-green.is-selected {
  background: color-mix(in srgb, #16a34a 14%, transparent);
  color: #15803d;
  border-color: color-mix(in srgb, #16a34a 38%, var(--line));
}

.status-pill.is-yellow,
.availability-option.is-yellow.is-selected {
  background: color-mix(in srgb, #d97706 14%, transparent);
  color: #b45309;
  border-color: color-mix(in srgb, #d97706 38%, var(--line));
}

.status-pill.is-red,
.availability-option.is-red.is-selected {
  background: color-mix(in srgb, #dc2626 12%, transparent);
  color: #b91c1c;
  border-color: color-mix(in srgb, #dc2626 34%, var(--line));
}

.availability-options {
  display: grid;
  gap: 10px;
}

.availability-option {
  min-height: 54px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.availability-option strong {
  display: block;
}

.activity-timeline {
  display: grid;
  gap: 8px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.activity-timeline span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.activity-timeline strong {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--accent);
  font-size: 0.82rem;
}

.buyer-metrics-panel,
.success-metrics-panel {
  margin-bottom: 16px;
}

.hiring-outcome-panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.hiring-outcome-panel h3 {
  margin: 0;
  font-size: 1rem;
}

.outcome-nudge {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}

.outcome-options {
  display: grid;
  gap: 9px;
}

.outcome-option {
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--bg-elevated);
  color: var(--text);
  text-align: left;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 760;
  cursor: pointer;
}

.outcome-option.is-selected {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  background: color-mix(in srgb, var(--accent) 10%, var(--bg-elevated));
  color: var(--accent);
}

.hired-select-field select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--bg-elevated);
  color: var(--text);
  font: inherit;
  font-weight: 720;
  padding: 0 12px;
}

.selected-requirement-banner {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 36%, var(--line));
  border-radius: 16px;
  background: color-mix(in srgb, var(--accent) 10%, var(--bg-elevated));
}

.selected-requirement-banner strong {
  color: var(--accent);
}

.selected-requirement-banner span {
  color: var(--muted);
  font-weight: 720;
}

.match-preview {
  display: grid;
  width: 100%;
  gap: 12px;
  text-align: left;
}

.match-preview h3 {
  margin: 0;
  font-size: 1rem;
}

.match-preview-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.match-preview-card strong,
.match-preview-card span {
  display: block;
}

.match-preview-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 720;
}

.opportunities-panel {
  margin-bottom: 16px;
}

.opportunity-list {
  display: grid;
  gap: 12px;
}

.notification-settings-grid,
.notification-history-list {
  display: grid;
  gap: 10px;
}

.notification-toggle,
.notification-history-row {
  display: grid;
  gap: 10px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.notification-toggle {
  grid-template-columns: auto 1fr;
  align-items: start;
  cursor: pointer;
}

.notification-toggle input {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.notification-toggle strong,
.notification-toggle small,
.notification-history-row strong,
.notification-history-row span,
.notification-history-row small {
  display: block;
}

.notification-toggle small,
.notification-history-row span,
.notification-history-row small {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 680;
  line-height: 1.45;
}

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

.notification-status-stack span {
  width: fit-content;
  padding: 7px 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 820;
}

.opportunity-card,
.notification-card,
.interested-card {
  display: grid;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.opportunity-card.is-unread,
.notification-card.is-unread {
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 10%, transparent);
}

.opportunity-card strong,
.opportunity-card span,
.notification-card strong,
.notification-card span,
.interested-card strong,
.interested-card span {
  display: block;
}

.opportunity-card span,
.opportunity-card p,
.notification-card span,
.notification-card p,
.interested-card span {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 720;
}

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

.applicant-avatar {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  box-shadow: 0 10px 22px rgba(21, 22, 26, .12);
}

.profile-page-avatar {
  width: 68px;
  height: 68px;
  box-shadow: 0 14px 30px rgba(21, 22, 26, .16);
}

.applicant-match-pill {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 8%, var(--bg-elevated));
  color: var(--accent) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
}

.buyer-instagram-evidence.is-unreviewed {
  border-color: var(--line);
  background: var(--bg-elevated);
}

.buyer-evidence-highlights {
  display: grid !important;
  justify-content: initial !important;
  gap: 6px !important;
}

.buyer-evidence-highlights span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 680;
}

.buyer-evidence-highlights svg {
  width: 15px;
  min-width: 15px;
  color: #087554;
}

.client-work-line {
  display: grid !important;
  justify-content: initial !important;
  gap: 3px !important;
  padding-top: 4px;
}

.client-work-line strong,
.client-work-line span {
  font-size: 0.78rem;
}

.applicant-message {
  display: grid;
  gap: 5px;
}

.open-role-prompt {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 10px;
  background: color-mix(in srgb, var(--accent) 7%, #fff);
}

.open-role-prompt > div {
  display: grid;
  gap: 3px;
}

.open-role-prompt strong {
  color: var(--text);
  font-size: .84rem;
}

.open-role-prompt span,
.open-role-prompt small {
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.35;
}

.smart-role-search {
  display: grid;
  gap: 8px;
}

.smart-role-search .search-field {
  margin: 0;
}

.open-role-prompt.is-inline-search {
  margin-top: -2px;
  padding: 10px 10px 10px 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(176, 255, 0, .14), rgba(255, 255, 255, .96));
  box-shadow: 0 10px 22px rgba(21, 22, 26, .05);
}

.open-role-prompt.is-inline-search strong {
  font-size: .82rem;
}

.open-role-prompt.is-inline-search .mini-button {
  min-height: 38px;
  white-space: nowrap;
}

.smart-role-results {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(21, 22, 26, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 44px rgba(21, 22, 26, .08);
}

.smart-role-results.compact-profession-selector {
  max-height: 360px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.smart-role-suggestion {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-bottom: 1px solid rgba(21, 22, 26, .06);
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.smart-role-suggestion:last-child {
  border-bottom: 0;
}

.smart-role-suggestion:hover,
.smart-role-suggestion:focus-visible {
  background: rgba(176, 255, 0, .12);
  outline: 0;
}

.smart-role-suggestion:disabled {
  cursor: not-allowed;
  opacity: .48;
}

.smart-role-suggestion.is-selected {
  background: rgba(176, 255, 0, .18);
}

.suggestion-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(21, 22, 26, .05);
  color: rgba(21, 22, 26, .58);
}

.suggestion-search-icon svg {
  width: 16px;
  height: 16px;
}

.suggestion-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.suggestion-copy strong {
  overflow: hidden;
  color: #15161a;
  font-size: .96rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.suggestion-copy small {
  overflow: hidden;
  color: rgba(21, 22, 26, .58);
  font-size: .78rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smart-role-suggestion em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(21, 22, 26, .05);
  color: rgba(21, 22, 26, .72);
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
}

.smart-role-suggestion.is-selected em {
  background: #15161a;
  color: #fff;
}

.smart-role-empty {
  padding: 14px;
  color: rgba(21, 22, 26, .62);
  font-size: .86rem;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .smart-role-suggestion {
    grid-template-columns: 30px minmax(0, 1fr) auto;
    padding: 12px;
  }

  .suggestion-search-icon {
    width: 30px;
    height: 30px;
  }

  .smart-role-suggestion em {
    padding-inline: 8px;
  }
}

.job-role-admin-row {
  grid-template-columns: minmax(0, 1.5fr) .5fr .7fr auto;
}

.job-role-admin-row small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .74rem;
}

.job-role-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.applicant-proof-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.applicant-proof-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 7%, var(--bg-elevated));
  color: var(--text);
  font-size: .78rem;
  font-weight: 820;
  text-decoration: none;
}

.applicant-proof-actions svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.applicant-message p {
  margin: 0;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.5;
}

.inline-feedback {
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 720;
}

.inline-feedback.is-success {
  border-color: rgba(17, 132, 91, 0.24);
  background: #f2fbf7;
  color: #087554;
}

.inline-feedback.is-error {
  border-color: rgba(185, 28, 28, 0.2);
  background: #fff5f5;
  color: #a31515;
}

.portfolio-upload-control {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  min-height: 66px;
  padding: 12px 13px;
  border: 1px dashed color-mix(in srgb, var(--accent) 34%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 4%, var(--bg-elevated));
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.portfolio-upload-control:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, var(--bg-elevated));
}

.portfolio-upload-control input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.portfolio-upload-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--accent);
  color: white;
}

.portfolio-upload-control > span:last-child {
  display: grid;
  gap: 3px;
}

.portfolio-upload-control strong {
  font-size: 0.86rem;
}

.portfolio-upload-control small {
  color: var(--muted);
  font-size: 0.72rem;
}

.portfolio-upload-control.is-uploading svg {
  animation: spin 0.8s linear infinite;
}

.stand-out-page .onboarding-layout {
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(24px, 5vw, 72px);
}

.stand-out-page .onboarding-aside {
  position: sticky;
  top: 96px;
}

.stand-out-stack {
  display: grid;
  gap: 12px;
}

.stand-out-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: 0 8px 24px rgba(26, 31, 47, 0.045);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.stand-out-card:hover {
  border-color: color-mix(in srgb, var(--accent) 26%, var(--line));
}

.stand-out-card.is-open {
  border-color: color-mix(in srgb, var(--accent) 35%, var(--line));
  box-shadow: 0 18px 44px rgba(26, 31, 47, 0.09);
}

.stand-out-card.is-featured:not(.is-open) {
  border-color: color-mix(in srgb, var(--accent) 24%, var(--line));
  background: color-mix(in srgb, var(--accent) 3%, var(--bg-elevated));
}

.stand-out-card-trigger {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 20px;
  align-items: center;
  width: 100%;
  min-height: 84px;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.stand-out-card.is-static .stand-out-card-trigger {
  grid-template-columns: 42px minmax(0, 1fr) auto;
  cursor: default;
}

.stand-out-card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--text);
}

.stand-out-card.is-featured .stand-out-card-icon {
  background: var(--accent);
  color: white;
}

.stand-out-card-copy {
  display: grid;
  gap: 3px;
}

.stand-out-card-copy strong {
  font-size: 0.98rem;
}

.stand-out-card-copy small {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.stand-out-card-status {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 780;
  white-space: nowrap;
}

.stand-out-card.is-featured .stand-out-card-status {
  background: color-mix(in srgb, var(--accent-strong) 42%, white);
  color: #263000;
}

.stand-out-chevron {
  display: grid;
  place-items: center;
  color: var(--muted);
  transition: transform 180ms ease;
}

.stand-out-card.is-open .stand-out-chevron {
  transform: rotate(180deg);
}

.stand-out-card-body {
  display: grid;
  gap: 15px;
  padding: 4px 16px 18px 70px;
  border-top: 1px solid color-mix(in srgb, var(--line) 65%, transparent);
  animation: stand-out-reveal 180ms ease both;
}

.stand-out-card-body > :first-child {
  margin-top: 15px;
}

.profile-photo-upload {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(21, 22, 26, .08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 244, .92));
  cursor: pointer;
}

.profile-photo-upload input {
  display: none;
}

.profile-photo-preview,
.applicant-avatar,
.profile-page-avatar {
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: #15161a;
  color: #fff;
}

.profile-photo-preview {
  width: 58px;
  height: 58px;
}

.profile-photo-preview img,
.applicant-avatar img,
.profile-page-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-photo-upload strong,
.profile-photo-upload small {
  display: block;
}

.profile-photo-upload small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.35;
}

.social-proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.social-proof-field {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(21, 22, 26, .08);
  border-radius: 18px;
  background: #fff;
}

.social-proof-field input {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 44px;
  border: 1px solid #dfe1e6;
  border-radius: 12px;
  padding: 0 12px;
  background: #f7f8fb;
  color: var(--text);
  font: inherit;
  font-size: .9rem;
}

.social-logo {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
}

.social-proof-field strong,
.social-proof-field small {
  display: block;
}

.social-proof-field small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.3;
}

.social-proof-field.is-instagram .social-logo {
  background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af 75%, #515bd4);
}

.social-proof-field.is-linkedin .social-logo {
  background: #0a66c2;
  font-family: Arial, sans-serif;
}

.social-proof-field.is-drive .social-logo {
  background: linear-gradient(135deg, #1a73e8, #0f9d58 55%, #fbbc04);
}

@media (max-width: 560px) {
  .social-proof-grid {
    grid-template-columns: 1fr;
  }

  .applicant-card-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .applicant-match-pill {
    grid-column: 1 / -1;
  }
}

.stand-out-more {
  width: fit-content;
}

.portfolio-ready-state {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid rgba(17, 132, 91, 0.24);
  border-radius: 8px;
  background: #f2fbf7;
  color: #087554;
}

.portfolio-ready-state.needs-work {
  border-color: rgba(153, 95, 0, 0.2);
  background: #fff9ef;
  color: #855400;
}

.portfolio-ready-state svg {
  margin-top: 2px;
}

.portfolio-ready-state div {
  display: grid;
  gap: 3px;
}

.portfolio-ready-state span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.portfolio-price-row {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 5%, var(--bg-elevated));
}

.portfolio-price-row > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.portfolio-price-row strong {
  color: var(--accent);
  font-size: 1.25rem;
}

.portfolio-price-row small {
  color: var(--muted);
  font-size: 0.74rem;
}

.portfolio-preflight-button {
  width: 100%;
  min-height: 50px;
}

.stand-out-save-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.42fr);
  align-items: center;
  gap: 12px;
  padding: 8px 0 0;
}

.stand-out-save-bar > span {
  color: var(--muted);
  font-size: 0.78rem;
}

@keyframes stand-out-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .stand-out-page .onboarding-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stand-out-page .onboarding-aside {
    position: static;
  }

  .stand-out-page .onboarding-aside h1 {
    font-size: 1.8rem;
  }

  .stand-out-card-trigger {
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    min-height: 76px;
    gap: 10px;
    padding: 12px;
  }

  .stand-out-card-icon {
    width: 38px;
    height: 38px;
  }

  .stand-out-card-status {
    grid-column: 2;
    grid-row: 2;
    width: fit-content;
    margin-top: 2px;
  }

  .stand-out-chevron {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .stand-out-card-body {
    padding: 0 12px 15px;
  }

  .stand-out-save-bar {
    position: sticky;
    bottom: 0;
    z-index: 5;
    grid-template-columns: 1fr;
    padding: 10px 0 max(10px, env(safe-area-inset-bottom));
    background: color-mix(in srgb, var(--bg) 94%, transparent);
    backdrop-filter: blur(14px);
  }

  .stand-out-save-bar > span {
    display: none;
  }
}

@media (min-width: 680px) {
  .applicant-card-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
}

.applicant-score {
  width: fit-content;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 36%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}

.applicant-score strong {
  color: var(--accent);
  font-size: 1.4rem;
}

.recommendation-reasons,
.score-breakdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.recommendation-reasons span,
.score-breakdown span {
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.recommendation-reasons span {
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
  color: var(--accent);
}

.opportunity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opportunity-meta span,
.opportunity-meta strong {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--bg-elevated);
  color: var(--muted);
  font-size: 0.82rem;
}

.opportunity-meta strong {
  color: var(--accent);
}

.opportunity-actions {
  display: grid;
  gap: 10px;
}

.mini-ghost {
  min-height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  font-size: 0.88rem;
}

.opportunity-detail-grid {
  display: grid;
  gap: 14px;
}

.application-field textarea {
  min-height: 130px;
  resize: vertical;
}

.success-inline {
  border-color: color-mix(in srgb, var(--accent) 24%, var(--line));
  background: color-mix(in srgb, var(--accent) 8%, var(--bg-elevated));
}

.application-success {
  align-items: stretch;
  text-align: left;
}

.buyer-contact-reveal {
  display: grid;
  gap: 8px;
  width: 100%;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.buyer-contact-reveal > span {
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.buyer-contact-reveal > strong {
  font-size: 1.15rem;
}

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

.interested-section h3 {
  margin: 0;
  font-size: 1rem;
}

.applicant-subheading {
  margin-top: 4px;
}

.applicant-subheading h4 {
  margin: 0;
  font-size: 0.96rem;
}

.admin-page {
  padding: 18px 0 72px;
}

.feature-status-page { max-width: 1040px; margin: 0 auto; }
.feature-status-hero { display: grid; gap: 24px; padding: 28px 0 20px; }
.feature-status-hero h1 { margin: 6px 0 10px; font-size: clamp(2.35rem, 8vw, 4.8rem); line-height: 1; }
.feature-status-hero p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.6; }
.feature-launch-state { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3px 10px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--bg-elevated); }
.feature-launch-state small { grid-column: 2; color: var(--muted); }
.feature-state-dot { grid-row: 1 / 3; width: 11px; height: 11px; border-radius: 50%; background: #f5a623; box-shadow: 0 0 0 6px rgba(245, 166, 35, .13); }
.feature-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 10px 0 18px; }
.feature-summary-grid div { display: grid; gap: 4px; min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-elevated); }
.feature-summary-grid strong { font-size: 1.8rem; }
.feature-summary-grid span { color: var(--muted); font-size: .75rem; font-weight: 750; }
.feature-status-section { margin-bottom: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--bg-elevated); box-shadow: var(--shadow-soft); }
.feature-status-section .section-heading { align-items: end; margin-bottom: 14px; }
.feature-status-section .section-heading h2 { margin: 3px 0 0; }
.feature-status-section .section-heading .eyebrow { margin: 0; }
.feature-check-list { display: grid; }
.feature-check-item { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 15px 0; border-top: 1px solid var(--line); }
.feature-check-item:first-child { border-top: 0; }
.feature-check-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px; }
.feature-check-item.is-working .feature-check-icon { background: #e8f7df; color: #397522; }
.feature-check-item.is-verify .feature-check-icon { background: #fff4d9; color: #936514; }
.feature-check-item.is-attention .feature-check-icon { background: #fee8e7; color: #a63d38; }
.feature-check-item strong { font-size: .96rem; }
.feature-check-item p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.feature-check-action { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.feature-check-action > span { font-size: .72rem; font-weight: 800; }
.feature-check-item.is-working .feature-check-action > span { color: #397522; }
.feature-check-item.is-verify .feature-check-action > span { color: #936514; }
.feature-check-item.is-attention .feature-check-action > span { color: #a63d38; }
.feature-check-action a { display: inline-flex; align-items: center; gap: 4px; color: var(--text); font-size: .75rem; font-weight: 800; text-decoration: none; }
.feature-check-action svg { width: 15px; height: 15px; }
.founder-checklist { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.founder-checklist li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: start; padding: 13px 0; border-top: 1px solid var(--line); }
.founder-checklist li:first-child { border-top: 0; }
.founder-checklist li > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--accent-strong); color: #15161a; font-size: .78rem; font-weight: 850; }
.founder-checklist div { display: grid; gap: 4px; }
.founder-checklist small { color: var(--muted); line-height: 1.45; }

@media (min-width: 760px) {
  .feature-status-hero { grid-template-columns: 1fr 280px; align-items: end; padding-top: 42px; }
  .feature-check-item { grid-template-columns: 38px minmax(0, 1fr) 180px; align-items: center; }
  .feature-check-action { grid-column: 3; }
}

.admin-hero h1 {
  font-size: clamp(2.9rem, 11vw, 5.7rem);
}

.admin-metrics {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.admin-metric {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.admin-metric span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 760;
}

.admin-metric strong {
  font-size: 2rem;
}

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

.admin-section {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.compact-list,
.verification-stack {
  display: grid;
  gap: 10px;
}

.compact-list button,
.compact-list > div {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  text-align: left;
}

.compact-list span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 720;
}

.admin-filters {
  display: grid;
  gap: 10px;
}

.admin-filters input,
.admin-filters select {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  font: inherit;
  font-weight: 650;
  padding: 0 12px;
}

.admin-table {
  display: grid;
  gap: 10px;
}

.admin-row {
  display: grid;
  gap: 8px;
  width: 100%;
  align-items: center;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  color: var(--text);
  text-align: left;
}

.admin-row strong,
.admin-row span {
  display: block;
}

.admin-row span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 720;
}

.requirement-admin-row {
  cursor: pointer;
}

.admin-requirement-layout {
  display: grid;
  gap: 14px;
}

.admin-detail {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.admin-detail h3 {
  margin: 0;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.admin-ranking-panel {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.admin-ranking-panel h4 {
  margin: 0;
}

.admin-ranking-row {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.verification-card-admin {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
}

.verification-card-admin > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
}

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

.match-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.match-list span {
  color: var(--accent);
  font-weight: 840;
}

.analytics-panel {
  margin-bottom: 0;
}

.analytics-panel h3 {
  margin: 0;
  font-size: 1.05rem;
}

.analytics-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

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

.analytics-row span {
  color: var(--muted);
  font-weight: 720;
}

.test-actions {
  display: grid;
  gap: 10px;
}

.loop-status-grid {
  display: grid;
  gap: 8px;
}

.loop-status-grid span {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 780;
}

.loop-status-grid .is-done {
  border-color: color-mix(in srgb, var(--accent) 34%, var(--line));
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  color: var(--accent);
}

.loop-status-grid .is-pending {
  color: var(--muted);
}

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

.distribution-list {
  display: grid;
  gap: 16px;
}

.distribution-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

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

.distribution-summary h2,
.message-preview h3 {
  margin: 0;
}

.distribution-summary h2 {
  margin-top: 10px;
  font-size: 1.2rem;
}

.distribution-summary p,
.distribution-facts span,
.distribution-facts small {
  color: var(--muted);
}

.distribution-facts {
  display: grid;
  gap: 5px;
  align-content: start;
}

.distribution-status {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 820;
  text-transform: uppercase;
}

.distribution-status.is-sent {
  border-color: color-mix(in srgb, var(--accent) 35%, var(--line));
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  color: var(--accent);
}

.message-preview {
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 84%, var(--brand-soft));
}

.message-preview pre {
  overflow: auto;
  margin: 12px 0 0;
  color: var(--text);
  font: 650 0.9rem/1.6 inherit;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.queue-preview {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: color-mix(in srgb, var(--bg-elevated) 86%, var(--brand-soft));
}

.queue-row {
  display: grid;
  gap: 5px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
}

.queue-row:first-of-type {
  border-top: 0;
}

.queue-row span,
.queue-row small {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.queue-row strong {
  width: fit-content;
  color: var(--accent);
}

.distribution-actions {
  display: grid;
  gap: 9px;
}

.distribution-feedback {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--line));
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent) 9%, var(--bg-elevated));
  color: var(--accent);
  font-weight: 780;
}

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

.requirement-list-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.requirement-list-card h2 {
  margin: 0 0 6px;
  font-size: 1.18rem;
}

.requirement-list-card span,
.requirement-list-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.requirement-list-card strong {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
  font-size: 0.86rem;
}

.dashboard-job-post {
  max-height: 7.5rem;
  overflow: hidden;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  white-space: pre-line;
}

.contact-preference-note {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 25%, var(--line));
  border-radius: 14px;
  background: color-mix(in srgb, var(--accent) 7%, var(--bg-elevated));
}

.contact-preference-note strong {
  width: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.contact-preference-note span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 680;
}

.requirement-live-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.requirement-live-stats span {
  width: fit-content;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--brand-soft));
  font-size: 0.8rem;
  font-weight: 720;
}

.close-requirement-button {
  width: fit-content;
}

.requirements-dashboard .dashboard-hero h1 {
  margin-bottom: 8px;
  font-size: 2.55rem;
  line-height: 1;
}

.requirements-dashboard .dashboard-hero p {
  margin: 0;
  font-size: 0.95rem;
}

.dashboard-section {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.requirement-list-card {
  gap: 16px;
  border-radius: 8px;
}

.live-requirement-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.live-requirement-head h2 {
  margin-top: 9px;
}

.live-requirement-head small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 680;
}

.requirement-list-card .live-status {
  display: inline-flex;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 840;
  text-transform: uppercase;
}

.requirement-list-card .live-status.is-live {
  background: color-mix(in srgb, #16a34a 12%, transparent);
  color: #15803d;
}

.response-tracker {
  display: grid;
  gap: 11px;
  padding: 16px;
  border-radius: 8px;
  background: var(--accent);
  color: white;
}

.response-tracker-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.requirement-list-card .response-tracker-head strong {
  width: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: white;
  font-size: 2rem;
}

.response-tracker-head span,
.response-tracker-head b,
.response-tracker p {
  color: rgba(255, 255, 255, 0.78);
}

.response-tracker-head b {
  font-size: 0.82rem;
}

.response-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.response-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent-strong);
  transition: width 240ms ease;
}

.response-tracker p {
  font-size: 0.78rem;
  line-height: 1.4;
}

.live-status-message {
  display: grid;
  gap: 4px;
}

.requirement-list-card .live-status-message strong {
  width: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-size: 0.94rem;
}

.live-status-message span {
  font-size: 0.82rem;
  line-height: 1.45;
}

.requirements-dashboard .contact-preference-note {
  padding: 10px 12px;
  border-radius: 8px;
}

.past-section {
  opacity: 0.88;
}

.delete-pending-button,
.delete-confirm-button {
  color: #b42318;
}

.delete-requirement-confirmation {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #f0c7c3;
  border-radius: 8px;
  background: #fff7f6;
}

.delete-requirement-confirmation > span {
  color: #7a271a;
  font-size: 0.84rem;
  font-weight: 760;
}

.delete-requirement-confirmation > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.onboarding-subsection {
  display: grid;
  gap: 12px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.onboarding-subsection > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.onboarding-subsection > div:first-child > strong {
  font-size: 0.94rem;
}

.onboarding-subsection > div:first-child > span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.compact-profession-selector {
  max-height: 300px;
}

.compact-skill-grid {
  max-height: 250px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.selection-limit-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.74rem;
}

.selection-limit-note strong {
  color: var(--accent);
}

.option-card:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.local-work-note {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.freelancer-review-summary {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfe;
}

.freelancer-review-summary .review-row {
  padding: 12px 13px;
  border-bottom: 1px solid var(--line);
}

.freelancer-review-summary .review-row:last-child {
  border-bottom: 0;
}

.profile-ready-score {
  display: grid;
  gap: 9px;
  padding: 14px;
  border-radius: 8px;
  background: var(--brand);
  color: white;
}

.profile-ready-score > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.profile-ready-score span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.8rem;
}

.profile-ready-score strong {
  font-size: 1.2rem;
}

.profile-ready-score .progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.18);
}

.profile-ready-score .progress-track span {
  background: var(--accent-strong);
}

.freelancer-work-feed {
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  margin: 0 auto;
}

.freelancer-feed-hero {
  margin-bottom: 0;
}

.freelancer-feed-hero h1 {
  max-width: 620px;
  font-size: clamp(2rem, 7vw, 3.25rem);
  line-height: 1.02;
}

.freelancer-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.freelancer-work-feed .opportunities-panel {
  margin: 0;
  border-radius: 8px;
}

.freelancer-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
}

.freelancer-trust-strip span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  text-align: center;
}

.freelancer-trust-strip span:last-child {
  border-right: 0;
}

.freelancer-trust-strip svg,
.opportunity-assurance svg,
.paid-opportunity-badge svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--accent);
}

.freelancer-access-panel,
.freelancer-proof-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.access-heading,
.proof-panel-copy,
.freelancer-access-panel.is-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.access-heading h2,
.freelancer-proof-panel h2 {
  margin: 3px 0 0;
  font-size: 1.22rem;
}

.access-heading > span,
.access-status {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 820;
  white-space: nowrap;
}

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

.access-plan {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fafc;
}

.access-plan.is-recommended {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  background: color-mix(in srgb, var(--accent) 5%, white);
}

.plan-label {
  width: fit-content;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.access-plan > div {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.access-plan > div strong {
  font-size: 2rem;
  line-height: 1;
}

.access-plan small,
.access-plan p,
.plan-footnote,
.freelancer-proof-panel p,
.freelancer-proof-panel small,
.freelancer-access-panel.is-active p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.plan-footnote {
  align-self: end;
  padding: 11px 0;
  font-weight: 760;
}

.freelancer-access-panel.is-active {
  grid-template-columns: auto minmax(0, 1fr) auto;
  border-color: rgba(8, 117, 84, 0.24);
  background: #f2fbf7;
}

.pay-as-you-go-panel {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  box-shadow: none;
}

.pay-as-you-go-panel strong {
  display: block;
  margin-bottom: 3px;
}

.freelancer-alert-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
}

.freelancer-alert-panel.is-enabled {
  border-color: rgba(8, 117, 84, 0.24);
  background: #f2fbf7;
}

.alert-panel-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--brand-soft);
  color: var(--accent);
}

.freelancer-alert-panel strong {
  display: block;
  margin-bottom: 3px;
}

.freelancer-alert-panel p,
.freelancer-alert-panel small {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.freelancer-alert-panel small {
  display: block;
  margin-top: 4px;
  color: #087554;
}

.freelancer-welcome-offer {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  width: min(980px, 100%);
  min-height: calc(100svh - 120px);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  margin: 0 auto;
  padding: 32px 0 72px;
}

.welcome-offer-story {
  display: grid;
  gap: 18px;
}

.welcome-offer-story h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.4rem);
  line-height: 0.96;
}

.welcome-offer-story > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.7;
}

.welcome-trust-points,
.welcome-offer-value {
  display: grid;
  gap: 10px;
}

.welcome-trust-points span,
.welcome-offer-value span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 740;
}

.welcome-trust-points svg,
.welcome-offer-value svg {
  width: 17px;
  height: 17px;
  color: var(--accent);
}

.welcome-sample-opportunity {
  display: grid;
  gap: 11px;
  max-width: 620px;
  padding: 16px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.welcome-sample-opportunity > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.welcome-sample-opportunity > div:first-child span,
.welcome-sample-opportunity > div:first-child strong,
.welcome-sample-opportunity small {
  font-size: 0.72rem;
}

.welcome-sample-opportunity > div:first-child span {
  color: var(--accent);
  font-weight: 850;
  text-transform: uppercase;
}

.welcome-sample-opportunity h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.welcome-sample-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.welcome-sample-meta span {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 760;
}

.welcome-sample-opportunity small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #087554;
  font-weight: 760;
}

.welcome-sample-opportunity small svg {
  width: 15px;
  height: 15px;
}

.welcome-offer-decision {
  display: grid;
  gap: 15px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
  border-radius: 8px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.welcome-offer-tag {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--accent-strong);
  color: var(--brand);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.welcome-offer-decision h2 {
  margin: 0;
  font-size: 1.5rem;
}

.welcome-offer-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.welcome-offer-price strong {
  font-size: 3.6rem;
  line-height: 1;
}

.welcome-offer-price span,
.welcome-offer-decision > p,
.welcome-offer-decision > small {
  color: var(--muted);
}

.welcome-offer-savings {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
}

.welcome-offer-savings > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f9fafc;
}

.welcome-offer-savings > div.is-pass {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  background: color-mix(in srgb, var(--accent) 5%, white);
}

.welcome-offer-savings span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
}

.welcome-offer-savings strong {
  font-size: 1.35rem;
}

.savings-versus {
  align-self: center;
  font-weight: 850;
  text-transform: uppercase;
}

.welcome-offer-decision .welcome-savings-line {
  margin-top: -6px;
  color: #087554;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.welcome-offer-decision > p {
  margin: 0;
  font-weight: 680;
  line-height: 1.55;
}

.welcome-offer-decision > small {
  font-size: 0.7rem;
  line-height: 1.45;
  text-align: center;
}

.welcome-skip-button {
  width: 100%;
  min-height: 44px;
  justify-content: center;
}

.freelancer-access-panel.is-active strong {
  display: block;
  margin-bottom: 3px;
}

.access-plan-icon,
.proof-icon,
.empty-orbit {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--brand);
  color: var(--accent-strong);
}

.proof-panel-copy {
  align-items: flex-start;
  justify-content: flex-start;
}

.proof-panel-copy > div {
  display: grid;
  gap: 5px;
}

.proof-panel-copy > div > strong {
  color: #087554;
  font-size: 0.8rem;
}

.proof-panel-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.dashboard-upload {
  min-height: 66px;
  margin: 0;
}

.opportunity-empty-state,
.application-empty-line {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px dashed color-mix(in srgb, var(--accent) 28%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 3%, white);
}

.opportunity-empty-state strong {
  display: block;
  margin-bottom: 4px;
}

.opportunity-empty-state p,
.application-empty-line p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.application-empty-line {
  border-style: solid;
  background: transparent;
}

.application-empty-line > span {
  display: grid;
  color: var(--accent);
}

.application-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
}

.freelancer-application-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 15px 14px;
  border-bottom: 1px solid var(--line);
}

.freelancer-application-row:last-child {
  border-bottom: 0;
}

.application-row-copy {
  min-width: 0;
}

.application-row-copy strong,
.application-row-copy span {
  display: block;
}

.application-row-copy strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.application-row-copy span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 680;
}

.application-row-action {
  display: flex;
  align-items: center;
  gap: 9px;
}

.application-status {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.application-status.is-active {
  color: #087554;
}

.application-status.is-selected {
  color: var(--accent-strong);
}

.application-row-action a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  transition: background 160ms ease, border-color 160ms ease;
}

.application-row-action a:hover {
  border-color: var(--ink);
  background: var(--surface-subtle);
}

.application-row-action svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 420px) {
  .application-status {
    max-width: 72px;
    white-space: normal;
    text-align: right;
  }
}

.opportunity-assurance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.opportunity-assurance span,
.paid-opportunity-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #087554;
  font-size: 0.72rem;
  font-weight: 820;
}

.opportunity-assurance span:last-child {
  color: var(--muted);
}

.opportunity-assurance .response-spots,
.response-spots {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--text);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.2;
}

.opportunity-assurance .response-spots.is-low,
.response-spots.is-low {
  background: #fff1e8;
  color: #a13f06;
}

.detail-response-spots {
  margin-top: 2px;
}

.opportunity-meta .opportunity-posted-time {
  border-color: color-mix(in srgb, var(--accent) 26%, var(--line));
  background: color-mix(in srgb, var(--accent) 5%, white);
  color: var(--accent);
  font-weight: 800;
}

.apply-confidence-block {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, var(--line));
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 4%, white);
}

.apply-confidence-block > strong {
  font-size: 1.12rem;
}

.apply-confidence-block p,
.application-payment-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.application-payment-note {
  text-align: center;
}

@media (max-width: 640px) {
  .freelancer-work-feed {
    gap: 12px;
  }

  .freelancer-feed-hero h1 {
    font-size: 2rem;
  }

  .freelancer-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .freelancer-trust-strip span:nth-child(2) {
    border-right: 0;
  }

  .freelancer-trust-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .access-plan-grid,
  .proof-panel-actions {
    grid-template-columns: 1fr;
  }

  .access-heading {
    align-items: flex-start;
  }

  .proof-panel-actions .text-button {
    min-height: 44px;
    justify-self: stretch;
  }

  .freelancer-welcome-offer {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 24px;
    padding: 18px 0 56px;
  }

  .welcome-offer-story h1 {
    font-size: 2.65rem;
  }

  .welcome-offer-story > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .pay-as-you-go-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .pay-as-you-go-panel .access-status {
    grid-column: 2;
    justify-self: start;
  }

  .freelancer-alert-panel {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .freelancer-alert-panel > button,
  .freelancer-alert-panel > .access-status {
    grid-column: 2;
    justify-self: start;
  }
}

/* v123: applicant side mobile feed polish */
body .freelancer-work-feed {
  width: min(100%, 480px);
  display: grid;
  gap: 12px;
}

body .freelancer-feed-hero {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  align-items: end;
  padding: 22px;
  border: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 16%, rgba(199, 244, 61, .72), transparent 24%),
    linear-gradient(145deg, #111217 0%, #1b1d20 48%, #26330c 100%);
  color: #fff;
  box-shadow: 0 22px 50px rgba(17, 18, 23, .2);
}

body .freelancer-feed-hero::after {
  content: "";
  position: absolute;
  inset: auto -18% -42% 44%;
  height: 180px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  transform: rotate(-18deg);
}

body .freelancer-feed-hero > div {
  position: relative;
  z-index: 1;
}

body .freelancer-feed-hero .eyebrow {
  margin-bottom: 8px;
  color: #c7f43d;
}

body .freelancer-feed-hero h1 {
  max-width: 330px;
  color: #fff;
  font-size: clamp(2rem, 10vw, 3rem);
  line-height: .96;
}

body .freelancer-feed-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

body .freelancer-feed-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .86);
  font-size: .78rem;
  font-weight: 800;
}

body .freelancer-work-feed .dashboard-panel,
body .freelancer-access-panel,
body .freelancer-alert-panel,
body .freelancer-proof-panel,
body .simple-referral-panel,
body .selected-requirement-banner {
  border: 1px solid rgba(21, 22, 26, .07);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 36px rgba(21, 22, 26, .07);
}

body .freelancer-access-panel,
body .freelancer-alert-panel,
body .freelancer-proof-panel {
  padding: 16px;
}

body .freelancer-access-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}

body .freelancer-access-panel p,
body .freelancer-alert-panel p,
body .freelancer-proof-panel p,
body .simple-referral-panel p {
  color: #6b7280;
  font-size: .88rem;
  line-height: 1.45;
}

body .access-plan-icon,
body .alert-panel-icon,
body .proof-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 13px;
  background: #efffd0;
  color: #15161a;
}

body .access-status,
body .response-spots {
  padding: 7px 9px;
  border-radius: 999px;
  background: #15161a;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}

body .pay-as-you-go-panel .access-status {
  background: #c7f43d;
  color: #15161a;
}

body .opportunities-panel .section-heading {
  margin-bottom: 12px;
}

body .opportunities-panel .section-heading h2 {
  font-size: 1.02rem;
}

body .opportunity-card {
  display: grid;
  gap: 13px;
  border: 1px solid rgba(21, 22, 26, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 22, 26, .065);
}

body .opportunity-card > div:nth-child(2) strong {
  display: block;
  color: #111217;
  font-size: 1.05rem;
  line-height: 1.16;
}

body .opportunity-card > div:nth-child(2) span {
  display: inline-flex;
  margin-top: 5px;
  color: #667085;
  font-size: .86rem;
  font-weight: 800;
}

body .opportunity-assurance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body .opportunity-assurance > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #317400;
  font-size: .77rem;
  font-weight: 900;
}

body .response-spots {
  background: #f1f5e8;
  color: #315100;
}

body .response-spots.is-low {
  background: #fff4d8;
  color: #8a5200;
}

body .opportunity-card p {
  color: #6b7280;
  font-size: .82rem;
}

body .opportunity-actions {
  gap: 8px;
}

body .opportunity-actions .mini-button,
body .opportunity-actions .ghost-button {
  min-height: 42px;
}

body .freelancer-application-row {
  align-items: center;
  border-radius: 16px;
}

body .freelancer-application-row.is-waitlisted {
  background: #fffaf0;
}

body .application-status.is-waitlisted {
  background: #fff4d8;
  color: #8a5200;
}

body .freelancer-proof-panel {
  display: grid;
  gap: 14px;
}

body .proof-panel-copy {
  align-items: start;
}

body .proof-panel-copy h2 {
  margin: 2px 0 5px;
  font-size: 1.28rem;
  line-height: 1.08;
  letter-spacing: -.01em;
}

body .proof-panel-actions {
  display: grid;
  gap: 10px;
}

body .proof-panel-actions .text-button {
  min-height: 48px;
  justify-content: center;
  border-radius: 14px;
  background: #15161a;
  color: #fff;
}

body .simple-referral-panel {
  padding: 18px;
}

body .simple-referral-panel h2 {
  font-size: 1.6rem;
  line-height: .95;
}

body .opportunity-empty-state,
body .application-empty-line {
  min-height: 116px;
  border-style: solid;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(247, 250, 239, .96));
}

@media (max-width: 640px) {
  body .freelancer-work-feed {
    width: 100%;
    gap: 10px;
  }

  body .freelancer-feed-hero {
    min-height: 154px;
    padding: 19px;
    border-radius: 22px;
  }

  body .freelancer-access-panel {
    grid-template-columns: auto 1fr;
  }

  body .freelancer-access-panel .access-status {
    grid-column: 2;
    justify-self: start;
  }

  body .opportunity-assurance {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* v124: freelancer dashboard containment and hierarchy tune */
body .freelancer-work-feed,
body .freelancer-work-feed * {
  box-sizing: border-box;
}

body .freelancer-work-feed {
  max-width: 480px;
  overflow: visible;
}

body .freelancer-work-feed .section-heading > span {
  flex: 0 0 auto;
}

body .freelancer-work-feed .opportunity-empty-state strong,
body .freelancer-work-feed .application-empty-line p,
body .freelancer-proof-panel h2,
body .freelancer-proof-panel p,
body .freelancer-access-panel p,
body .freelancer-alert-panel p {
  overflow-wrap: anywhere;
}

body .freelancer-work-feed .opportunity-empty-state {
  align-items: center;
}

body .freelancer-work-feed .empty-orbit {
  flex: 0 0 auto;
}

@media (max-width: 430px) {
  body .site-header {
    width: 100%;
    min-width: 0;
    gap: 8px;
  }

  body .site-header .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  body .header-actions {
    flex: 0 1 auto;
    min-width: 0;
    gap: 6px;
  }

  body .language-switcher {
    min-width: 72px;
  }

  body .language-switcher select {
    max-width: 72px;
    padding-right: 22px;
  }

  body .header-logout {
    min-height: 38px;
    padding-inline: 9px;
  }

  body .freelancer-feed-hero h1 {
    font-size: clamp(1.86rem, 9vw, 2.35rem);
  }

  body .freelancer-feed-meta span {
    max-width: 100%;
    white-space: normal;
  }

  body .freelancer-access-panel,
  body .freelancer-alert-panel,
  body .freelancer-proof-panel,
  body .simple-referral-panel,
  body .freelancer-work-feed .dashboard-panel {
    border-radius: 18px;
  }

  body .freelancer-proof-panel h2 {
    font-size: 1.16rem;
  }

  body .freelancer-work-feed .opportunity-empty-state,
  body .freelancer-work-feed .application-empty-line {
    min-height: 104px;
  }
}

/* v126: applicant proof/referral card finish */
body .freelancer-work-feed .proof-panel-actions .text-button {
  width: 100%;
  min-width: 0;
  padding: 13px 16px;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
}

body .freelancer-work-feed .profile-improve-button {
  background: #fff;
  color: #15161a;
  border: 1px solid #dfe3ea;
  box-shadow: none;
}

body .freelancer-work-feed .profile-improve-button:hover,
body .freelancer-work-feed .profile-improve-button:focus-visible {
  background: #f8faf5;
  color: #15161a;
}

body .freelancer-work-feed .portfolio-upload-control {
  width: 100%;
  min-width: 0;
}

body .freelancer-work-feed .simple-referral-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-color: rgba(21, 22, 26, .08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(247, 250, 239, .96));
  color: #15161a;
  box-shadow: 0 12px 30px rgba(21, 22, 26, .06);
}

body .freelancer-work-feed .simple-referral-panel span {
  color: #6b7280;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body .freelancer-work-feed .simple-referral-panel h2 {
  margin: 2px 0 4px;
  font-size: 1.18rem;
  line-height: 1.08;
}

body .freelancer-work-feed .simple-referral-panel p {
  color: #6b7280;
  font-size: .82rem;
}

body .freelancer-work-feed .simple-referral-panel .opportunity-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body .freelancer-work-feed .simple-referral-panel .continue-button,
body .freelancer-work-feed .simple-referral-panel .ghost-button {
  min-height: 44px;
}

body .freelancer-work-feed .simple-referral-panel .continue-button {
  background: #15161a;
  color: #fff;
  box-shadow: none;
}

body .freelancer-work-feed .simple-referral-panel .ghost-button {
  background: #fff;
  color: #15161a;
}

@media (max-width: 430px) {
  body .freelancer-work-feed .simple-referral-panel .opportunity-actions {
    gap: 8px;
  }
}

.simple-referral-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
  border-radius: 8px;
  background: var(--brand);
  color: white;
}

.simple-referral-panel span,
.simple-referral-panel h2,
.simple-referral-panel p {
  margin: 0;
}

.simple-referral-panel span {
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 820;
  text-transform: uppercase;
}

.simple-referral-panel h2 {
  margin-top: 2px;
  font-size: 1.45rem;
}

.simple-referral-panel p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

.simple-referral-panel .continue-button {
  background: var(--accent-strong);
  color: var(--brand);
  box-shadow: none;
}

.simple-referral-panel .ghost-button {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: white;
}

.freelancer-profile-strip {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--bg-elevated);
}

.freelancer-profile-strip span,
.freelancer-profile-strip strong {
  display: block;
}

.freelancer-profile-strip span {
  color: var(--muted);
  font-size: 0.72rem;
}

.freelancer-profile-strip strong {
  margin-top: 3px;
  font-size: 0.86rem;
}

.placeholder-art {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), transparent),
    color-mix(in srgb, var(--bg-elevated) 82%, var(--accent) 4%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.placeholder-art::before {
  position: absolute;
  inset: 10% -15% auto 40%;
  height: 280px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent) 22%, transparent);
  content: "";
  filter: blur(18px);
}

.art-panel {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.art-panel-main {
  inset: 52px 26px auto 26px;
  padding: 20px;
}

.art-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  color: var(--text);
  font-weight: 780;
}

.art-bars {
  display: grid;
  gap: 12px;
}

.art-bars span {
  height: 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--brand) 18%, transparent);
}

.art-bars span:nth-child(2) {
  width: 78%;
  background: color-mix(in srgb, var(--accent) 44%, transparent);
}

.art-bars span:nth-child(3) {
  width: 58%;
}

.art-panel-floating {
  right: 24px;
  bottom: 94px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  color: var(--accent);
  animation: float 4.6s ease-in-out infinite;
}

.art-panel-floating strong {
  color: var(--text);
}

.art-panel-mini {
  left: 24px;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 48px);
  padding: 14px 16px;
  color: var(--muted);
  font-weight: 720;
}

.art-panel-mini svg {
  color: var(--accent);
}

.splash {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  background: var(--bg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease, visibility 360ms ease;
  visibility: hidden;
}

.splash.is-visible {
  opacity: 1;
  visibility: visible;
}

.splash-inner {
  display: grid;
  place-items: center;
  gap: 20px;
}

.splash-pulse {
  width: 82px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: loading 1s ease-in-out infinite;
}

.page-transition {
  animation: enter 420ms ease both;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loading {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.7);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (min-width: 760px) {
  .app-shell {
    padding: 30px 30px 24px;
  }

  .site-header {
    padding-bottom: 54px;
  }

  .hero {
    gap: 42px;
  }

  .selection-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: stretch;
  }

  .selection-card {
    padding: 32px;
  }

  .coming-soon-content {
    grid-template-columns: 0.92fr 1.08fr;
  }

  .matcher-panel {
    padding: 24px;
  }

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

  .onboarding-card {
    padding: 28px;
  }

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

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

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

  .inline-add {
    grid-template-columns: 1fr auto;
  }

  .otp-inline {
    grid-template-columns: 1fr auto;
  }

  .buyer-dashboard-actions {
    grid-template-columns: auto auto;
    align-items: center;
  }

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

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

  .success-actions {
    grid-template-columns: 1fr 1fr;
  }

  .payment-test-panel > div {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .opportunity-actions {
    grid-template-columns: auto auto;
    justify-content: start;
  }

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

  .notification-history-row {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

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

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

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

  .referral-admin-section .network-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .opportunity-detail-grid {
    grid-template-columns: 1fr 0.82fr;
    align-items: start;
  }

  .admin-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .admin-filters {
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  }

  .admin-row {
    grid-template-columns: 1.4fr 0.7fr 0.8fr auto;
  }

  .debug-row {
    grid-template-columns: 1.5fr 1.2fr 0.7fr auto;
  }

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

  .distribution-summary {
    grid-template-columns: 1.35fr 0.65fr;
  }

  .distribution-actions {
    grid-template-columns: auto auto auto;
    justify-content: start;
  }

  .admin-requirement-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (min-width: 1080px) {
  .hero {
    min-height: calc(100vh - 190px);
    min-height: calc(100dvh - 190px);
    align-content: center;
  }

  .matcher-layout {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
  }

  .matcher-panel {
    position: sticky;
    top: 24px;
  }

  .onboarding-layout {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
  }

  .onboarding-aside {
    position: sticky;
    top: 24px;
  }

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

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

/* Mobile product polish: one calm theme, native-feeling controls, no behavior changes. */
.requirement-layout {
  width: min(620px, 100%);
}

.requirement-card {
  border-color: color-mix(in srgb, var(--line) 86%, white);
  background: var(--bg-elevated);
}

.requirement-card .step-header h2 {
  font-size: 1.85rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.requirement-card .step-header p,
.requirement-card input,
.requirement-card textarea,
.requirement-card select,
.requirement-card button {
  letter-spacing: 0;
}

.profession-search-field,
.candidate-count-select select,
.exact-requirement-field textarea,
.exact-requirement-field input,
.input-field input,
.select-field select,
.otp-inline input {
  border-color: var(--line);
  background: #fbfcfe;
}

.profession-search-field:focus-within {
  border-color: var(--accent);
  background: #ffffff;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 11%, transparent);
}

.profession-result,
.contact-preference-card {
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.profession-result:active,
.contact-preference-card:active,
.continue-button:active,
.ghost-button:active {
  transform: scale(0.985);
}

.continue-button {
  border-radius: 10px;
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(67, 87, 245, 0.22);
}

.continue-button:not(:disabled):hover {
  background: #3348e8;
}

.ghost-button {
  border-radius: 10px;
}

.candidate-price-preview {
  border-color: #d9defd;
  background: #f4f6ff;
}

.candidate-price-preview strong,
.profession-result span,
.question-number {
  color: var(--accent);
}

.response-tracker {
  background: var(--accent);
}

@media (max-width: 759px) {
  .app-shell {
    padding:
      max(12px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(28px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left));
  }

  .site-header {
    padding: 0 0 18px;
  }

  .logo {
    min-height: 40px;
    gap: 1px;
  }

  .logo-word {
    font-size: 1.12rem;
  }

  .header-actions {
    gap: 6px;
  }

  .header-account-link {
    min-height: 40px;
    max-width: 132px;
    overflow: hidden;
    border-radius: 10px;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .icon-button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .requirement-page {
    padding: 0 0 max(72px, env(safe-area-inset-bottom));
  }

  .requirement-page .back-link {
    min-height: 42px;
    margin-bottom: 10px;
    padding-right: 8px;
    font-size: 0.8rem;
  }

  .requirement-layout {
    gap: 12px;
  }

  .requirement-card {
    gap: 16px;
    padding: 18px 16px 20px;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(26, 31, 47, 0.075);
  }

  .requirement-card .step-header {
    gap: 5px;
  }

  .requirement-card .step-header h2 {
    font-size: 1.55rem;
    line-height: 1.16;
  }

  .requirement-card .step-header p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .question-number {
    font-size: 0.68rem !important;
  }

  .profession-search-field,
  .candidate-count-select select,
  .exact-requirement-field input,
  .input-field input,
  .select-field select,
  .otp-inline input {
    min-height: 54px;
    font-size: 16px;
  }

  .exact-requirement-field textarea {
    min-height: 96px;
    font-size: 16px;
    resize: none;
  }

  .profession-dropdown {
    max-height: min(360px, 46dvh);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .profession-result {
    min-height: 52px;
    padding: 8px 12px;
  }

  .profession-result strong {
    min-width: 0;
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .profession-result span {
    font-size: 0.7rem;
  }

  .candidate-price-preview {
    padding: 12px;
  }

  .candidate-price-preview strong {
    font-size: 1.05rem;
  }

  .continue-button,
  .ghost-button,
  .text-button,
  .contact-preference-card {
    min-height: 52px;
  }

  .continue-button,
  .ghost-button {
    font-size: 0.9rem;
  }

  .contact-preference-card {
    padding: 13px;
  }

  .contact-preference-card strong {
    font-size: 0.9rem;
  }

  .contact-preference-card small {
    font-size: 0.77rem;
    line-height: 1.42;
  }

  .requirement-card > .step-actions {
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(26, 31, 47, 0.07);
  }

  .review-actions {
    grid-template-columns: 0.7fr 1.3fr;
  }

  .freelancer-post-preview {
    padding: 14px;
  }

  .freelancer-post-preview pre {
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .supply-warning,
  .supply-unavailable,
  .response-offer {
    padding: 13px;
  }

  .onboarding-page {
    padding: 0 0 max(72px, env(safe-area-inset-bottom));
  }

  .onboarding-page > .back-link {
    min-height: 42px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .onboarding-layout {
    gap: 12px;
  }

  .onboarding-aside {
    gap: 7px;
  }

  .onboarding-aside h1 {
    font-size: 1.8rem;
    line-height: 1.12;
  }

  .onboarding-aside > p:not(.eyebrow) {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .onboarding-aside .onboarding-progress {
    margin-top: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .onboarding-card {
    gap: 16px;
    padding: 18px 16px 20px;
    border-radius: 8px;
    box-shadow: 0 12px 34px rgba(26, 31, 47, 0.075);
  }

  .onboarding-card .step-header {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 4px 10px;
    align-items: center;
  }

  .onboarding-card .step-icon {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  .onboarding-card .step-header h2 {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .onboarding-card .step-header p {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .onboarding-card input,
  .onboarding-card select {
    font-size: 16px;
  }

  .compact-profession-selector {
    max-height: 260px;
  }

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

  .compact-option-grid .large-option {
    min-height: 50px;
    padding: 9px 11px;
    border-radius: 8px;
    font-size: 0.82rem;
  }

  .onboarding-card > .step-actions {
    gap: 8px;
  }

  .onboarding-card > .step-actions .ghost-button,
  .onboarding-card > .step-actions .continue-button {
    min-height: 52px;
    border-radius: 10px;
    font-size: 0.88rem;
  }

  .freelancer-work-feed {
    gap: 13px;
    padding-bottom: max(64px, env(safe-area-inset-bottom));
  }

  .freelancer-feed-hero {
    gap: 13px;
  }

  .freelancer-feed-hero h1 {
    font-size: 2rem;
  }

  .freelancer-feed-hero p {
    font-size: 0.86rem;
  }

  .freelancer-dashboard-actions {
    display: grid;
    grid-template-columns: 1fr auto;
  }

  .freelancer-work-feed .dashboard-panel {
    padding: 15px;
  }

  .freelancer-work-feed .section-heading h2 {
    font-size: 1rem;
  }

  .simple-referral-panel {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .simple-referral-panel .opportunity-actions {
    grid-template-columns: 1fr 1fr;
  }
}
}
}

/* Urban consumer-app finish for the public entry and hiring journey. */
.home-entry {
  width: min(560px, 100%);
  min-height: auto;
  align-content: start;
  gap: 18px;
  margin: 0 auto;
  padding: 28px 0 40px;
}

.home-intro {
  gap: 10px;
}

.home-intro .eyebrow {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--accent-strong);
  color: #15161a;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.home-intro h1 {
  max-width: 520px;
  font-size: clamp(2.4rem, 11vw, 3.8rem);
  line-height: 1.01;
}

.home-intro > p:last-child {
  max-width: 440px;
  font-size: 0.95rem;
  line-height: 1.48;
}

.path-options {
  gap: 9px;
}

.path-option {
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  min-height: 108px;
  padding: 16px;
  border-color: #e7e8ec;
  background: #fff;
  box-shadow: 0 5px 18px rgba(22, 24, 29, 0.06);
}

.path-option.is-primary {
  border-color: #15161a;
  background: #15161a;
  box-shadow: 0 12px 30px rgba(22, 24, 29, 0.16);
}

.path-icon {
  width: 44px;
  height: 44px;
  background: #f0f1f4;
  color: #15161a;
}

.path-option.is-primary .path-icon,
.path-option.is-primary .path-price {
  background: var(--accent-strong);
  color: #15161a;
}

.path-option h2 {
  font-size: 1.16rem;
}

.path-option p {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1.4;
}

.path-price {
  background: #f0f1f4;
  color: #15161a;
  font-size: 0.68rem;
}

.home-login-link {
  min-height: 58px;
  margin-top: 0;
  border-color: #e7e8ec;
  background: #fff;
  box-shadow: none;
}

.home-login-icon {
  background: #f0f1f4;
  color: #15161a;
}

.home-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  color: #686d78;
  text-align: center;
}

.home-trust span {
  display: grid;
  justify-items: center;
  gap: 5px;
  font-size: 0.66rem;
  font-weight: 740;
  line-height: 1.25;
}

.home-trust svg {
  width: 17px;
  height: 17px;
  color: #15161a;
}

.requirement-layout {
  gap: 12px;
}

.requirement-page .back-link {
  min-height: 38px;
  padding: 0 2px;
  color: #555b66;
}

.requirement-card {
  padding: 18px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.requirement-card .step-header h2 {
  font-size: 1.7rem;
  line-height: 1.12;
}

.requirement-card .step-header p {
  max-width: 430px;
  font-size: 0.88rem;
  line-height: 1.45;
}

.question-number {
  color: #555b66 !important;
  font-size: 0.68rem !important;
}

.profession-search-field,
.candidate-count-select select,
.exact-requirement-field textarea,
.exact-requirement-field input,
.input-field input,
.select-field select,
.otp-inline input {
  min-height: 54px;
  border-color: #dfe1e6;
  background: #fff;
}

.profession-search-field:focus-within {
  border-color: #15161a;
  box-shadow: 0 0 0 3px rgba(21, 22, 26, 0.08);
}

.continue-button {
  background: #15161a;
  color: #fff;
}

.continue-button:not(:disabled):hover {
  background: #292b31;
}

.section-heading-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-add-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #15161a;
  border-radius: 50%;
  background: #15161a;
  color: #fff;
  transition: transform 160ms ease, background 160ms ease;
}

.section-add-button:hover {
  background: #292b31;
  transform: translateY(-1px);
}

.section-add-button svg {
  width: 18px;
  height: 18px;
}

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

.requirements-dashboard .empty-state {
  padding-block: 28px;
  box-shadow: none;
}

@media (min-width: 760px) {
  .home-entry {
    gap: 22px;
    padding-top: 44px;
  }

  .path-options {
    grid-template-columns: 1fr;
  }

  .path-option {
    min-height: 120px;
  }

  .requirement-card {
    padding-top: 24px;
  }
}

/* Final hiring composer overrides stay last to protect the mobile hierarchy. */
body .requirement-page { padding-top: 4px; }
body .requirement-page > .back-link { margin-bottom: 18px; }
body .requirement-page .requirement-layout { width: min(580px, 100%); gap: 14px; }
body .requirement-page .flow-story {
  width: fit-content;
  margin: 0 auto;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 4px 14px rgba(21, 22, 26, .04);
}
body .requirement-page .requirement-card {
  gap: 20px;
  padding: 26px;
  border: 1px solid #e3e5e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(21, 22, 26, .09);
}
body .requirement-page .requirement-card .step-header h2 {
  max-width: 440px;
  font-size: clamp(1.55rem, 6.4vw, 2rem);
  line-height: 1.08;
}
body .requirement-page .requirement-card .exact-requirement-field textarea {
  min-height: 132px;
  padding: 16px 16px 32px;
  border-color: #d8dbe1;
  background: #fbfcfd;
  line-height: 1.55;
}
body .requirement-page .requirement-card .continue-button {
  min-height: 54px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(21, 22, 26, .17);
}
@media (max-width: 480px) {
  body .app-shell {
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
  }
  body .site-header { padding-bottom: 20px; }
  body .requirement-page .requirement-card { padding: 20px; }
  body .requirement-page .flow-story { gap: 5px; padding-inline: 9px; font-size: .62rem; }
}

.work-review-summary {
  display: grid;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid #e3e5e9;
  border-bottom: 1px solid #e3e5e9;
}

.work-review-role { display: grid; gap: 4px; }
.work-review-role > span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  color: #4c6120;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}
.work-review-role i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent-strong); box-shadow: 0 0 0 4px rgba(199, 244, 61, .2); }
.work-review-role h3 { margin: 3px 0 0; font-size: 1.4rem; line-height: 1.1; }
.work-review-role small { color: var(--muted); font-size: .77rem; }
.work-review-brief { display: grid; gap: 7px; }
.work-review-brief > span,
.work-review-facts span { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.work-review-brief p { margin: 0; color: #292b31; font-size: .94rem; line-height: 1.55; }
.work-review-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 0; border-top: 1px solid #eceef1; padding-top: 15px; }
.work-review-facts div:nth-child(4) { padding-left: 0; border-left: 0; }
.work-review-facts div { display: grid; min-width: 0; gap: 5px; padding: 0 12px; border-left: 1px solid #eceef1; }
.work-review-facts div:first-child { padding-left: 0; border-left: 0; }
.work-review-facts div:last-child { padding-right: 0; }
.work-review-facts strong { overflow-wrap: anywhere; font-size: .79rem; line-height: 1.3; }

body .requirement-card .supply-warning,
body .requirement-card .response-offer {
  border-color: #dfe7c5;
  background: #f8fbeF;
}
body .requirement-card > .review-actions {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 390px) {
  .work-review-facts { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .work-review-facts div:nth-child(3),
  .work-review-facts div:nth-child(5) { padding-left: 0; border-left: 0; }
  .site-header { gap: 8px; }
  .header-actions { gap: 6px; }
  .language-switcher select { max-width: 82px; padding-left: 8px; }
  .header-logout { padding-inline: 8px; font-size: .7rem; }
}

/* v113 hire flow polish: mobile-first, Pune pilot, search-led hiring. */
body .requirement-page {
  padding-top: 0;
}

body .requirement-page > .back-link {
  margin-bottom: 10px;
  color: #5d636f;
  font-size: .82rem;
  font-weight: 760;
}

body .requirement-page .requirement-layout {
  width: min(560px, 100%);
  gap: 10px;
}

body .requirement-page .flow-story {
  padding: 6px 10px;
  border-color: #ebedf1;
  color: #5b612d;
  font-size: .66rem;
  letter-spacing: .03em;
  box-shadow: none;
}

body .requirement-page .requirement-card {
  gap: 16px;
  padding: 24px;
  border: 1px solid #eceef2;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
    linear-gradient(135deg, rgba(203, 244, 63, .14), rgba(24, 26, 31, .02));
  box-shadow: 0 18px 48px rgba(21, 22, 26, .08);
}

body .requirement-page .requirement-card .step-header {
  gap: 8px;
  margin-bottom: 0;
}

body .requirement-page .requirement-card .step-header h2 {
  max-width: 390px;
  color: #15161a;
  font-size: clamp(1.48rem, 6vw, 1.86rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body .requirement-page .requirement-card .step-header p:not(.question-number) {
  max-width: 430px;
  color: #646b76;
  font-size: .9rem;
  line-height: 1.45;
}

body .requirement-page .question-number {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(199, 244, 61, .46);
  border-radius: 999px;
  background: rgba(199, 244, 61, .18);
  color: #40520d !important;
  font-size: .64rem !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body .requirement-page .profession-search-field {
  min-height: 62px;
  padding: 0 16px;
  border: 1px solid #d7dbe2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(21, 22, 26, .07);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body .requirement-page .profession-search-field:focus-within {
  border-color: #15161a;
  box-shadow: 0 0 0 4px rgba(199, 244, 61, .24), 0 18px 40px rgba(21, 22, 26, .1);
  transform: translateY(-1px);
}

body .requirement-page .profession-search-field svg {
  width: 20px;
  height: 20px;
  color: #15161a;
}

body .requirement-page .profession-search-field input {
  color: #15161a;
  font-size: 1rem;
  font-weight: 760;
}

body .requirement-page .profession-search-field input::placeholder {
  color: #8a9099;
  font-weight: 650;
}

body .requirement-page .profession-dropdown {
  margin-top: -4px;
}

body .requirement-page .profession-result-list {
  gap: 8px;
}

body .requirement-page .profession-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 12px 13px;
  border: 1px solid #e6e9ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 20px rgba(21, 22, 26, .045);
}

body .requirement-page .profession-result:hover,
body .requirement-page .profession-result:focus-visible {
  border-color: rgba(21, 22, 26, .42);
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 22, 26, .075);
}

body .requirement-page .profession-result strong {
  min-width: 0;
  color: #181a1f;
  font-size: .94rem;
  line-height: 1.22;
}

body .requirement-page .profession-result span {
  justify-self: end;
  width: fit-content;
  max-width: 165px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f0f8d9;
  color: #47610f;
  font-size: .69rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: right;
}

body .requirement-page .profession-result.is-unavailable span {
  background: #f1f3f5;
  color: #777e89;
}

body .requirement-page .radius-selector {
  gap: 9px;
  padding: 12px;
  border: 1px solid #e6e9ee;
  border-radius: 14px;
  background: #fbfcfd;
  box-shadow: none;
}

body .requirement-page .radius-copy {
  align-items: flex-start;
}

body .requirement-page .radius-copy strong {
  color: #181a1f;
  font-size: .78rem;
  letter-spacing: .01em;
}

body .requirement-page .radius-copy span {
  color: #6b7280;
  font-size: .74rem;
  line-height: 1.25;
}

body .requirement-page .radius-actions {
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

body .requirement-page .radius-actions label {
  min-height: 46px;
  border-radius: 12px;
}

body .requirement-page .radius-actions label > span {
  color: #707783;
  font-size: .64rem;
  font-weight: 850;
  text-transform: uppercase;
}

body .requirement-page .radius-actions select {
  font-size: .88rem;
  font-weight: 820;
}

body .requirement-page .radius-selector .mini-button {
  min-height: 46px;
  border-radius: 12px;
  background: #15161a;
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
}

@media (max-width: 520px) {
  body .site-header {
    padding-bottom: 14px;
  }

  body .requirement-page .flow-story {
    display: none;
  }

  body .requirement-page .requirement-card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  body .requirement-page .requirement-card .step-header h2 {
    font-size: 1.58rem;
  }

  body .requirement-page .profession-search-field {
    min-height: 58px;
    padding-inline: 14px;
    border-radius: 14px;
  }

  body .requirement-page .profession-result {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body .requirement-page .profession-result span {
    justify-self: start;
    max-width: 100%;
    text-align: left;
  }

  body .requirement-page .radius-copy {
    display: grid;
    gap: 3px;
  }

  body .requirement-page .radius-copy span {
    text-align: left;
  }

body .requirement-page .radius-actions { grid-template-columns: 1fr; }
}

/* v116: the opening hire step is a search surface, not a form card. */
body .requirement-page .requirement-card.is-step-1 {
  gap: 14px;
  padding: 4px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body .requirement-page .requirement-card.is-step-1 .step-header {
  padding: 6px 2px 2px;
}

body .requirement-page .requirement-card.is-step-1 .step-header h2 {
  max-width: 330px;
  font-size: clamp(1.86rem, 9.5vw, 2.55rem);
  line-height: .98;
}

body .requirement-page .requirement-card.is-step-1 .step-header p:not(.question-number) {
  max-width: 330px;
  font-size: .91rem;
}

body .requirement-page .requirement-card.is-step-1 .question-number {
  margin-bottom: 2px;
  background: #ecffd4;
  box-shadow: 0 8px 22px rgba(199, 244, 61, .2);
}

body .requirement-page .requirement-card.is-step-1 .profession-search-field {
  min-height: 64px;
  border-color: #eef1f5;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(21, 22, 26, .1);
}

body .requirement-page .requirement-card.is-step-1 .profession-dropdown {
  margin-top: 0;
}

body .requirement-page .requirement-card.is-step-1 .profession-result {
  border-color: #eef1f5;
  background: #fff;
}

body .requirement-page .requirement-card.is-step-1 .radius-selector {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

body .requirement-page .requirement-card.is-step-1 .radius-copy {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
}

body .requirement-page .requirement-card.is-step-1 .radius-copy strong {
  color: #5c6470;
  font-size: .74rem;
}

body .requirement-page .requirement-card.is-step-1 .radius-copy span {
  color: #15161a;
  font-weight: 820;
}

body .requirement-page .requirement-card.is-step-1 .radius-actions label {
  min-height: 56px;
  border: 1px solid #eef1f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 22, 26, .06);
}

body .requirement-page .requirement-card.is-step-1 .radius-actions label > span {
  color: #747b86;
}

body .requirement-page .requirement-card.is-step-1 .radius-actions select {
  font-size: 1rem;
}

@media (max-width: 520px) {
  body .requirement-page .requirement-card.is-step-1 {
    padding-top: 2px;
  }

  body .requirement-page .requirement-card.is-step-1 .step-header h2 {
    font-size: 2.05rem;
  }
}

/* v116: make the work-detail step feel like a brief composer, not a form. */
body .requirement-page .requirement-card.is-step-2 {
  gap: 13px;
  padding: 18px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body .requirement-page .requirement-card.is-step-2 .brief-profession-pill {
  min-height: 52px;
  padding: 8px 10px 8px 13px;
  border: 1px solid #eceff3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 22, 26, .06);
}

body .requirement-page .requirement-card.is-step-2 .brief-profession-pill button {
  min-height: 34px;
  border-radius: 11px;
}

body .requirement-page .requirement-card.is-step-2 .step-header.simple-question {
  padding: 4px 2px 0;
}

body .requirement-page .requirement-card.is-step-2 .step-header.simple-question h2 {
  max-width: 360px;
  font-size: clamp(1.75rem, 8.8vw, 2.34rem);
  line-height: 1.02;
}

body .requirement-page .requirement-card.is-step-2 .step-header.simple-question p {
  max-width: 360px;
  font-size: .9rem;
}

body .requirement-page .requirement-card.is-step-2 .exact-requirement-field textarea {
  min-height: 154px;
  border-color: #eef1f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 22, 26, .08);
}

body .requirement-page .requirement-card.is-step-2 .work-schedule-field {
  padding: 12px;
  border: 1px solid #eef1f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 22, 26, .055);
}

body .requirement-page .requirement-card.is-step-2 .work-schedule-field > span {
  color: #5f6671;
  font-size: .75rem;
  font-weight: 850;
}

body .requirement-page .requirement-card.is-step-2 .work-schedule-field input {
  min-height: 42px;
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-weight: 820;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-block,
body .requirement-page .requirement-card.is-step-2 .work-type-block {
  gap: 9px;
  padding: 12px;
  border: 1px solid #eef1f5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-heading span {
  color: #5f6671;
  font-size: .76rem;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-heading small {
  font-size: .7rem;
}

body .requirement-page .requirement-card.is-step-2 .matched-industry-row {
  min-height: 42px;
  padding: 6px 7px 6px 10px;
  border-radius: 12px;
}

body .requirement-page .requirement-card.is-step-2 .work-type-options {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

body .requirement-page .requirement-card.is-step-2 .work-type-options::-webkit-scrollbar {
  display: none;
}

body .requirement-page .requirement-card.is-step-2 .work-type-options button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: .78rem;
}

body .requirement-page .requirement-card.is-step-2 .brief-assurance {
  align-items: start;
  padding: 10px 2px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body .requirement-page .requirement-card.is-step-2 .continue-button {
  margin-top: 2px;
}

@media (max-width: 520px) {
  body .requirement-page .requirement-card.is-step-2 {
    padding-top: 6px;
  }

  body .requirement-page .requirement-card.is-step-2 .step-header.simple-question h2 {
    font-size: 1.96rem;
  }
}

/* v118: premium hire composer refinement. */
body .requirement-page {
  padding-top: 0;
}

body .requirement-page > .back-link {
  width: fit-content;
  min-height: 38px;
  margin-bottom: 4px;
  padding: 0 10px;
  border: 1px solid #eceff3;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #535a65;
  box-shadow: 0 8px 22px rgba(21, 22, 26, .04);
}

body .requirement-page > .back-link svg {
  width: 17px;
  height: 17px;
}

body .requirement-page .requirement-card.is-step-1::before,
body .requirement-page .requirement-card.is-step-2::before {
  display: none;
}

body .requirement-page .requirement-card.is-step-1,
body .requirement-page .requirement-card.is-step-2 {
  position: relative;
}

body .requirement-page .requirement-card.is-step-1::after,
body .requirement-page .requirement-card.is-step-2::after {
  content: "";
  position: absolute;
  inset: -16px -10px auto;
  z-index: -1;
  height: 190px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(199, 244, 61, .16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

body .requirement-page .requirement-card.is-step-2 .brief-profession-pill {
  border-color: rgba(21, 22, 26, .08);
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(12px);
}

body .requirement-page .requirement-card.is-step-2 .brief-profession-pill span {
  font-size: .9rem;
}

body .requirement-page .requirement-card.is-step-2 .brief-profession-pill button,
body .requirement-page .requirement-card.is-step-2 .matched-industry-row button {
  background: #f5f7f9;
  color: #15161a;
  box-shadow: none;
}

body .requirement-page .requirement-card.is-step-2 .step-header.simple-question {
  margin-top: 2px;
}

body .requirement-page .requirement-card.is-step-2 .exact-requirement-field {
  position: relative;
}

body .requirement-page .requirement-card.is-step-2 .exact-requirement-field textarea {
  min-height: 174px;
  padding: 18px 16px 36px;
  border: 1px solid rgba(21, 22, 26, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 52px rgba(21, 22, 26, .1);
}

body .requirement-page .requirement-card.is-step-2 .exact-requirement-field > span {
  right: 15px;
  bottom: 12px;
  color: #8a919b;
}

body .requirement-page .requirement-card.is-step-2 .work-schedule-field {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  padding: 10px 14px;
  border-color: rgba(21, 22, 26, .07);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
}

body .requirement-page .requirement-card.is-step-2 .work-schedule-field > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 8px;
  color: #15161a;
}

body .requirement-page .requirement-card.is-step-2 .work-schedule-field input {
  text-align: right;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-block,
body .requirement-page .requirement-card.is-step-2 .work-type-block {
  padding: 10px 0 0;
  border: 0;
  border-top: 1px solid #eceff3;
  border-radius: 0;
  background: transparent;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-heading span {
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-heading small {
  display: none;
}

body .requirement-page .requirement-card.is-step-2 .requirement-industry-heading b {
  padding: 3px 6px;
  font-size: .58rem;
}

body .requirement-page .requirement-card.is-step-2 .matched-industry-row {
  min-height: 46px;
  border: 1px solid #eceff3;
  border-radius: 14px;
  background: rgba(255, 255, 255, .76);
  box-shadow: none;
}

body .requirement-page .requirement-card.is-step-2 .work-type-options {
  gap: 8px;
}

body .requirement-page .requirement-card.is-step-2 .work-type-options button {
  border-color: #e8ecf1;
  background: rgba(255, 255, 255, .78);
}

body .requirement-page .requirement-card.is-step-2 .work-type-options button.is-selected {
  border-color: #15161a;
  background: #15161a;
  color: #fff;
  box-shadow: 0 10px 22px rgba(21, 22, 26, .12);
}

body .requirement-page .requirement-card.is-step-2 .brief-assurance {
  margin-top: -2px;
  color: #65700f;
}

body .requirement-page .requirement-card.is-step-2 .brief-assurance > span {
  background: #ecffd4;
  color: #4b5f0f;
}

@media (max-width: 520px) {
  body .requirement-page > .back-link {
    width: 38px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  body .requirement-page > .back-link svg {
    margin: 0;
  }

  body .requirement-page .requirement-card.is-step-2 .exact-requirement-field textarea {
    min-height: 188px;
  }

  body .requirement-page .requirement-card.is-step-2 .work-schedule-field {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body .requirement-page .requirement-card.is-step-2 .work-schedule-field input {
    text-align: left;
  }
}

/* v115 app-wide polish: one calm premium system across buyer, worker, and admin surfaces. */
body {
  background:
    linear-gradient(180deg, #f6f7f9 0%, #f9fafb 42%, #f3f4f6 100%);
  color: #15161a;
}

body .app-shell {
  width: min(1120px, 100%);
}

body .site-header {
  align-items: center;
  padding-top: max(16px, env(safe-area-inset-top));
}

body .logo-mark {
  letter-spacing: -.04em;
}

body .language-switcher,
body .header-logout,
body .install-button {
  min-height: 40px;
  border: 1px solid #e7e9ee;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 6px 18px rgba(21, 22, 26, .04);
}

body h1,
body h2,
body h3 {
  letter-spacing: 0;
}

body p,
body small,
body span {
  text-wrap: pretty;
}

body .language-card,
body .buyer-login-card,
body .backend-gate-card,
body .onboarding-card,
body .dashboard-panel,
body .admin-section,
body .feature-status-section,
body .requirement-list-card,
body .opportunity-card,
body .notification-card,
body .interested-card,
body .stand-out-card,
body .compact-role-card,
body .selection-card {
  border: 1px solid #eceef2;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94)),
    linear-gradient(135deg, rgba(199, 244, 61, .1), rgba(21, 22, 26, .015));
  box-shadow: 0 14px 40px rgba(21, 22, 26, .07);
}

body .home-entry {
  min-height: auto;
  gap: 20px;
  padding-top: 18px;
}

body .hero-copy {
  gap: 12px;
}

body .hero-copy h1 {
  max-width: 720px;
  font-size: clamp(2.15rem, 9vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.02em;
}

body .hero-copy p {
  max-width: 560px;
  color: #626977;
  font-size: clamp(.96rem, 2.8vw, 1.16rem);
  line-height: 1.5;
}

body .trust-row,
body .home-pricing-card,
body .home-login-strip {
  border-color: #eceef2;
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 28px rgba(21, 22, 26, .045);
}

body .path-options {
  gap: 12px;
}

body .path-option {
  min-height: 132px;
  padding: 18px;
  border: 1px solid #eceef2;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94));
  box-shadow: 0 14px 34px rgba(21, 22, 26, .07);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

body .path-option:hover,
body .path-option:focus-visible {
  border-color: rgba(21, 22, 26, .34);
  box-shadow: 0 20px 48px rgba(21, 22, 26, .1);
  transform: translateY(-2px);
}

body .path-option.is-primary {
  background:
    linear-gradient(135deg, #17181c 0%, #24262b 64%, #33400d 100%);
  color: #fff;
}

body .path-option h2 {
  font-size: 1.22rem;
  line-height: 1.1;
}

body .path-option p {
  color: inherit;
  opacity: .72;
  font-size: .9rem;
  line-height: 1.46;
}

body .dashboard-page,
body .admin-page,
body .feature-status-page {
  max-width: 1040px;
  margin-inline: auto;
}

body .dashboard-hero,
body .admin-hero,
body .feature-status-hero {
  gap: 12px;
  padding: 18px 0;
}

body .dashboard-hero h1,
body .admin-hero h1,
body .feature-status-hero h1 {
  font-size: clamp(1.8rem, 7vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -.02em;
}

body .dashboard-hero p,
body .admin-hero p,
body .feature-status-hero p {
  max-width: 620px;
  color: #626977;
  font-size: .94rem;
  line-height: 1.5;
}

body .dashboard-grid,
body .admin-grid {
  gap: 12px;
}

body .dashboard-panel,
body .admin-section,
body .feature-status-section {
  padding: 18px;
}

body .dashboard-panel h2,
body .admin-section h2 {
  font-size: 1.08rem;
  line-height: 1.18;
}

body .dashboard-tags span,
body .live-status,
body .application-status,
body .feature-check-action > span {
  border-radius: 999px;
}

body .input-field,
body .select-field,
body .otp-inline,
body .city-search-field,
body .application-field,
body .exact-requirement-field {
  gap: 7px;
}

body .input-field input,
body .select-field select,
body .otp-inline input,
body .city-search-field input,
body textarea {
  min-height: 52px;
  border: 1px solid #dfe3ea;
  border-radius: 14px;
  background: #fff;
  color: #15161a;
  font-size: .96rem;
  box-shadow: 0 7px 18px rgba(21, 22, 26, .035);
}

body textarea {
  line-height: 1.5;
}

body .input-field input:focus,
body .select-field select:focus,
body .otp-inline input:focus,
body .city-search-field input:focus,
body textarea:focus {
  border-color: #15161a;
  outline: none;
  box-shadow: 0 0 0 4px rgba(199, 244, 61, .22), 0 10px 24px rgba(21, 22, 26, .07);
}

body .continue-button,
body .ghost-button,
body .mini-button,
body .section-add-button,
body .application-row-action a,
body .feature-check-action a {
  border-radius: 12px;
}

body .continue-button {
  min-height: 52px;
  background: #15161a;
  box-shadow: 0 12px 26px rgba(21, 22, 26, .16);
}

body .continue-button:not(:disabled):hover,
body .continue-button:not(:disabled):focus-visible {
  background: #24262b;
  box-shadow: 0 16px 34px rgba(21, 22, 26, .2);
}

body .ghost-button {
  border-color: #e1e4eb;
  background: rgba(255, 255, 255, .86);
}

body .empty-state,
body .opportunity-empty-state,
body .application-empty-line {
  border: 1px dashed #dce1ea;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

body .option-card,
body .contact-preference-card,
body .suggestion-card,
body .portfolio-card,
body .review-card,
body .payment-status,
body .match-preview-card,
body .notification-toggle,
body .notification-history-row,
body .freelancer-application-row,
body .admin-row,
body .admin-metric,
body .feature-summary-grid div {
  border-radius: 14px;
  border-color: #e7eaf0;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 22px rgba(21, 22, 26, .045);
}

body .option-card.is-selected,
body .contact-preference-card.is-selected,
body .suggestion-card.is-selected {
  border-color: rgba(21, 22, 26, .58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(199, 244, 61, .18), 0 12px 28px rgba(21, 22, 26, .07);
}

body .freelancer-dashboard-actions,
body .buyer-dashboard-actions,
body .dashboard-actions,
body .review-actions,
body .step-actions {
  gap: 10px;
}

body .opportunity-card,
body .notification-card,
body .interested-card,
body .requirement-list-card {
  padding: 16px;
}

body .opportunity-card.is-unread,
body .notification-card.is-unread,
body .requirement-list-card .live-status.is-live {
  box-shadow: 0 0 0 4px rgba(199, 244, 61, .18), 0 14px 34px rgba(21, 22, 26, .07);
}

body .simple-referral-panel {
  border-radius: 14px;
  background: linear-gradient(135deg, #17181c, #26310e);
  color: #fff;
}

body .simple-referral-panel p,
body .simple-referral-panel small {
  color: rgba(255, 255, 255, .72);
}

@media (max-width: 640px) {
  body .app-shell {
    padding-inline: max(14px, env(safe-area-inset-left));
  }

  body .site-header {
    gap: 10px;
    padding-bottom: 14px;
  }

  body .header-actions {
    gap: 7px;
  }

  body .language-switcher,
  body .header-logout,
  body .install-button {
    min-height: 38px;
    border-radius: 11px;
  }

  body .hero-copy h1 {
    font-size: clamp(2.05rem, 12vw, 3rem);
  }

  body .path-option,
  body .dashboard-panel,
  body .admin-section,
  body .feature-status-section,
  body .buyer-login-card,
  body .onboarding-card {
    border-radius: 14px;
    padding: 16px;
  }

  body .dashboard-hero,
  body .admin-hero,
  body .feature-status-hero {
    padding: 12px 0;
  }

  body .dashboard-hero h1,
  body .admin-hero h1,
  body .feature-status-hero h1 {
    font-size: 1.82rem;
  }

  body .dashboard-grid,
  body .admin-grid,
  body .admin-metrics,
  body .feature-summary-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body .continue-button,
  body .ghost-button {
    width: 100%;
  }

  body .opportunity-card,
  body .notification-card,
  body .interested-card,
  body .requirement-list-card,
  body .admin-row {
    padding: 14px;
  }
}

/* v125: final freelancer mobile inset fix */
body .freelancer-work-feed .freelancer-feed-hero {
  padding: 22px 18px 20px !important;
}

body .freelancer-work-feed .freelancer-feed-hero .eyebrow,
body .freelancer-work-feed .freelancer-feed-hero h1,
body .freelancer-work-feed .freelancer-feed-meta {
  margin-left: 0;
  margin-right: 0;
}

body .freelancer-work-feed .freelancer-feed-hero h1 {
  max-width: 100%;
}

body .freelancer-work-feed .worker-role-panel {
  display: grid;
  gap: 14px;
}

body .freelancer-work-feed .worker-role-panel p {
  margin: 0;
  color: rgba(21, 22, 26, .68);
  font-size: .94rem;
  line-height: 1.55;
}

body .freelancer-work-feed .worker-role-list {
  display: grid;
  gap: 10px;
}

body .freelancer-work-feed .worker-role-card,
body .freelancer-work-feed .worker-role-empty {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 14px 15px;
  border: 1px solid rgba(21, 22, 26, .08);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 244, .94));
  box-shadow: 0 12px 28px rgba(21, 22, 26, .05);
}

body .freelancer-work-feed .worker-role-card strong,
body .freelancer-work-feed .worker-role-empty strong {
  display: block;
  color: #15161a;
  font-size: .98rem;
  line-height: 1.22;
}

body .freelancer-work-feed .worker-role-card span,
body .freelancer-work-feed .worker-role-empty span {
  display: block;
  margin-top: 4px;
  color: rgba(21, 22, 26, .58);
  font-size: .82rem;
  line-height: 1.25;
}

body .freelancer-work-feed .worker-role-card em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(176, 255, 0, .2);
  color: #314400;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

body .freelancer-work-feed .worker-role-panel .ghost-button {
  width: 100%;
}

body .freelancer-work-feed .freelancer-access-panel,
body .freelancer-work-feed .freelancer-alert-panel,
body .freelancer-work-feed .freelancer-proof-panel,
body .freelancer-work-feed .worker-role-panel,
body .freelancer-work-feed .simple-referral-panel,
body .freelancer-work-feed .dashboard-panel {
  padding-inline: 18px;
}

body .freelancer-work-feed .opportunity-empty-state,
body .freelancer-work-feed .application-empty-line {
  padding: 18px;
}

@media (max-width: 430px) {
  body .freelancer-work-feed .freelancer-feed-hero {
    padding: 21px 17px 19px !important;
  }

  body .freelancer-work-feed .freelancer-access-panel,
  body .freelancer-work-feed .freelancer-alert-panel,
  body .freelancer-work-feed .freelancer-proof-panel,
  body .freelancer-work-feed .worker-role-panel,
  body .freelancer-work-feed .simple-referral-panel,
  body .freelancer-work-feed .dashboard-panel {
    padding-inline: 16px;
  }

  body .freelancer-work-feed .worker-role-card,
  body .freelancer-work-feed .worker-role-empty {
    grid-template-columns: 1fr;
  }

  body .freelancer-work-feed .worker-role-card em {
    justify-self: start;
  }
}

/* v129: completed-work ratings */
.work-rating-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(21, 22, 26, .1);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(247, 249, 241, .92));
  box-shadow: 0 12px 30px rgba(21, 22, 26, .06);
}

.work-rating-panel strong {
  display: block;
  color: #15161a;
  font-size: .98rem;
  letter-spacing: 0;
}

.work-rating-panel span,
.worker-rating-badge span {
  display: block;
  margin-top: 3px;
  color: #68707d;
  font-size: .82rem;
  line-height: 1.35;
}

.work-rating-panel.is-rated {
  border-color: rgba(83, 136, 22, .24);
  background: #f8fbef;
}

.rating-buttons,
.rehire-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.rating-buttons button,
.rehire-buttons button {
  min-height: 40px;
  border: 1px solid #dde2e9;
  border-radius: 12px;
  background: #fff;
  color: #15161a;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  cursor: pointer;
}

.rating-buttons button {
  width: 44px;
}

.rating-buttons button.is-selected,
.rehire-buttons button.is-selected {
  border-color: #15161a;
  background: #15161a;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(199, 244, 61, .2);
}

.compact-rating-comment input {
  min-height: 44px;
}

.worker-rating-badge {
  margin: 10px 0 12px;
  padding: 11px 12px;
  border: 1px solid #e5e9ef;
  border-radius: 14px;
  background: #fff;
}

.worker-rating-badge strong {
  color: #15161a;
  font-size: .9rem;
}

.worker-rating-badge.is-rated {
  border-color: rgba(83, 136, 22, .22);
  background: #f9fcf1;
}

.worker-profile-rating strong {
  font-size: 1.45rem;
}

@media (max-width: 430px) {
  .work-rating-panel {
    padding: 14px;
  }

  .rating-buttons button {
    width: 42px;
  }
}

/* v-clean: fewer boxes, clearer surfaces */
body .stand-out-page .onboarding-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body .stand-out-card {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(21, 22, 26, .08);
}

body .stand-out-card:hover,
body .stand-out-card.is-open {
  border-color: rgba(21, 22, 26, .12);
  box-shadow: none;
  transform: none;
}

body .stand-out-card-trigger {
  min-height: 76px;
  padding-inline: 2px;
}

body .stand-out-card.is-static .stand-out-card-trigger {
  min-height: 64px;
}

body .stand-out-card-icon {
  border-radius: 999px;
  background: rgba(176, 255, 0, .22);
}

body .stand-out-card-body {
  padding: 0 0 22px 0;
  border-top: 0;
}

body .stand-out-card-body > :first-child {
  margin-top: 4px;
}

body .profile-photo-upload,
body .social-proof-field {
  border: 1px solid rgba(21, 22, 26, .08);
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

body .social-proof-field input,
body .profile-photo-upload + .social-proof-grid input {
  background: rgba(247, 248, 251, .9);
}

body .interested-card {
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(21, 22, 26, .06);
}

body .worker-rating-badge,
body .applicant-message {
  border: 0;
  background: rgba(247, 248, 251, .84);
}

body .freelancer-work-feed .dashboard-panel,
body .freelancer-work-feed .worker-role-panel,
body .freelancer-work-feed .simple-referral-panel,
body .freelancer-work-feed .freelancer-proof-panel {
  border: 0;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 10px 28px rgba(21, 22, 26, .045);
}

body .freelancer-work-feed .worker-role-card,
body .freelancer-work-feed .worker-role-empty {
  border: 0;
  background: rgba(247, 248, 251, .84);
  box-shadow: none;
}

@media (max-width: 560px) {
  body .stand-out-card-trigger {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  body .stand-out-chevron {
    display: none;
  }

  body .stand-out-card-status {
    max-width: 82px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
