:root {
  color-scheme: light;
  --ink: #26333d;
  --muted: #7f8890;
  --line: #dde5ea;
  --paper: #f6f8fa;
  --white: #ffffff;
  --cyan: #0fa9d6;
  --cyan-dark: #06789a;
  --navy: #22262c;
  --teal: #07384d;
  --sky: #e8f7fc;
  --ai: #79f2c0;
  --ai-deep: #123a52;
  --coral: #ff7f63;
  --gold: #f4b64a;
  --green: var(--cyan);
  --green-dark: var(--cyan-dark);
  --mint: var(--sky);
  --blue: var(--cyan);
  --shadow: 0 20px 55px rgba(7, 56, 77, 0.12);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

/* Internal application shell */
.app-shell {
  --app-head-image: url("/assets/images/jobs/job-general.webp");
  background: linear-gradient(180deg, #e9f7fb 0 330px, #f5f8fa 330px);
}

.app-shell--offers {
  --app-head-image: url("/assets/images/jobs/job-tech.webp");
}

.app-shell--alerts {
  --app-head-image: url("/assets/images/jobs/job-support.webp");
}

.app-shell--space {
  --app-head-image: url("/assets/images/jobs/job-rh.webp");
}

.app-shell--search {
  --app-head-image: url("/assets/images/jobs/job-communication.webp");
}

.app-shell .topbar {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, #11add5, #078caf);
  box-shadow: 0 12px 30px rgba(4, 83, 108, 0.18);
}

.nav a[aria-current="page"] {
  opacity: 1;
}

.nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.app-shell .app-page {
  width: min(100%, 1680px);
  margin: 0 auto;
}

.app-shell .app-head {
  position: relative;
  min-height: 230px;
  margin-bottom: 28px;
  padding: 30px 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #fff;
  background: #06384d;
  box-shadow: 0 24px 58px rgba(4, 65, 87, 0.18);
  isolation: isolate;
}

.app-shell .app-head::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  width: 52%;
  background: var(--app-head-image) center 38% / cover no-repeat;
  content: "";
}

.app-shell .app-head::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #06384d 0 42%, rgba(6, 56, 77, 0.88) 55%, rgba(6, 56, 77, 0.2) 78%, rgba(6, 56, 77, 0.08)),
    linear-gradient(180deg, rgba(5, 39, 54, 0.08), rgba(5, 39, 54, 0.42));
  content: "";
}

.app-shell .app-head > * {
  position: relative;
  z-index: 1;
}

.app-shell .app-head > div {
  width: min(62%, 760px);
}

.app-shell .app-head .eyebrow {
  color: var(--ai);
}

.app-shell .app-head h1 {
  color: #fff;
  font-size: clamp(2.35rem, 4vw, 4.35rem);
  text-shadow: 0 8px 28px rgba(0, 26, 37, 0.32);
}

.app-shell .app-head .lead {
  color: rgba(255, 255, 255, 0.82);
}

.app-shell .app-head .primary-button,
.app-shell .app-head .secondary-button {
  border-color: rgba(255, 255, 255, 0.32);
  color: #07384d;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 31, 43, 0.22);
}

.app-shell .search-controls {
  position: relative;
  z-index: 3;
  padding: 14px;
  border: 1px solid rgba(7, 120, 154, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 46px rgba(7, 56, 77, 0.12);
}

.app-shell .app-search,
.app-shell .search-page-controls {
  margin: -46px 24px 30px;
}

.app-shell .search-page-controls {
  grid-template-columns: minmax(220px, 1.2fr) minmax(160px, 0.72fr) 180px auto;
}

.app-shell .search-controls input,
.app-shell .search-controls select {
  border-color: #d9e6eb;
  background: #f9fcfd;
}

.app-shell .search-controls input:focus,
.app-shell .search-controls select:focus {
  border-color: rgba(15, 169, 214, 0.7);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(15, 169, 214, 0.12);
}

.app-shell .dashboard-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(7, 120, 154, 0.14);
  box-shadow: 0 18px 42px rgba(7, 56, 77, 0.08);
  transition: transform 220ms var(--ease-out), border-color 180ms ease, box-shadow 220ms ease;
}

.app-shell .dashboard-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--ai), var(--gold));
  content: "";
}

.app-shell .workspace-panel,
.app-shell .workspace-main > .stack-list,
.app-shell .workspace-panel--side > .stack-list,
.app-shell .alert-builder,
.app-shell .insight-panel {
  border-color: rgba(7, 120, 154, 0.16);
  box-shadow: 0 22px 54px rgba(7, 56, 77, 0.1);
}

.app-shell .workspace-panel {
  background:
    linear-gradient(145deg, rgba(232, 247, 252, 0.72), transparent 48%),
    #fff;
}

.app-shell .section-title .eyebrow {
  color: var(--cyan-dark);
}

.app-shell .section-block {
  padding-top: 34px;
  border-top: 1px solid rgba(7, 120, 154, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  .app-shell .dashboard-card:hover {
    border-color: rgba(15, 169, 214, 0.3);
    box-shadow: 0 24px 52px rgba(7, 56, 77, 0.13);
    transform: translateY(-2px);
  }
}

.auth-login {
  background: #06131a;
}

.auth-login .content-page {
  background:
    linear-gradient(90deg, #06131a 0%, #06131a 46%, rgba(6, 19, 26, 0.94) 54%, rgba(6, 19, 26, 0.18) 78%, rgba(6, 19, 26, 0.08)),
    url("/assets/images/hero-job-wall-realistic-v2.webp") 72% center / cover no-repeat;
}

.auth-login .content-page::before {
  right: auto;
  left: 53%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(121, 242, 192, 0.48), transparent);
  opacity: 0.65;
}

.auth-login .content-page::after {
  display: none;
}

.auth-login .content-page h1 {
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.36);
}

.auth-login .lead {
  color: rgba(247, 251, 252, 0.8);
}

.auth-login .login-form input {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.auth-login .login-form .primary-button {
  border-radius: 8px;
  background: linear-gradient(135deg, #79f2c0, #26c7ed 72%);
  transition: transform 160ms var(--ease-out), box-shadow 180ms ease;
}

.auth-login .login-form .primary-button:active {
  transform: scale(0.98);
}

@media (max-width: 940px) {
  .app-shell .search-page-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-shell .app-head > div {
    width: min(72%, 680px);
  }

  .app-shell .app-head::before {
    width: 58%;
  }

  .auth-login .content-page {
    background:
      linear-gradient(90deg, rgba(6, 19, 26, 0.97), rgba(6, 19, 26, 0.86) 64%, rgba(6, 19, 26, 0.5)),
      url("/assets/images/hero-job-wall-realistic-v2.webp") 64% center / cover no-repeat;
  }

  .auth-login .content-page::before {
    display: none;
  }
}

@media (max-width: 680px) {
  .app-shell .app-page {
    padding: 20px 18px 54px;
  }

  .app-shell .app-head {
    min-height: 260px;
    padding: 24px;
  }

  .app-shell .app-head > div {
    width: 100%;
  }

  .app-shell .app-head::before {
    width: 100%;
    opacity: 0.32;
  }

  .app-shell .app-head::after {
    background: linear-gradient(90deg, rgba(6, 56, 77, 0.96), rgba(6, 56, 77, 0.78));
  }

  .app-shell .app-head h1 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

  .app-shell .app-search,
  .app-shell .search-page-controls {
    margin: -18px 10px 26px;
  }

  .app-shell .search-controls {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .auth-login .content-page {
    background:
      linear-gradient(180deg, rgba(6, 19, 26, 0.94), rgba(6, 19, 26, 0.84)),
      url("/assets/images/hero-job-wall-realistic-v2.webp") 68% center / cover no-repeat;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

button,
input,
select {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 8px clamp(18px, 8vw, 150px);
  border-bottom: 3px solid rgba(0, 91, 119, 0.18);
  background: var(--cyan);
  box-shadow: 0 8px 22px rgba(7, 56, 77, 0.12);
  animation: header-enter 520ms var(--ease-out) both;
}

.home-page .topbar {
  border-bottom-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(18, 178, 220, 0.96), rgba(5, 137, 179, 0.92)),
    rgba(15, 169, 214, 0.9);
  box-shadow: 0 12px 34px rgba(2, 72, 96, 0.24);
  backdrop-filter: none;
}

.home-page .brand img {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.24));
}

.home-page .nav a::after {
  background: var(--ai);
}

.home-page .brand-field,
.home-page .automation-scene {
  display: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(360px, 54vw);
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: left center;
  transition: transform 180ms var(--ease-out), filter 180ms ease;
}

.brand:active img {
  transform: scale(0.985);
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav a {
  padding: 9px 0;
  border-radius: 8px;
  opacity: 0.95;
  position: relative;
  transition: opacity 160ms ease, transform 180ms var(--ease-out);
}

.nav a:hover {
  color: var(--white);
  opacity: 1;
  transform: translateY(-1px);
  text-decoration: none;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: opacity 180ms ease, transform 220ms var(--ease-out);
}

.nav a:hover::after {
  opacity: 0.95;
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(18px, 2.6vw, 42px) clamp(18px, 8vw, 150px) 36px;
  background:
    radial-gradient(circle at 44% 34%, rgba(68, 210, 241, 0.44), transparent 32%),
    radial-gradient(circle at 76% 18%, rgba(121, 242, 192, 0.2), transparent 27%),
    linear-gradient(180deg, rgba(7, 150, 191, 0.2), rgba(2, 91, 124, 0.62) 82%),
    #057fa8;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(1, 19, 27, 0.56) 0%, rgba(1, 22, 31, 0.34) 26%, rgba(1, 22, 31, 0.08) 43%, transparent 56%);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 26%;
  background: none;
  content: "";
  pointer-events: none;
}

.job-cinema {
  position: absolute;
  inset: -92px -78px -40px -78px;
  z-index: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  pointer-events: none;
  perspective: 1200px;
  transform: rotate(-7deg) skewY(-2deg) scale(1.08);
  transform-origin: center;
}

.job-cinema--photo {
  inset: 0;
  display: block;
  opacity: 1;
  background: url("/assets/images/hero-job-wall-realistic-v2.webp") 68% center / cover no-repeat;
  filter: none;
  transform: none;
  animation: none;
}

.job-cinema::before,
.job-cinema::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.job-cinema--photo::before {
  inset: 0;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0, 151, 198, 0.54), rgba(0, 150, 195, 0.18) 42%, rgba(0, 107, 145, 0.04) 72%),
    linear-gradient(180deg, rgba(7, 168, 211, 0.1), transparent 48%, rgba(1, 75, 101, 0.12));
  mix-blend-mode: color;
  filter: none;
  opacity: 0;
}

.job-cinema--photo::after {
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(188, 246, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(188, 246, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 66% 34%, rgba(121, 242, 192, 0.16), transparent 42%);
  background-size: 72px 72px, 72px 72px, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 86%);
  opacity: 0;
}

.job-cinema:not(.job-cinema--photo)::before {
  inset: 8% 12%;
  border: 1px solid rgba(121, 242, 192, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 169, 214, 0.16), transparent 60%);
  filter: blur(10px);
  opacity: 0.6;
}

.job-cinema:not(.job-cinema--photo)::after {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: radial-gradient(circle at 54% 42%, #000, transparent 72%);
}

.job-cinema__row {
  display: flex;
  gap: 18px;
  width: max-content;
  opacity: 0.84;
  transform-style: preserve-3d;
}

.job-cinema__row--top {
  margin-left: -22px;
  animation: poster-drift-left 24s linear infinite;
}

.job-cinema__row--middle {
  margin-left: -160px;
  opacity: 0.98;
  animation: poster-drift-right 28s linear infinite;
}

.job-cinema__row--bottom {
  margin-left: -70px;
  opacity: 0.78;
  animation: poster-drift-left 32s linear infinite;
}

.job-poster {
  position: relative;
  display: grid;
  align-content: end;
  width: clamp(116px, 10vw, 172px);
  aspect-ratio: 0.68;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  color: #ffffff;
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(135deg, #0fa9d6, #07384d);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateZ(0);
}

.job-poster::before,
.job-poster::after,
.job-poster i::before,
.job-poster i::after {
  position: absolute;
  content: "";
}

.job-poster::before {
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.35), transparent 0 8px, transparent 9px),
    linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 38%);
  mix-blend-mode: screen;
  opacity: 0.76;
}

.job-poster::after {
  inset: auto 12px 12px 12px;
  height: 48%;
  border-radius: 10px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
}

