/* =============================================================================
   Jobs Board Styles — v3 Redesign
   Warm coastal design with progressive disclosure, storytelling empty states
   Extends style.css (Surf City Pier palette, Fraunces + Plus Jakarta Sans)
   ============================================================================= */

/* Hero — Dramatic gradient with decorative elements */
.job-hero {
  background: linear-gradient(135deg, var(--midnight) 0%, #1a4a6e 40%, var(--coastal-blue) 70%, #3a9cb5 100%);
  padding: 7rem 0 4rem;
  color: white;
  position: relative;
  overflow: hidden;
}
.job-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232,114,92,0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.job-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath d='M0,20 C240,80 480,0 720,40 C960,80 1200,0 1440,20 L1440,80 L0,80 Z' fill='%23F7F4EE'/%3E%3C/svg%3E") no-repeat bottom center;
  background-size: cover;
}
.job-hero .container {
  position: relative;
  z-index: 1;
}
.job-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  margin: 0.25rem 0 0.75rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.2);
  letter-spacing: -0.02em;
}
.job-hero__subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  opacity: 0.9;
  max-width: 600px;
  line-height: 1.6;
}
.job-hero__stats {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.job-stat {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
}
.job-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--seafoam);
  line-height: 1.2;
}

/* Floating decorative icons in hero */
.job-hero__decor {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  inset: 0;
}
.job-hero__decor i {
  position: absolute;
  color: rgba(255,255,255,0.06);
}
.job-hero__decor i:nth-child(1) { top: 40px; right: 100px; font-size: 4rem; transform: rotate(-12deg); }
.job-hero__decor i:nth-child(2) { top: 130px; right: 220px; font-size: 2.5rem; transform: rotate(8deg); }
.job-hero__decor i:nth-child(3) { bottom: 110px; right: 70px; font-size: 3rem; transform: rotate(15deg); }
.job-hero__decor i:nth-child(4) { bottom: 90px; left: 6%; font-size: 2rem; transform: rotate(-8deg); }

/* Page header */
.job-page-header {
  background: linear-gradient(135deg, var(--midnight) 0%, var(--coastal-blue) 100%);
  padding: 5.5rem 0 1.5rem;
  color: white;
}
.job-page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  margin: 0.25rem 0 0.25rem;
}
.job-page-header p {
  opacity: 0.8;
  margin: 0;
}
.job-page-header--seasonal {
  background: linear-gradient(135deg, #c16b31 0%, #e0a030 100%);
}

/* Breadcrumbs in dark header */
.job-hero .dir-breadcrumbs,
.job-page-header .dir-breadcrumbs {
  margin-bottom: 0.75rem;
}
.job-hero .dir-breadcrumbs a,
.job-page-header .dir-breadcrumbs a {
  color: rgba(255,255,255,0.65);
}
.job-hero .dir-breadcrumbs a:hover,
.job-page-header .dir-breadcrumbs a:hover {
  color: white;
}
.job-hero .dir-breadcrumbs__current,
.job-page-header .dir-breadcrumbs__current {
  color: rgba(255,255,255,0.4);
}
.job-hero .dir-breadcrumbs i,
.job-page-header .dir-breadcrumbs i {
  color: rgba(255,255,255,0.25);
}

/* Section */
.job-section {
  padding: var(--space-md) 0 var(--space-lg);
}

/* =========================================================================
   Tab Toggle — Openings vs Looking for Work
   ========================================================================= */
.job-tab-toggle {
  display: flex;
  background: var(--sand);
  border-radius: var(--radius-full);
  padding: 4px;
  margin-bottom: 1.5rem;
  max-width: 420px;
}
.job-tab-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  border: none;
  border-radius: var(--radius-full);
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--driftwood);
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.job-tab-btn:hover {
  color: var(--midnight);
}
.job-tab-btn--active {
  background: white;
  color: var(--midnight);
  box-shadow: 0 2px 8px rgba(26,60,77,0.08);
}
.job-tab-btn i {
  font-size: 0.8rem;
}

/* =========================================================================
   Seeker Profile Cards — "Looking for Work" tab
   ========================================================================= */
.seeker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.seeker-card {
  background: white;
  border: 1px solid rgba(232,240,236,0.8);
  border-radius: 16px;
  padding: 1.5rem;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.seeker-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--coastal-blue) 0%, var(--seafoam) 100%);
  opacity: 0;
  transition: opacity 0.25s;
}
.seeker-card:hover {
  border-color: rgba(46,125,150,0.15);
  box-shadow: 0 12px 32px rgba(26,60,77,0.08);
  transform: translateY(-3px);
}
.seeker-card:hover::before {
  opacity: 1;
}

.seeker-card__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.seeker-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coastal-blue) 0%, var(--seafoam) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  text-transform: uppercase;
}
.seeker-card__info {
  flex: 1;
  min-width: 0;
}
.seeker-card__name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--midnight);
  margin: 0 0 0.15rem;
  line-height: 1.3;
}
.seeker-card__town {
  font-size: 0.82rem;
  color: var(--driftwood);
}
.seeker-card__town i {
  margin-right: 0.2rem;
  color: var(--coastal-blue);
  opacity: 0.5;
}

.seeker-card__availability {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.15rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.seeker-card__availability--available {
  background: #dcfce7;
  color: #166534;
}
.seeker-card__availability--available::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: seeker-pulse-dot 2s ease-in-out infinite;
}
.seeker-card__availability--starting-soon {
  background: #fef3c7;
  color: #92400e;
}
.seeker-card__availability--seasonal {
  background: #dbeafe;
  color: #1d4ed8;
}

@keyframes seeker-pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.seeker-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}
.seeker-card__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.55rem;
  background: rgba(46,125,150,0.06);
  border: 1px solid rgba(46,125,150,0.1);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--coastal-blue);
}
.seeker-card__tag i {
  font-size: 0.65rem;
  opacity: 0.6;
}

.seeker-card__bio {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.55;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.seeker-card__contact {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(232,240,236,0.8);
}
.seeker-card__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.2s;
  background: var(--coastal-blue);
  color: white;
}
.seeker-card__contact-btn:hover {
  background: var(--midnight);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26,60,77,0.15);
}
.seeker-card__contact-btn i {
  font-size: 0.75rem;
}

.seeker-card__contact-locked {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--driftwood);
  background: var(--sand);
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  transition: all 0.2s;
}
.seeker-card__contact-locked:hover {
  background: rgba(46,125,150,0.08);
  color: var(--coastal-blue);
}
.seeker-card__contact-locked i {
  font-size: 0.7rem;
}

