:root {
  --bg: #0a0a0a;
  --ink: #f5f5f5;
  --muted: #8a8a8a;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.18);
  --chip: rgba(255, 255, 255, 0.04);
  --apply-bg: #ffffff;
  --apply-ink: #0a0a0a;
  --accent: #6787F9;
  --accent-2: #cdd8ff;
  --maxw: 1160px;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}
.coverflow { overflow-x: clip; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-inner {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 20px 56px 12px;
}
.hero-raccoon {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(220px, 26vw, 440px);
  height: auto;
  pointer-events: none;
  z-index: 0;
  /* black box matches site bg via lighten: black pixels -> backdrop, blue stays */
  mix-blend-mode: lighten;
}
.hero-inner { z-index: 1; }
@media (max-width: 900px) { .hero-raccoon { display: none; } }
.brandrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.logo-mark { width: 40px; height: 40px; object-fit: contain; }
.wordmark {
  display: inline-block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--muted);
}
.hero h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.hero h1 .ital { font-style: normal; color: var(--muted); }
.sub {
  max-width: 600px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--muted);
}
.hero-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 14px;
  color: var(--ink);
}
.hero-stats .stat {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.hero-stats .stat:hover { border-color: var(--ink); background: rgba(255, 255, 255, 0.04); }
.hero-stats .stat b { font-weight: 600; }
.hero-stats .stat .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ink);
  align-self: center;
}

/* ---------- layout ---------- */
.wrap {
  max-width: none;
  margin: 0;
  padding: 0 56px 80px;
}

/* ---------- discipline segmented control ---------- */
.discipline {
  display: flex;
  gap: 8px;
  padding: 14px 0 4px;
}
.seg {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  background: var(--chip);
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.seg:hover { border-color: var(--ink); }
.seg-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
}
.seg-n { font-size: 13px; font-weight: 500; color: var(--muted); }
.seg-active .seg-n { color: rgba(10, 10, 10, 0.55); }

/* ---------- controls ---------- */
.controls {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0 22px;
}
.search-wrap {
  position: relative;
  flex: 0 1 480px;
}
.search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
}
#search {
  width: 100%;
  padding: 11px 14px 11px 40px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: var(--chip);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: none;
}
#search::placeholder { color: var(--muted); }
#search:focus { border-color: var(--ink); }
.remote-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
}
.remote-toggle input { width: 15px; height: 15px; accent-color: var(--ink); cursor: pointer; }
.city-select {
  padding: 10px 14px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: var(--chip);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  max-width: 200px;
}
.city-select:focus { border-color: var(--ink); }
.count {
  margin-left: auto;
  font-size: 15px;
  color: var(--muted);
}

/* ---------- filters ---------- */
.filters { padding-bottom: 22px; }
.filter-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
}
.filter-row + .filter-row { border-top: 1px solid var(--line); }
.filter-label {
  flex: none;
  width: 70px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2px 8px 2px 0;
}
.chips::-webkit-scrollbar { display: none; }
.chip { flex: 0 0 auto; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink);
  background: var(--chip);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}
.chip:hover { border-color: var(--ink); }
.chip-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
}
.chip-n { font-size: 12px; color: var(--muted); }
.chip-active .chip-n { color: rgba(10, 10, 10, 0.6); }

/* ---------- role category tag ---------- */
.role-tag {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}

/* ---------- table ---------- */
.table { border-top: 1px solid var(--line); }
.thead, .row {
  display: grid;
  grid-template-columns: 1.4fr 2fr 1.5fr 0.7fr 0.6fr;
  align-items: center;
  gap: 16px;
}
.thead {
  padding: 14px 8px;
  font-size: 13px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}