.job-poster i {
  position: absolute;
  inset: 16px 14px 52px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.88), transparent 0 12px, transparent 13px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.job-poster strong,
.job-poster small {
  position: relative;
  z-index: 2;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.5);
}

.job-poster strong {
  font-size: clamp(0.98rem, 1vw, 1.28rem);
  font-weight: 950;
  line-height: 1;
}

.job-poster small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
}

.job-poster--tech {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 72% 24%, #79f2c0, transparent 24%),
    linear-gradient(135deg, #0fa9d6, #07384d);
}

.job-poster--tech i::before {
  inset: 16px 16px 28px;
  border: 7px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
}

.job-poster--tech i::after {
  right: 24px;
  bottom: 15px;
  left: 24px;
  height: 7px;
  border-radius: 999px;
  background: #79f2c0;
}

.job-poster--care {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.75)),
    linear-gradient(135deg, #1dbca4, #0c5f7d);
}

.job-poster--care i::before {
  top: 24px;
  left: 50%;
  width: 44px;
  height: 16px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
}

.job-poster--care i::after {
  top: 10px;
  left: 50%;
  width: 16px;
  height: 44px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
}

.job-poster--food {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.76)),
    radial-gradient(circle at 34% 28%, #ffd18a, transparent 28%),
    linear-gradient(135deg, #e85d3f, #743141);
}

.job-poster--food i::before {
  right: 18px;
  bottom: 22px;
  left: 18px;
  height: 10px;
  border-radius: 999px;
  background: #ffffff;
}

.job-poster--food i::after {
  top: 24px;
  left: 50%;
  width: 54px;
  height: 35px;
  border: 7px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 48px 48px;
  transform: translateX(-50%);
}

.job-poster--logistics,
.job-poster--transport {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #b6d86b, #0f766e);
}

.job-poster--logistics i::before,
.job-poster--transport i::before {
  inset: 22px 18px 20px;
  border: 7px solid #ffffff;
  border-radius: 8px;
}

.job-poster--logistics i::after,
.job-poster--transport i::after {
  top: 23px;
  left: 50%;
  width: 7px;
  height: 58px;
  background: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
}

.job-poster--sales,
.job-poster--commerce {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #26c7ed, #233a8b);
}

.job-poster--sales i::before {
  right: 20px;
  bottom: 18px;
  left: 20px;
  height: 46px;
  border: 7px solid #ffffff;
  border-radius: 8px;
}

.job-poster--sales i::after {
  top: 16px;
  left: 50%;
  width: 28px;
  height: 22px;
  border: 7px solid #ffffff;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.job-poster--office,
.job-poster--finance,
.job-poster--data {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #5b7cfa, #18284b);
}

.job-poster--office i::before,
.job-poster--finance i::before,
.job-poster--data i::before {
  top: 18px;
  right: 18px;
  left: 18px;
  height: 10px;
  border-radius: 999px;
  background: #79f2c0;
  box-shadow: 0 18px 0 rgba(255, 255, 255, 0.76), 0 36px 0 rgba(255, 255, 255, 0.46);
}

.job-poster--office i::after,
.job-poster--finance i::after,
.job-poster--data i::after {
  right: 18px;
  bottom: 12px;
  left: 18px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.job-poster--support,
.job-poster--education {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #22c1c3, #223f72);
}

.job-poster--support i::before,
.job-poster--education i::before {
  inset: 22px 18px 24px;
  border: 7px solid #ffffff;
  border-bottom: 0;
  border-radius: 42px 42px 0 0;
}

.job-poster--support i::after,
.job-poster--education i::after {
  right: 18px;
  bottom: 22px;
  width: 34px;
  height: 20px;
  border-right: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
  border-radius: 0 0 12px 0;
}

.job-poster--industry,
.job-poster--building,
.job-poster--security {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #ffb347, #5c3241);
}

.job-poster--industry i::before,
.job-poster--building i::before,
.job-poster--security i::before {
  right: 16px;
  bottom: 18px;
  left: 16px;
  height: 42px;
  clip-path: polygon(0 48%, 18% 28%, 34% 48%, 50% 22%, 66% 48%, 100% 28%, 100% 100%, 0 100%);
  background: #ffffff;
}

.job-poster--industry i::after,
.job-poster--building i::after,
.job-poster--security i::after {
  top: 16px;
  left: 19px;
  width: 11px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 24px 6px 0 rgba(255, 255, 255, 0.52), 48px 0 0 rgba(255, 255, 255, 0.42);
}

.job-poster--creative,
.job-poster--remote,
.job-poster--hotel {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #ff6cab, #5f4bf2);
}

.job-poster--creative i::before,
.job-poster--remote i::before,
.job-poster--hotel i::before {
  inset: 18px;
  border: 7px solid #ffffff;
  border-radius: 18px;
}

.job-poster--creative i::after,
.job-poster--remote i::after,
.job-poster--hotel i::after {
  top: 28px;
  left: 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #79f2c0;
  box-shadow: 25px 25px 0 rgba(255, 255, 255, 0.5);
}

.job-poster--rh {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(0, 0, 0, 0.78)),
    linear-gradient(135deg, #5dd6c7, #31528f);
}

.job-poster--rh i::before {
  top: 18px;
  left: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  transform: translateX(-50%);
}

.job-poster--rh i::after {
  right: 18px;
  bottom: 16px;
  left: 18px;
  height: 38px;
  border-radius: 40px 40px 10px 10px;
  background: rgba(255, 255, 255, 0.78);
}

.poster-scene,
.poster-scene b,
.poster-scene::before,
.poster-scene::after {
  position: absolute;
  content: "";
}

.poster-scene {
  inset: 13px 12px 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.34), transparent 0 16px, transparent 17px),
    radial-gradient(circle at 22% 18%, rgba(121, 242, 192, 0.3), transparent 0 11px, transparent 12px),
    linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -28px 44px rgba(0, 0, 0, 0.24);
}

.poster-scene::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 19px 19px;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, #000, transparent 84%);
}

.poster-scene::after {
  right: -18px;
  bottom: -12px;
  width: 78%;
  height: 58%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.34), transparent 68%);
}

.poster-depth {
  z-index: 1;
  right: 7px;
  bottom: 7px;
  left: 7px;
  height: 26px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent),
    rgba(0, 0, 0, 0.2);
  transform: skewX(-12deg);
}