.seeker-card__posted {
  margin-left: auto;
  font-size: 0.75rem;
  color: var(--text-light);
}

/* Seeker Empty State */
.seeker-empty {
  text-align: center;
  padding: 3rem 2rem 4rem;
  max-width: 550px;
  margin: 0 auto;
}
.seeker-empty__illustration {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 1.5rem;
}
.seeker-empty__illustration::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(46,125,150,0.06) 0%, rgba(75,188,170,0.06) 100%);
  border-radius: 50%;
  animation: job-pulse 3s ease-in-out infinite;
}
.seeker-empty__illustration > i:first-child {
  font-size: 3rem;
  color: var(--coastal-blue);
  opacity: 0.35;
  position: relative;
}
.seeker-empty__illustration .seeker-empty__accent {
  position: absolute;
  font-size: 1.2rem;
  opacity: 0.45;
  color: var(--seafoam);
  animation: job-float 4s ease-in-out infinite;
}
.seeker-empty__accent:nth-child(2) { top: 8px; right: 10px; }
.seeker-empty__accent:nth-child(3) { bottom: 14px; left: 6px; color: var(--coral); animation-delay: 1.2s; }

.seeker-empty h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--midnight);
  margin: 0 0 0.75rem;
}
.seeker-empty p {
  color: var(--driftwood);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 auto 1.5rem;
  max-width: 420px;
}
.seeker-empty__roles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.seeker-empty__role {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  background: rgba(46,125,150,0.04);
  border: 1px solid rgba(46,125,150,0.1);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--coastal-blue);
}
.seeker-empty__role i {
  font-size: 0.72rem;
  opacity: 0.6;
}

/* Seeker Toolbar */
.seeker-toolbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.seeker-toolbar__search {
  flex: 1;
  min-width: 200px;
}
.seeker-toolbar__search input {
  width: 100%;
  padding: 0.55rem 1.15rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: all 0.2s;
  background: white;
}
.seeker-toolbar__search input:focus {
  border-color: var(--coastal-blue);
  box-shadow: 0 0 0 3px rgba(46,125,150,0.1);
}
.seeker-toolbar__search input::placeholder {
  color: var(--driftwood);
}
.seeker-count {
  font-size: 0.82rem;
  color: var(--driftwood);
  font-weight: 500;
}

/* Seeker Submission Form */
.seeker-form-section {
  margin-top: 2.5rem;
  background: white;
  border: 1px solid rgba(232,240,236,0.6);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(26,60,77,0.06);
  overflow: hidden;
  position: relative;
}
.seeker-form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--coastal-blue) 0%, var(--seafoam) 50%, #e0a030 100%);
}
.seeker-form-section__inner {
  padding: 2.5rem;
}
.seeker-form-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(46,125,150,0.1) 0%, rgba(75,188,170,0.1) 100%);
  border-radius: 50%;
  margin-bottom: 1rem;
}
.seeker-form-section__icon i {
  font-size: 1.3rem;
  color: var(--coastal-blue);
}
.seeker-form-section h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--midnight);
  margin: 0 0 0.35rem;
}
.seeker-form-section > .seeker-form-section__inner > p:first-of-type {
  color: var(--driftwood);
  margin: 0 0 1.75rem;
  max-width: 500px;
  line-height: 1.5;
}

.seeker-form-section__auth-gate {
  text-align: center;
  padding: 2rem;
}
.seeker-form-section__auth-gate p {
  color: var(--driftwood);
  margin: 0 0 1rem;
}

.seeker-form {
  display: grid;
  gap: 1.25rem;
}
.seeker-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.seeker-form__group {
  display: flex;
  flex-direction: column;
}
.seeker-form__group label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--midnight);
  margin-bottom: 0.35rem;
}
.seeker-form__group .required {
  color: var(--coral);
}
.seeker-form__group input[type="text"],
.seeker-form__group input[type="email"],
.seeker-form__group input[type="tel"],
.seeker-form__group select,
.seeker-form__group textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1.5px solid var(--sand);
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  background: white;
  transition: all 0.2s;
  box-sizing: border-box;
  color: var(--text-dark);
}
.seeker-form__group input:focus,
.seeker-form__group select:focus,
.seeker-form__group textarea:focus {
  outline: none;
  border-color: var(--coastal-blue);
  box-shadow: 0 0 0 3px rgba(46,125,150,0.1);
}
.seeker-form__group textarea {
  min-height: 100px;
  resize: vertical;
}
.seeker-form__group select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236D8494'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 18px;
  padding-right: 2.2rem;
}
.seeker-form__char-count {
  font-size: 0.75rem;
  color: var(--driftwood);
  text-align: right;
  margin-top: 0.25rem;
}
.seeker-form__char-count--over {
  color: var(--coral);
  font-weight: 600;
}

.seeker-form__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.seeker-form__cat-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.75rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  background: white;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-form__cat-pill:hover {
  border-color: var(--coastal-blue);
  color: var(--coastal-blue);
}
.seeker-form__cat-pill--selected {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
}
.seeker-form__cat-pill i {
  font-size: 0.7rem;
}

.seeker-form__contact-pref {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.seeker-form__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--text-body);
}
.seeker-form__radio input[type="radio"] {
  accent-color: var(--coastal-blue);
}

.seeker-form__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
}
.seeker-form__status {
  font-size: 0.9rem;
}
.seeker-form__status--success {
  color: #2d7a3a;
  font-weight: 600;
}
.seeker-form__status--error {
  color: var(--coral);
}

/* Seeker Filter Selects */
.seeker-filter-select {
  padding: 0.45rem 2rem 0.45rem 0.85rem;
  border: 1.5px solid var(--sand);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-body);
  background: white;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236D8494'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-filter-select:focus {
  outline: none;
  border-color: var(--coastal-blue);
  box-shadow: 0 0 0 3px rgba(46,125,150,0.1);
}

/* Seeker Category Picker (form) */
.seeker-category-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* Seeker Category Chips */
.seeker-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.75rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  background: white;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-cat-chip:hover {
  border-color: var(--coastal-blue);
  color: var(--coastal-blue);
  background: rgba(46,125,150,0.04);
}
.seeker-cat-chip--active {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
  box-shadow: 0 2px 8px rgba(46,125,150,0.2);
}

