main[data-view="jobs"] #hero-card .hero-glow-wrap .glow-inner,
main[data-view="detail"] #hero-card .hero-glow-wrap .glow-inner,
main[data-view="admins"] #hero-card .hero-glow-wrap .glow-inner,
main[data-view="admin-detail"] #hero-card .hero-glow-wrap .glow-inner,
main[data-view="analytics"] #hero-card .hero-glow-wrap .glow-inner,
main[data-view="search-candidates"] #hero-card .hero-glow-wrap .glow-inner {
  background: linear-gradient(165deg, var(--color-neutral-surface-mint-100), var(--color-neutral-surface-mint-300));
}

main[data-view="jobs"] #hero-card .stat-mini-card,
main[data-view="detail"] #hero-card .stat-mini-card,
main[data-view="admins"] #hero-card .stat-mini-card,
main[data-view="admin-detail"] #hero-card .stat-mini-card,
main[data-view="analytics"] #hero-card .stat-mini-card {
  background: rgba(var(--black-color-rgb), 0.03);
  border-color: rgba(var(--black-color-rgb), 0.08);
}

main[data-view="jobs"] #hero-card #contract-copy-row,
main[data-view="detail"] #hero-card #contract-copy-row {
  background: rgba(var(--black-color-rgb), 0.03);
  border-color: rgba(var(--black-color-rgb), 0.08);
}

.admins-c .id-card {
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: center bottom;
}

.admins-c .id-card-1 {
  transform: translateY(-4px) rotate(-6deg) scale(0.98);
  opacity: 0.85;
}
.admins-c .id-card-2 {
  transform: translateY(-8px) scale(1.01);
  opacity: 0.95;
}
.admins-c .id-card-3 {
  transform: translateY(-4px) rotate(6deg) scale(0.98);
  opacity: 0.75;
}

.admins-c:hover .id-card-1 {
  transform: translateY(-6px) rotate(-10deg) scale(0.97);
  opacity: 1;
}
.admins-c:hover .id-card-2 {
  transform: translateY(-12px) scale(1.03);
  opacity: 1;
}
.admins-c:hover .id-card-3 {
  transform: translateY(-6px) rotate(10deg) scale(0.97);
  opacity: 0.85;
}

.admins-c .id-card-1 .id-dot {
  background: rgba(var(--success-color-rgb), 0.5);
  box-shadow: 0 0 4px rgba(var(--success-color-rgb), 0.15);
  transition: all 0.5s ease;
}
.admins-c:hover .id-card-1 .id-dot {
  background: var(--success-color);
  box-shadow: 0 0 8px rgba(var(--success-color-rgb), 0.5);
}
.admins-c .id-card-2 .id-dot {
  background: rgba(var(--primary-color-rgb), 0.5);
  box-shadow: 0 0 4px rgba(var(--primary-color-rgb), 0.15);
  transition: all 0.5s ease;
}
.admins-c:hover .id-card-2 .id-dot {
  background: var(--primary-color);
  box-shadow: 0 0 8px rgba(var(--primary-color-rgb), 0.5);
}

.admins-c:hover .id-card-1 {
  border-color: rgba(var(--success-color-rgb), 0.3);
}
.admins-c:hover .id-card-1 .id-card-initial {
  color: var(--success-color) !important;
}
.admins-c:hover .id-card-1 .id-card-avatar {
  background: rgba(var(--success-color-rgb), 0.12);
  border-color: rgba(var(--success-color-rgb), 0.25);
}

.admins-c:hover .id-card-2 {
  border-color: rgba(var(--primary-color-rgb), 0.3);
  box-shadow:
    0 8px 24px -4px rgba(var(--black-color-rgb), 0.08),
    0 0 16px -4px rgba(var(--primary-color-rgb), 0.08);
}
.admins-c:hover .id-card-2 .id-card-initial {
  color: var(--color-brand-green-3dcc4e) !important;
}
.admins-c:hover .id-card-2 .id-card-avatar {
  background: rgba(var(--primary-color-rgb), 0.12);
  border-color: rgba(var(--primary-color-rgb), 0.25);
}
.admins-c:hover .id-card-3 {
  border-color: rgba(var(--black-color-rgb), 0.12);
}