.col-apply { text-align: right; }
.row {
  padding: 16px 8px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  transition: background 0.12s ease;
}
.row:hover { background: rgba(255, 255, 255, 0.03); }
.row.featured {
  background: linear-gradient(90deg, rgba(103,135,249,0.10), rgba(103,135,249,0.02));
  box-shadow: inset 3px 0 0 var(--accent);
}
.row.featured:hover { background: linear-gradient(90deg, rgba(103,135,249,0.16), rgba(103,135,249,0.04)); }
.feat-badge {
  display: inline-block; margin-right: 8px; padding: 2px 8px; border-radius: 999px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  color: #0a0a0a; background: var(--accent-2); vertical-align: middle;
}
.company-cell { display: flex; align-items: center; gap: 11px; min-width: 0; }
.logo-wrap {
  position: relative;
  width: 26px; height: 26px;
  border-radius: 6px;
  flex: none;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.logo-mono { font-size: 12px; font-weight: 600; color: #fff; }
.logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}
.company-name { font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.role-cell { font-weight: 500; }
.loc-cell, .posted-cell { color: var(--muted); }
.apply-btn {
  display: inline-block;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--apply-ink);
  background: var(--apply-bg);
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.12s ease;
}
.apply-btn:hover { opacity: 0.78; }

.empty { padding: 48px 8px; color: var(--muted); font-size: 15px; }

/* ---------- footer ---------- */
.foot {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 26px;
  font-size: 13px;
  color: var(--muted);
}
.foot code { font-size: 12px; background: var(--chip); padding: 1px 6px; border-radius: 4px; }

/* ---------- detail + category pages ---------- */
.detail {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}
.back {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
}
.back:hover { color: var(--ink); }
.detail-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.detail-logo { width: 52px; height: 52px; border-radius: 12px; background: #fff; object-fit: cover; flex: none; }
.detail-company { font-size: 15px; color: var(--muted); margin-bottom: 4px; }
.detail-role {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.5vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
}
.detail-meta {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 28px;
  font-size: 14px; color: var(--muted);
}
.detail-meta span {
  padding: 6px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
}
.detail-meta a { color: var(--ink); text-decoration: none; }
.detail-apply { margin: 4px 0 36px; font-size: 15px; padding: 11px 22px; }
.detail-body { font-size: 16px; line-height: 1.65; color: #d4d4d4; }
.detail-body p { margin: 0 0 16px; }
.detail-body + .detail-apply { margin-top: 32px; }

.cat-h1 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 6vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.cat-h1 .ital { color: var(--muted); }
.cat-count { margin: 22px 0 18px; font-size: 14px; color: var(--muted); }
.clist { border-top: 1px solid var(--line); }
.crow {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 4px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
  font-size: 15px;
}
.crow:hover { background: rgba(255,255,255,0.03); }
.crow-co { font-weight: 500; }
.crow-role { color: #d4d4d4; }
.crow-loc { color: var(--muted); font-size: 13px; }

/* ---------- role detail link + browse footer ---------- */
.role-link { color: inherit; text-decoration: none; }
.role-link:hover { text-decoration: underline; }
.browse {
  margin: 56px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.browse-h { font-size: 13px; color: var(--muted); margin-bottom: 14px; letter-spacing: 0.04em; }
.browse-links { display: flex; flex-wrap: wrap; gap: 8px; }
.browse-links a {
  font-size: 13.5px; color: var(--ink); text-decoration: none;
  padding: 7px 13px; border: 1px solid var(--line-strong); border-radius: 999px;
}
.browse-links a:hover { border-color: var(--ink); }

/* ---------- email alerts ---------- */
.alerts {
  margin-top: 44px;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--chip);
}
.alerts-h { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 22px; margin: 0 0 6px; }
.alerts-p { color: var(--muted); font-size: 15px; margin: 0 0 16px; }
.alerts-form { display: flex; gap: 10px; flex-wrap: wrap; max-width: 480px; }
.alerts-form input {
  flex: 1 1 240px;
  padding: 11px 14px; font-size: 15px; font-family: inherit;
  color: var(--ink); background: var(--bg);
  border: 1px solid var(--line-strong); border-radius: 10px; outline: none;
}
.alerts-form input:focus { border-color: var(--ink); }
.alerts-form button {
  padding: 11px 22px; font-size: 15px; font-weight: 500; font-family: inherit;
  color: var(--apply-ink); background: var(--apply-bg);
  border: none; border-radius: 10px; cursor: pointer;
}
.alerts-form button:hover { opacity: 0.85; }
.alerts-note { margin-top: 12px; font-size: 13px; color: var(--muted); }

/* ---------- responsive ---------- */
@media (max-width: 760px) {
  .hero-inner { padding: 72px 24px 52px; }
  .controls { flex-wrap: wrap; gap: 14px; }
  .city-select { max-width: none; flex: 1 1 140px; }
  .filter-row { flex-direction: column; gap: 8px; }
  .filter-label { width: auto; padding-top: 0; }
  .count { margin-left: 0; width: 100%; order: 3; }
  .thead { display: none; }
  .row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "company apply" "role apply" "loc posted";
    gap: 6px 16px;
  }
  .company-cell { grid-area: company; }
  .role-cell { grid-area: role; }
  .loc-cell { grid-area: loc; font-size: 13px; }
  .posted-cell { grid-area: posted; text-align: right; font-size: 13px; }
  .col-apply { grid-area: apply; align-self: center; }
}

/* ---------- company coverflow ---------- */
.coverflow { position: relative; padding: 16px 0 20px; border-bottom: 1px solid var(--line); }
.cf-head { text-align: center; margin-bottom: 4px; padding: 0 56px; }
.cf-title {
  font-family: "Space Grotesk", sans-serif; font-weight: 700;
  font-size: clamp(24px, 3.2vw, 38px); letter-spacing: -0.02em; margin: 0;
}
.cf-dot { color: var(--accent); }
.cf-sub { font-size: 13px; color: var(--muted); margin-top: 8px; }
.cf-stage { position: relative; height: 340px; perspective: 1600px; margin-top: 8px; }
.cf-deck { position: absolute; inset: 0; transform-style: preserve-3d; }
.cf-card {
  position: absolute; top: 50%; left: 50%; width: 240px; height: 296px; margin: -148px 0 0 -120px;
  border-radius: 20px; border: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 50% 0%, var(--cg, rgba(103,135,249,0.18)), transparent 60%),
    linear-gradient(180deg, #141417, #0d0d10);
  transition: transform 0.5s cubic-bezier(0.22,0.61,0.36,1), opacity 0.5s, border-color 0.25s;
  cursor: pointer; overflow: hidden; display: flex; flex-direction: column; padding: 22px;
}
.cf-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 50% 120%, var(--cg-soft, rgba(103,135,249,0.10)), transparent 70%);
  pointer-events: none;
}
.cf-mono {
  position: absolute; right: -8px; top: -26px; font-family: "Space Grotesk", sans-serif;
  font-weight: 700; font-size: 150px; line-height: 1; color: rgba(255,255,255,0.04);
  letter-spacing: -0.04em; user-select: none;
}
.cf-card.cf-active { border-color: var(--c-border, rgba(103,135,249,0.5)); }
.cf-kick {
  font-family: "Space Grotesk", sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: 0.18em; color: var(--c, var(--accent-2)); opacity: 0.9;
}
.cf-nm {
  font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 28px;
  line-height: 1.04; letter-spacing: -0.02em; margin-top: auto;
  color: var(--c, var(--ink));
}
.cf-cnt { margin-top: 12px; display: flex; align-items: center; gap: 8px; }
.cf-num { font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 28px; color: var(--c, var(--accent)); }
.cf-lbl { font-size: 13px; color: var(--muted); }
.cf-cta {
  margin-top: 16px; font-size: 13px; color: var(--ink);
  opacity: 0; transform: translateY(6px); transition: opacity 0.3s, transform 0.3s;
}
.cf-card.cf-active .cf-cta { opacity: 1; transform: none; }
.cf-btn {
  position: absolute; top: 54%; transform: translateY(-50%); z-index: 20;
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong);
  background: rgba(10,10,10,0.6); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  color: var(--ink); font-size: 20px; cursor: pointer; display: grid; place-items: center;
  transition: border-color 0.12s, background 0.12s;
}
.cf-btn:hover { border-color: var(--ink); background: rgba(255,255,255,0.06); }
.cf-prev { left: 14px; }
.cf-next { right: 14px; }
.cf-dots { display: flex; gap: 6px; justify-content: center; margin-top: 4px; }
.cf-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); cursor: pointer; transition: 0.2s; }
.cf-dots i.cf-on { background: var(--accent); width: 18px; border-radius: 3px; }
@media (max-width: 600px) {
  .cf-stage { height: 320px; }
  .cf-btn { width: 38px; height: 38px; }
  .cf-head { padding: 0 20px; }
}
.cf-card.cf-active {
  box-shadow: 0 0 0 1px var(--c-border, rgba(103,135,249,0.4)), 0 24px 70px -24px var(--c-shadow, rgba(103,135,249,0.5));
}
.cf-stage { touch-action: pan-y; }

