.recruitment-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 0 56px;
}

/* Forms */
.recruitment-form-hero {
  position: relative;
  margin-bottom: 22px;
  padding: 26px;
  border: 1px solid rgba(255, 213, 0, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 213, 0, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.recruitment-form-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 213, 0, 0.7), transparent);
}

.recruitment-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.recruitment-back:hover {
  color: #ffd500;
}

.recruitment-form-hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  align-items: end;
}

.recruitment-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ffd500;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.recruitment-form-hero h1,
.recruitment-board-head h1 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  line-height: 1.05;
}

.recruitment-form-hero h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.recruitment-form-hero p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.55;
}

.recruitment-hero-card {
  padding: 18px;
  border: 1px solid rgba(255, 213, 0, 0.18);
  border-radius: 8px;
  background: rgba(7, 7, 9, 0.58);
}

.recruitment-hero-card__label {
  display: block;
  margin-bottom: 8px;
  color: #ffd500;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.recruitment-hero-card strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.recruitment-hero-card p {
  margin-top: 6px;
  font-size: 0.9rem;
}

.recruitment-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.recruitment-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.recruitment-side-card,
.recruitment-panel,
.recruitment-section {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(15, 15, 18, 0.72);
}

.recruitment-side-card {
  padding: 16px;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.recruitment-side-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 213, 0, 0.58);
  background:
    radial-gradient(320px 160px at 100% 0%, rgba(255, 213, 0, 0.10), transparent 62%),
    rgba(20, 22, 28, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.recruitment-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 28px;
  margin-bottom: 12px;
  border: 1px solid rgba(255, 213, 0, 0.24);
  border-radius: 6px;
  color: #ffd500;
  background: rgba(255, 213, 0, 0.08);
  font-size: 0.8rem;
  font-weight: 800;
}

.recruitment-side-card h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.recruitment-side-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.45;
}

.recruitment-panel {
  padding: 16px;
}

.recruitment-section {
  padding: 20px;
}

.recruitment-section + .recruitment-section {
  margin-top: 16px;
}

.recruitment-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.recruitment-section__head span {
  display: block;
  margin-bottom: 3px;
  color: #ffd500;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.recruitment-section__head h2 {
  margin: 0;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 800;
}

.recruitment-section__head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 213, 0, 0.18);
  border-radius: 8px;
  color: #ffd500;
  background: rgba(255, 213, 0, 0.07);
  font-size: 1.1rem;
}

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

.recruitment-field {
  min-width: 0;
}

.recruitment-field--wide {
  grid-column: 1 / -1;
}

.recruitment-field label {
  display: flex;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
}

.recruitment-field small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 213, 0, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.gh-input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  outline: none;
  background: rgba(6, 6, 8, 0.9);
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.35;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.gh-input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.gh-input:focus {
  border-color: rgba(255, 213, 0, 0.72);
  background: rgba(10, 10, 12, 0.96);
  box-shadow: 0 0 0 4px rgba(255, 213, 0, 0.1);
  color: #fff;
}

.gh-select {
  appearance: auto;
  cursor: pointer;
}

.gh-select option {
  background: #111114;
  color: #fff;
}

textarea.gh-input {
  min-height: 132px;
  resize: vertical;
}

.recruitment-field ul,
.recruitment-errors ul {
  margin: 8px 0 0;
  padding: 10px 12px;
  list-style: none;
  border: 1px solid rgba(255, 82, 82, 0.34);
  border-radius: 7px;
  background: rgba(255, 82, 82, 0.08);
  color: #ff9b9b;
  font-size: 0.84rem;
}

.recruitment-errors {
  margin-bottom: 16px;
}

.recruitment-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 18px;
}

.recruitment-btn {
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 7px;
  font-weight: 800;
}

.recruitment-btn--primary {
  border: 1px solid rgba(255, 213, 0, 0.75);
  background: #ffd500;
  color: #080808;
}

.recruitment-btn--primary:hover {
  border-color: #ffe45c;
  background: #ffe45c;
  color: #080808;
}

.recruitment-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
}

.recruitment-btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.recruitment-btn--danger {
  border: 1px solid rgba(255, 82, 82, 0.48);
  background: rgba(255, 82, 82, 0.1);
  color: #ff9b9b;
}