.poster-person {
  z-index: 3;
  left: 16px;
  bottom: 12px;
  width: 34px;
  height: 54px;
  border-radius: 18px 18px 10px 10px;
  background:
    radial-gradient(circle at 50% 11px, #f8fbfc 0 10px, transparent 11px),
    linear-gradient(180deg, #dff8ff 0 24px, #07384d 25px 100%);
  box-shadow:
    16px 6px 0 -6px rgba(121, 242, 192, 0.9),
    0 14px 22px rgba(0, 0, 0, 0.28);
}

.poster-person::before,
.poster-person::after,
.poster-object::before,
.poster-object::after {
  position: absolute;
  content: "";
}

.poster-person::before {
  top: 25px;
  left: -7px;
  width: 16px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(-24deg);
}

.poster-person::after {
  top: 25px;
  right: -8px;
  width: 17px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  transform: rotate(28deg);
}

.poster-object {
  z-index: 4;
  right: 14px;
  bottom: 22px;
  width: 54px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(7, 56, 77, 0.08);
}

.job-poster--tech .poster-object {
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(121, 242, 192, 0.95) 0 28%, transparent 28% 100%),
    linear-gradient(180deg, #f8fbfc 0 72%, #07384d 73% 100%);
}

.job-poster--tech .poster-object::before {
  inset: 9px 10px 15px 19px;
  border-radius: 2px;
  background:
    linear-gradient(90deg, #0fa9d6 0 22%, transparent 22% 40%, #0fa9d6 40% 62%, transparent 62%),
    linear-gradient(#07384d, #07384d);
  opacity: 0.95;
}

.job-poster--care .poster-object {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
}

.job-poster--care .poster-object::before {
  top: 18px;
  left: 13px;
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: #1dbca4;
}

.job-poster--care .poster-object::after {
  top: 8px;
  left: 23px;
  width: 8px;
  height: 28px;
  border-radius: 999px;
  background: #1dbca4;
}

.job-poster--food .poster-object {
  bottom: 17px;
  height: 34px;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(180deg, transparent 0 20%, #ffffff 21% 100%);
}

.job-poster--food .poster-object::before {
  right: -4px;
  bottom: -4px;
  left: -4px;
  height: 8px;
  border-radius: 999px;
  background: #ffd18a;
}

.job-poster--logistics .poster-object,
.job-poster--transport .poster-object {
  background:
    linear-gradient(135deg, #ffffff 0 46%, #d7f6ff 47% 100%);
  clip-path: polygon(50% 0, 96% 24%, 96% 76%, 50% 100%, 4% 76%, 4% 24%);
}

.job-poster--logistics .poster-object::before,
.job-poster--transport .poster-object::before {
  top: 0;
  left: 25px;
  width: 5px;
  height: 42px;
  background: rgba(7, 56, 77, 0.22);
}

.job-poster--sales .poster-object {
  width: 48px;
  border-radius: 8px 8px 12px 12px;
  background: #ffffff;
}

.job-poster--sales .poster-object::before {
  top: -10px;
  left: 15px;
  width: 18px;
  height: 17px;
  border: 5px solid #79f2c0;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.job-poster--office .poster-object,
.job-poster--finance .poster-object,
.job-poster--data .poster-object {
  background:
    linear-gradient(180deg, #79f2c0 0 8px, transparent 9px),
    linear-gradient(180deg, #ffffff 0 100%);
}

.job-poster--office .poster-object::before,
.job-poster--finance .poster-object::before,
.job-poster--data .poster-object::before {
  top: 16px;
  right: 9px;
  left: 9px;
  height: 5px;
  border-radius: 999px;
  background: #07384d;
  box-shadow: 0 10px 0 rgba(7, 56, 77, 0.38);
}

.job-poster--support .poster-object,
.job-poster--education .poster-object {
  border-radius: 16px;
  background: #ffffff;
}

.job-poster--support .poster-object::before,
.job-poster--education .poster-object::before {
  right: 8px;
  bottom: -7px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.job-poster--industry .poster-object,
.job-poster--building .poster-object,
.job-poster--security .poster-object {
  right: 11px;
  width: 62px;
  height: 36px;
  border-radius: 5px 5px 9px 9px;
  background:
    linear-gradient(90deg, rgba(7, 56, 77, 0.22) 0 10%, transparent 10% 24%, rgba(7, 56, 77, 0.22) 24% 34%, transparent 34% 100%),
    #ffffff;
}

.job-poster--industry .poster-object::before,
.job-poster--building .poster-object::before,
.job-poster--security .poster-object::before {
  top: -16px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(0 58%, 18% 30%, 32% 58%, 48% 24%, 66% 58%, 100% 32%, 100% 100%, 0 100%);
}

.job-poster--creative .poster-object,
.job-poster--remote .poster-object,
.job-poster--hotel .poster-object {
  border-radius: 14px;
  background:
    radial-gradient(circle at 27% 35%, #79f2c0 0 9px, transparent 10px),
    radial-gradient(circle at 70% 64%, #ffb347 0 8px, transparent 9px),
    #ffffff;
}

.job-poster--rh .poster-object {
  border-radius: 14px 14px 8px 8px;
  background:
    radial-gradient(circle at 50% 15px, #07384d 0 9px, transparent 10px),
    linear-gradient(180deg, transparent 0 27px, #ffffff 28px 100%);
}

.job-poster--rh .poster-object::before {
  right: 8px;
  bottom: 5px;
  left: 8px;
  height: 5px;
  border-radius: 999px;
  background: #79f2c0;
}

.job-poster--data .poster-scene::before,
.job-poster--finance .poster-scene::before {
  background:
    linear-gradient(34deg, transparent 0 46%, rgba(121, 242, 192, 0.56) 47%, transparent 49%),
    radial-gradient(circle at 28% 58%, rgba(121, 242, 192, 0.82) 0 4px, transparent 5px),
    radial-gradient(circle at 70% 32%, rgba(255, 255, 255, 0.78) 0 4px, transparent 5px);
  opacity: 0.78;
}

.brand-field {
  position: absolute;
  inset: 0 3vw auto auto;
  z-index: 1;
  width: min(680px, 54vw);
  aspect-ratio: 1;
  pointer-events: none;
  opacity: 0.42;
}

.brand-field__hex {
  position: absolute;
  inset: 15%;
  clip-path: polygon(50% 0, 92% 25%, 92% 75%, 50% 100%, 8% 75%, 8% 25%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 0 86px rgba(33, 196, 238, 0.38);
  animation: float-hex 8s var(--ease-in-out) infinite;
}

.brand-field__hex::before,
.brand-field__hex::after {
  position: absolute;
  inset: 18%;
  clip-path: inherit;
  content: "";
}

.brand-field__hex::before {
  border: 2px solid rgba(255, 255, 255, 0.68);
}

.brand-field__hex::after {
  inset: 37% 18%;
  border-radius: 999px / 70%;
  background:
    radial-gradient(circle at 50% 50%, #07384d 0 13%, #21c4ee 14% 29%, #ffffff 30% 100%);
  transform: scaleX(1.08);
  opacity: 0.95;
}

.brand-field__scan {
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 72%, rgba(255, 255, 255, 0.38), transparent 84% 100%);
  mask-image: radial-gradient(circle, transparent 0 40%, #000 41% 43%, transparent 44% 100%);
  animation: scan-spin 6s linear infinite;
}

.brand-field__neural {
  position: absolute;
  inset: 2%;
  background:
    linear-gradient(24deg, transparent 0 35%, rgba(121, 242, 192, 0.38) 36%, transparent 37% 100%),
    linear-gradient(142deg, transparent 0 38%, rgba(255, 255, 255, 0.25) 39%, transparent 40% 100%),
    linear-gradient(88deg, transparent 0 56%, rgba(121, 242, 192, 0.28) 57%, transparent 58% 100%);
  opacity: 0.72;
  animation: neural-breathe 5.6s var(--ease-in-out) infinite;
}

.brand-field__neural span {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(121, 242, 192, 0.8);
  box-shadow: 0 0 26px rgba(121, 242, 192, 0.74);
}

.brand-field__neural span:nth-child(1) {
  top: 20%;
  left: 29%;
}

.brand-field__neural span:nth-child(2) {
  top: 34%;
  right: 16%;
}

.brand-field__neural span:nth-child(3) {
  right: 32%;
  bottom: 20%;
}

.brand-field__neural span:nth-child(4) {
  bottom: 33%;
  left: 16%;
}

.brand-field__dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 24px rgba(255, 255, 255, 0.5);
  animation: dot-pulse 2.8s var(--ease-out) infinite;
}

.brand-field__dot--one {
  top: 24%;
  left: 21%;
}

.brand-field__dot--two {
  right: 18%;
  bottom: 34%;
  animation-delay: 420ms;
}

.brand-field__dot--three {
  right: 33%;
  top: 13%;
  animation-delay: 880ms;
}

.automation-scene {
  position: absolute;
  top: clamp(116px, 14vw, 178px);
  right: clamp(230px, 27vw, 400px);
  z-index: 1;
  width: min(500px, 44vw);
  height: 390px;
  pointer-events: none;
  opacity: 0.58;
  filter: saturate(1.05);
}

.search-orb,
.briefcase-orb,
.job-card-ghost,
.automation-flow span {
  position: absolute;
}

.search-orb {
  top: 28px;
  left: 32px;
  width: 118px;
  height: 118px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, rgba(255, 255, 255, 0.22), transparent 28%),
    rgba(7, 56, 77, 0.18);
  box-shadow: 0 0 70px rgba(121, 242, 192, 0.22);
  opacity: 0.62;
  animation: search-float 7s var(--ease-in-out) infinite;
}

.search-orb::before {
  position: absolute;
  inset: 25px;
  border: 8px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  content: "";
}

.search-orb::after {
  position: absolute;
  right: 18px;
  bottom: 17px;
  width: 42px;
  height: 9px;
  border-radius: 999px;
  background: #ffffff;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}

.search-orb span {
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  background: conic-gradient(from 120deg, transparent 0 66%, rgba(121, 242, 192, 0.76), transparent 82% 100%);
  mask-image: radial-gradient(circle, transparent 0 58%, #000 59% 64%, transparent 65% 100%);
  animation: scan-spin 3.8s linear infinite;
}

.job-stack {
  position: absolute;
  top: 88px;
  left: 150px;
  width: 190px;
  height: 202px;
}

.job-card-ghost {
  display: grid;
  gap: 10px;
  width: 176px;
  height: 82px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 42px rgba(7, 56, 77, 0.16);
  backdrop-filter: blur(13px);
}

.job-card-ghost i,
.job-card-ghost b {
  display: block;
  border-radius: 999px;
  content: "";
}

.job-card-ghost i {
  width: 38px;
  height: 10px;
  background: var(--ai);
  box-shadow: 0 0 18px rgba(121, 242, 192, 0.52);
}

.job-card-ghost b {
  height: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.job-card-ghost b:last-child {
  width: 72%;
}

.job-card-ghost--one {
  top: 0;
  left: 0;
  animation: card-sort-one 6.6s var(--ease-in-out) infinite;
}

.job-card-ghost--two {
  top: 56px;
  left: 22px;
  opacity: 0.74;
  transform: scale(0.94);
  animation: card-sort-two 6.6s var(--ease-in-out) infinite;
}

.job-card-ghost--three {
  top: 112px;
  left: 44px;
  opacity: 0.52;
  transform: scale(0.88);
  animation: card-sort-three 6.6s var(--ease-in-out) infinite;
}

.automation-flow {
  position: absolute;
  inset: 0;
}

.automation-flow::before,
.automation-flow::after {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(121, 242, 192, 0.78), rgba(255, 255, 255, 0.7), transparent);
  content: "";
}

.automation-flow::before {
  top: 76px;
  left: 112px;
  width: 210px;
  transform: rotate(17deg);
}

.automation-flow::after {
  right: 42px;
  bottom: 110px;
  width: 190px;
  transform: rotate(-21deg);
}

.automation-flow span {
  width: 11px;
  height: 11px;
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  background: var(--ai);
  box-shadow: 0 0 24px rgba(121, 242, 192, 0.82);
  animation: packet-travel 3.4s linear infinite;
}

.automation-flow span:nth-child(1) {
  top: 68px;
  left: 156px;
}

.automation-flow span:nth-child(2) {
  top: 160px;
  left: 288px;
  animation-delay: 720ms;
}

.automation-flow span:nth-child(3) {
  right: 94px;
  bottom: 102px;
  animation-delay: 1440ms;
}

.briefcase-orb {
  right: 46px;
  bottom: 34px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(121, 242, 192, 0.16)),
    rgba(7, 56, 77, 0.2);
  box-shadow: 0 0 76px rgba(121, 242, 192, 0.2);
  animation: briefcase-pulse 6.8s var(--ease-in-out) infinite;
}

.briefcase-orb::before {
  position: absolute;
  top: 34px;
  left: 28px;
  width: 76px;
  height: 54px;
  border: 8px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  content: "";
}

.briefcase-orb::after {
  position: absolute;
  top: 24px;
  left: 48px;
  width: 36px;
  height: 20px;
  border: 7px solid rgba(255, 255, 255, 0.86);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
}

.briefcase-orb span {
  position: absolute;
  top: 60px;
  left: 58px;
  width: 16px;
  height: 10px;
  border-radius: 999px;
  background: var(--ai);
  box-shadow: 0 0 18px rgba(121, 242, 192, 0.76);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 820px;
  padding-top: clamp(4px, 1vw, 16px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

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

h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5.3vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  color: #ffffff;
  text-shadow: 0 12px 38px rgba(7, 56, 77, 0.22);
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2.6vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 18px rgba(1, 47, 65, 0.42);
}

.hero-search {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) 56px;
  gap: 8px;
  max-width: 860px;
  margin-top: 22px;
}

.hero-search input {
  min-height: 54px;
  border-color: #d7dde2;
  background: #ffffff;
  font-size: 1rem;
  box-shadow: 0 10px 24px rgba(7, 56, 77, 0.08);
  transition: border-color 160ms ease, box-shadow 180ms ease, transform 180ms var(--ease-out);
}

.hero-search input:focus {
  box-shadow: 0 0 0 3px rgba(121, 242, 192, 0.22), 0 14px 30px rgba(7, 56, 77, 0.12);
  transform: translateY(-1px);
}

.hero-search button {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan), var(--cyan-dark));
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(7, 56, 77, 0.16);
  transition: background 160ms ease, transform 150ms var(--ease-out), box-shadow 180ms ease;
}

.hero-search button:hover {
  background: var(--cyan-dark);
  box-shadow: 0 14px 26px rgba(15, 169, 214, 0.24);
  transform: translateY(-1px);
}

.hero-search button:active,
.primary-button:active,
.secondary-button:active,
.ghost-button:active,
.primary-link:active {
  transform: scale(0.97);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.hero-metrics span,
.tips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  box-shadow: 0 8px 22px rgba(7, 56, 77, 0.07);
  transition: transform 180ms var(--ease-out), border-color 180ms ease, box-shadow 180ms ease;
}

.hero .hero-metrics span {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(12px);
}

.hero .hero-metrics strong {
  color: #ffffff;
}

.hero-metrics span:hover,
.tips span:hover {
  border-color: rgba(15, 169, 214, 0.32);
  box-shadow: 0 12px 28px rgba(7, 56, 77, 0.1);
  transform: translateY(-1px);
}

.hero-metrics strong {
  margin-right: 6px;
  color: var(--green-dark);
}

.alert-builder,
.insight-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.alert-builder {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  min-width: 0;
  overflow: hidden;
  padding: clamp(16px, 2.4vw, 24px);
  border-color: rgba(255, 255, 255, 0.42);
  border-top: 5px solid rgba(121, 242, 192, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 255, 0.94)),
    rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 72px rgba(7, 56, 77, 0.24);
  backdrop-filter: blur(22px);
}

.alert-builder::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0 36%, rgba(121, 242, 192, 0.22), transparent 58% 100%);
  content: "";
  pointer-events: none;
  transform: translateX(-100%);
  animation: panel-sheen 6.4s var(--ease-in-out) infinite;
}

.alert-builder > * {
  position: relative;
}

.form-head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.form-head h2 {
  margin-bottom: 2px;
  font-size: 1.35rem;
}

.form-head p,
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.pulse {
  width: 14px;
  height: 14px;
  border-radius: 99px;
  background: var(--ai);
  box-shadow: 0 0 0 8px rgba(121, 242, 192, 0.18), 0 0 22px rgba(121, 242, 192, 0.52);
}

label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #334139;
  font-size: 0.92rem;
  font-weight: 750;
}

input,
select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfdfc;
  outline: none;
  transition: border-color 160ms ease, box-shadow 180ms ease, transform 180ms var(--ease-out);
}

input:focus,
select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 122, 85, 0.14);
  transform: translateY(-1px);
}

.field-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.frequency {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.frequency legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #334139;
  font-size: 0.92rem;
  font-weight: 750;
}

.frequency label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfc;
  font-weight: 650;
}

.frequency input {
  width: auto;
  min-height: auto;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
  transition: background 160ms ease, color 160ms ease, transform 150ms var(--ease-out), box-shadow 180ms ease;
}

.primary-button {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 12px 24px rgba(15, 169, 214, 0.18);
}

.primary-button:hover {
  background: var(--green-dark);
  box-shadow: 0 16px 30px rgba(15, 169, 214, 0.24);
  transform: translateY(-1px);
}

.secondary-button {
  padding: 0 14px;
  color: var(--green-dark);
  background: var(--mint);
}

.secondary-button:hover {
  background: #c9ecd8;
  transform: translateY(-1px);
}

.search-band,
.jobs-layout,
.alerts-section,
.guides-section,
.faq-section {
  padding-right: clamp(24px, 8vw, 150px);
  padding-left: clamp(24px, 8vw, 150px);
}

.search-band {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 42px;
  padding-bottom: 18px;
}

.search-controls {
  display: grid;
  grid-template-columns: minmax(210px, 320px) 170px;
  gap: 10px;
}

.jobs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 20px;
  align-items: start;
}

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

.job-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  border-left: 4px solid transparent;
  box-shadow: 0 12px 30px rgba(7, 56, 77, 0.05);
  transition: border-color 180ms ease, transform 220ms var(--ease-out), box-shadow 220ms ease, background 180ms ease;
}

.job-visual {
  position: relative;
  display: block;
  min-height: 104px;
  border: 1px solid rgba(15, 169, 214, 0.16);
  border-radius: 8px;
  background: #dceaf0;
  overflow: hidden;
}

.job-visual::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 48%, rgba(3, 30, 42, 0.8) 100%);
  pointer-events: none;
  content: "";
}

.job-visual__art,
.job-visual__icon,
.job-visual__label {
  position: relative;
  z-index: 1;
}

.job-visual__art {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.job-visual__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 240ms var(--ease-out), filter 200ms ease;
}

.job-visual__icon {
  display: block;
  width: 46px;
  height: 46px;
  color: var(--cyan-dark);
}

.job-visual__label {
  position: absolute;
  right: 8px;
  bottom: 7px;
  left: 8px;
  z-index: 3;
  max-width: none;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.42);
  text-transform: uppercase;
}