/* ---------- slim top bar (replaces masthead) ---------- */
.topbar {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  padding: 16px 40px; border-bottom: 1px solid var(--line);
}
.topbar .brand { display: flex; align-items: center; gap: 10px; cursor: pointer; justify-self: start; }
.topbar-signup { justify-self: center; }
.topbar-nav { justify-self: end; display: flex; align-items: center; gap: 8px; }
.nav-link {
  display: inline-block; padding: 8px 14px; border-radius: 999px; text-decoration: none;
  font-size: 13.5px; font-weight: 600; color: var(--ink); border: 1px solid var(--line-strong);
  white-space: nowrap; transition: border-color 0.12s ease, background 0.12s ease;
}
.nav-link:hover { border-color: var(--ink); }
.nav-resume {
  color: #0a0a0a; background: linear-gradient(135deg, #7d98ff, #6787F9); border-color: transparent;
}
.nav-resume:hover { filter: brightness(1.06); border-color: transparent; }

/* Tablet: drop the centered signup, keep brand + action buttons on one line.
   (.topbar .topbar-signup needed to out-specify the later base `.topbar-signup{display:flex}`.) */
@media (max-width: 1040px) {
  .topbar { grid-template-columns: 1fr auto; }
  .topbar .topbar-signup { display: none; }
}
/* Mobile: stack cleanly — brand on top, full-width signup, two buttons in a row */
@media (max-width: 600px) {
  .topbar { grid-template-columns: 1fr; justify-items: stretch; row-gap: 12px; padding: 14px 18px; }
  .topbar .brand { justify-self: center; }
  .topbar .topbar-signup { display: flex; justify-self: stretch; }
  .topbar .topbar-nav { justify-self: stretch; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .topbar .topbar-nav .nav-link { text-align: center; justify-content: center; }
}
.brand-mark { width: 30px; height: 30px; object-fit: contain; mix-blend-mode: lighten; }
.topbar .wordmark { color: var(--ink); }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-mark { width: 34px; height: 34px; }
.topbar-tag { font-size: 12px; color: var(--muted); line-height: 1.2; }
.topbar-tag .ital { color: var(--ink); }
@media (max-width: 480px) { .topbar-tag { display: none; } }
.cf-intro {
  max-width: 760px; margin: 10px auto 0; font-size: 15px; line-height: 1.5;
  color: var(--muted); text-align: center; text-wrap: balance;
}
.coverflow .hero-stats { justify-content: center; margin-top: 14px; }

/* ---------- top promo / email banner ---------- */
.promo {
  position: relative;
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  padding: 12px 24px;
  background:
    radial-gradient(140% 200% at 50% 0%, rgba(103,135,249,0.30), rgba(103,135,249,0.06) 55%, transparent 80%),
    var(--bg);
  border-bottom: 1px solid var(--line);
}
.promo-form { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; }
.promo-text { font-size: 14px; font-weight: 500; color: var(--ink); }
.promo-form input {
  padding: 9px 15px; font-size: 14px; font-family: inherit; color: var(--ink);
  background: rgba(0,0,0,0.35); border: 1px solid var(--line-strong); border-radius: 999px;
  outline: none; min-width: 230px;
}
.promo-form input::placeholder { color: var(--muted); }
.promo-form input:focus { border-color: var(--accent); }
.promo-form button {
  padding: 9px 18px; font-size: 14px; font-weight: 600; font-family: inherit; cursor: pointer;
  color: #0a0a0a; background: var(--accent); border: none; border-radius: 999px;
  transition: filter 0.12s ease;
}
.promo-form button:hover { filter: brightness(1.08); }
.promo .alerts-note { font-size: 13px; color: var(--accent-2); }
@media (max-width: 560px) { .promo-text { display: none; } .promo-form input { min-width: 0; flex: 1; } }

/* one-line top bar: brand · tagline · signup */
@media (max-width: 820px) {
  .topbar { row-gap: 12px; }
}
.topbar .promo-form input { min-width: 210px; }
/* tagline now lives under the wordmark — kept visible */

/* prominent center email signup in top bar */
.topbar-signup {
  display: flex; align-items: center; gap: 10px;
  background: linear-gradient(180deg, rgba(103,135,249,0.18), rgba(103,135,249,0.06));
  border: 1px solid rgba(103,135,249,0.50);
  border-radius: 999px; padding: 5px 6px 5px 18px;
  box-shadow: 0 0 0 4px rgba(103,135,249,0.07), 0 10px 34px -10px rgba(103,135,249,0.55);
}
.signup-label {
  font-family: "Space Grotesk", sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 0.02em; color: var(--accent-2); white-space: nowrap;
}
.topbar-signup input {
  padding: 9px 14px; font-size: 14px; font-family: inherit; color: var(--ink);
  background: rgba(0,0,0,0.40); border: 1px solid rgba(103,135,249,0.30); border-radius: 999px;
  outline: none; min-width: 190px;
}
.topbar-signup input::placeholder { color: var(--muted); }
.topbar-signup input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(103,135,249,0.18); }
.topbar-signup button {
  padding: 9px 19px; font-size: 14px; font-weight: 700; font-family: "Space Grotesk", sans-serif; cursor: pointer;
  color: #0a0a0a; background: linear-gradient(135deg, #7d98ff, #6787F9); border: none; border-radius: 999px;
  box-shadow: 0 4px 18px -4px rgba(103,135,249,0.7);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}