.recruitment-btn--danger:hover {
  border-color: rgba(255, 82, 82, 0.78);
  background: rgba(255, 82, 82, 0.18);
  color: #ffd1d1;
}

.is-hidden {
  display: none !important;
}

/* Detail page */
.recruitment-detail-card {
  position: relative;
}

.recruitment-detail-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.recruitment-owner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 8px;
}

.recruitment-owner-actions form {
  margin: 0;
}

.recruitment-owner-actions--top {
  flex: 0 0 auto;
  margin: 0;
}

.recruitment-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  padding: 0;
  border-radius: 7px;
  font-size: 1.05rem;
}

.recruitment-icon-btn--bump {
  border: 1px solid rgba(255, 213, 0, 0.54);
  background: rgba(255, 213, 0, 0.09);
  color: #ffd500;
}

.recruitment-icon-btn--bump:hover {
  border-color: rgba(255, 213, 0, 0.9);
  background: rgba(255, 213, 0, 0.16);
  color: #ffe45c;
}

.recruitment-icon-btn--close {
  border: 1px solid rgba(255, 82, 82, 0.54);
  background: rgba(255, 82, 82, 0.09);
  color: #ff9b9b;
}

.recruitment-icon-btn--close:hover {
  border-color: rgba(255, 82, 82, 0.9);
  background: rgba(255, 82, 82, 0.16);
  color: #ffd1d1;
}

/* Board */
.recruitment-board {
  max-width: 1272px;
  margin: 0 auto;
  padding: 28px 0 56px;
}

.recruitment-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.recruitment-board-head h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.recruitment-board-head p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
}

.recruitment-board-post {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid rgba(255, 213, 0, 0.82);
  border-radius: 7px;
  background: #ffd500;
  color: #080808;
  font-weight: 800;
  white-space: nowrap;
}

.recruitment-board-post:hover {
  border-color: #ffe45c;
  background: #ffe45c;
  color: #080808;
}

.recruitment-board-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 10px;
  margin-bottom: 24px;
}

.recruitment-board-filter__main {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(140px, 1fr)) 1fr;
  gap: 8px;
}

.recruitment-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  border: 1px solid rgba(255, 213, 0, 0.78);
  border-radius: 7px;
  background: rgba(255, 213, 0, 0.04);
  color: #ffd500;
  font-weight: 800;
}

.recruitment-filter-btn:hover {
  background: rgba(255, 213, 0, 0.12);
  color: #ffe45c;
}

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

.recruitment-listing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 258px;
  padding: 16px;
  overflow: hidden;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.recruitment-listing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 213, 0, 0.62);
  background: #14161c;
}

.recruitment-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.recruitment-card-top,
.recruitment-card-tags,
.recruitment-card-meta,
.recruitment-card-footer,
.recruitment-card-title,
.recruitment-card-desc,
.recruitment-featured-mark {
  position: relative;
  z-index: 2;
}

.recruitment-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.recruitment-card-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 213, 0, 0.28);
  border-radius: 7px;
  object-fit: cover;
  background: #111;
}

.recruitment-card-author {
  max-width: 150px;
  overflow: hidden;
  color: #ffdf00;
  font-size: 0.9rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruitment-card-region {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 600;
}

.recruitment-kind-stack {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 0 0 auto;
}

.recruitment-kind-pill {
  display: inline-flex;
  align-items: center;
  max-width: 145px;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #ffdf00;
  color: #060606;
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
}

.recruitment-expiry-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 160px;
  min-height: 22px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 82, 82, 0.52);
  border-radius: 6px;
  background: rgba(255, 82, 82, 0.08);
  color: #ff9b9b;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.recruitment-expiry-pill i {
  font-size: 0.78rem;
}

.recruitment-card-title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.28;
}

.recruitment-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.recruitment-card-tags .badge-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0.28rem 0.58rem;
  color: #b89c01 !important;
  border: 1px dashed #2a2b31;
  background-color: #212529 !important;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.recruitment-card-desc {
  flex: 1;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.45;
}

.recruitment-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.8rem;
}

.recruitment-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.recruitment-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.recruitment-card-availability {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.8rem;
  font-weight: 700;
}