.job-visual__icon::before,
.job-visual__icon::after {
  position: absolute;
  content: "";
}

.job-visual__icon--tech::before {
  inset: 8px 3px 13px;
  border: 5px solid currentColor;
  border-radius: 6px;
}

.job-visual__icon--tech::after {
  right: 11px;
  bottom: 3px;
  left: 11px;
  height: 5px;
  border-radius: 999px;
  background: currentColor;
}

.job-visual__icon--restauration::before {
  right: 4px;
  bottom: 8px;
  left: 4px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
}

.job-visual__icon--restauration::after {
  top: 7px;
  left: 9px;
  width: 28px;
  height: 24px;
  border: 5px solid currentColor;
  border-top: 0;
  border-radius: 0 0 22px 22px;
}

.job-visual__icon--rh::before {
  top: 6px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: currentColor;
}

.job-visual__icon--rh::after {
  right: 5px;
  bottom: 6px;
  left: 5px;
  height: 20px;
  border-radius: 22px 22px 8px 8px;
  background: currentColor;
}

.job-visual__icon--logistique::before {
  inset: 12px 5px 7px;
  border: 5px solid currentColor;
  border-radius: 6px;
}

.job-visual__icon--logistique::after {
  top: 12px;
  left: 19px;
  width: 8px;
  height: 28px;
  background: currentColor;
  opacity: 0.5;
}

.job-visual__icon--support::before {
  inset: 7px 8px 12px;
  border: 5px solid currentColor;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.job-visual__icon--support::after {
  right: 6px;
  bottom: 8px;
  width: 18px;
  height: 13px;
  border-right: 5px solid currentColor;
  border-bottom: 5px solid currentColor;
  border-radius: 0 0 10px 0;
}

.job-visual__icon--communication::before {
  top: 13px;
  left: 4px;
  width: 28px;
  height: 20px;
  clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 76%);
  background: currentColor;
}

.job-visual__icon--communication::after {
  right: 5px;
  bottom: 6px;
  width: 8px;
  height: 26px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-18deg);
}

.job-visual__icon--commerce::before {
  right: 7px;
  bottom: 7px;
  left: 7px;
  height: 27px;
  border: 5px solid currentColor;
  border-radius: 6px;
}

.job-visual__icon--commerce::after {
  top: 7px;
  left: 16px;
  width: 14px;
  height: 13px;
  border: 5px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.job-visual__icon--general::before {
  inset: 7px;
  border: 5px solid currentColor;
  border-radius: 12px;
  transform: rotate(45deg);
}

.job-card--tech .job-visual {
  border-color: rgba(15, 169, 214, 0.24);
}

.job-card--restauration .job-visual {
  background: linear-gradient(145deg, #ffffff, #fff3ec);
}

.job-card--logistique .job-visual {
  background: linear-gradient(145deg, #ffffff, #f3f7e7);
}

.job-card--support .job-visual,
.job-card--rh .job-visual {
  background: linear-gradient(145deg, #ffffff, #eff8ff);
}

.job-card--communication .job-visual,
.job-card--commerce .job-visual {
  background: linear-gradient(145deg, #ffffff, #fff7e8);
}

.job-card:hover {
  border-left-color: var(--cyan);
  box-shadow: 0 22px 54px rgba(7, 56, 77, 0.12);
  transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
  .job-card:hover .job-visual__art img,
  .job-reference:hover .job-visual__art img {
    transform: scale(1.065);
    filter: saturate(1.06) contrast(1.02);
  }
}

.job-card h3 a {
  transition: color 160ms ease;
}

.job-card:hover h3 a {
  color: var(--cyan-dark);
}

.job-card h3 {
  margin: 0 0 6px;
  font-size: 1.12rem;
}

.company {
  margin-bottom: 12px;
  color: var(--muted);
}

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

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 9px;
  border-radius: 8px;
  background: #eef5f1;
  color: #415049;
  font-size: 0.86rem;
  font-weight: 700;
}

.pill--sector {
  color: var(--cyan-dark);
  background: #e8f7fc;
}

.match {
  display: grid;
  gap: 8px;
  min-width: 130px;
  justify-items: end;
  color: var(--green-dark);
  font-weight: 850;
}

.match-bar {
  width: 120px;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1ef;
}

.match-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
  transform-origin: left center;
  animation: bar-grow 700ms var(--ease-out) both;
}

.insight-panel {
  position: sticky;
  top: 88px;
  padding: 20px;
}

.score-ring {
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  margin: 18px auto;
  border: 14px solid var(--mint);
  border-top-color: var(--green);
  border-right-color: var(--gold);
  border-radius: 50%;
  color: var(--green-dark);
  font-size: 2rem;
  font-weight: 900;
}

.insight-panel p {
  color: var(--muted);
  line-height: 1.55;
}

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

.alerts-section,
.guides-section,
.faq-section {
  padding-top: 48px;
  padding-bottom: 70px;
}

.visual-process {
  position: relative;
  display: grid;
  grid-template-columns: 124px minmax(80px, 1fr) 124px minmax(80px, 1fr) 124px minmax(80px, 1fr) 124px;
  gap: 16px;
  align-items: center;
  padding: 26px clamp(18px, 8vw, 150px);
  border-top: 1px solid rgba(15, 169, 214, 0.16);
  border-bottom: 1px solid rgba(15, 169, 214, 0.14);
  background:
    radial-gradient(circle at 18% 50%, rgba(121, 242, 192, 0.2), transparent 22%),
    radial-gradient(circle at 82% 50%, rgba(15, 169, 214, 0.18), transparent 24%),
    linear-gradient(135deg, #f8fcff, #eef8fb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.visual-process::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(7, 56, 77, 0.18) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(15, 169, 214, 0.06) 1px, transparent 1px);
  background-size: 42px 42px, 42px 42px;
  content: "";
  opacity: 0.55;
}

.process-node,
.process-line {
  position: relative;
  z-index: 1;
}

.process-node {
  display: grid;
  width: 124px;
  height: 104px;
  place-items: center;
  border: 1px solid rgba(15, 169, 214, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(7, 56, 77, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 220ms var(--ease-out), box-shadow 220ms ease, border-color 220ms ease;
}

.process-node::after {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(121, 242, 192, 0.28);
  border-radius: 8px;
  content: "";
}

.process-node--search::before {
  width: 42px;
  height: 42px;
  border: 7px solid var(--cyan-dark);
  border-radius: 50%;
  content: "";
}

.process-node--search span {
  position: absolute;
  right: 36px;
  bottom: 30px;
  width: 34px;
  height: 7px;
  border-radius: 999px;
  background: var(--cyan-dark);
  transform: rotate(45deg);
}

.process-node--jobs {
  justify-items: center;
  gap: 6px;
}

.process-node--jobs span {
  display: block;
  width: 72px;
  height: 18px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--ai), rgba(15, 169, 214, 0.36));
  box-shadow: 0 8px 18px rgba(15, 169, 214, 0.1);
}

.process-node--jobs span:nth-child(2) {
  width: 86px;
  background: rgba(7, 56, 77, 0.18);
}

.process-node--jobs span:nth-child(3) {
  width: 58px;
  background: rgba(7, 56, 77, 0.13);
}

.process-node--automation span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ai);
  box-shadow: 0 0 22px rgba(121, 242, 192, 0.7);
}

.process-node--automation span:nth-child(1) {
  top: 24px;
  left: 52px;
}

.process-node--automation span:nth-child(2) {
  right: 30px;
  bottom: 26px;
}

.process-node--automation span:nth-child(3) {
  bottom: 26px;
  left: 30px;
}

.process-node--automation::before {
  position: absolute;
  inset: 28px;
  border: 2px solid rgba(7, 56, 77, 0.42);
  border-radius: 50%;
  content: "";
  animation: scan-spin 8s linear infinite;
}

.process-node--result::before {
  width: 58px;
  height: 42px;
  border: 7px solid var(--cyan-dark);
  border-radius: 7px;
  content: "";
}

.process-node--result::after {
  top: 23px;
  right: 43px;
  bottom: auto;
  left: 43px;
  height: 18px;
  border: 6px solid var(--cyan-dark);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.process-node--result span {
  position: absolute;
  top: 56px;
  width: 14px;
  height: 9px;
  border-radius: 999px;
  background: var(--ai);
}

.process-line {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(15, 169, 214, 0.16);
}

.process-line::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(121, 242, 192, 0.92), transparent);
  content: "";
  transform: translateX(-100%);
  animation: process-flow 2.9s linear infinite;
}

.process-line--alt::before {
  animation-delay: 640ms;
}

.process-line span {
  position: absolute;
  top: -4px;
  left: 44%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ai);
  box-shadow: 0 0 20px rgba(121, 242, 192, 0.7);
  animation: node-flash 2.9s var(--ease-in-out) infinite;
}

@media (hover: hover) and (pointer: fine) {
  .process-node:hover {
    border-color: rgba(121, 242, 192, 0.48);
    box-shadow: 0 22px 56px rgba(7, 56, 77, 0.12);
    transform: translateY(-2px);
  }
}

.seo-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: 28px;
  padding: 36px clamp(24px, 8vw, 150px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 0, rgba(15, 169, 214, 0.08), transparent 28%),
    #ffffff;
}

.seo-intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.section-title {
  margin-bottom: 18px;
}

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

.alert-card {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(7, 56, 77, 0.05);
  transition: transform 200ms var(--ease-out), box-shadow 220ms ease, border-color 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .alert-card:hover {
    border-color: rgba(15, 169, 214, 0.24);
    box-shadow: 0 18px 42px rgba(7, 56, 77, 0.08);
    transform: translateY(-2px);
  }
}

.alert-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.alert-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.alert-card .secondary-button {
  align-self: end;
  margin-top: 4px;
}

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

.ghost-button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--muted);
  background: var(--white);
  cursor: pointer;
  font-weight: 750;
}

.ghost-button:hover {
  color: #a73526;
  border-color: rgba(233, 111, 84, 0.55);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px dashed #bfcac4;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.6);
}

.workspace-panel--side .empty-state {
  display: grid;
  align-content: center;
  min-height: 110px;
  padding: 20px 24px;
  background: #ffffff;
}

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

.guide-grid a,
.primary-link {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 800;
}

.guide-grid a {
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--green-dark);
  box-shadow: 0 12px 28px rgba(7, 56, 77, 0.05);
  transition: border-color 180ms ease, background 180ms ease, transform 200ms var(--ease-out), box-shadow 200ms ease;
}