.topbar-signup button:hover {
  filter: brightness(1.06); transform: translateY(-1px);
  box-shadow: 0 6px 24px -4px rgba(103,135,249,0.85);
}
@media (max-width: 720px) {
  .signup-label { display: none; }
  .topbar-signup input { min-width: 0; flex: 1; }
}

/* clear-filters button (shows only when a filter is active) */
.clear-btn {
  margin-left: auto;
  padding: 8px 14px;
  font-family: inherit; font-size: 13px; font-weight: 500;
  color: var(--ink); background: transparent;
  border: 1px solid var(--line-strong); border-radius: 999px;
  cursor: pointer; white-space: nowrap;
  transition: border-color 0.12s ease, background 0.12s ease;
}
.clear-btn:hover { border-color: var(--ink); background: rgba(255,255,255,0.05); }

.foot-feature {
  display: inline-block; margin-left: 14px; color: var(--accent-2); text-decoration: none;
  font-weight: 600; font-size: 13px; opacity: 0.85;
}
.foot-feature:hover { opacity: 1; text-decoration: underline; }

/* ---------- auth: topbar slot, CTA, profile chip, modal ---------- */
.topbar-auth { display: inline-flex; align-items: center; }
.auth-cta {
  padding: 8px 16px; border-radius: 999px; border: none; cursor: pointer;
  font-family: "Space Grotesk", sans-serif; font-size: 13.5px; font-weight: 700; color: #0a0a0a;
  background: linear-gradient(135deg, #7d98ff, #6787F9); white-space: nowrap;
  box-shadow: 0 4px 18px -6px rgba(103,135,249,0.7); transition: filter .12s ease, transform .12s ease;
}
.auth-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }
.auth-me {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  padding: 5px 14px 5px 6px; border-radius: 999px; border: 1px solid var(--line-strong);
  color: var(--ink); font-size: 13.5px; font-weight: 600; white-space: nowrap;
}
.auth-me:hover { border-color: var(--ink); }
.auth-me img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; }