.recruitment-card-open {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffdf00;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.recruitment-featured-mark {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffdf00;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.86;
  pointer-events: none;
  white-space: nowrap;
}

.recruitment-featured-mark i {
  font-size: 0.82rem;
}

.recruitment-listing-card--featured {
  border-color: rgba(255, 223, 0, 0.38);
  background:
    radial-gradient(420px 240px at 92% 8%, rgba(255, 223, 0, 0.16), rgba(255, 223, 0, 0.06) 38%, transparent 72%),
    linear-gradient(145deg, rgba(18, 19, 20, 0.99), rgba(12, 13, 17, 0.99));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(255, 223, 0, 0.06) inset;
}

.recruitment-listing-card--featured::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -26%;
  z-index: 0;
  width: 82%;
  height: 82%;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 223, 0, 0.18), rgba(255, 223, 0, 0.07) 32%, transparent 68%);
  filter: blur(12px);
  opacity: 0.9;
}

.recruitment-listing-card--featured::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 0;
  width: 42%;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 223, 0, 0.58), transparent);
}

.recruitment-listing-card--featured:hover {
  border-color: rgba(255, 223, 0, 0.62);
  background:
    radial-gradient(440px 260px at 92% 8%, rgba(255, 223, 0, 0.20), rgba(255, 223, 0, 0.07) 38%, transparent 74%),
    linear-gradient(145deg, rgba(20, 21, 21, 0.99), rgba(13, 14, 18, 0.99));
}

.recruitment-empty-card {
  grid-column: 1 / -1;
  padding: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
}

.recruitment-empty-card i {
  color: #ffdf00;
  font-size: 1.8rem;
}

.recruitment-empty-card h2 {
  margin: 10px 0 6px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
}

.recruitment-empty-card p {
  margin: 0;
}


.recruitment-detail-shell {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 0 56px;
}

.recruitment-detail-card {
  position: relative;
  z-index: 0;
  margin-top: 14px;
  padding: 22px;
  overflow: hidden;
}

.recruitment-detail-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.recruitment-detail-avatar {
  width: 42px;
  height: 42px;
}

.recruitment-detail-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.recruitment-detail-featured {
  margin-bottom: 12px;
}

.recruitment-detail-title {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.08;
}

.recruitment-detail-tags {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.recruitment-detail-meta {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.recruitment-detail-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.recruitment-detail-facts div {
  min-height: 76px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.recruitment-detail-facts span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.recruitment-detail-facts strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.recruitment-detail-description {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.65;
}

.recruitment-detail-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.recruitment-detail-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: fit-content;
  min-height: 42px;
  margin-left: auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 213, 0, 0.25);
  border-radius: 8px;
  background: rgba(255, 213, 0, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 700;
}

.recruitment-detail-contact i,
.recruitment-detail-contact strong {
  color: #ffdf00;
}


/* Responsive */
@media (max-width: 1100px) {
  .recruitment-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruitment-board-filter,
  .recruitment-board-filter__main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .recruitment-form-hero__content,
  .recruitment-layout {
    grid-template-columns: 1fr;
  }

  .recruitment-side {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
    .recruitment-shell,
    .recruitment-board {
        padding-top: 18px;
    }

    .recruitment-form-hero,
    .recruitment-panel,
    .recruitment-section {
        padding: 16px;
    }

    .recruitment-side {
        grid-template-columns: 1fr;
    }

    .recruitment-grid,
    .recruitment-card-grid {
        grid-template-columns: 1fr;
    }

    .recruitment-board-head {
        align-items: stretch;
        flex-direction: column;
    }

    .recruitment-board-post {
        justify-content: center;
        width: 100%;
    }

    .recruitment-actions {
        flex-direction: column-reverse;
    }

    .recruitment-btn {
        width: 100%;
    }

    .recruitment-detail-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .recruitment-detail-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .recruitment-detail-contact {
        margin-left: 0;
    }

    .recruitment-detail-contact {
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .recruitment-detail-top {
        flex-direction: column-reverse;
    }

    .recruitment-owner-actions--top {
        align-self: flex-end;
    }

    .recruitment-card-footer {
        grid-template-columns: 1fr auto;
    }

    .recruitment-featured-mark {
        grid-column: 1 / -1;
    }

    .recruitment-detail-card__top,
    .recruitment-detail-actions {
    flex-direction: column;
    }

    .recruitment-detail-actions {
    width: 100%;
    }

    .recruitment-detail-facts {
    grid-template-columns: 1fr;
    }
}