/* Seeker Card — Skills row */
.seeker-card__skills {
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.seeker-card__skills i {
  color: var(--coastal-blue);
  opacity: 0.5;
  margin-right: 0.3rem;
  font-size: 0.78rem;
}

/* Seeker Card — Availability badge (inline) */
.seeker-card__avail {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.18rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
}

/* Seeker Card — Contact locked state */
.seeker-card__contact--locked {
  color: var(--driftwood);
  font-size: 0.82rem;
}
.seeker-card__contact--locked i {
  font-size: 0.72rem;
  opacity: 0.5;
  margin-right: 0.2rem;
}
.seeker-card__contact--locked a {
  color: var(--coastal-blue);
  text-decoration: underline;
  text-decoration-color: rgba(46,125,150,0.3);
}
.seeker-card__contact--locked a:hover {
  text-decoration-color: var(--coastal-blue);
}

/* Seeker Char Count */
.seeker-char-count {
  font-size: 0.75rem;
  color: var(--driftwood);
  text-align: right;
  margin-top: 0.25rem;
}

.seeker-file-input {
  display: block;
  width: 100%;
  padding: 0.5rem;
  border: 1px dashed var(--coastal-blue);
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--text-primary, #333);
}
.seeker-file-input:hover { border-color: var(--pier-sunset); }
.seeker-file-hint {
  display: block;
  font-size: 0.75rem;
  color: var(--driftwood);
  margin-top: 0.25rem;
}
.optional-label {
  font-weight: 400;
  font-size: 0.8em;
  color: var(--driftwood);
}
.seeker-card__files {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.seeker-card__file-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  padding: 0.15rem 0.5rem;
  border-radius: 1rem;
  background: rgba(59, 130, 246, 0.1);
  color: var(--coastal-blue);
}

/* Seeker Loading State */
.seeker-loading {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--driftwood);
  font-size: 0.9rem;
  grid-column: 1 / -1;
}
.seeker-loading i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--coastal-blue);
  opacity: 0.4;
}

/* Seeker CTA Section */
.seeker-cta-section {
  text-align: center;
  margin-top: 2.5rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(26,60,77,0.06);
  border: 1px solid rgba(232,240,236,0.6);
  overflow: hidden;
  position: relative;
}
.seeker-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--coastal-blue) 0%, var(--seafoam) 50%, #e0a030 100%);
}
.seeker-cta-section__inner {
  padding: 3rem 2.5rem;
}
.seeker-cta-section h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--midnight);
  margin: 0 0 0.5rem;
}
.seeker-cta-section p {
  color: var(--driftwood);
  margin: 0 auto 1.75rem;
  max-width: 450px;
  line-height: 1.6;
}

/* Seeker Form Section (existing profile form) */
.seeker-form-section h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--midnight);
  margin: 0 0 1.25rem;
}
.seeker-form-section h2 i {
  color: var(--coastal-blue);
  margin-right: 0.4rem;
}

/* Seeker Status Badge */
.seeker-status-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  background: white;
  border-left: 4px solid;
  border-radius: 10px;
  font-size: 0.9rem;
  color: var(--text-body);
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 8px rgba(26,60,77,0.04);
}
.seeker-status-badge i {
  font-size: 1.1rem;
}

/* Seeker Delete Button */
.seeker-delete-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.7rem;
  border: 1.5px solid #fee2e2;
  border-radius: var(--radius-full);
  background: #fff5f5;
  color: #dc2626;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
  transition: all 0.2s;
}
.seeker-delete-btn:hover {
  background: #fee2e2;
  border-color: #fca5a5;
}
.seeker-delete-btn i {
  font-size: 0.7rem;
}

/* Seeker Pagination */
.seeker-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 2rem;
}
.seeker-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border: 1.5px solid var(--sand);
  border-radius: 10px;
  background: white;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-page-btn:hover {
  border-color: var(--coastal-blue);
  color: var(--coastal-blue);
  background: rgba(46,125,150,0.04);
}
.seeker-page-btn--active {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
  box-shadow: 0 2px 8px rgba(46,125,150,0.2);
}
.seeker-page-dots {
  padding: 0 0.35rem;
  color: var(--driftwood);
  font-size: 0.85rem;
}

/* =========================================================================
   Filter Toolbar — Card treatment
   ========================================================================= */
.job-toolbar {
  background: white;
  border: 1px solid var(--sand);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 12px rgba(26,60,77,0.04);
}
.job-toolbar__row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.job-toolbar__row + .job-toolbar__row {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(232,240,236,0.6);
}
.job-toolbar__label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--driftwood);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  min-width: 70px;
}
.job-toolbar__divider {
  width: 1px;
  height: 20px;
  background: rgba(232,240,236,0.8);
  flex-shrink: 0;
}

/* More Filters toggle button */
.job-more-filters-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  border: 1.5px dashed rgba(46,125,150,0.3);
  border-radius: var(--radius-full);
  background: rgba(46,125,150,0.04);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--coastal-blue);
  transition: all 0.25s;
  flex-shrink: 0;
}
.job-more-filters-btn:hover {
  background: rgba(46,125,150,0.08);
  border-color: var(--coastal-blue);
}
.job-more-filters-btn[aria-expanded="true"] {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
  border-style: solid;
}
.job-more-filters-btn i {
  font-size: 0.75rem;
  transition: transform 0.25s;
}
.job-more-filters-btn[aria-expanded="true"] i {
  transform: rotate(90deg);
}

/* Advanced filters panel — hidden by default */
.job-toolbar__advanced {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s;
  opacity: 0;
}
.job-toolbar__advanced.job-toolbar__advanced--open {
  max-height: 400px;
  opacity: 1;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(232,240,236,0.6);
}

/* Controls */
.job-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.job-view-toggle {
  display: flex;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  overflow: hidden;
  background: var(--sand);
  flex-shrink: 0;
}
.job-view-btn {
  padding: 0.5rem 1.1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--driftwood);
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: var(--radius-full);
}
.job-view-btn:hover {
  color: var(--midnight);
}
.job-view-btn--active {
  background: var(--coastal-blue);
  color: white;
  box-shadow: 0 2px 8px rgba(46,125,150,0.3);
}

.job-search {
  flex: 1;
  min-width: 200px;
}
.job-search__input {
  width: 100%;
  padding: 0.55rem 1.15rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition: all 0.2s;
  background: white;
}
.job-search__input:focus {
  border-color: var(--coastal-blue);
  box-shadow: 0 0 0 3px rgba(46,125,150,0.1);
}
.job-search__input::placeholder {
  color: var(--driftwood);
}

/* Filters */
.job-filters {
  margin-bottom: 1rem;
}
.job-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.job-filter-label {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--driftwood);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  min-width: 70px;
}