.guide-grid a:hover {
  border-color: rgba(15, 169, 214, 0.28);
  background: linear-gradient(135deg, #ffffff, var(--sky));
  box-shadow: 0 18px 42px rgba(7, 56, 77, 0.09);
  transform: translateY(-2px);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 32px clamp(24px, 8vw, 150px);
  border-top: 0;
  background: var(--navy);
  color: #c6d0d7;
}

.site-footer p {
  max-width: 620px;
  margin: 8px 0 0;
}

.footer-logo {
  display: block;
  width: 220px;
  max-width: 70vw;
  height: auto;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-footer a {
  color: #1bb7e4;
  font-weight: 750;
}

.content-page {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(34px, 7vw, 82px) clamp(18px, 4vw, 40px);
}

.content-page h1 {
  max-width: 860px;
  font-size: clamp(2.25rem, 5vw, 4.7rem);
}

.app-page {
  min-height: calc(100vh - 78px);
  padding: 34px clamp(24px, 8vw, 150px) 72px;
}

.app-page--after-hero {
  min-height: 0;
  padding-top: 34px;
}

.job-reference-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.job-reference {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
  min-height: 104px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(7, 56, 77, 0.06);
  transition: transform 220ms var(--ease-out), border-color 180ms ease, box-shadow 220ms ease;
}

.job-reference .job-visual__art {
  position: relative;
  inset: auto;
  grid-row: span 2;
  width: 68px;
  height: 76px;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(7, 56, 77, 0.14);
}

@media (hover: hover) and (pointer: fine) {
  .job-reference:hover {
    border-color: rgba(15, 169, 214, 0.34);
    box-shadow: 0 18px 40px rgba(7, 56, 77, 0.11);
    transform: translateY(-2px);
  }
}

.job-reference .job-visual__icon {
  grid-row: span 2;
}

.job-reference strong,
.job-reference small {
  min-width: 0;
}

.job-reference strong {
  font-size: 0.96rem;
}

.job-reference small {
  color: var(--muted);
  font-weight: 750;
}

.app-hero {
  min-height: calc(100vh - 78px);
  align-items: center;
}

.hero-app-panel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  align-self: center;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-top: 5px solid rgba(121, 242, 192, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 72px rgba(7, 56, 77, 0.24);
  backdrop-filter: blur(22px);
}

.hero-app-panel h2 {
  margin-bottom: 4px;
  color: var(--ink);
}

.hero-app-panel .eyebrow {
  color: var(--cyan-dark);
}

.hero-lab {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto minmax(160px, 0.7fr);
  gap: 14px;
  align-self: center;
  min-height: 620px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    rgba(4, 38, 54, 0.34);
  box-shadow: 0 30px 90px rgba(4, 38, 54, 0.26);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.hero-lab::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 28%, rgba(121, 242, 192, 0.22), transparent 26%),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  content: "";
  opacity: 0.72;
  pointer-events: none;
}

.radar-board,
.pipeline-board,
.live-deck {
  position: relative;
  z-index: 1;
}

.radar-board {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 245px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(3, 36, 53, 0.34);
  overflow: hidden;
}

.radar-core {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  margin: auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(121, 242, 192, 0.2) 0 3px, transparent 4px),
    radial-gradient(circle at 52% 46%, rgba(15, 169, 214, 0.22), transparent 28%),
    rgba(7, 56, 77, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 80px rgba(121, 242, 192, 0.14);
}

.radar-ring,
.radar-sweep,
.france-dot,
.radar-target {
  position: absolute;
}

.radar-ring {
  inset: var(--ring-inset);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.radar-ring--one {
  --ring-inset: 18%;
}

.radar-ring--two {
  --ring-inset: 32%;
}

.radar-ring--three {
  --ring-inset: 46%;
}

.radar-sweep {
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(121, 242, 192, 0.55), rgba(121, 242, 192, 0.12) 18%, transparent 31%);
  mask-image: radial-gradient(circle, #000 0 50%, transparent 72%);
  transform-origin: center;
  animation: radar-sweep 4.2s linear infinite;
}

.france-dot {
  width: 9px;
  height: 9px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: var(--ai);
  box-shadow: 0 0 0 8px rgba(121, 242, 192, 0.1), 0 0 24px rgba(121, 242, 192, 0.78);
  animation: dot-pulse 2.4s var(--ease-out) infinite;
}

.france-dot--paris {
  top: 34%;
  left: 53%;
}

.france-dot--lyon {
  top: 55%;
  left: 63%;
  animation-delay: 260ms;
}

.france-dot--marseille {
  top: 72%;
  left: 66%;
  animation-delay: 520ms;
}

.france-dot--nantes {
  top: 49%;
  left: 36%;
  animation-delay: 780ms;
}

.france-dot--lille {
  top: 22%;
  left: 54%;
  animation-delay: 1040ms;
}

.radar-target {
  display: grid;
  place-items: center;
  min-width: 44px;
  height: 28px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #053244;
  background: var(--ai);
  font-size: 0.82rem;
  font-style: normal;
  box-shadow: 0 14px 30px rgba(5, 50, 68, 0.2);
}

.radar-target--one {
  top: 40%;
  right: 17%;
}

.radar-target--two {
  right: 25%;
  bottom: 18%;
}

.radar-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.radar-caption strong {
  color: #ffffff;
}

.pipeline-board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.pipeline-board::before {
  position: absolute;
  top: 38px;
  right: 28px;
  left: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(121, 242, 192, 0.08), rgba(121, 242, 192, 0.64), rgba(15, 169, 214, 0.34));
  content: "";
}

.pipeline-link {
  display: none;
}

.pipeline-step {
  position: relative;
  display: grid;
  grid-template-rows: 36px auto auto;
  gap: 5px;
  min-height: 98px;
  padding: 12px 10px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 22px 22px, rgba(121, 242, 192, 0.18), transparent 0 28px),
    rgba(4, 38, 54, 0.34);
  overflow: hidden;
}

.pipeline-step::after {
  position: absolute;
  top: 25px;
  right: -9px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top: 2px solid rgba(121, 242, 192, 0.68);
  border-right: 2px solid rgba(121, 242, 192, 0.68);
  content: "";
  transform: rotate(45deg);
}

.pipeline-step--alert::after {
  display: none;
}

.pipeline-step::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 30%, rgba(121, 242, 192, 0.24), transparent 58% 100%);
  content: "";
  transform: translateX(-120%);
  animation: pipeline-sheen 4.6s var(--ease-in-out) infinite;
}

.pipeline-step:nth-child(3)::before {
  animation-delay: 420ms;
}

.pipeline-step:nth-child(5)::before {
  animation-delay: 840ms;
}

.pipeline-step:nth-child(7)::before {
  animation-delay: 1260ms;
}

.pipeline-step span {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin-left: 1px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #ffffff, var(--ai));
  box-shadow: 0 0 24px rgba(121, 242, 192, 0.42);
}

.pipeline-step span::before,
.pipeline-step span::after {
  position: absolute;
  content: "";
}

.pipeline-step--search span {
  background: transparent;
  box-shadow: none;
}

.pipeline-step--search span::before {
  inset: 2px 6px 6px 2px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(121, 242, 192, 0.44);
}

.pipeline-step--search span::after {
  right: 1px;
  bottom: 1px;
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: var(--ai);
  transform: rotate(45deg);
}

.pipeline-step--filter span {
  border-radius: 3px;
  background: transparent;
  box-shadow: none;
}

.pipeline-step--filter span::before {
  inset: 1px 0 0;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 62% 46%, 62% 100%, 38% 100%, 38% 46%);
}

.pipeline-step--filter span::after {
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 4px;
  border-radius: 999px;
  background: var(--ai);
}

.pipeline-step--match span {
  background: transparent;
  box-shadow: none;
}

.pipeline-step--match span::before {
  inset: 1px;
  border: 4px solid #ffffff;
  border-radius: 50%;
}

.pipeline-step--match span::after {
  inset: 8px;
  border-radius: 50%;
  background: var(--ai);
  box-shadow: 0 0 0 7px rgba(121, 242, 192, 0.22);
}

.pipeline-step--alert span {
  background: transparent;
  box-shadow: none;
}

.pipeline-step--alert span::before {
  top: 4px;
  left: 4px;
  width: 14px;
  height: 15px;
  border-radius: 9px 9px 5px 5px;
  background: #ffffff;
}

.pipeline-step--alert span::after {
  right: 5px;
  bottom: 0;
  left: 5px;
  height: 4px;
  border-radius: 999px;
  background: var(--ai);
  box-shadow: 0 -15px 0 -1px var(--ai);
}

.pipeline-step strong {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 0.82rem;
  line-height: 1.05;
}

.pipeline-step small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.1;
}

.live-deck {
  min-height: 176px;
}

.live-card {
  position: absolute;
  right: 8px;
  left: 8px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(4, 38, 54, 0.26);
  backdrop-filter: blur(18px);
}

.live-card--one {
  top: 0;
  z-index: 3;
}

.live-card--two {
  top: 52px;
  z-index: 2;
  opacity: 0.82;
  transform: scale(0.94);
}

.live-card--three {
  top: 102px;
  z-index: 1;
  opacity: 0.6;
  transform: scale(0.88);
}

.live-score {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #053244;
  background: conic-gradient(var(--ai) 0 84%, rgba(255, 255, 255, 0.24) 84% 100%);
  font-weight: 950;
}

.live-card strong,
.live-card small {
  min-width: 0;
}

.live-card small {
  color: rgba(255, 255, 255, 0.66);
}

.live-card i {
  grid-column: 1 / -1;
  display: block;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ai), var(--cyan), var(--gold));
  transform-origin: left center;
  animation: bar-grow 1.4s var(--ease-out) infinite alternate;
}

.app-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.app-head h1 {
  max-width: 760px;
  margin-bottom: 8px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.app-head .lead {
  max-width: 680px;
  margin-bottom: 0;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 32px;
}

.dashboard-card,
.workspace-panel,
.mini-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(7, 56, 77, 0.06);
}

.dashboard-card {
  padding: 20px;
}

.dashboard-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  color: var(--cyan-dark);
  background: var(--sky);
  font-size: 1.4rem;
  font-weight: 900;
}

.dashboard-card h2,
.mini-card h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.dashboard-card p,
.mini-card p,
.workspace-panel p {
  color: var(--muted);
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
}

.user-workspace {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 28px;
}

.workspace-main,
.workspace-panel--side {
  display: grid;
  grid-template-rows: auto 1fr;
}

.workspace-main > .section-title,
.workspace-panel--side > .section-title {
  min-height: 82px;
  margin-bottom: 18px;
}

.workspace-panel--side {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.workspace-panel--side > .stack-list {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(7, 56, 77, 0.06);
}

.workspace-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
}

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

.mini-card {
  display: grid;
  gap: 4px;
  padding: 16px;
}

.mini-card small {
  color: var(--muted);
  font-weight: 750;
}

.section-block {
  margin-top: 42px;
}

.app-search {
  grid-template-columns: minmax(180px, 1fr) minmax(160px, 0.6fr) 170px auto;
  margin-bottom: 24px;
}

.app-jobs {
  padding-right: 0;
  padding-left: 0;
}

.alert-workspace {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 360px);
  gap: 22px;
  align-items: start;
}

.app-alert-form {
  border-color: rgba(15, 169, 214, 0.24);
  box-shadow: 0 24px 62px rgba(7, 56, 77, 0.12);
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0;
}

.content-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.content-grid h2 {
  font-size: 1.25rem;
}

.content-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.primary-link {
  padding: 0 18px;
  color: var(--white);
  background: var(--green);
}

