.jobiyo-header {
  background: #fff;
  border-bottom: 1px solid #e6e8ef;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-grid {
  min-height: 68px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  align-items: center;
}

.brand {
  font-size: 23px;
  font-weight: 500;
  color: #123f52;
  letter-spacing: -0.6px;
}

.header-search {
  display: grid;
  grid-template-columns: 1fr 1fr 90px;
  gap: 9px;
}

.header-search input {
  height: 42px;
  border: 1px solid #d9dee8;
  border-radius: 9px;
  padding: 0 13px;
  outline: none;
  background: #fff;
}

.header-search button {
  height: 42px;
  border: 0;
  border-radius: 9px;
  background: #123f52;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
}

.jobiyo-results {
  padding: 22px 0 38px;
}

.results-grid {
  display: grid;
  grid-template-columns: 510px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.result-summary {
  margin-bottom: 14px;
}

.result-summary h1 {
  margin: 0 0 3px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 500;
  color: #111827;
}

.result-summary p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

.job-card {
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: 0.25s;
}

.job-card:hover {
  border-color: #492cf9;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.job-card.is-active {
  border-color: #492cf9;
  box-shadow: 0 10px 30px rgba(10, 102, 194, 0.12);
}

.job-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf3;
  color: #15803d;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 300;
}

.detail-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 30px;
  background: #ecfdf3;
  color: #15803d;
  font-size: 13px;
  font-weight: 350;
}

.job-card h2 {
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #111827;
}

.job-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}

.job-line span {
  width: 18px;
  text-align: center;
}

.job-line strong {
  font-weight: 400;
}

.excerpt {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #4b5563;
}

.mobile-detail-btn {
  display: none;
  margin-top: 14px;
  min-height: 39px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  background: #123f52;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.detail-panel {
  position: sticky;
  top: 90px;
}

.detail-box {
  background: #fff;
  border: 1px solid #e4e7ee;
  border-radius: 18px;
  padding: 28px;
  min-height: calc(100vh - 112px);
  max-height: calc(100vh - 112px);
  overflow: auto;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
  position: sticky;
  top: 20px;
}

.detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.detail-head h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  color: #111827;
}

.detail-status {
  margin-bottom: 0;
}

.detail-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin: 15px 0 18px;
}

.detail-meta span {
  font-size: 14px;
  color: #475569;
}

.detail-meta b {
  font-weight: 400;
}

.detail-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  background: #492cf9;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-weight: 400;
  border-radius: 10px;
  transition: 0.25s;
}

.detail-apply:hover {
  transform: translateY(-1px);
}

.source-note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #64748b;
}

.detail-description {
  margin-top: 22px;
  border-top: 1px solid #eef1f5;
  padding-top: 22px;
  font-size: 14px;
  line-height: 1.75;
  color: #334155;
  line-height: 1.8;
  font-size: 15px;
  color: #334155;
}

.detail-description h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
}

.detail-description p,
.detail-description li {
  font-size: 14px;
  font-weight: 400;
}

.detail-info-grid {
  margin-top: 24px;
  border: 1px solid #e4e7ee;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  gap: 16px;
}

.detail-info-grid div {
  padding: 17px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 3px 10px;
  border-bottom: 1px solid #eef1f5;
}

.detail-info-grid div:nth-child(odd) {
  border-right: 1px solid #eef1f5;
}

.detail-info-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.detail-info-grid span {
  grid-row: span 2;
  font-size: 20px;
}

.detail-info-grid small {
  font-size: 13px;
  color: #64748b;
}

.detail-info-grid strong {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
}

.detail-disclaimer {
  margin-top: 24px;
  border-top: 1px solid #eef1f5;
  padding-top: 18px;
  display: flex;
  gap: 10px;
  color: #64748b;
}

.detail-disclaimer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.empty-result {
  background: #fff;
  border: 1px solid #e4e7ee;
  border-radius: 14px;
  padding: 22px;
  font-size: 14px;
  color: #6b7280;
}