/* Pills */
.job-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.9rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  background: white;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  color: var(--text-body);
  white-space: nowrap;
}
.job-pill i {
  font-size: 0.75rem;
  opacity: 0.6;
}
.job-pill:hover {
  border-color: var(--coastal-blue);
  color: var(--coastal-blue);
  background: rgba(46,125,150,0.04);
}
.job-pill:hover i {
  opacity: 1;
}
.job-pill--active {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
  box-shadow: 0 2px 8px rgba(46,125,150,0.2);
}
.job-pill--active i {
  opacity: 1;
}
.job-pill--town {
  background: var(--sand);
  border-color: transparent;
  font-weight: 500;
}
.job-pill--town:hover {
  background: var(--coastal-blue);
  color: white;
}

.job-towns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* =========================================================================
   Job Grid & Cards
   ========================================================================= */
.job-grid {
  display: grid;
  gap: 0.75rem;
}

/* Job Card */
.job-card {
  background: white;
  border: 1px solid rgba(232,240,236,0.8);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.job-card:hover {
  border-color: rgba(46,125,150,0.2);
  box-shadow: 0 12px 32px rgba(26,60,77,0.1);
  transform: translateY(-3px);
}
.job-card--featured {
  border-left: 4px solid #e0a030;
}
.job-card--urgent {
  border-left: 4px solid var(--coral);
}
.job-card--featured.job-card--urgent {
  border-left: 4px solid var(--coral);
}
.job-card__link {
  display: block;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
}
.job-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.job-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.job-card__type {
  font-size: 0.78rem;
  color: var(--driftwood);
  background: var(--sand);
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  white-space: nowrap;
  font-weight: 500;
}
.job-card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
  color: var(--midnight);
  line-height: 1.3;
}
.job-card__company {
  font-size: 0.9rem;
  color: var(--coastal-blue);
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.job-card__company i {
  margin-right: 0.3rem;
  opacity: 0.6;
}
.job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: var(--driftwood);
  margin-bottom: 0.4rem;
}
.job-card__meta i {
  margin-right: 0.2rem;
  color: var(--coastal-blue);
  opacity: 0.5;
}
.job-card__desc {
  font-size: 0.88rem;
  color: #666;
  margin: 0.4rem 0 0;
  line-height: 1.5;
}

/* Badges */
.job-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.job-badge--urgent {
  background: var(--coral);
  color: white;
}
.job-badge--seasonal {
  background: #e0a030;
  color: white;
}
.job-badge--housing {
  background: var(--seafoam);
  color: var(--midnight);
}
.job-badge--meals {
  background: #b8d4a0;
  color: var(--midnight);
}
.job-badge--featured {
  background: #fff3cd;
  color: #856404;
}

/* =========================================================================
   Empty State — Storytelling with seasonal warmth
   ========================================================================= */
.job-empty {
  text-align: center;
  padding: 3rem 2rem 4rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Scene wrapper for illustration + wave */
.job-empty__scene {
  position: relative;
  margin-bottom: 2rem;
}
.job-empty__wave {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 20'%3E%3Cpath d='M0,10 C25,0 50,20 75,10 C100,0 125,20 150,10 C175,0 200,20 200,10' fill='none' stroke='%23E8725C' stroke-width='2' opacity='0.15'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.job-empty__illustration {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
}
.job-empty__illustration::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232,114,92,0.06) 0%, rgba(224,160,48,0.06) 50%, rgba(75,188,170,0.04) 100%);
  border-radius: 50%;
  animation: job-pulse 3s ease-in-out infinite;
}
@keyframes job-pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
}
.job-empty__illustration > i:first-child {
  font-size: 3.5rem;
  color: var(--coral);
  opacity: 0.4;
  position: relative;
}
.job-empty__illustration .job-empty__accent {
  position: absolute;
  font-size: 1.3rem;
  opacity: 0.5;
}
.job-empty__accent:nth-child(2) { top: 10px; right: 12px; color: var(--seafoam); animation: job-float 4s ease-in-out infinite; }
.job-empty__accent:nth-child(3) { bottom: 18px; left: 8px; color: var(--coastal-blue); animation: job-float 4s ease-in-out 1s infinite; }

@keyframes job-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.job-empty h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--midnight);
  margin: 0 0 0.75rem;
}
.job-empty p {
  color: var(--driftwood);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 auto 2rem;
  max-width: 440px;
}

/* "Who's hiring" preview grid */
.job-empty__upcoming {
  margin-bottom: 2rem;
}
.job-empty__upcoming h4 {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--driftwood);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}
.job-empty__preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 480px;
  margin: 0 auto;
}
.job-empty__preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  background: linear-gradient(135deg, rgba(232,114,92,0.03) 0%, rgba(224,160,48,0.03) 100%);
  border: 1px solid rgba(232,240,236,0.8);
  border-radius: 12px;
  transition: all 0.25s;
}
.job-empty__preview-item:hover {
  background: linear-gradient(135deg, rgba(232,114,92,0.06) 0%, rgba(224,160,48,0.06) 100%);
  border-color: rgba(232,114,92,0.15);
  transform: translateY(-2px);
}
.job-empty__preview-item i {
  font-size: 1.25rem;
  color: var(--coral);
  opacity: 0.6;
}
.job-empty__preview-item span {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-body);
  line-height: 1.3;
}

/* CTA in empty state */
.job-empty__cta {
  margin-top: 0.5rem;
}

/* Legacy hint badge */
.job-empty__hint {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--coral);
  font-weight: 500;
  background: rgba(232,114,92,0.06);
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
}
.job-empty__hint i {
  font-size: 0.85rem;
}

/* Legacy simple empty fallback */
.job-empty:not(:has(.job-empty__illustration)):not(:has(.job-empty__scene)) {
  padding: 3rem 1rem;
  color: var(--driftwood);
}
.job-empty:not(:has(.job-empty__illustration)):not(:has(.job-empty__scene)) > i {
  font-size: 3rem;
  opacity: 0.3;
  display: block;
  margin-bottom: 1rem;
}

/* =========================================================================
   Map
   ========================================================================= */
.job-map {
  height: 450px;
  border-radius: 14px;
  border: 1px solid var(--sand);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(26,60,77,0.06);
}
.job-map--hidden {
  display: none;
}

/* =========================================================================
   CTA Section — Premium card treatment
   ========================================================================= */