.primary-link:hover {
  background: var(--green-dark);
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.admin-stats article {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.admin-stats strong {
  color: var(--green-dark);
  font-size: 2rem;
}

.admin-stats span {
  color: var(--muted);
  font-weight: 750;
}

.admin-section {
  margin-top: 34px;
}

.admin-form {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.login-form {
  max-width: 520px;
  margin-top: 26px;
}

.admin-login {
  min-height: 100vh;
  overflow-x: hidden;
  color: #f7fbfc;
  background: #080c0d;
}

.admin-login .topbar {
  position: fixed;
  right: 0;
  left: 0;
  min-height: 96px;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.admin-login .brand {
  width: min(260px, 54vw);
}

.admin-login .nav {
  display: none;
}

.admin-login .site-footer {
  display: none;
}

.admin-login .content-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(320px, 1fr);
  align-content: center;
  min-height: 100vh;
  max-width: none;
  padding: 136px clamp(28px, 11vw, 220px) 72px;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 26%, rgba(15, 169, 214, 0.16), transparent 34%),
    linear-gradient(90deg, #080c0d 0%, #080c0d 58%, #132a35 58%, #092231 100%);
}

.admin-login .content-page::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  background:
    radial-gradient(circle at 48% 30%, rgba(121, 242, 192, 0.26), transparent 0 6px, transparent 7px),
    radial-gradient(circle at 72% 62%, rgba(15, 169, 214, 0.28), transparent 0 7px, transparent 8px),
    linear-gradient(135deg, rgba(15, 169, 214, 0.1), rgba(121, 242, 192, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 82px);
  content: "";
  opacity: 0.9;
  pointer-events: none;
  z-index: -2;
}

.admin-login .content-page::after {
  position: absolute;
  right: clamp(42px, 9vw, 150px);
  top: 50%;
  width: min(360px, 28vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 50%, rgba(121, 242, 192, 0.18), transparent 46%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0.72;
  pointer-events: none;
  transform: translateY(-50%) rotate(-6deg);
  z-index: -1;
}

.admin-login .eyebrow,
.admin-login .content-page h1,
.admin-login .lead,
.admin-login .login-form {
  grid-column: 1;
}

.admin-login .eyebrow {
  margin: 0 0 18px;
  color: rgba(121, 242, 192, 0.92);
}

.admin-login .content-page h1 {
  max-width: 470px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5.2vw, 4.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.admin-login .lead {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(247, 251, 252, 0.68);
  font-size: 1.04rem;
}

.admin-login .login-form {
  width: min(100%, 420px);
  margin-top: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: login-enter 520ms var(--ease-out) both;
}

.admin-login .login-form label {
  color: rgba(247, 251, 252, 0.76);
  font-weight: 820;
}

.admin-login .login-form input {
  min-height: 52px;
  margin-top: 9px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-login .login-form input:focus {
  border-color: rgba(121, 242, 192, 0.75);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(121, 242, 192, 0.14);
  transform: none;
}

.admin-login .login-form .primary-button {
  min-height: 52px;
  margin-top: 2px;
  border-radius: 999px;
  color: #06222c;
  background: linear-gradient(135deg, #79f2c0, #26c7ed);
  box-shadow: 0 18px 42px rgba(15, 169, 214, 0.22);
}

.admin-login .login-form .primary-button:hover {
  background: linear-gradient(135deg, #8af7ca, #30d3f8);
  transform: translateY(-1px);
}

.admin-login .login-form .primary-button:active {
  transform: scale(0.98);
}

.admin-login .form-note {
  color: rgba(247, 251, 252, 0.52);
}

.admin-login .error-note {
  color: #ff9d8b;
}

@keyframes login-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes poster-drift-left {
  from {
    transform: translate3d(0, 0, 0) rotateX(4deg);
  }
  to {
    transform: translate3d(-172px, 0, 0) rotateX(4deg);
  }
}

@keyframes poster-drift-right {
  from {
    transform: translate3d(-172px, 0, 0) rotateX(4deg);
  }
  to {
    transform: translate3d(0, 0, 0) rotateX(4deg);
  }
}

.auth-login {
  min-height: 100vh;
  overflow-x: hidden;
  color: #f7fbfc;
  background: #080c0d;
}

.auth-login .topbar {
  position: fixed;
  right: 0;
  left: 0;
  min-height: 96px;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.auth-login .brand {
  width: min(260px, 54vw);
}

.auth-login .nav,
.auth-login .site-footer {
  display: none;
}

.auth-login .content-page {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(320px, 1fr);
  align-content: center;
  min-height: 100vh;
  max-width: none;
  padding: 136px clamp(28px, 11vw, 220px) 72px;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 26%, rgba(15, 169, 214, 0.16), transparent 34%),
    linear-gradient(90deg, #080c0d 0%, #080c0d 58%, #132a35 58%, #092231 100%);
}

.auth-login .content-page::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  background:
    radial-gradient(circle at 48% 30%, rgba(121, 242, 192, 0.26), transparent 0 6px, transparent 7px),
    radial-gradient(circle at 72% 62%, rgba(15, 169, 214, 0.28), transparent 0 7px, transparent 8px),
    linear-gradient(135deg, rgba(15, 169, 214, 0.1), rgba(121, 242, 192, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 82px);
  content: "";
  pointer-events: none;
  z-index: -2;
}

.auth-login .content-page::after {
  position: absolute;
  right: clamp(42px, 9vw, 150px);
  top: 50%;
  width: min(360px, 28vw);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 50% 50%, rgba(121, 242, 192, 0.18), transparent 46%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0.72;
  pointer-events: none;
  transform: translateY(-50%) rotate(-6deg);
  z-index: -1;
}

.auth-login .eyebrow,
.auth-login .content-page h1,
.auth-login .lead,
.auth-login .login-form {
  grid-column: 1;
}

.auth-login .eyebrow {
  margin: 0 0 18px;
  color: rgba(121, 242, 192, 0.92);
}

.auth-login .content-page h1 {
  max-width: 470px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 5.2vw, 4.9rem);
  line-height: 0.94;
}

.auth-login .lead {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(247, 251, 252, 0.68);
  font-size: 1.04rem;
}

.auth-login .login-form {
  width: min(100%, 420px);
  margin-top: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: login-enter 520ms var(--ease-out) both;
}

.auth-login .login-form label {
  color: rgba(247, 251, 252, 0.76);
  font-weight: 820;
}

.auth-login .login-form input {
  min-height: 52px;
  margin-top: 9px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.auth-login .login-form input:focus {
  border-color: rgba(121, 242, 192, 0.75);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(121, 242, 192, 0.14);
  transform: none;
}

.auth-login .login-form .primary-button {
  min-height: 52px;
  margin-top: 2px;
  border-radius: 999px;
  color: #06222c;
  background: linear-gradient(135deg, #79f2c0, #26c7ed);
  box-shadow: 0 18px 42px rgba(15, 169, 214, 0.22);
}

.auth-login .form-note {
  color: rgba(247, 251, 252, 0.52);
}

.auth-login .error-note {
  color: #ff9d8b;
}

.error-note {
  color: #a73526;
  font-weight: 750;
}

.secondary-admin-link {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.92rem;
}

textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfdfc;
  font: inherit;
  resize: vertical;
  outline: none;
  transition: border-color 160ms ease, box-shadow 180ms ease, transform 180ms var(--ease-out);
}

textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(15, 122, 85, 0.14);
  transform: translateY(-1px);
}

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

.admin-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1.4fr 0.8fr;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
}

.application-row {
  grid-template-columns: 1.2fr 0.9fr 1.1fr 0.8fr 1.6fr 0.7fr;
}

.application-row small {
  color: var(--muted);
}

.application-section {
  margin: 34px 0;
}

.application-form {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.source-panel {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.source-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.admin-head {
  color: var(--ink);
  font-weight: 850;
  background: var(--mint);
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  max-width: min(360px, calc(100vw - 40px));
  padding: 13px 15px;
  border-radius: 8px;
  color: var(--white);
  background: var(--green-dark);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-reveal {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition:
    opacity 520ms var(--ease-out),
    transform 520ms var(--ease-out);
  transition-delay: calc(var(--reveal-index, 0) * 45ms);
  will-change: opacity, transform;
}

.motion-reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.has-gsap .brand-field__hex,
.has-gsap .brand-field__scan,
.has-gsap .brand-field__dot,
.has-gsap .brand-field__neural,
.has-gsap .search-orb,
.has-gsap .search-orb span,
.has-gsap .job-card-ghost,
.has-gsap .automation-flow span,
.has-gsap .briefcase-orb,
.has-gsap .process-node--automation::before,
.has-gsap .process-line::before,
.has-gsap .process-line span,
.has-gsap .alert-builder::before {
  animation: none !important;
}

@keyframes header-enter {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bar-grow {
  from {
    transform: scaleX(0.15);
    opacity: 0.55;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes grid-drift {
  to {
    background-position: 46px 46px, 46px 46px, 92px 92px;
  }
}

@keyframes neural-breathe {
  0%,
  100% {
    opacity: 0.48;
    transform: scale(0.985);
  }
  50% {
    opacity: 0.82;
    transform: scale(1.015);
  }
}

@keyframes float-hex {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg) scale(1);
  }
  50% {
    transform: translate3d(-10px, 14px, 0) rotate(2deg) scale(1.03);
  }
}

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

@keyframes dot-pulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.86);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes search-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }
  50% {
    transform: translate3d(8px, 12px, 0) rotate(2deg);
  }
}

@keyframes card-sort-one {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.96;
  }
  50% {
    transform: translate3d(18px, -10px, 0) scale(1.03);
    opacity: 1;
  }
}

@keyframes card-sort-two {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.74;
  }
  50% {
    transform: translate3d(-10px, 8px, 0) scale(0.98);
    opacity: 0.88;
  }
}

@keyframes card-sort-three {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.88);
    opacity: 0.52;
  }
  50% {
    transform: translate3d(10px, 12px, 0) scale(0.92);
    opacity: 0.68;
  }
}

@keyframes packet-travel {
  0%,
  100% {
    opacity: 0.22;
    transform: translate3d(-18px, -8px, 0) scale(0.78);
  }
  42% {
    opacity: 1;
    transform: translate3d(24px, 10px, 0) scale(1);
  }
}

@keyframes briefcase-pulse {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-8px, -10px, 0) scale(1.035);
  }
}

@keyframes process-flow {
  to {
    transform: translateX(100%);
  }
}

@keyframes node-flash {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.8);
  }
  45% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes panel-sheen {
  0%,
  42% {
    transform: translateX(-100%);
  }
  74%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes radar-sweep {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pipeline-sheen {
  0%,
  42% {
    transform: translateX(-120%);
  }
  72%,
  100% {
    transform: translateX(120%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .brand:hover img {
    filter: drop-shadow(0 8px 16px rgba(7, 56, 77, 0.12));
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .motion-reveal {
    opacity: 1;
    transform: none;
  }

  .brand-field__hex,
  .brand-field__scan,
  .brand-field__dot,
  .brand-field__neural,
  .job-cinema--photo,
  .job-cinema__row,
  .search-orb,
  .search-orb span,
  .job-card-ghost,
  .automation-flow span,
  .briefcase-orb,
  .process-node--automation::before,
  .process-line::before,
  .process-line span,
  .alert-builder::before {
    animation: none !important;
  }
}

@media (max-width: 940px) {
  .hero,
  .jobs-layout,
  .workspace-grid,
  .alert-workspace {
    grid-template-columns: 1fr;
  }

  .app-head {
    align-items: start;
    flex-direction: column;
  }

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

  .job-reference-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-search {
    grid-template-columns: 1fr 1fr;
  }

  .hero-lab {
    min-height: 540px;
    max-width: 640px;
    width: 100%;
  }

  .radar-core {
    width: min(100%, 280px);
  }

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

  .admin-login .content-page {
    grid-template-columns: 1fr;
    padding-right: clamp(24px, 8vw, 82px);
    padding-left: clamp(24px, 8vw, 82px);
    background:
      radial-gradient(circle at 18% 22%, rgba(15, 169, 214, 0.2), transparent 34%),
      linear-gradient(180deg, #080c0d 0%, #080c0d 66%, #092231 100%);
  }

  .admin-login .content-page::before,
  .admin-login .content-page::after,
  .auth-login .content-page::before,
  .auth-login .content-page::after {
    opacity: 0.24;
  }

  .auth-login .content-page {
    grid-template-columns: 1fr;
    padding-right: clamp(24px, 8vw, 82px);
    padding-left: clamp(24px, 8vw, 82px);
    background:
      radial-gradient(circle at 18% 22%, rgba(15, 169, 214, 0.2), transparent 34%),
      linear-gradient(180deg, #080c0d 0%, #080c0d 66%, #092231 100%);
  }

  .brand-field {
    top: 5%;
    right: -120px;
    width: 420px;
    opacity: 0.2;
  }

  .job-cinema {
    inset: -70px -220px auto -160px;
    gap: 14px;
    min-height: 600px;
    transform: rotate(-8deg) skewY(-2deg) scale(0.96);
  }

  .job-cinema--photo {
    inset: 0;
    min-height: 100%;
    background-position: 56% center;
    transform: none;
  }

  .job-poster {
    width: 126px;
  }

  .automation-scene {
    top: 96px;
    right: -80px;
    width: 420px;
    opacity: 0.22;
    transform: scale(0.92);
    transform-origin: top right;
  }

  .insight-panel {
    position: static;
  }

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

  .seo-intro,
  .guide-grid,
  .site-footer,
  .admin-stats,
  .admin-row {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }

  .hero-search {
    grid-template-columns: 1fr;
  }

  .visual-process {
    grid-template-columns: repeat(4, minmax(78px, 1fr));
    gap: 10px;
  }

  .process-line {
    display: none;
  }

  .process-node {
    width: 100%;
    height: 96px;
  }
}

@media (max-width: 680px) {
  .topbar,
  .search-band {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-login .topbar {
    min-height: 76px;
    padding: 18px 24px 0;
  }

  .admin-login .brand {
    width: min(230px, 74vw);
  }

  .admin-login .content-page {
    min-height: 100svh;
    padding: 116px 24px 42px;
  }

  .admin-login .content-page h1 {
    font-size: clamp(2.25rem, 14vw, 3.55rem);
  }

  .admin-login .lead {
    font-size: 0.98rem;
  }

  .admin-login .login-form {
    margin-top: 34px;
  }

  .auth-login .topbar {
    min-height: 76px;
    padding: 18px 24px 0;
  }

  .auth-login .brand {
    width: min(230px, 74vw);
  }

  .auth-login .content-page {
    min-height: 100svh;
    padding: 116px 24px 42px;
  }

  .auth-login .content-page h1 {
    font-size: clamp(2.25rem, 14vw, 3.55rem);
  }

  .auth-login .lead {
    font-size: 0.98rem;
  }

  .auth-login .login-form {
    margin-top: 34px;
  }

  .hero-lab {
    min-height: 520px;
    padding: 10px;
  }

  .radar-board {
    min-height: 220px;
  }

  .radar-core {
    width: min(100%, 235px);
  }

  .pipeline-board {
    gap: 7px;
    padding: 8px;
  }

  .pipeline-step {
    min-height: 68px;
    padding: 10px 8px;
  }

  .live-card {
    min-height: 76px;
    padding: 12px;
  }

  .live-card--two {
    top: 48px;
  }

  .live-card--three {
    top: 94px;
  }

  .nav {
    justify-content: space-between;
    gap: 10px;
    font-size: 0.82rem;
    overflow-x: auto;
  }

  .brand {
    width: min(330px, 78vw);
  }

  .hero {
    padding-top: 28px;
  }

  .brand-field {
    top: 8%;
    right: -160px;
    width: 360px;
    opacity: 0.14;
  }

  .job-cinema {
    inset: -40px -260px auto -240px;
    gap: 10px;
    min-height: 520px;
    transform: rotate(-9deg) skewY(-2deg) scale(0.86);
  }

  .job-cinema--photo {
    inset: 0;
    min-height: 100%;
    background-position: 62% center;
    transform: none;
  }

  .job-cinema__row {
    gap: 10px;
    opacity: 0.56;
  }

  .job-cinema__row--middle {
    opacity: 0.7;
  }

  .job-poster {
    width: 104px;
    border-radius: 8px;
  }

  .automation-scene {
    top: 210px;
    right: -180px;
    width: 390px;
    opacity: 0.12;
    transform: scale(0.72);
  }

  .field-grid,
  .frequency,
  .search-controls,
  .app-search,
  .alerts-list,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .job-reference-strip,
  .job-card {
    grid-template-columns: 1fr;
  }

  .job-visual {
    display: block;
    min-height: 86px;
    padding: 0;
  }

  .job-visual__art {
    width: 100%;
    height: 100%;
  }

  .job-visual__label {
    right: 12px;
    bottom: 10px;
    left: 12px;
    text-align: left;
  }

  .visual-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px 18px;
  }

  .match {
    justify-items: start;
  }

  .match-bar {
    width: 100%;
  }
}

body.auth-login .content-page {
  background:
    linear-gradient(90deg, #06131a 0%, #06131a 44%, rgba(6, 19, 26, 0.96) 52%, rgba(6, 19, 26, 0.28) 72%, rgba(6, 19, 26, 0.06)),
    url("/assets/images/hero-job-wall-realistic-v2.webp") 70% center / cover no-repeat;
}

body.auth-login .content-page::before {
  top: 10%;
  right: auto;
  bottom: 10%;
  left: 53%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(121, 242, 192, 0.48), transparent);
  opacity: 0.68;
}

body.auth-login .content-page::after {
  display: none;
}

body.auth-login .login-form input {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

body.auth-login .password-control,
.admin-login .password-control {
  display: grid;
  gap: 0;
}

body.auth-login .password-field,
.admin-login .password-field {
  position: relative;
  display: block;
  margin-top: 9px;
}

body.auth-login .login-form .password-field input,
.admin-login .login-form .password-field input {
  margin-top: 0;
  padding-right: 58px;
}

body.auth-login .password-toggle,
.admin-login .password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-grid;
  place-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(4, 21, 29, 0.52);
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 140ms var(--ease-out);
}

body.auth-login .password-toggle:hover,
.admin-login .password-toggle:hover {
  border-color: rgba(121, 242, 192, 0.38);
  color: #ffffff;
  background: rgba(18, 54, 64, 0.82);
}

body.auth-login .password-toggle:focus-visible,
.admin-login .password-toggle:focus-visible {
  outline: 2px solid #79f2c0;
  outline-offset: 2px;
}

body.auth-login .password-toggle:active,
.admin-login .password-toggle:active {
  transform: translateY(-50%) scale(0.97);
}

.password-eye {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.password-eye--hide,
.password-toggle[aria-pressed="true"] .password-eye--show {
  display: none;
}

.password-toggle[aria-pressed="true"] .password-eye--hide {
  display: block;
}

body.auth-login .login-form .primary-button {
  border-radius: 8px;
}

@media (max-width: 940px) {
  body.auth-login .content-page {
    background:
      linear-gradient(90deg, rgba(6, 19, 26, 0.97), rgba(6, 19, 26, 0.84) 64%, rgba(6, 19, 26, 0.5)),
      url("/assets/images/hero-job-wall-realistic-v2.webp") 64% center / cover no-repeat;
  }

  body.auth-login .content-page::before {
    display: none;
  }
}

@media (max-width: 680px) {
  body.auth-login .content-page {
    background:
      linear-gradient(180deg, rgba(6, 19, 26, 0.94), rgba(6, 19, 26, 0.84)),
      url("/assets/images/hero-job-wall-realistic-v2.webp") 68% center / cover no-repeat;
  }

  body.auth-login .content-page h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 11vw, 3rem);
    line-height: 0.98;
  }
}

.auth-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 22px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.auth-switch a {
  display: grid;
  place-items: center;
  min-height: 40px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 850;
  transition: color 160ms ease, background 160ms ease, transform 140ms var(--ease-out);
}

.auth-switch a[aria-current="page"] {
  color: #07384d;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.auth-switch a:active {
  transform: scale(0.98);
}

.space-tabs {
  position: sticky;
  top: 96px;
  z-index: 8;
  display: flex;
  gap: 4px;
  margin: -12px 0 24px;
  padding: 6px;
  overflow-x: auto;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(7, 56, 77, 0.1);
  backdrop-filter: blur(16px);
}

.space-tabs a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 6px;
  color: var(--cyan-dark);
  font-weight: 850;
  transition: color 160ms ease, background 160ms ease, transform 140ms var(--ease-out);
}

.space-tabs a:hover {
  color: var(--ink);
  background: var(--sky);
}

.space-tabs a:active {
  transform: scale(0.98);
}

.notice-banner {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 169, 214, 0.24);
  border-left: 4px solid var(--ai);
  border-radius: 8px;
  color: #07516b;
  background: #eefcf7;
  font-weight: 800;
}

.section-title--action {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}

.card-actions form {
  display: flex;
  align-items: center;
  margin: 0;
}

.alert-card .card-actions .secondary-button,
.alert-card .card-actions .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 0;
  padding: 0 14px;
  line-height: 1;
  white-space: nowrap;
}

.danger-button {
  color: #a73526;
}

.save-job-button {
  gap: 8px;
  min-width: 112px;
  min-height: 42px;
  border: 1px solid #06789a;
  color: #ffffff;
  background: #06789a;
  box-shadow: 0 10px 24px rgba(6, 120, 154, 0.24);
}

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

.job-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  color: #53636d;
  white-space: nowrap;
}

.save-job-button:hover {
  border-color: #045e79;
  color: #ffffff;
  background: #045e79;
  box-shadow: 0 12px 26px rgba(6, 120, 154, 0.3);
}

.save-job-icon {
  position: relative;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 220ms var(--ease-out);
}

.save-job-icon::before,
.save-job-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.save-job-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.save-job-button.is-saved {
  border-color: rgba(7, 120, 154, 0.42);
  color: #06789a;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(7, 120, 154, 0.08);
}

.save-job-button.is-saved:hover {
  border-color: #0fa9d6;
  color: #056a87;
  background: #eefaff;
  box-shadow: 0 10px 22px rgba(7, 120, 154, 0.14);
}

.save-job-button.is-saved .save-job-icon {
  color: #ffffff;
  background: #06789a;
  border-color: #06789a;
  animation: save-confirm 280ms var(--ease-out) both;
}

.save-job-button.is-saved .save-job-icon::before {
  display: none;
}

.save-job-button.is-saved .save-job-icon::after {
  width: 5px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 0;
  background: transparent;
  transform: translate(-50%, -62%) rotate(45deg);
}

.save-job-button:disabled {
  cursor: wait;
  opacity: 0.64;
}

@keyframes save-confirm {
  0% { transform: scale(0.72); }
  68% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

.job-detail-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: start;
}

.job-description-card,
.job-facts-card {
  min-height: 100%;
}

.job-description-card p {
  color: #4f606a;
  font-size: 1.03rem;
  line-height: 1.75;
}

.job-facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.job-facts div {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #e6edf0;
}

.job-facts div:last-child {
  border-bottom: 0;
}

.job-facts dt {
  color: var(--muted);
  font-weight: 750;
}

.job-facts dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.source-panel {
  padding: 26px;
  border-color: rgba(15, 169, 214, 0.22);
  background: linear-gradient(135deg, #ffffff, #f0fbfd);
  box-shadow: 0 18px 42px rgba(7, 56, 77, 0.08);
}

.source-panel--unavailable {
  border-style: dashed;
  background: #f8fafb;
  box-shadow: none;
}

.source-actions,
.application-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.source-actions form {
  margin: 0;
}

.tracked-notice {
  padding: 12px 14px;
  border-left: 4px solid var(--ai);
  color: #07516b !important;
  background: #eafbf5;
}

.match-feed-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.match-feed-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 56, 77, 0.06);
}

.match-feed-card.is-new {
  border-left: 4px solid var(--ai);
  background: linear-gradient(110deg, #f0fff9, #ffffff 44%);
}

.match-feed-card h3 {
  margin: 5px 0;
  font-size: 1.02rem;
}

.match-feed-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.match-alert-label {
  color: var(--cyan-dark);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.application-tracker-card {
  gap: 12px;
}

.application-status-form {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.application-status-form label {
  font-size: 0.8rem;
}

.application-status-form select,
.application-status-form input {
  min-height: 40px;
}

.application-status-form .secondary-button {
  min-height: 40px;
}

.application-links a {
  color: var(--cyan-dark);
  font-size: 0.82rem;
  font-weight: 850;
}

.automation-status {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.automation-status div,
.collection-run {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.automation-status span,
.collection-run span,
.collection-run small {
  color: var(--muted);
}

.collection-history {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.collection-run--success {
  border-left: 4px solid #20a779;
}

.collection-run--error {
  border-left: 4px solid #d66551;
}

.collection-run--skipped {
  border-left: 4px solid #e2ae43;
}

@media (max-width: 940px) {
  .job-detail-grid,
  .match-feed-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .job-card-actions,
  .match-feed-card,
  .source-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .job-card-actions {
    width: 100%;
  }

  .job-card-actions > *,
  .source-actions > *,
  .source-actions form,
  .source-actions form button {
    width: 100%;
  }

  .automation-status,
  .job-facts div {
    grid-template-columns: 1fr;
  }
}

.login-gate,
.help-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 24px;
  border: 1px solid rgba(15, 169, 214, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(232, 247, 252, 0.92), rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 20px 48px rgba(7, 56, 77, 0.1);
}

.login-gate h2,
.help-callout h2 {
  margin-bottom: 8px;
}

.login-gate p,
.help-callout p {
  margin-bottom: 0;
  color: var(--muted);
}

.help-callout {
  margin-top: 42px;
}

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

.tutorial-steps li {
  min-height: 190px;
  padding: 20px;
  border: 1px solid rgba(7, 120, 154, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 56, 77, 0.07);
}

.tutorial-steps li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #06384d;
  background: linear-gradient(135deg, var(--ai), #41d7ed);
  font-size: 1.05rem;
  font-weight: 950;
}

.tutorial-steps strong {
  font-size: 1.04rem;
}

.tutorial-steps p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.workflow-demo {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 48px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background: #06384d;
}

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

.workflow-demo__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 0.82;
  border-radius: 6px;
  object-fit: cover;
}

.workflow-demo .eyebrow {
  color: var(--ai);
}

.workflow-demo p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.faq-section {
  margin-bottom: 28px;
}

.faq-list {
  display: grid;
  gap: 8px;
  max-width: 980px;
}

.faq-list details {
  border: 1px solid rgba(7, 120, 154, 0.14);
  border-radius: 8px;
  background: #fff;
}

.faq-list summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 850;
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 940px) {
  .tutorial-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-demo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .space-tabs {
    top: 8px;
  }

  .section-title--action,
  .login-gate,
  .help-callout {
    align-items: stretch;
    flex-direction: column;
  }

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

  .tutorial-steps li {
    min-height: 0;
  }

  .workflow-demo {
    padding: 20px;
  }
}

/* Agent emploi */
.nav {
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

/* Separate product navigation from account actions. */
.nav-primary {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.nav-account {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: 5px;
  padding-left: 23px;
  border-left: 1px solid rgba(255, 255, 255, 0.46);
}

/* Auth navigation: secondary access followed by a clearly dominant signup CTA. */
.nav .nav-login {
  padding-right: 2px;
  padding-left: 2px;
}

.nav .nav-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  color: #057796;
  background: #fff;
  box-shadow: 0 8px 20px rgba(3, 57, 75, 0.2);
  opacity: 1;
}

.nav .nav-signup::after {
  display: none;
}

.nav .nav-signup:hover {
  color: #034e67;
  background: #effcff;
  box-shadow: 0 10px 24px rgba(3, 57, 75, 0.25);
  transform: translateY(-1px);
}

.nav .nav-signup[aria-current="page"] {
  border-color: var(--ai);
  color: #06384d;
  background: var(--ai);
}

@media (max-width: 680px) {
  .topbar {
    gap: 10px;
    min-height: 0;
    padding: 12px 16px 14px;
  }

  .brand {
    width: min(230px, 72vw);
  }

  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    gap: 8px;
    justify-content: stretch;
    overflow: visible;
    font-size: 0.78rem;
  }

  .nav-primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .nav-primary a {
    min-width: 0;
    padding: 7px 8px;
    text-align: center;
    white-space: nowrap;
  }

  .nav-primary--authenticated {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-account {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
    margin: 0;
    padding: 9px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    border-left: 0;
  }

  .nav-account--authenticated {
    grid-template-columns: 1fr;
  }

  .nav .nav-login,
  .nav .nav-signup,
  .nav-logout,
  .nav-logout button {
    width: 100%;
  }

  .nav .nav-login,
  .nav .nav-signup,
  .nav-logout button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    text-align: center;
  }

  .nav .nav-login {
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 6px;
    background: rgba(3, 95, 124, 0.2);
  }

  .nav .nav-login::after {
    display: none;
  }
}

.app-hero {
  min-height: min(780px, calc(100vh - 112px));
}

.app-hero .hero-lab {
  min-height: 560px;
}

.app-shell--agent {
  --app-head-image: url("/assets/images/jobs/job-tech.webp");
}

.hero-agent-actions,
.job-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-agent-actions {
  margin: 28px 0 18px;
}

.hero-agent-actions .primary-button {
  color: #06384d;
  background: var(--ai);
}

.hero-agent-actions .secondary-button {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.job-detail-actions {
  justify-content: flex-end;
}

.job-detail-actions form {
  margin: 0;
}

.home-pricing-band,
.plus-dashboard-callout,
.agent-onboarding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 44px 0 20px;
  padding: 28px;
  border: 1px solid rgba(15, 169, 214, 0.18);
  border-radius: 8px;
  background: linear-gradient(120deg, #ffffff, #eefcf8);
  box-shadow: 0 18px 42px rgba(7, 56, 77, 0.08);
}

.home-pricing-band p,
.plus-dashboard-callout p,
.agent-onboarding p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.profile-form {
  display: grid;
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
}

.profile-form-section {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(7, 56, 77, 0.06);
}

.profile-form-section .section-title {
  margin-bottom: 2px;
}

.cv-section {
  border-top: 3px solid var(--ai);
}

.file-status {
  margin: -4px 0 0;
  color: var(--cyan-dark);
}

.consent-field {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  color: #53636d;
  background: #f7fbfc;
  font-size: 0.86rem;
  line-height: 1.5;
}

.consent-field input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.profile-save {
  justify-self: start;
  min-width: 240px;
}

.notice-banner--error {
  border-color: rgba(214, 101, 81, 0.35);
  border-left-color: #d66551;
  color: #8c3528;
  background: #fff4f1;
}

.agent-head .agent-quota {
  display: grid;
  justify-items: end;
  min-width: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(4, 35, 48, 0.56);
  backdrop-filter: blur(16px);
}

.agent-quota strong {
  color: var(--ai);
  font-size: 2.3rem;
}

.agent-quota span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  text-align: right;
}

.agent-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.agent-analyze-form,
.agent-profile-summary {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 56, 77, 0.08);
}

.agent-profile-summary {
  position: sticky;
  top: 100px;
}

.agent-profile-summary h2 {
  margin-bottom: 0;
  font-size: 1.4rem;
}

.agent-profile-summary p {
  margin: 0;
  color: var(--muted);
}

.agent-profile-summary > a {
  color: var(--cyan-dark);
  font-weight: 850;
}

.agent-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.agent-profile-tags span {
  padding: 6px 8px;
  border-radius: 6px;
  color: #075f7a;
  background: var(--sky);
  font-size: 0.78rem;
  font-weight: 800;
}

.analysis-result {
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(7, 56, 77, 0.11);
}

.analysis-result-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  color: #ffffff;
  background: #06384d;
}

.analysis-result-head .eyebrow {
  color: var(--ai);
}

.analysis-result-head h2,
.analysis-result-head p {
  margin-bottom: 4px;
  color: #ffffff;
}

.analysis-score {
  display: grid;
  justify-items: center;
  min-width: 126px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.analysis-score strong {
  color: var(--ai);
  font-size: 2.1rem;
}

.analysis-score span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.analysis-score--a-eviter strong {
  color: #ff9d8b;
}

.analysis-summary {
  margin: 0;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  color: #40525d;
  font-size: 1.08rem;
  line-height: 1.65;
}

.analysis-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.analysis-columns article {
  min-height: 230px;
  padding: 24px;
  background: #ffffff;
}

.analysis-columns h3,
.application-pack h3 {
  font-size: 1rem;
}

.analysis-columns ul,
.pricing-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
  color: #53636d;
  line-height: 1.5;
}

.application-pack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding: 26px;
  border-top: 1px solid var(--line);
  background: #f7fbfc;
}

.application-pack p,
.application-pack blockquote {
  margin: 0;
  color: #53636d;
  line-height: 1.65;
}

.application-pack blockquote {
  padding-left: 16px;
  border-left: 3px solid var(--ai);
}

.analysis-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 26px;
  border-top: 1px solid var(--line);
}

.analysis-footer > span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.analysis-history-list {
  display: grid;
  gap: 8px;
}

.analysis-history-list > a {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(7, 120, 154, 0.14);
  border-radius: 8px;
  background: #ffffff;
  transition: border-color 160ms ease, transform 180ms var(--ease-out), box-shadow 180ms ease;
}

.analysis-history-list > a:hover {
  border-color: rgba(15, 169, 214, 0.42);
  box-shadow: 0 12px 26px rgba(7, 56, 77, 0.08);
  transform: translateY(-1px);
}

.analysis-history-list a > span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.analysis-history-list small {
  color: var(--muted);
}

.analysis-history-list em {
  color: var(--cyan-dark);
  font-style: normal;
  font-weight: 850;
}

.history-score {
  display: grid;
  width: 52px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: #075f7a;
  background: var(--sky);
  font-weight: 900;
}

.shortlist-grid,
.watch-list {
  display: grid;
  gap: 10px;
}

.shortlist-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) minmax(150px, auto);
  gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(7, 120, 154, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(7, 56, 77, 0.05);
}

.shortlist-rank {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #06384d;
  background: var(--ai);
  font-weight: 950;
}

.shortlist-content h3 {
  margin: 2px 0 5px;
  font-size: 1.05rem;
}

.shortlist-content > p:not(.eyebrow) {
  margin: 0 0 10px;
  color: var(--muted);
}

.shortlist-decision {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.shortlist-decision strong {
  color: var(--cyan-dark);
  font-size: 1.5rem;
}

.shortlist-decision > span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
}

.shortlist-decision form {
  margin-top: 6px;
}

.shortlist-decision .primary-button {
  min-height: 40px;
}

.watch-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.watch-list article div {
  display: grid;
  gap: 3px;
}

.watch-list article span {
  color: var(--muted);
  font-size: 0.86rem;
}

.watch-list article a {
  color: var(--cyan-dark);
  font-weight: 850;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.pricing-grid article {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 430px;
  padding: 30px;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(7, 56, 77, 0.08);
}

.pricing-grid h2 {
  margin: 0;
  font-size: 2.5rem;
}

.pricing-grid h2 small {
  color: var(--muted);
  font-size: 0.92rem;
}

.pricing-grid .primary-button,
.plus-confirmed {
  align-self: end;
  margin-top: auto;
}

.pricing-card--plus {
  border-top: 4px solid var(--ai) !important;
  background: linear-gradient(145deg, #ffffff, #effdf7) !important;
}

.plus-confirmed {
  padding: 14px;
  border-radius: 8px;
  color: #075f7a;
  background: #e8f7fc;
  font-weight: 850;
}

.pricing-plan-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-plan-heading > span,
.pricing-current {
  width: fit-content;
  padding: 8px 11px;
  border-radius: 999px;
  color: #075f7a;
  background: #e8f7fc;
  font-size: 0.78rem;
  font-weight: 850;
}

.pricing-current {
  align-self: end;
  margin-top: auto;
}

.pricing-grid form,
.pricing-grid form button {
  width: 100%;
}

.pricing-grid form {
  align-self: end;
  margin-top: auto;
}

.pricing-subscription-state {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(15, 122, 85, 0.18);
  border-radius: 8px;
  color: #075f7a;
  background: #eafbf4;
}

.pricing-subscription-state span,
.payment-security-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.payment-security-note {
  margin: -8px 0 0;
  text-align: center;
}

.payment-order-form {
  display: grid;
  gap: 10px;
}

.payment-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
  color: #284c5a;
  font-size: 0.82rem;
  line-height: 1.45;
}

.payment-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--cyan-dark);
}