.related-searches {
  margin-top: 22px;
  background: #fff;
  border: 1px solid #e4e7ee;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.035);
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eef2f7;
}

.related-searches h2 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 500;
  color: #111827;
}

.related-list {
  display: grid;
  grid-template-columns: 1fr;
}

.related-list a {
  min-height: 42px;
  border-top: 1px solid #eef1f5;
  display: grid;
  grid-template-columns: 26px 1fr 20px;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1f2937;
}

.related-list a:first-child {
  border-top: 0;
}

.related-list span {
  color: #64748b;
}

.related-list b {
  font-size: 18px;
  font-weight: 300;
  color: #64748b;
}

@media (max-width: 900px) {
  .header-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 13px 0;
  }

  .header-search {
    grid-template-columns: 1fr;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

  .detail-panel {
    display: none;
  }

  .job-card {
    cursor: default;
  }

  .mobile-detail-btn {
    display: flex;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 22px 0 0;
}

.pagination a {
  min-width: 40px;
  min-height: 38px;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  background: #fff;
  color: #123f52;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 500;
}

.pagination a:hover {
  border-color: #123f52;
}

.related-searches {
  max-width: 760px;
  margin: 22px auto 0;
  padding: 20px;
}

.related-searches h2 {
  margin-bottom: 14px;
}

.related-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
}

.related-list a {
  border: 1px solid #e4e7ee;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 14px;
  background: #f8fafc;
  transition: 0.2s;
}

.related-list a:hover {
  background: #f8fafc;

  border-color: #dbeafe;

  transform: translateY(-2px);
}

.related-list a:first-child {
  border-top: 1px solid #e4e7ee;
}

@media (max-width: 700px) {
  .related-list {
    grid-template-columns: 1fr;
  }
}

.job-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef2f7;
  font-size: 13px;
  color: #64748b;
}

.job-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #475569;
  font-size: 14px;
}

.job-line span {
  width: 18px;
  text-align: center;
}

.job-line strong {
  font-weight: 500;
}

.detail-disclaimer {
  margin-top: 24px;
  padding: 16px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.detail-disclaimer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #64748b;
}

.source-note {
  display: block;
  margin-top: 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.detail-box {
  animation: fadeDetail 0.18s ease;
}

@keyframes fadeDetail {
  from {
    opacity: 0.65;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.single-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-link {
  font-size: 13px;
  font-weight: 400;
  color: #64748b;
}

.job-single-page {
  padding: 24px 0 60px;
}

.single-layout {
  max-width: 840px;
}

.single-content {
  padding: 28px;
  border: 1px solid #e4e7ee;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.05);
}

.single-content h1 {
  margin: 16px 0 12px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 400;
  color: #111827;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  color: #475569;
  font-size: 14px;
}

.single-action {
  margin-top: 22px;
}

.single-action small {
  display: block;
  margin-top: 12px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.apply-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 11px;
  background: #123f52;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.apply-btn.secondary {
  margin-left: 8px;
  background: #f1f5f9;
  color: #123f52;
}

.single-description {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #eef1f5;
  color: #334155;
  font-size: 14px;
  line-height: 1.8;
}

.single-description h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 400;
  color: #111827;
}

.job-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid #e4e7ee;
  border-radius: 15px;
}

.job-info-grid > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 3px 10px;
  padding: 16px;
  border-bottom: 1px solid #eef1f5;
}

.job-info-grid > div:nth-child(odd) {
  border-right: 1px solid #eef1f5;
}

.job-info-grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.job-info-grid > div > span {
  grid-row: span 2;
}

.job-info-grid small {
  color: #64748b;
  font-size: 13px;
}

.job-info-grid strong {
  color: #111827;
  font-size: 14px;
  font-weight: 400;
}

.single-disclaimer {
  display: flex;
  gap: 10px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
}

.single-disclaimer p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.7;
}