.job-cta-section {
  text-align: center;
  padding: 0;
  margin-top: 2.5rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(26,60,77,0.06);
  border: 1px solid rgba(232,240,236,0.6);
  overflow: hidden;
  position: relative;
}
.job-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--coral) 0%, var(--seafoam) 50%, var(--coastal-blue) 100%);
}
.job-cta-section__inner {
  padding: 3rem 2.5rem;
}
.job-cta-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, rgba(232,114,92,0.1) 0%, rgba(75,188,170,0.1) 100%);
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.job-cta-section__icon i {
  font-size: 1.5rem;
  color: var(--coral);
}
.job-cta-section h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--midnight);
  margin: 0 0 0.5rem;
}
.job-cta-section p {
  color: var(--driftwood);
  margin: 0 auto 1.75rem;
  max-width: 450px;
  line-height: 1.6;
}
.job-cta-section__note {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.job-cta-section__note i {
  font-size: 0.8rem;
  color: var(--coastal-blue);
  opacity: 0.5;
}

/* =========================================================================
   Buttons
   ========================================================================= */
.job-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s;
}
.job-btn--primary {
  background: var(--coral);
  color: white;
  box-shadow: 0 4px 16px rgba(232,114,92,0.3);
}
.job-btn--primary:hover {
  background: #d45a3a;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(232,114,92,0.4);
}
.job-btn--secondary {
  background: white;
  color: var(--coastal-blue);
  border: 1.5px solid var(--coastal-blue);
}
.job-btn--secondary:hover {
  background: var(--coastal-blue);
  color: white;
}
.job-btn--full {
  width: 100%;
  justify-content: center;
}

/* =========================================================================
   Detail page
   ========================================================================= */
.job-detail {
  padding: var(--space-md) 0;
}
.job-detail__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2rem;
  align-items: start;
}
.job-detail__main {
  min-width: 0;
}
.job-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.job-detail h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: var(--midnight);
  margin: 0 0 0.5rem;
}
.job-detail__company {
  font-size: 1.05rem;
  color: var(--coastal-blue);
  margin: 0 0 1.5rem;
}
.job-detail__company a {
  color: var(--coastal-blue);
  text-decoration: underline;
}
.job-detail__description {
  line-height: 1.7;
  color: #444;
  margin-bottom: 2rem;
}

/* Sidebar */
.job-detail__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.job-detail__info-card,
.job-detail__employer-card {
  background: white;
  border: 1px solid var(--sand);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(26,60,77,0.04);
}
.job-detail__info-card h2,
.job-detail__employer-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 1rem;
  color: var(--midnight);
}
.job-detail__row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}
.job-detail__row:last-child {
  margin-bottom: 0;
}
.job-detail__row > i {
  color: var(--coastal-blue);
  width: 20px;
  text-align: center;
  margin-top: 2px;
  flex-shrink: 0;
}
.job-detail__row div {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.job-detail__row a {
  color: var(--coastal-blue);
}
.job-detail__row span {
  font-size: 0.85rem;
  color: var(--driftwood);
}
.job-detail__employer-card p {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}
.job-detail__employer-card i {
  color: var(--coastal-blue);
  margin-right: 0.3rem;
}
.employer-card__photo {
  margin: -1.5rem -1.5rem 1rem;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  max-height: 180px;
}
.employer-card__photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.employer-card__name {
  font-size: 1.05rem;
}
.employer-card__meta {
  font-size: 0.85rem;
  color: var(--driftwood);
}
.employer-card__desc {
  font-size: 0.88rem;
  color: var(--midnight);
  line-height: 1.5;
  margin: 0.5rem 0 0.75rem;
}
.employer-card__dir-link,
.employer-card__jobs-link {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--coastal-blue);
  text-decoration: none;
}
.employer-card__dir-link:hover,
.employer-card__jobs-link:hover {
  text-decoration: underline;
}
.employer-card__jobs-link {
  color: var(--ocean-teal, var(--coastal-blue));
}
.job-detail__map {
  height: 250px;
  border-radius: 14px;
  border: 1px solid var(--sand);
  overflow: hidden;
}

/* Application Form */
.job-apply {
  margin-top: 2rem;
  padding: 2rem;
  background: #f8f6f1;
  border-radius: 14px;
  border: 1px solid var(--sand);
}
.job-apply h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 0 0 1.25rem;
  color: var(--midnight);
}
.job-form-group {
  margin-bottom: 1rem;
}
.job-form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--midnight);
}
.job-form-group .required {
  color: var(--coral);
}
.job-form-group input[type="text"],
.job-form-group input[type="email"],
.job-form-group input[type="tel"],
.job-form-group input[type="date"],
.job-form-group textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1.5px solid var(--sand);
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: inherit;
  background: white;
  transition: all 0.2s;
  box-sizing: border-box;
}
.job-form-group input:focus,
.job-form-group textarea:focus {
  outline: none;
  border-color: var(--coastal-blue);
  box-shadow: 0 0 0 3px rgba(46,125,150,0.1);
}
.job-form-group input[type="file"] {
  font-size: 0.9rem;
}
.job-form-group--row {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.job-form-group--row label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 400;
  cursor: pointer;
}
.job-apply__status {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}
.job-apply__status--success {
  color: #2d7a3a;
  font-weight: 600;
}
.job-apply__status--error {
  color: var(--coral);
}

/* Two-path toggle */
.apply-path-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.apply-path-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1rem 0.75rem;
  border-radius: 12px;
  border: 2px solid var(--sand);
  background: white;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
}
.apply-path-btn > i {
  font-size: 1.4rem;
  color: var(--coastal-blue);
  transition: color 0.25s;
}
.apply-path-btn__label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--midnight);
  font-family: var(--font-body);
}
.apply-path-btn__hint {
  font-size: 0.78rem;
  color: var(--driftwood);
  font-family: var(--font-body);
}
.apply-path-btn:hover {
  border-color: var(--coastal-blue);
  background: rgba(46,125,150,0.04);
}
.apply-path-btn--active {
  border-color: var(--coastal-blue);
  background: rgba(46,125,150,0.08);
  box-shadow: 0 2px 12px rgba(46,125,150,0.12);
}
.apply-path-btn--active > i {
  color: var(--coastal-blue);
}
.apply-path-fields {
  animation: applyPathFadeIn 0.3s ease;
}
@keyframes applyPathFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Auth gate for application form */
.job-apply-gate {
  text-align: center;
  padding: 1.5rem 1rem;
}
.job-apply-gate > p {
  font-size: 1rem;
  color: var(--midnight);
  margin: 0 0 1rem;
}
.job-apply-gate__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.job-apply-gate__note {
  font-size: 0.85rem;
  color: var(--text-light);
  margin: 0;
}