.payment-consent a,
.legal-document a {
  color: var(--cyan-dark);
  font-weight: 800;
}

.legal-document {
  max-width: 1020px;
}

.legal-document-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.legal-document-body {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(7, 120, 154, 0.18);
}

.legal-document-body section {
  display: grid;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  gap: 30px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(7, 120, 154, 0.14);
}

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

.legal-document-body h2 {
  font-size: 1.05rem;
}

.legal-document-body p {
  color: var(--muted);
  line-height: 1.75;
}

.legal-document-body .withdrawal-model {
  padding: 24px;
  border: 1px solid rgba(15, 122, 85, 0.2);
  background: #effaf6;
}

.notice-banner--neutral {
  color: #245265;
  background: #eef7fa;
}

.notice-banner--error {
  color: #8c2f20;
  background: #fff0ed;
}

.notice-banner--test {
  color: #5c4505;
  background: #fff8d9;
}

.payment-result-page {
  display: grid;
  min-height: calc(100vh - 220px);
  place-items: center;
}

.payment-result-card {
  display: grid;
  width: min(680px, 100%);
  gap: 18px;
  padding: 42px;
  border: 1px solid rgba(7, 120, 154, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(7, 56, 77, 0.12);
  text-align: center;
}

.payment-result-card h1,
.payment-result-card p {
  margin: 0;
}

.payment-result-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  border-radius: 50%;
  color: #07384d;
  background: var(--ai);
  font-size: 1.7rem;
  font-weight: 900;
  place-items: center;
}