.alerts-cta {
  padding: 13px 26px; border-radius: 12px; border: none; cursor: pointer;
  font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 800; color: #0a0a0a;
  background: linear-gradient(135deg, #7d98ff, #6787F9);
  box-shadow: 0 6px 22px -6px rgba(103,135,249,0.7); transition: filter .12s ease, transform .12s ease;
}
.alerts-cta:hover { filter: brightness(1.06); transform: translateY(-1px); }

.ctg-modal-back {
  position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.66); backdrop-filter: blur(3px); padding: 20px;
}
.ctg-modal-back[hidden] { display: none; }
.ctg-modal {
  position: relative; width: 100%; max-width: 380px; border-radius: 20px; padding: 30px 26px 24px;
  background: #14151a; border: 1px solid rgba(103,135,249,0.30);
  box-shadow: 0 30px 80px -20px rgba(0,0,0,0.8);
}
.ctg-modal-x {
  position: absolute; top: 12px; right: 14px; background: none; border: none; color: #9a9a9a;
  font-size: 24px; line-height: 1; cursor: pointer;
}
.ctg-modal-x:hover { color: #fff; }
.ctg-modal-h { font-family: "Space Grotesk", sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.ctg-modal-p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0 0 20px; }
.ctg-oauth {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
  padding: 12px 16px; margin-bottom: 10px; border-radius: 12px; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 600; border: 1px solid var(--line-strong);
  background: #fff; color: #1a1a1a; transition: filter .12s ease, transform .12s ease;
}
.ctg-oauth:hover { transform: translateY(-1px); }
.ctg-apple { background: #000; color: #fff; border-color: #333; }
.ctg-modal-fine { color: #7a7a7a; font-size: 12px; line-height: 1.5; margin: 14px 0 0; text-align: center; }

/* ---------- talent conversion band (homepage) ---------- */
.talent-band {
  margin: 0 auto; max-width: 1100px; padding: 0 40px;
}
.talent-band-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  padding: 16px 22px; border-radius: 16px;
  background: linear-gradient(120deg, rgba(103,135,249,0.16), rgba(103,135,249,0.05));
  border: 1px solid rgba(103,135,249,0.40);
  box-shadow: 0 10px 34px -16px rgba(103,135,249,0.5);
}
.talent-band-text { margin: 0; font-size: 15px; color: var(--ink); line-height: 1.45; }
.talent-band-text strong { color: var(--accent-2); }
.talent-band-btn {
  flex: 0 0 auto; padding: 12px 22px; border-radius: 999px; border: none; cursor: pointer;
  font-family: "Space Grotesk", sans-serif; font-size: 14px; font-weight: 800; color: #0a0a0a; white-space: nowrap;
  background: linear-gradient(135deg, #7d98ff, #6787F9);
  box-shadow: 0 6px 20px -6px rgba(103,135,249,0.75); transition: filter .12s ease, transform .12s ease;
}
.talent-band-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
@media (max-width: 600px) {
  .talent-band { padding: 0 18px; }
  .talent-band-inner { padding: 14px 16px; }
  .talent-band-btn { width: 100%; }
}