/* External application */
.job-apply-external {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f8f6f1;
  border-radius: 14px;
  border: 1px solid var(--sand);
}
.job-apply-external h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.job-apply-external p {
  margin: 0 0 0.75rem;
}

/* Referral banner */
.job-referral-banner {
  background: var(--sand);
  padding: 0.75rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: var(--driftwood);
}
.job-referral-banner strong {
  color: var(--coastal-blue);
}

/* =========================================================================
   Featured Positions Section
   ========================================================================= */
.job-featured-section {
  background: linear-gradient(135deg, #fffbeb, #fef3c7);
  border: 2px solid #fde68a;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.job-featured-header {
  text-align: center;
  margin-bottom: 1.25rem;
}
.job-featured-header h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 0.25rem;
}
.job-featured-header p {
  font-size: 0.85rem;
  color: #92400e;
  margin: 0;
}
.job-featured-section .job-grid {
  gap: 1rem;
}
.job-featured-section .job-card {
  border-left: 4px solid #f59e0b;
  background: #fff;
}
.job-section-divider {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

/* =========================================================================
   Tab Toggle — Job Openings | Looking for Work
   ========================================================================= */
.job-tab-toggle {
  display: flex;
  background: white;
  border: 1px solid var(--sand);
  border-radius: var(--radius-full);
  padding: 4px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(26,60,77,0.04);
  max-width: 460px;
}
.job-tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.25rem;
  border: none;
  border-radius: var(--radius-full);
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--driftwood);
  cursor: pointer;
  transition: all 0.25s;
  white-space: nowrap;
}
.job-tab-btn:hover {
  color: var(--midnight);
  background: rgba(46,125,150,0.04);
}
.job-tab-btn--active {
  background: var(--coastal-blue);
  color: white;
  box-shadow: 0 2px 12px rgba(46,125,150,0.3);
}
.job-tab-btn--active:hover {
  background: var(--coastal-blue);
  color: white;
}
.job-tab-btn i {
  font-size: 0.85rem;
}

/* =========================================================================
   Seeker Filter Select
   ========================================================================= */
.seeker-filter-select {
  padding: 0.5rem 0.85rem;
  border: 1.5px solid var(--sand);
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--text-body);
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-filter-select:focus {
  outline: none;
  border-color: var(--coastal-blue);
  box-shadow: 0 0 0 3px rgba(46,125,150,0.1);
}

/* =========================================================================
   Seeker Cards Grid — Glass-morphism design
   ========================================================================= */
.seeker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1rem;
  min-height: 100px;
}
.seeker-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem;
  color: var(--driftwood);
  font-size: 0.95rem;
}
.seeker-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 2rem;
  max-width: 500px;
  margin: 0 auto;
}
.seeker-empty h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--midnight);
  margin: 0 0 0.5rem;
}
.seeker-empty p {
  color: var(--driftwood);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Seeker Card — Glass-morphism */
.seeker-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(232,240,236,0.6);
  border-radius: 16px;
  padding: 1.25rem;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 12px rgba(26,60,77,0.04);
}
.seeker-card:hover {
  border-color: rgba(46,125,150,0.2);
  box-shadow: 0 12px 32px rgba(26,60,77,0.08);
  transform: translateY(-3px);
}
.seeker-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.seeker-card__name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--midnight);
}
.seeker-card__avail {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.seeker-card__skills {
  font-size: 0.88rem;
  color: var(--text-body);
  margin-bottom: 0.4rem;
  line-height: 1.4;
}
.seeker-card__skills i {
  color: var(--coastal-blue);
  opacity: 0.5;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.seeker-card__town {
  font-size: 0.85rem;
  color: var(--driftwood);
  margin-bottom: 0.5rem;
}
.seeker-card__town i {
  color: var(--coastal-blue);
  opacity: 0.5;
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.seeker-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.seeker-card__tag {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  background: var(--sand);
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-body);
}
.seeker-card__bio {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}
.seeker-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--coastal-blue), var(--seafoam));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}
.seeker-card__info {
  flex: 1;
  min-width: 0;
}
.seeker-card__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(232,240,236,0.6);
  gap: 0.5rem;
}
.seeker-card__contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  background: var(--coastal-blue);
  color: white;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.seeker-card__contact-btn:hover {
  background: var(--midnight);
  transform: translateY(-1px);
}
.seeker-card__contact-btn i {
  font-size: 0.7rem;
}
.seeker-card__contact-locked {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  background: var(--sand);
  color: var(--driftwood);
  border: 1.5px solid rgba(232,240,236,0.8);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-body);
}
.seeker-card__contact-locked:hover {
  border-color: var(--coral);
  color: var(--coral);
}
.seeker-card__contact-locked i {
  font-size: 0.7rem;
}
.seeker-card__posted {
  font-size: 0.75rem;
  color: var(--driftwood);
  white-space: nowrap;
}

/* =========================================================================
   Seeker Pagination
   ========================================================================= */
.seeker-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 2rem;
}
.seeker-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  border: 1.5px solid var(--sand);
  border-radius: 10px;
  background: white;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-page-btn:hover {
  border-color: var(--coastal-blue);
  color: var(--coastal-blue);
}
.seeker-page-btn--active {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
}
.seeker-page-dots {
  padding: 0 0.25rem;
  color: var(--driftwood);
}

/* =========================================================================
   Seeker CTA Section
   ========================================================================= */
.seeker-cta-section {
  text-align: center;
  margin-top: 2.5rem;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(26,60,77,0.06);
  border: 1px solid rgba(232,240,236,0.6);
  overflow: hidden;
  position: relative;
}
.seeker-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--seafoam) 0%, var(--coastal-blue) 50%, var(--coral) 100%);
}
.seeker-cta-section__inner {
  padding: 3rem 2.5rem;
}
.seeker-cta-section h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--midnight);
  margin: 0 0 0.5rem;
}
.seeker-cta-section p {
  color: var(--driftwood);
  margin: 0 auto 1.75rem;
  max-width: 450px;
  line-height: 1.6;
}

/* =========================================================================
   Seeker Form Section
   ========================================================================= */
.seeker-form-section {
  margin-top: 2rem;
  padding: 2rem;
  background: #f8f6f1;
  border-radius: 16px;
  border: 1px solid var(--sand);
}
.seeker-form-section h2 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 0 0 1.25rem;
  color: var(--midnight);
}
.seeker-form-section h2 i {
  color: var(--coastal-blue);
  margin-right: 0.4rem;
}
.seeker-char-count {
  text-align: right;
  font-size: 0.78rem;
  color: var(--driftwood);
  margin-top: 0.25rem;
}