.payment-result-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 940px) {
  .agent-workspace,
  .pricing-grid,
  .analysis-columns,
  .application-pack {
    grid-template-columns: 1fr;
  }

  .agent-profile-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .hero-agent-actions,
  .job-detail-actions,
  .home-pricing-band,
  .plus-dashboard-callout,
  .agent-onboarding,
  .analysis-result-head,
  .analysis-footer {
    align-items: stretch;
    flex-direction: column;
  }

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

  .legal-document-body section {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-agent-actions > *,
  .job-detail-actions > *,
  .job-detail-actions form,
  .job-detail-actions button,
  .home-pricing-band > a,
  .plus-dashboard-callout > a {
    width: 100%;
  }

  .agent-head .agent-quota {
    justify-items: start;
  }

  .agent-quota span {
    text-align: left;
  }

  .analysis-score {
    justify-items: start;
  }

  .analysis-history-list > a,
  .shortlist-card,
  .watch-list article {
    grid-template-columns: 1fr;
  }

  .shortlist-decision {
    justify-items: start;
  }

  .shortlist-decision form,
  .shortlist-decision button {
    width: 100%;
  }
}
.nav-logout {
  display: inline-flex;
  margin: 0;
}

.nav-logout button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  text-transform: inherit;
  cursor: pointer;
}