.id-card {
  background-color: var(--color-gray-50);
  border-radius: 0.375rem;
  padding: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  border: 1px solid transparent;
}

@media (min-width: 640px) {
  .id-card {
    border-radius: 0.5rem;
    padding: 0.625rem;
    gap: 0.25rem;
  }
}

.id-card-1 {
  border-color: rgba(var(--success-color-rgb), 0.15);
}
.id-card-2 {
  border-color: rgba(var(--primary-color-rgb), 0.2);
  box-shadow: 0 10px 15px -3px rgba(var(--black-color-rgb), 0.05),
    0 4px 6px -4px rgba(var(--black-color-rgb), 0.05);
}
.id-card-3 {
  border-color: rgba(var(--color-gray-300-rgb), 0.5);
}

.id-card-head {
  display: flex;
  align-items: center;
  gap: 0.125rem;
}

@media (min-width: 640px) {
  .id-card-head {
    gap: 0.25rem;
  }
}

.id-card-avatar {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

@media (min-width: 640px) {
  .id-card-avatar {
    width: 1rem;
    height: 1rem;
  }
}

.id-card-2 .id-card-avatar {
  width: 0.75rem;
  height: 0.75rem;
}

@media (min-width: 640px) {
  .id-card-2 .id-card-avatar {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.id-card-1 .id-card-avatar {
  background: rgba(var(--success-color-rgb), 0.1);
  border-color: rgba(var(--success-color-rgb), 0.2);
}
.id-card-2 .id-card-avatar {
  background: rgba(var(--primary-color-rgb), 0.08);
  border-color: rgba(var(--primary-color-rgb), 0.2);
}
.id-card-3 .id-card-avatar {
  background: rgba(var(--color-gray-200-rgb), 0.6);
  border-color: rgba(var(--color-gray-300-rgb), 0.5);
}

.id-card-initial {
  font-size: 4px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 640px) {
  .id-card-initial {
    font-size: 6px;
  }
  .id-card-2 .id-card-initial {
    font-size: 7px;
  }
}

.id-card-1 .id-card-initial {
  color: rgba(var(--success-color-dark-rgb), 0.7);
}
.id-card-2 .id-card-initial {
  color: rgba(var(--color-brand-green-2dba3e-rgb), 0.7);
}
.id-card-3 .id-card-initial {
  color: var(--color-gray-400);
}

.id-card-3 .id-card-dot {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: rgba(var(--color-gray-400-rgb), 0.5);
}

@media (min-width: 640px) {
  .id-card-3 .id-card-dot {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.id-card-bars {
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

@media (min-width: 640px) {
  .id-card-bars {
    margin-top: 0.25rem;
    gap: 0.25rem;
  }
}

.id-card-bar {
  height: 1px;
  border-radius: 9999px;
}

@media (min-width: 640px) {
  .id-card-bar {
    height: 2px;
  }
}

.id-card-1 .id-card-bars > .id-card-bar:nth-child(1) {
  width: 1.5rem;
  background: rgba(var(--success-color-rgb), 0.15);
}
.id-card-1 .id-card-bars > .id-card-bar:nth-child(2) {
  width: 1rem;
  background: rgba(var(--success-color-rgb), 0.1);
}

@media (min-width: 640px) {
  .id-card-1 .id-card-bars > .id-card-bar:nth-child(1) {
    width: 3.5rem;
  }
  .id-card-1 .id-card-bars > .id-card-bar:nth-child(2) {
    width: 2.5rem;
  }
}

.id-card-2 .id-card-bars > .id-card-bar:nth-child(1) {
  width: 2rem;
  background: rgba(var(--primary-color-rgb), 0.12);
}
.id-card-2 .id-card-bars > .id-card-bar:nth-child(2) {
  width: 1.25rem;
  background: rgba(var(--primary-color-rgb), 0.08);
}
.id-card-2 .id-card-bars > .id-card-bar:nth-child(3) {
  width: 0.75rem;
  background: rgba(var(--primary-color-rgb), 0.05);
}

@media (min-width: 640px) {
  .id-card-2 .id-card-bars > .id-card-bar:nth-child(1) {
    width: 4rem;
  }
  .id-card-2 .id-card-bars > .id-card-bar:nth-child(2) {
    width: 3rem;
  }
  .id-card-2 .id-card-bars > .id-card-bar:nth-child(3) {
    width: 2rem;
  }
}

.id-card-3 .id-card-bars > .id-card-bar:nth-child(1) {
  width: 1.25rem;
  background: rgba(var(--color-gray-300-rgb, 209, 213, 219), 0.4);
}
.id-card-3 .id-card-bars > .id-card-bar:nth-child(2) {
  width: 0.75rem;
  background: rgba(var(--color-gray-300-rgb, 209, 213, 219), 0.3);
}

@media (min-width: 640px) {
  .id-card-3 .id-card-bars > .id-card-bar:nth-child(1) {
    width: 3rem;
  }
  .id-card-3 .id-card-bars > .id-card-bar:nth-child(2) {
    width: 2rem;
  }
}

.id-card-foot {
  margin-top: auto;
  display: flex;
  gap: 1px;
}

@media (min-width: 640px) {
  .id-card-foot {
    gap: 0.25rem;
  }
}

.id-card-foot-bar {
  height: 1px;
  border-radius: 9999px;
}

@media (min-width: 640px) {
  .id-card-foot-bar {
    height: 0.25rem;
  }
}

.id-card-1 .id-card-foot > .id-card-foot-bar:nth-child(1) {
  width: 0.625rem;
  background: rgba(var(--success-color-rgb), 0.12);
}
.id-card-1 .id-card-foot > .id-card-foot-bar:nth-child(2) {
  width: 0.375rem;
  background: rgba(var(--success-color-rgb), 0.08);
}

@media (min-width: 640px) {
  .id-card-1 .id-card-foot > .id-card-foot-bar:nth-child(1) {
    width: 1rem;
  }
  .id-card-1 .id-card-foot > .id-card-foot-bar:nth-child(2) {
    width: 0.75rem;
  }
}

.id-card-2 .id-card-foot > .id-card-foot-bar:nth-child(1) {
  width: 0.625rem;
  background: rgba(var(--primary-color-rgb), 0.12);
}
.id-card-2 .id-card-foot > .id-card-foot-bar:nth-child(2) {
  width: 0.5rem;
  background: rgba(var(--primary-color-rgb), 0.08);
}
.id-card-2 .id-card-foot > .id-card-foot-bar:nth-child(3) {
  width: 0.375rem;
  background: rgba(var(--primary-color-rgb), 0.05);
}

@media (min-width: 640px) {
  .id-card-2 .id-card-foot > .id-card-foot-bar:nth-child(1) {
    width: 1.25rem;
  }
  .id-card-2 .id-card-foot > .id-card-foot-bar:nth-child(2) {
    width: 1rem;
  }
  .id-card-2 .id-card-foot > .id-card-foot-bar:nth-child(3) {
    width: 0.75rem;
  }
}

.settings-c .s-layer {
  transition: all 0.6s cubic-bezier(0.34, 1.4, 0.64, 1);
  transform-origin: center bottom;
  will-change: transform, opacity;
}

.settings-c .sl-1 {
  transform: translateY(-14px) scale(0.88);
  opacity: 0.45;
}
.settings-c .sl-2 {
  transform: translateY(-8px) scale(0.94);
  opacity: 0.7;
}
.settings-c .sl-3 {
  transform: translateY(-2px) scale(1);
  opacity: 1;
}

.settings-c:hover .sl-1 {
  transform: translateY(-22px) translateX(-4px) rotate(-2.5deg) scale(0.9);
  opacity: 0.6;
}
.settings-c:hover .sl-2 {
  transform: translateY(-13px) translateX(2px) rotate(0.5deg) scale(0.95);
  opacity: 0.85;
}
.settings-c:hover .sl-3 {
  transform: translateY(-5px) translateX(3px) rotate(1.2deg) scale(1.01);
  opacity: 1;
}

.settings-c .active-dot {
  background: rgba(var(--primary-color-rgb), 0.5);
  box-shadow: 0 0 6px rgba(var(--primary-color-rgb), 0.2);
  transition: all 0.5s ease;
}
.settings-c:hover .active-dot {
  background: rgba(var(--primary-color-rgb), 0.85);
  box-shadow: 0 0 14px rgba(var(--primary-color-rgb), 0.4);
}

.settings-c .active-line {
  background: rgba(var(--primary-color-rgb), 0.12);
  transition: all 0.5s ease;
}
.settings-c .active-line-2 {
  background: rgba(var(--primary-color-rgb), 0.08);
  transition: all 0.5s ease;
}
.settings-c .active-line-3 {
  background: rgba(var(--primary-color-rgb), 0.05);
  transition: all 0.5s ease;
}
.settings-c:hover .active-line {
  background: rgba(var(--primary-color-rgb), 0.25);
}
.settings-c:hover .active-line-2 {
  background: rgba(var(--primary-color-rgb), 0.16);
}
.settings-c:hover .active-line-3 {
  background: rgba(var(--primary-color-rgb), 0.1);
}

.settings-c .tag-badge {
  color: rgba(var(--primary-color-rgb), 0.8);
  background: rgba(var(--primary-color-rgb), 0.08);
  border: 1px solid rgba(var(--primary-color-rgb), 0.18);
  transition: all 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.settings-c:hover .tag-badge {
  background: rgba(var(--primary-color-rgb), 0.14);
  border-color: rgba(var(--primary-color-rgb), 0.3);
}

.settings-c .toggle-on .toggle-knob {
  transform: translateX(14px);
  background: rgba(var(--primary-color-rgb), 0.7);
}
.settings-c .toggle-on {
  background: rgba(var(--primary-color-rgb), 0.1);
  border-color: rgba(var(--primary-color-rgb), 0.2);
}
.settings-c:hover .toggle-on {
  background: rgba(var(--primary-color-rgb), 0.18);
  border-color: rgba(var(--primary-color-rgb), 0.35);
}
.settings-c:hover .toggle-on .toggle-knob {
  background: rgba(var(--primary-color-rgb), 0.95);
  box-shadow: 0 0 10px rgba(var(--primary-color-rgb), 0.35);
}
.settings-c .toggle-knob {
  transition: all 0.45s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.settings-c .layer-card {
  border-color: rgba(var(--black-color-rgb), 0.1) !important;
  box-shadow: 0 4px 20px -6px rgba(var(--black-color-rgb), 0.08);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.settings-c .lc-front {
  border-color: rgba(var(--primary-color-rgb), 0.14) !important;
}
.settings-c:hover .layer-card {
  border-color: rgba(var(--primary-color-rgb), 0.2) !important;
  box-shadow:
    0 8px 30px -6px rgba(var(--black-color-rgb), 0.08),
    0 0 16px -6px rgba(var(--primary-color-rgb), 0.05);
}
.settings-c:hover .lc-front {
  border-color: rgba(var(--primary-color-rgb), 0.3) !important;
  box-shadow:
    0 12px 40px -8px rgba(var(--black-color-rgb), 0.1),
    0 0 24px -4px rgba(var(--primary-color-rgb), 0.08);
}
.settings-c .lc-front::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--primary-color-rgb), 0.35),
    transparent
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}
.settings-c:hover .lc-front::after {
  opacity: 1;
}

.analytics-c .grid-l {
  opacity: 0.1;
  transition: opacity 0.5s ease;
}
.analytics-c:hover .grid-l {
  opacity: 0.18;
}

.analytics-c .area-f1 {
  opacity: 0.18;
  transition: opacity 0.7s ease;
}
.analytics-c .area-f2 {
  opacity: 0.1;
  transition: opacity 0.7s ease 0.1s;
}
.analytics-c:hover .area-f1 {
  opacity: 0.35;
}
.analytics-c:hover .area-f2 {
  opacity: 0.2;
}

.analytics-c .line-1 {
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
.analytics-c .line-2 {
  opacity: 0.25;
  transition: opacity 0.5s ease;
}
.analytics-c:hover .line-1 {
  opacity: 1;
}
.analytics-c:hover .line-2 {
  opacity: 0.55;
}

.analytics-c .dot {
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.analytics-c:hover .dot {
  opacity: 1;
  transform: scale(1);
}
.analytics-c:hover .d1 {
  transition-delay: 0.05s;
}
.analytics-c:hover .d2 {
  transition-delay: 0.1s;
}
.analytics-c:hover .d3 {
  transition-delay: 0.15s;
}
.analytics-c:hover .d4 {
  transition-delay: 0.2s;
}
.analytics-c:hover .d5 {
  transition-delay: 0.25s;
}

.admins-visual {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  height: 5.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.35rem;
  padding: 0 0.5rem;
  pointer-events: none;
}

@media (min-width: 640px) {
  .admins-visual {
    height: 9rem;
    gap: 0.75rem;
    padding: 0 1.5rem;
    bottom: 1rem;
  }
}

.id-card-1-el {
  width: 3.5rem;
  height: 4.5rem;
}
.id-card-2-el {
  width: 4rem;
  height: 5rem;
}
.id-card-3-el {
  width: 3rem;
  height: 3.5rem;
}

@media (min-width: 640px) {
  .id-card-1-el {
    width: 6rem;
    height: 7rem;
  }
  .id-card-2-el {
    width: 6rem;
    height: 8rem;
  }
  .id-card-3-el {
    width: 6rem;
    height: 6rem;
  }
}

.settings-visual {
  position: absolute;
  bottom: 0.4rem;
  left: 0.5rem;
  right: 0.5rem;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px) {
  .settings-visual {
    bottom: 0.75rem;
    left: 1.25rem;
    right: 1.25rem;
  }
}

.analytics-visual {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  pointer-events: none;
  height: 45%;
}

@media (min-width: 640px) {
  .analytics-visual {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    height: 55%;
  }
}

.settings-layer-mb {
  margin-bottom: -5px;
}

/* ==========================================================================
   My Job Postings — Isometric stack visual
   A 5-page document deck rendered in 3D perspective. Resting state shows a
   composed posting silhouette (avatar + status pill, content lines, chip
   row) with subtle paper grain and a primary accent stripe. On hover the
   whole deck lifts, fans out diagonally, the top page tilts and glows
   primary, and a soft shimmer sweeps across it.
   ========================================================================== */
.jobs-visual-footer {
  margin-top: auto;
  padding-top: 2rem;
  position: relative;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 640px) {
  .jobs-visual-footer {
    padding-top: 2.5rem;
    min-height: 13rem;
  }
}

@media (min-width: 1024px) {
  .jobs-visual-footer {
    padding-top: 3rem;
    min-height: 14rem;
  }
}

.jobs-deck-stage {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  perspective: 1100px;
  pointer-events: none;
}

.jobs-deck {
  position: relative;
  width: 9rem;
  height: 9rem;
  margin-bottom: 1.25rem;
  transform-style: preserve-3d;
  transform: translateY(0) rotateX(56deg) rotateZ(-30deg);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

@media (min-width: 640px) {
  .jobs-deck {
    width: 11rem;
    height: 11rem;
  }
}

@media (min-width: 1024px) {
  .jobs-deck {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.job-c:hover .jobs-deck {
  transform: translateY(-6px) rotateX(48deg) rotateZ(-24deg);
}

.jobs-page {
  position: absolute;
  inset: 0;
  background: var(--white-color);
  border-radius: 14px;
  border: 1px solid rgba(var(--black-color-rgb), 0.08);
  box-shadow:
    0 1px 2px rgba(var(--black-color-rgb), 0.05),
    0 0 0 0.5px rgba(var(--black-color-rgb), 0.03);
  transform-style: preserve-3d;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.jobs-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.07), transparent 45%),
    linear-gradient(0deg, rgba(var(--black-color-rgb), 0.025), transparent 45%);
  pointer-events: none;
}

/* underlying pages — increasing presence, slight green warmth as we go up */
.jobs-page-1 {
  transform: translateZ(0);
  background: rgba(var(--white-color-rgb), 0.72);
  border-color: rgba(var(--black-color-rgb), 0.06);
  opacity: 0.92;
}
.jobs-page-2 {
  transform: translateZ(9px);
  background: rgba(var(--white-color-rgb), 0.88);
}
.jobs-page-3 {
  transform: translateZ(18px);
  border-color: rgba(var(--black-color-rgb), 0.09);
}
.jobs-page-4 {
  transform: translateZ(28px);
  border-color: rgba(var(--primary-color-rgb), 0.2);
  box-shadow:
    0 2px 6px -2px rgba(var(--black-color-rgb), 0.08),
    0 0 0 0.5px rgba(var(--primary-color-rgb), 0.06);
}
.jobs-page-5 {
  transform: translateZ(40px);
  border-color: rgba(var(--primary-color-rgb), 0.34);
  background: linear-gradient(
    180deg,
    var(--white-color) 0%,
    rgba(var(--primary-color-rgb), 0.03) 100%
  );
  box-shadow:
    0 6px 18px -6px rgba(var(--black-color-rgb), 0.14),
    0 0 0 1px rgba(var(--primary-color-rgb), 0.1),
    0 0 20px -8px rgba(var(--primary-color-rgb), 0.18);
}

.job-c:hover .jobs-page-1 {
  transform: translateZ(0) translate3d(-12px, -12px, 0);
  opacity: 0.85;
}
.job-c:hover .jobs-page-2 {
  transform: translateZ(12px) translate3d(-6px, -6px, 0);
}
.job-c:hover .jobs-page-3 {
  transform: translateZ(24px) translate3d(0, 0, 0);
}
.job-c:hover .jobs-page-4 {
  transform: translateZ(38px) translate3d(6px, 6px, 0);
  border-color: rgba(var(--primary-color-rgb), 0.3);
}
.job-c:hover .jobs-page-5 {
  transform: translateZ(58px) translate3d(12px, 12px, 0) rotateZ(-2deg);
  border-color: rgba(var(--primary-color-rgb), 0.5);
  box-shadow:
    0 18px 40px -8px rgba(var(--black-color-rgb), 0.18),
    0 0 0 1px rgba(var(--primary-color-rgb), 0.28),
    0 0 38px -4px rgba(var(--primary-color-rgb), 0.32);
}

/* primary accent stripe down the left edge of the top page */
.jobs-page-stripe {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(
    180deg,
    rgba(var(--primary-color-rgb), 0.55),
    rgba(var(--primary-color-rgb), 0.15)
  );
  transition: all 0.6s ease;
}

.job-c:hover .jobs-page-stripe {
  background: linear-gradient(
    180deg,
    var(--primary-color),
    rgba(var(--primary-color-rgb), 0.35)
  );
  box-shadow: 0 0 10px rgba(var(--primary-color-rgb), 0.45);
}

/* shimmer sweep on hover */
.jobs-page-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(var(--white-color-rgb), 0.45) 50%,
    transparent 70%
  );
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
}

.job-c:hover .jobs-page-shimmer {
  animation: jobsDeckShimmer 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s 1 forwards;
}

@keyframes jobsDeckShimmer {
  0% { transform: translateX(-100%); opacity: 0; }
  20% { opacity: 0.9; }
  80% { opacity: 0.9; }
  100% { transform: translateX(100%); opacity: 0; }
}

.jobs-page-content {
  position: absolute;
  inset: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.jobs-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.jobs-page-avatar {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: rgba(var(--primary-color-rgb), 0.18);
  border: 1px solid rgba(var(--primary-color-rgb), 0.32);
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.job-c:hover .jobs-page-avatar {
  background: rgba(var(--primary-color-rgb), 0.32);
  border-color: rgba(var(--primary-color-rgb), 0.55);
  box-shadow: 0 0 10px rgba(var(--primary-color-rgb), 0.35);
}

.jobs-page-pulse {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(var(--success-color-rgb), 0.55);
  box-shadow: 0 0 0 1.5px var(--white-color);
  animation: jobsPagePulse 2.4s ease-in-out infinite;
}

.job-c:hover .jobs-page-pulse {
  background: var(--success-color);
  animation-duration: 1.4s;
}

@keyframes jobsPagePulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.25); opacity: 1; }
}

.jobs-page-pill {
  height: 9px;
  flex: 1;
  max-width: 56%;
  border-radius: 999px;
  background: rgba(var(--black-color-rgb), 0.07);
  transition: all 0.5s ease;
}

.job-c:hover .jobs-page-pill {
  background: linear-gradient(
    90deg,
    rgba(var(--primary-color-rgb), 0.28),
    rgba(var(--primary-color-rgb), 0.12)
  );
}

.jobs-page-line {
  height: 5px;
  border-radius: 999px;
  background: rgba(var(--black-color-rgb), 0.08);
  transition: background 0.5s ease;
}

.jobs-page-line-long {
  width: 88%;
}
.jobs-page-line-med {
  width: 62%;
  background: rgba(var(--black-color-rgb), 0.06);
}

.job-c:hover .jobs-page-line-long {
  background: rgba(var(--black-color-rgb), 0.12);
}
.job-c:hover .jobs-page-line-med {
  background: rgba(var(--black-color-rgb), 0.09);
}

.jobs-page-grid {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.jobs-page-grid > span {
  height: 14px;
  border-radius: 4px;
  background: rgba(var(--primary-color-rgb), 0.1);
  border: 1px solid rgba(var(--primary-color-rgb), 0.16);
  transition: all 0.5s ease;
}

.jobs-page-grid > span:nth-child(2) {
  background: rgba(var(--success-color-rgb), 0.1);
  border-color: rgba(var(--success-color-rgb), 0.18);
}

.jobs-page-grid > span:nth-child(3) {
  background: rgba(var(--info-color-rgb), 0.1);
  border-color: rgba(var(--info-color-rgb), 0.18);
}

.job-c:hover .jobs-page-grid > span {
  background: rgba(var(--primary-color-rgb), 0.2);
  border-color: rgba(var(--primary-color-rgb), 0.34);
  box-shadow: 0 0 8px -2px rgba(var(--primary-color-rgb), 0.3);
}
.job-c:hover .jobs-page-grid > span:nth-child(2) {
  background: rgba(var(--success-color-rgb), 0.2);
  border-color: rgba(var(--success-color-rgb), 0.36);
  box-shadow: 0 0 8px -2px rgba(var(--success-color-rgb), 0.3);
}
.job-c:hover .jobs-page-grid > span:nth-child(3) {
  background: rgba(var(--info-color-rgb), 0.2);
  border-color: rgba(var(--info-color-rgb), 0.36);
  box-shadow: 0 0 8px -2px rgba(var(--info-color-rgb), 0.3);
}

/* faint silhouette on the layers below the top page */
.jobs-page-shadow {
  position: absolute;
  inset: 22px 50px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0.45;
  transition: opacity 0.6s ease;
}

.jobs-page-shadow > span {
  height: 5px;
  border-radius: 999px;
  background: rgba(var(--black-color-rgb), 0.1);
}
.jobs-page-shadow > span:nth-child(1) { width: 55%; }
.jobs-page-shadow > span:nth-child(2) { width: 78%; }
.jobs-page-shadow > span:nth-child(3) { width: 42%; }

.job-c:hover .jobs-page-shadow {
  opacity: 0.7;
}

/* ground shadow — soft elliptical pool that widens on hover */
.jobs-deck-floor {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  width: 13rem;
  height: 1.5rem;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(var(--black-color-rgb), 0.22),
    transparent 70%
  );
  filter: blur(8px);
  opacity: 0.5;
  transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.job-c:hover .jobs-deck-floor {
  width: 15rem;
  opacity: 0.75;
}

/* primary-tinted ambient glow — only present on hover */
.jobs-deck-glow {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 14rem;
  height: 6rem;
  transform: translateX(-50%);
  background: radial-gradient(
    ellipse at center,
    rgba(var(--primary-color-rgb), 0.25),
    transparent 70%
  );
  filter: blur(18px);
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}

.job-c:hover .jobs-deck-glow {
  opacity: 0.9;
}

/* ==========================================================================
   Responsive — hide decorative card visuals on mobile.
   Text + options alone are enough on small screens; the illustrations just
   crowd the content.
   ========================================================================== */
@media (max-width: 639px) {
  main[data-view="dashboard"] .admins-visual,
  main[data-view="dashboard"] .analytics-visual,
  main[data-view="dashboard"] .settings-visual,
  main[data-view="dashboard"] .jobs-visual-footer {
    display: none !important;
  }
}