/* Category picker chips */
.seeker-category-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.seeker-cat-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border: 1.5px solid var(--sand);
  border-radius: var(--radius-full);
  background: white;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-body);
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-cat-chip:hover {
  border-color: var(--coastal-blue);
  color: var(--coastal-blue);
}
.seeker-cat-chip--active {
  background: var(--coastal-blue);
  color: white;
  border-color: var(--coastal-blue);
}

/* Existing profile status badge */
.seeker-status-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  background: white;
  border: 2px solid;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-body);
  margin-bottom: 1.25rem;
}
.seeker-status-badge i {
  font-size: 1.1rem;
}
.seeker-delete-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.7rem;
  border: 1.5px solid #fee2e2;
  border-radius: 8px;
  background: #fff5f5;
  color: #ef4444;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.seeker-delete-btn:hover {
  background: #fee2e2;
  border-color: #ef4444;
}

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 768px) {
  .job-page-header {
    padding: 4.5rem 0 1.25rem;
  }
  .job-hero {
    padding: 5.5rem 0 3rem;
  }
  .job-hero h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }
  .job-hero__decor {
    display: none;
  }
  .job-hero__stats {
    gap: 0.75rem;
  }
  .job-stat {
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }
  .job-stat strong {
    font-size: 1.3rem;
  }
  .job-tab-toggle {
    max-width: 100%;
  }
  .job-tab-btn {
    padding: 0.55rem 0.75rem;
    font-size: 0.82rem;
  }
  .job-toolbar {
    padding: 1rem;
    border-radius: 12px;
  }
  .job-toolbar__label {
    min-width: auto;
    width: 100%;
  }
  .job-toolbar__row {
    gap: 0.5rem;
  }
  .job-more-filters-btn {
    width: 100%;
    justify-content: center;
    margin-top: 0.25rem;
  }
  .job-empty {
    padding: 2rem 1rem 3rem;
  }
  .job-empty__preview-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .job-empty__cta {
    font-size: 0.85rem;
    padding: 0.65rem 1.25rem;
  }
  .job-toolbar__divider {
    display: none;
  }
  .seeker-grid {
    grid-template-columns: 1fr;
  }
  .seeker-card {
    padding: 1.25rem;
  }
  .seeker-card__availability {
    position: static;
    margin-bottom: 0.5rem;
    display: inline-flex;
  }
  .seeker-card__header {
    flex-wrap: wrap;
  }
  .seeker-form__row {
    grid-template-columns: 1fr;
  }
  .seeker-form-section__inner {
    padding: 1.5rem;
  }
  .seeker-form-section h2 {
    font-size: 1.3rem;
  }
  .seeker-empty {
    padding: 2rem 1rem 3rem;
  }
  .job-detail__grid {
    grid-template-columns: 1fr;
  }
  .job-detail__sidebar {
    order: -1;
  }
  .job-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .job-filter-group {
    flex-wrap: wrap;
  }
  .job-filter-label {
    min-width: auto;
    width: 100%;
  }
  .job-apply {
    padding: 1.25rem;
  }
  .apply-path-toggle {
    gap: 0.5rem;
  }
  .apply-path-btn {
    padding: 0.75rem 0.5rem;
  }
  .apply-path-btn > i {
    font-size: 1.2rem;
  }
  .apply-path-btn__label {
    font-size: 0.85rem;
  }
  .apply-path-btn__hint {
    font-size: 0.72rem;
  }
  .job-cta-section {
    border-radius: 16px;
  }
  .job-cta-section__inner {
    padding: 2rem 1.5rem;
  }
}

/* =============================================================================
   Job Alert Button & Modal
   ============================================================================= */

.job-alert-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: var(--coastal-blue, #2E7D96);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.job-alert-btn:hover {
  background: var(--midnight, #1A3C4D);
  transform: translateY(-1px);
}
.job-alert-btn i {
  font-size: 0.9rem;
}

.job-alert-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.job-alert-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-alert-modal__content {
  position: relative;
  z-index: 1001;
  background: white;
  border-radius: 16px;
  padding: 2rem;
  max-width: 440px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}
.job-alert-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.2rem;
  color: #666;
  cursor: pointer;
  padding: 0.25rem;
}
.job-alert-modal__close:hover { color: #333; }
.job-alert-modal__content h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.4rem;
  color: var(--midnight, #1A3C4D);
  margin: 0 0 0.25rem;
}
.job-alert-modal__content h2 i {
  color: var(--coastal-blue, #2E7D96);
  margin-right: 0.4rem;
}
.job-alert-modal__desc {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 1.25rem;
}

.job-alert-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--midnight, #1A3C4D);
  margin: 0.75rem 0 0.35rem;
}
.job-alert-opt {
  font-weight: 400;
  color: #999;
  font-size: 0.8rem;
}
.job-alert-select {
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  font-size: 0.9rem;
  background: white;
  color: #333;
  transition: border-color 0.2s;
}
.job-alert-select:focus {
  outline: none;
  border-color: var(--coastal-blue, #2E7D96);
}

#jobAlertForm .job-btn {
  margin-top: 1.25rem;
}

.job-alert-msg {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  text-align: center;
  min-height: 1.2rem;
}
.job-alert-msg--ok { color: #2d8a4e; }
.job-alert-msg--error { color: #c0392b; }

#alertList {
  margin-top: 1.25rem;
  border-top: 1px solid #eee;
  padding-top: 1rem;
}
#alertList h3 {
  font-size: 0.95rem;
  color: var(--midnight, #1A3C4D);
  margin: 0 0 0.75rem;
}
.alert-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}
.alert-item__desc {
  color: #555;
}
.alert-item__desc i {
  color: var(--coastal-blue, #2E7D96);
  margin-right: 0.3rem;
}
.alert-item__remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 0.25rem;
  font-size: 0.9rem;
}
.alert-item__remove:hover { color: #c0392b; }

/* =============================================================================
   Application Tracking Page
   ============================================================================= */

.track-section {
  padding: var(--space-md) 0 var(--space-lg);
}

/* Loading spinner */
.track-loading {
  text-align: center;
  padding: var(--space-lg) 0;
}
.track-loading p {
  margin-top: 1rem;
  color: var(--text-light);
  font-size: 0.95rem;
}
.track-loading__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--sand);
  border-top-color: var(--coastal-blue);
  border-radius: 50%;
  margin: 0 auto;
  animation: trackSpin 0.8s linear infinite;
}
@keyframes trackSpin {
  to { transform: rotate(360deg); }
}