.mobile-bottom-nav,
.mobile-search-overlay {
  display: none;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 78px;
  }

  .jobiyo-header {
    position: static;
  }

  .single-header {
    min-height: 58px;
  }

  .brand {
    font-size: 20px;
  }

  .job-single-page {
    padding: 14px 0 26px;
  }

  .single-content {
    padding: 18px;
    border-radius: 14px;
    box-shadow: none;
  }

  .single-content h1 {
    font-size: 21px;
  }

  .single-meta {
    display: grid;
    gap: 9px;
  }

  .single-action {
    display: none;
  }

  .single-description {
    margin-top: 20px;
    padding-top: 20px;
  }

  .single-description img {
    max-width: 100%;
    height: auto;
  }

  .single-description ul,
  .single-description ol {
    padding-left: 20px;
  }

  .job-info-grid {
    grid-template-columns: 1fr;
  }

  .job-info-grid > div,
  .job-info-grid > div:nth-child(odd),
  .job-info-grid > div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #eef1f5;
  }

  .job-info-grid > div:last-child {
    border-bottom: 0;
  }

  .mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 9px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 25px rgba(15, 23, 42, 0.08);
  }

  .mobile-nav-button,
  .mobile-nav-primary {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-radius: 11px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
  }

  .mobile-nav-button {
    background: #f1f5f9;
    color: #123f52;
  }

  .mobile-nav-primary {
    background: #123f52;
    color: #fff;
  }

  .mobile-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    align-items: flex-end;
    background: rgba(15, 23, 42, 0.46);
  }

  .mobile-search-overlay.is-open {
    display: flex;
  }

  .mobile-search-sheet {
    width: 100%;
    padding: 20px 18px calc(22px + env(safe-area-inset-bottom));
    border-radius: 20px 20px 0 0;
    background: #fff;
  }

  .mobile-search-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .mobile-search-head strong {
    font-size: 16px;
    font-weight: 400;
  }

  .mobile-search-head button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-size: 22px;
  }

  .mobile-search-sheet form {
    display: grid;
    gap: 9px;
  }

  .mobile-search-sheet label {
    margin-top: 5px;
    color: #475569;
    font-size: 13px;
  }

  .mobile-search-sheet input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #dbe2ea;
    border-radius: 11px;
    outline: 0;
  }

  .mobile-search-sheet form button {
    min-height: 50px;
    margin-top: 7px;
    border: 0;
    border-radius: 11px;
    background: #123f52;
    color: #fff;
    font-size: 14px;
  }

  body.mobile-sheet-open {
    overflow: hidden;
  }
}
.mobile-filter-bar,
.mobile-filter-overlay {
  display: none;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 78px;
  }

  .mobile-filter-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: block;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 25px rgba(15, 23, 42, 0.08);
  }

  .mobile-filter-button {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 11px;
    background: #123f52;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
  }

  .mobile-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    align-items: flex-end;
    background: rgba(15, 23, 42, 0.46);
  }

  .mobile-filter-overlay.is-open {
    display: flex;
  }

  .mobile-filter-sheet {
    width: 100%;
    padding: 20px 18px calc(22px + env(safe-area-inset-bottom));
    border-radius: 20px 20px 0 0;
    background: #fff;
  }

  .mobile-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
  }

  .mobile-filter-head strong {
    font-size: 16px;
    font-weight: 400;
  }

  .mobile-filter-head button {
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    color: #334155;
    font-size: 22px;
  }

  .mobile-filter-sheet form {
    display: grid;
    gap: 9px;
  }

  .mobile-filter-sheet label {
    margin-top: 5px;
    color: #475569;
    font-size: 13px;
  }

  .mobile-filter-sheet input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #dbe2ea;
    border-radius: 11px;
    outline: 0;
  }

  .mobile-filter-sheet form button {
    min-height: 50px;
    margin-top: 7px;
    border: 0;
    border-radius: 11px;
    background: #123f52;
    color: #fff;
    font-size: 14px;
  }
}