/* Main tracking card */
.track-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(26,60,77,0.06);
  max-width: 640px;
  margin: 0 auto;
}
.track-card__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--sand);
}
.track-card__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--coastal-blue), var(--seafoam));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.track-card__title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--midnight);
  margin: 0;
  line-height: 1.3;
}
.track-card__business {
  margin: 0.25rem 0 0;
  color: var(--text-light);
  font-size: 0.95rem;
}

/* Progress tracker */
.track-progress {
  margin-bottom: 2rem;
  position: relative;
}
.track-progress__bar {
  height: 4px;
  background: var(--sand);
  border-radius: 2px;
  position: absolute;
  top: 18px;
  left: 24px;
  right: 24px;
  z-index: 0;
}
.track-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--coastal-blue), var(--seafoam));
  border-radius: 2px;
  width: 0;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.track-progress__fill--muted {
  background: var(--driftwood);
  opacity: 0.4;
}
.track-progress__steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* Individual step */
.track-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
.track-step__dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sand);
  border: 3px solid white;
  box-shadow: 0 0 0 2px var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--driftwood);
  transition: all 0.4s;
}
.track-step__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--driftwood);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  transition: color 0.4s;
}

/* Step states */
.track-step--done .track-step__dot {
  background: var(--seafoam);
  box-shadow: 0 0 0 2px var(--seafoam);
  color: white;
}
.track-step--done .track-step__label {
  color: var(--seafoam);
}
.track-step--active .track-step__dot {
  background: var(--coastal-blue);
  box-shadow: 0 0 0 2px var(--coastal-blue), 0 0 0 6px rgba(46,125,150,0.15);
  color: white;
  animation: trackPulse 2s ease-in-out infinite;
}
.track-step--active .track-step__label {
  color: var(--coastal-blue);
  font-weight: 700;
}
@keyframes trackPulse {
  0%, 100% { box-shadow: 0 0 0 2px var(--coastal-blue), 0 0 0 6px rgba(46,125,150,0.15); }
  50% { box-shadow: 0 0 0 2px var(--coastal-blue), 0 0 0 10px rgba(46,125,150,0.05); }
}
.track-step--success .track-step__dot {
  background: #2d7a3a;
  box-shadow: 0 0 0 2px #2d7a3a;
  color: white;
}
.track-step--success .track-step__label {
  color: #2d7a3a;
}
.track-step--rejected .track-step__dot {
  background: var(--coral);
  box-shadow: 0 0 0 2px var(--coral);
  color: white;
}
.track-step--rejected .track-step__label {
  color: var(--coral);
}
.track-step--muted .track-step__dot {
  opacity: 0.4;
}
.track-step--muted .track-step__label {
  opacity: 0.4;
}

/* Status message */
.track-status {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: var(--sand);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.track-status__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  background: rgba(46,125,150,0.12);
  color: var(--coastal-blue);
}
.track-status__icon--blue {
  background: rgba(46,125,150,0.12);
  color: var(--coastal-blue);
}
.track-status__icon--gold {
  background: rgba(224,160,48,0.15);
  color: #c08a18;
}
.track-status__icon--green {
  background: rgba(45,122,58,0.12);
  color: #2d7a3a;
}
.track-status__icon--muted {
  background: rgba(109,132,148,0.12);
  color: var(--driftwood);
}
.track-status__text {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.5;
}
.track-status__date {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: var(--text-light);
}

/* Application details */
.track-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.track-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(232,240,236,0.5);
  border-radius: 8px;
  padding: 0.6rem 1rem;
  flex: 1;
  min-width: 200px;
}
.track-detail__label {
  font-size: 0.8rem;
  color: var(--text-light);
  white-space: nowrap;
}
.track-detail__label i {
  margin-right: 0.25rem;
}
.track-detail__value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--midnight);
}

/* Actions below card */
.track-actions {
  max-width: 640px;
  margin: 1.5rem auto 0;
  text-align: center;
}

/* Empty / error states */
.track-empty {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  padding: var(--space-md) 0;
}
.track-empty__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sand), rgba(46,125,150,0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: var(--coastal-blue);
}
.track-empty--error .track-empty__icon {
  background: linear-gradient(135deg, #fde8e4, rgba(232,114,92,0.1));
  color: var(--coral);
}
.track-empty h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
  color: var(--midnight);
}
.track-empty p {
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 auto 1.25rem;
  max-width: 420px;
}
.track-empty__hint {
  font-size: 0.9rem !important;
  color: var(--text-light) !important;
  background: var(--sand);
  border-radius: 10px;
  padding: 1rem;
  display: inline-block;
}
.track-empty__tips {
  text-align: left;
  background: var(--sand);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem auto;
  max-width: 400px;
}
.track-empty__tips h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--midnight);
  margin: 0 0 0.75rem;
}
.track-empty__tips ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.track-empty__tips li {
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.5;
}
.track-empty__tips li i {
  color: var(--coastal-blue);
  width: 1.2rem;
  margin-right: 0.5rem;
}
.track-empty .job-btn {
  margin-top: 0.5rem;
}

/* Application success state (used on job detail pages after submit) */
.job-apply__success-card {
  text-align: center;
  padding: 2rem 1rem;
}
.job-apply__success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4edda, #b8e6c1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #2d7a3a;
}
.job-apply__success-card h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
  color: var(--midnight);
}
.job-apply__success-card p {
  color: var(--text-body);
  font-size: 0.95rem;
  margin: 0 auto 1rem;
  max-width: 380px;
  line-height: 1.5;
}
.job-apply__track-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--sand);
  border: 1.5px solid rgba(46,125,150,0.2);
  border-radius: 10px;
  padding: 0.75rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--coastal-blue);
  text-decoration: none;
  transition: all 0.25s;
  margin-bottom: 0.75rem;
}
.job-apply__track-link:hover {
  background: rgba(46,125,150,0.08);
  border-color: var(--coastal-blue);
}
.job-apply__success-hint {
  font-size: 0.8rem;
  color: var(--text-light);
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .track-card {
    padding: 1.5rem 1rem;
  }
  .track-card__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .track-card__title {
    font-size: 1.2rem;
  }
  .track-step__label {
    font-size: 0.65rem;
  }
  .track-step__dot {
    width: 34px;
    height: 34px;
    font-size: 0.7rem;
  }
  .track-progress__bar {
    left: 17px;
    right: 17px;
    top: 16px;
  }
  .track-detail {
    min-width: 100%;
  }
  .track-status {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
