/* ================================================================
   HiringYes.com v3 — hy-main.css  (FULL REWRITE)
   Indeed-inspired · Clean · Professional · SEO-ready
   Colors: #2557a7 (blue) · #fff · #f5f6f7 (bg) · #1c1c1c (text)
================================================================ */

/* ── Google Fonts ──────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');

/* ── CSS Variables ─────────────────────────────────────────── */
:root {
  --blue:        #2557a7;
  --blue-dk:     #1a3f7d;
  --blue-lt:     #e8f0fe;
  --teal:        #00a6b4;
  --green:       #1a7a3f;
  --green-bg:    #e6f4ec;
  --red:         #c0392b;
  --red-bg:      #fdecea;
  --orange:      #b55700;
  --orange-bg:   #fff3e0;
  --text:        #1c1c1c;
  --text-2:      #555;
  --text-3:      #888;
  --bg:          #f5f6f7;
  --border:      #e0e0e0;
  --white:       #ffffff;
  --font:        'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --r:           6px;
  --r-sm:        4px;
  --shadow:      0 1px 4px rgba(0,0,0,.10);
  --shadow-md:   0 4px 16px rgba(0,0,0,.12);
  --t:           .15s ease;
}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font); font-weight: 700; line-height: 1.25; }
ul { list-style: none; padding: 0; margin: 0; }
button { font-family: var(--font); }

/* ── NAVBAR ─────────────────────────────────────────────────── */
.hy-navbar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 0 !important;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 1px 3px rgba(0,0,0,.07);
}
.hy-navbar .navbar-brand { padding: 0; margin-right: 28px; }
.brand-name {
  font-size: 21px; font-weight: 700; color: var(--text);
  letter-spacing: -.3px;
}
.brand-name span { color: var(--blue); }

/* Nav links */
.hy-navbar .nav-link {
  font-size: 13.5px; font-weight: 600; color: var(--text) !important;
  padding: 20px 14px !important;
  line-height: 1;
  border-bottom: 3px solid transparent;
  transition: color var(--t), border-color var(--t);
}
.hy-navbar .nav-link:hover,
.hy-navbar .nav-link.active {
  color: var(--blue) !important;
  border-bottom-color: var(--blue);
}
.hy-navbar .dropdown-menu {
  border: 1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--shadow-md);
  padding: 6px 0;
  margin-top: 0;
}
.hy-navbar .dropdown-item {
  font-size: 13.5px; padding: 8px 18px;
  transition: background var(--t);
}
.hy-navbar .dropdown-item:hover { background: var(--blue-lt); color: var(--blue); }

/* Navbar buttons */
.btn-nav-login {
  font-size: 13.5px; font-weight: 600;
  color: var(--blue) !important;
  border: 1.5px solid var(--blue);
  border-radius: var(--r-sm);
  padding: 8px 20px !important;
  transition: background var(--t);
  display: inline-block;
  margin-left: 8px;
}
.btn-nav-login:hover { background: var(--blue-lt); }
.btn-nav-post {
  font-size: 13.5px; font-weight: 700;
  background: var(--blue); color: #fff !important;
  border: 1.5px solid var(--blue);
  border-radius: var(--r-sm);
  padding: 8px 20px !important;
  transition: background var(--t);
  display: inline-block;
  margin-left: 8px;
}
.btn-nav-post:hover { background: var(--blue-dk); }

/* User dropdown */
.navbar-user-menu .user-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--blue-lt);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: var(--blue);
  border: 2px solid var(--border);
}

/* ── HERO ────────────────────────────────────────────────────── */
.hy-hero {
  background: var(--blue);
  padding: 56px 0 44px;
  text-align: center;
}
.hy-hero h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.hy-hero h1 span { color: #ffd700; }
.hy-hero > .container > .row > div > p {
  color: rgba(255,255,255,.85);
  font-size: 16px;
  margin-bottom: 28px;
}

/* ── SEARCH BAR ──────────────────────────────────────────────── */
.hy-search-bar {
  background: #fff;
  border-radius: var(--r-sm);
  display: flex;
  align-items: stretch;
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.hy-search-bar .search-field {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid var(--border);
  flex: 1;
  min-width: 0;
}
.hy-search-bar .search-field i {
  color: var(--text-3); font-size: 14px; margin-right: 10px; flex-shrink: 0;
}
.hy-search-bar .search-field input {
  border: none; outline: none;
  font-size: 14.5px; font-family: var(--font);
  color: var(--text); width: 100%;
  padding: 16px 0; background: transparent;
}
.hy-search-bar .search-field input::placeholder { color: #aaa; }
.hy-search-bar .search-field select {
  border: none; outline: none;
  font-size: 14px; font-family: var(--font);
  color: var(--text-2); width: 100%;
  padding: 16px 0; background: transparent; cursor: pointer;
}
.hy-search-bar .btn-search {
  background: var(--blue); color: #fff;
  border: none; padding: 0 32px;
  font-size: 14.5px; font-weight: 700;
  cursor: pointer; white-space: nowrap;
  transition: background var(--t);
  font-family: var(--font);
  display: flex; align-items: center; gap: 8px;
  flex-shrink: 0;
}
.hy-search-bar .btn-search:hover { background: var(--blue-dk); }

/* ── SEARCH TAGS ─────────────────────────────────────────────── */
.search-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 18px;
}
.search-tags span {
  font-size: 13px; color: rgba(255,255,255,.7); font-weight: 500;
}
.search-tags a {
  font-size: 12.5px; color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 20px; padding: 4px 14px;
  transition: background var(--t);
}
.search-tags a:hover { background: rgba(255,255,255,.3); }

/* ── HERO STATS ──────────────────────────────────────────────── */
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-stat {
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,.2);
}
.hero-stat:last-child { border-right: none; }
.hero-stat .num {
  font-size: 26px; font-weight: 700; color: #fff;
  display: block; line-height: 1;
}
.hero-stat .lbl {
  font-size: 12px; color: rgba(255,255,255,.65);
  margin-top: 4px; display: block;
}

/* ── SECTIONS ────────────────────────────────────────────────── */
.hy-section { padding: 52px 0; background: var(--white); }
.hy-section-alt { background: var(--bg); padding: 52px 0; }
.hy-section-sm { padding: 24px 0; background: var(--bg); }

/* Bootstrap 4 doesn't have row gap utilities — emulate BS5 g-3 */
.row.g-3 { margin-left: -10px; margin-right: -10px; }
.row.g-3 > [class*="col-"] { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }

.hy-section-title {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 28px;
}
.hy-section-title h2 {
  font-size: 21px; font-weight: 700; color: var(--text);
  white-space: nowrap; margin: 0;
}
.hy-section-title p { font-size: 13px; color: var(--text-3); margin: 0; }
.hy-section-title .section-link {
  margin-left: auto; font-size: 13px; font-weight: 600;
  color: var(--blue); white-space: nowrap;
}
.hy-section-title .section-link:hover { text-decoration: underline; }
.section-line { flex: 1; height: 1px; background: var(--border); }

/* ── CATEGORY CARDS ──────────────────────────────────────────── */
.hy-cat-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 24px 16px 20px;
  text-align: center;
  transition: border-color var(--t), box-shadow var(--t), transform var(--t);
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.hy-cat-card:hover {
  border-color: var(--blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.hy-cat-card .cat-icon { font-size: 30px; display: block; margin-bottom: 10px; }
.hy-cat-card .cat-name { font-size: 14px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.hy-cat-card .cat-count { font-size: 12px; color: var(--text-3); }

/* ── HOME JOB CARDS (grid layout) ───────────────────────────── */
.hy-job-card-home {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 22px 20px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--t), border-color var(--t), transform var(--t);
  position: relative;
  text-decoration: none;
}
.hy-job-card-home:hover {
  box-shadow: 0 6px 20px rgba(37,87,167,.12);
  border-color: var(--blue);
  transform: translateY(-2px);
}
.hy-job-card-home .card-logo {
  width: 44px; height: 44px; border-radius: var(--r-sm);
  background: var(--bg);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 700; color: var(--blue);
  flex-shrink: 0;
}
.hy-job-card-home .card-title {
  font-size: 15px; font-weight: 700; color: var(--blue);
  display: block; margin-bottom: 3px; line-height: 1.3;
}
.hy-job-card-home .card-title:hover { text-decoration: underline; }
.hy-job-card-home .card-company {
  font-size: 13px; color: var(--text-2); margin-bottom: 10px; font-weight: 500;
}
.hy-job-card-home .card-meta {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
  font-size: 12.5px; color: var(--text-3); margin-bottom: 10px;
}
.hy-job-card-home .card-meta i { color: var(--blue); margin-right: 4px; }
.hy-job-card-home .card-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: auto; padding-top: 12px;
  border-top: 1px solid var(--border);
}
.hy-job-card-home .card-salary {
  font-size: 13px; font-weight: 700; color: var(--green);
}
.hy-job-card-home .card-time {
  font-size: 12px; color: var(--text-3);
}
.card-featured-badge {
  position: absolute; top: 12px; right: 12px;
  background: #fef3c7; color: #92400e;
  font-size: 10px; font-weight: 700;
  padding: 2px 8px; border-radius: 3px;
  border: 1px solid #fcd34d;
}

/* ── JOBS LIST PAGE — Row Cards ──────────────────────────────── */
.job-row-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 18px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: box-shadow var(--t), border-color var(--t);
  position: relative;
}
.job-row-card:hover {
  box-shadow: 0 3px 14px rgba(37,87,167,.12);
  border-color: var(--blue);
}
.job-row-card.featured { border-left: 3px solid var(--teal); }
.job-row-card .jrc-logo {
  width: 52px; height: 52px; border-radius: 10px;
  background: var(--bg); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700; color: var(--blue);
  flex-shrink: 0; overflow: hidden;
}
.job-row-card .jrc-logo img { width: 100%; height: 100%; object-fit: contain; }
.job-row-card .jrc-body { flex: 1; min-width: 0; }
.job-row-card .jrc-title {
  font-size: 16px; font-weight: 700; color: var(--blue);
  display: block; margin-bottom: 3px; line-height: 1.3;
}
.job-row-card .jrc-title:hover { text-decoration: underline; }
.job-row-card .jrc-company {
  font-size: 13px; color: var(--text-2); font-weight: 500; margin-bottom: 8px;
}
.job-row-card .jrc-meta {
  display: flex; flex-wrap: wrap; gap: 6px 16px;
  font-size: 12.5px; color: var(--text-3);
}
.job-row-card .jrc-meta i { color: var(--teal); margin-right: 4px; font-size: 11px; }
.job-row-card .jrc-tags { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 5px; }
.job-row-card .jrc-aside {
  text-align: right; flex-shrink: 0; min-width: 110px;
  display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
}
.job-row-card .jrc-salary {
  font-size: 14px; font-weight: 700; color: var(--green);
}
.job-row-card .jrc-actions {
  display: flex; gap: 6px; align-items: center;
}

/* ── BUTTONS ─────────────────────────────────────────────────── */
.hy-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 20px; border-radius: var(--r-sm);
  font-size: 13.5px; font-weight: 600;
  cursor: pointer; border: 1.5px solid transparent;
  transition: background var(--t), border-color var(--t), color var(--t);
  text-decoration: none; line-height: 1.4;
}
.hy-btn-primary {
  background: var(--blue); color: #fff !important;
  border-color: var(--blue);
}
.hy-btn-primary:hover { background: var(--blue-dk); border-color: var(--blue-dk); }
.hy-btn-outline {
  background: transparent; color: var(--blue) !important;
  border-color: var(--blue);
}
.hy-btn-outline:hover { background: var(--blue-lt); }

.hy-apply-btn {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--blue); color: #fff !important;
  padding: 10px 24px; border-radius: var(--r-sm);
  font-size: 14px; font-weight: 700;
  cursor: pointer; border: none;
  transition: background var(--t);
}
.hy-apply-btn:hover { background: var(--blue-dk); }

.hy-save-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid var(--border); background: var(--white);
  cursor: pointer; transition: background var(--t), border-color var(--t);
  flex-shrink: 0;
}
.hy-save-btn:hover { border-color: var(--red); background: var(--red-bg); }
.hy-save-btn i { font-size: 14px; color: #ccc; transition: color var(--t); }
.hy-save-btn:hover i { color: var(--red); }
.hy-save-btn.saved i { color: var(--red); }
.hy-save-btn.saved { border-color: var(--red); background: var(--red-bg); }

.btn-apply-sm {
  display: inline-block;
  padding: 7px 18px; background: var(--blue); color: #fff !important;
  border-radius: var(--r-sm); font-size: 13px; font-weight: 700;
  transition: background var(--t); white-space: nowrap;
}
.btn-apply-sm:hover { background: var(--blue-dk); }

.btn-white {
  display: inline-block;
  background: #fff; color: var(--blue) !important;
  font-size: 14.5px; font-weight: 700; padding: 12px 30px;
  border-radius: var(--r-sm); border: 2px solid #fff;
  margin: 0 6px 8px; transition: background var(--t);
}
.btn-white:hover { background: var(--blue-lt); }
.btn-outline-white {
  display: inline-block;
  background: transparent; color: #fff !important;
  font-size: 14.5px; font-weight: 700; padding: 12px 30px;
  border-radius: var(--r-sm); border: 2px solid rgba(255,255,255,.6);
  margin: 0 6px 8px; transition: border-color var(--t), background var(--t);
}
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,.1); }

/* ── CTA SECTION ─────────────────────────────────────────────── */
.hy-cta {
  background: var(--blue); padding: 56px 0; text-align: center;
}
.hy-cta h2 {
  font-size: 28px; font-weight: 700; color: #fff; margin-bottom: 10px;
}
.hy-cta p {
  font-size: 15px; color: rgba(255,255,255,.8); margin-bottom: 28px;
}

/* ── PAGE HEADER ─────────────────────────────────────────────── */
.hy-page-header {
  background: var(--blue); padding: 22px 0;
}
.hy-page-header h1 {
  font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 4px;
}
.hy-breadcrumb {
  font-size: 13px; color: rgba(255,255,255,.65);
}
.hy-breadcrumb a { color: rgba(255,255,255,.85); }
.hy-breadcrumb a:hover { color: #fff; }
.hy-breadcrumb i { font-size: 9px; margin: 0 6px; }

/* ── FILTER SIDEBAR ──────────────────────────────────────────── */
.hy-filter-sidebar {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 18px 16px;
  position: sticky; top: 70px;
}
.hy-filter-sidebar h6 {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .6px; color: var(--text-3); margin-bottom: 0;
}
.filter-section {
  padding: 14px 0;
  border-top: 1px solid var(--border);
  margin-top: 14px;
}
.filter-title {
  font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 10px;
}
.filter-check {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--text-2); cursor: pointer;
  padding: 4px 0; margin-bottom: 2px;
}
.filter-check input { cursor: pointer; accent-color: var(--blue); }

/* ── JOB TAGS / BADGES ───────────────────────────────────────── */
.hy-tag {
  display: inline-block;
  font-size: 11.5px; font-weight: 500;
  padding: 3px 10px; border-radius: 20px;
  background: var(--blue-lt); color: var(--blue);
}
.hy-tag.remote { background: var(--green-bg); color: var(--green); }
.hy-tag.featured { background: #fef3c7; color: #92400e; }

.job-badge {
  display: inline-block;
  font-size: 11.5px; font-weight: 600;
  padding: 3px 9px; border-radius: 3px;
}
.badge-fulltime  { background: #e8f0fe; color: #1a4480; }
.badge-parttime  { background: #e8f5e9; color: #2e7d32; }
.badge-contract  { background: #fff3e0; color: #e65100; }
.badge-remote    { background: var(--green-bg); color: var(--green); }
.badge-freelance { background: #f3e5f5; color: #6a1b9a; }

/* Source badges */
.source-badge { font-size: 10.5px; font-weight: 700; padding: 2px 8px; border-radius: 10px; text-transform: uppercase; letter-spacing: .3px; }
.source-adzuna   { background: #e3f2fd; color: #1565c0; }
.source-remotive { background: var(--green-bg); color: var(--green); }
.source-muse     { background: #f3e5f5; color: #6a1b9a; }
.source-wwr      { background: var(--orange-bg); color: var(--orange); }
.source-local    { background: var(--blue-lt); color: var(--blue); }

/* ── JOB DETAIL ──────────────────────────────────────────────── */
.hy-job-detail-head {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 28px;
  margin-bottom: 16px;
}
.hy-job-detail-head h1 {
  font-size: 22px; font-weight: 700; margin-bottom: 6px;
}
.company-info {
  font-size: 14px; color: var(--text-2);
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  margin-bottom: 16px;
}
.company-info strong { color: var(--text); font-weight: 700; }
.company-info i { color: var(--teal); }
.type-badge { font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }

.detail-meta {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 16px;
}
.detail-meta-item {
  display: flex; align-items: center; gap: 10px;
  background: var(--bg); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 10px 14px;
}
.detail-meta-item i { color: var(--blue); font-size: 15px; }
.detail-meta-item small { font-size: 11px; color: var(--text-3); display: block; }
.detail-meta-item strong { font-size: 13.5px; font-weight: 700; color: var(--text); display: block; }

/* Job description body */
.job-desc-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 28px;
  margin-bottom: 16px;
}
.job-desc-body { font-size: 14px; line-height: 1.8; color: var(--text-2); }
.job-desc-body p { margin-bottom: 14px; }
.job-desc-body ul, .job-desc-body ol { padding-left: 20px; margin-bottom: 14px; }
.job-desc-body li { margin-bottom: 5px; }
.job-desc-body h2, .job-desc-body h3 { font-size: 16px; margin: 18px 0 8px; color: var(--text); }

/* Sidebar cards */
.detail-sidebar-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  padding: 20px;
  margin-bottom: 16px;
}
.detail-sidebar-card h6 {
  font-size: 13px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .5px; color: var(--text-3); margin-bottom: 14px;
  padding-bottom: 10px; border-bottom: 1px solid var(--border);
}

/* ── APPLY MODAL ─────────────────────────────────────────────── */
.hy-modal-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); z-index: 2000;
  align-items: center; justify-content: center; padding: 20px;
}
.hy-modal-overlay.active { display: flex; }
.hy-modal {
  background: var(--white); border-radius: var(--r);
  width: 100%; max-width: 520px; padding: 32px;
  position: relative; max-height: 90vh; overflow-y: auto;
}
.hy-modal h5 { font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.hy-modal-close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; font-size: 20px;
  cursor: pointer; color: var(--text-3); padding: 4px 8px;
}

/* ── PAGINATION ──────────────────────────────────────────────── */
.hy-pagination {
  display: flex; justify-content: center;
  gap: 4px; margin-top: 28px; flex-wrap: wrap;
}
.hy-pagination a, .hy-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 36px; height: 36px; padding: 0 12px;
  border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-size: 13px; font-weight: 500; color: var(--text-2);
  transition: background var(--t), border-color var(--t);
}
.hy-pagination a:hover { background: var(--blue-lt); border-color: var(--blue); color: var(--blue); }
.hy-pagination .current { background: var(--blue); border-color: var(--blue); color: #fff !important; font-weight: 700; }

/* ── AUTH PAGES ──────────────────────────────────────────────── */
.hy-auth-wrap {
  min-height: 100vh; display: flex; align-items: center;
  justify-content: center; padding: 32px 16px;
  background: var(--bg);
}
.hy-auth-card {
  background: var(--white); border-radius: var(--r);
  box-shadow: var(--shadow-md);
  width: 100%; max-width: 440px; padding: 40px;
}
.hy-auth-card .auth-logo {
  text-align: center; margin-bottom: 24px;
  font-size: 24px; font-weight: 700; color: var(--text);
}
.hy-auth-card .auth-logo span { color: var(--blue); }
.hy-form-group { margin-bottom: 18px; }
.hy-form-group label { font-size: 13px; font-weight: 600; color: var(--text); display: block; margin-bottom: 6px; }
.hy-form-control {
  width: 100%; padding: 10px 14px;
  border: 1.5px solid var(--border); border-radius: var(--r-sm);
  font-size: 14px; font-family: var(--font); color: var(--text);
  transition: border-color var(--t); background: var(--white);
}
.hy-form-control:focus { outline: none; border-color: var(--blue); }

/* ── EMPLOYER / JOBSEEKER DASH ───────────────────────────────── */
.hy-dash-layout { display: flex; min-height: calc(100vh - 60px); }
.hy-dash-sidebar {
  width: 240px; flex-shrink: 0;
  background: var(--white); border-right: 1px solid var(--border);
  padding: 20px 0;
  position: sticky; top: 60px; height: calc(100vh - 60px); overflow-y: auto;
}
.hy-dash-sidebar .sidebar-logo {
  padding: 0 20px 16px; border-bottom: 1px solid var(--border); margin-bottom: 10px;
  font-size: 18px; font-weight: 700;
}
.hy-dash-sidebar .sidebar-logo span { color: var(--blue); }
.hy-dash-sidebar a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 20px; font-size: 13.5px; color: var(--text-2);
  font-weight: 500; transition: background var(--t), color var(--t);
}
.hy-dash-sidebar a:hover { background: var(--bg); color: var(--blue); }
.hy-dash-sidebar a.active { background: var(--blue-lt); color: var(--blue); font-weight: 700; }
.hy-dash-sidebar a i { width: 18px; text-align: center; font-size: 14px; }
.hy-dash-content { flex: 1; padding: 28px; background: var(--bg); min-width: 0; }

/* Dash stat cards */
.dash-stat-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 20px 22px;
}
.dash-stat-card .stat-num { font-size: 28px; font-weight: 700; color: var(--blue); display: block; }
.dash-stat-card .stat-lbl { font-size: 13px; color: var(--text-3); }
.dash-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 24px; margin-bottom: 20px;
}
.dash-card h5 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }

/* ── ADMIN SIDEBAR ───────────────────────────────────────────── */
.hy-admin-layout { display: flex; min-height: 100vh; }
.hy-admin-sidebar {
  width: 220px; flex-shrink: 0;
  background: #1e2741; padding: 0;
  position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.hy-admin-sidebar .admin-logo {
  padding: 18px 18px 14px; border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 8px;
}
.hy-admin-sidebar .admin-logo span { color: #5b9eff; }
.hy-admin-sidebar a {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 18px; font-size: 13px; color: rgba(255,255,255,.65);
  transition: background var(--t), color var(--t);
}
.hy-admin-sidebar a:hover { background: rgba(255,255,255,.08); color: #fff; }
.hy-admin-sidebar a.active { background: rgba(255,255,255,.12); color: #fff; font-weight: 700; }
.hy-admin-sidebar a i { width: 16px; text-align: center; font-size: 13px; }
.hy-admin-content { flex: 1; background: var(--bg); padding: 24px; min-width: 0; }
.admin-body { padding: 20px 24px; }
.admin-stat-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 18px 20px;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
.hy-footer {
  background: #1e2741; color: rgba(255,255,255,.65);
  padding: 48px 0 24px; margin-top: 0;
}
.footer-brand { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 10px; display: block; }
.footer-brand span { color: #5b9eff; }
.hy-footer p { font-size: 13px; line-height: 1.7; }
.hy-footer h6 { font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .6px; }
.hy-footer ul li { margin-bottom: 8px; }
.hy-footer ul li a { color: rgba(255,255,255,.55); font-size: 13.5px; transition: color var(--t); }
.hy-footer ul li a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 36px; padding-top: 18px;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 8px;
}
.footer-bottom p { font-size: 12.5px; color: rgba(255,255,255,.4); margin: 0; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.65);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; transition: background var(--t), color var(--t);
}
.footer-social a:hover { background: var(--blue); color: #fff; }

/* ── COMPANIES PAGE ──────────────────────────────────────────── */
.company-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 22px 20px; text-align: center;
  transition: box-shadow var(--t), border-color var(--t);
  display: block; height: 100%;
}
.company-card:hover { box-shadow: var(--shadow-md); border-color: var(--blue); }
.company-card .co-logo {
  width: 64px; height: 64px; border-radius: var(--r);
  background: var(--bg); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 700; color: var(--blue);
  margin: 0 auto 12px; overflow: hidden;
}
.company-card .co-logo img { width: 100%; height: 100%; object-fit: contain; }
.company-card .co-name { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.company-card .co-industry { font-size: 12.5px; color: var(--text-3); }
.company-card .co-jobs {
  display: inline-block; margin-top: 10px;
  padding: 4px 14px; background: var(--blue-lt);
  color: var(--blue); border-radius: 20px; font-size: 12px; font-weight: 600;
}

/* ── PRICING PAGE ────────────────────────────────────────────── */
.pricing-hero {
  background: var(--blue); padding: 48px 0; text-align: center;
}
.pricing-hero h1 { font-size: 32px; color: #fff; margin-bottom: 8px; }
.pricing-hero p { font-size: 16px; color: rgba(255,255,255,.8); }
.pricing-tabs-bar {
  background: var(--white); border-bottom: 1px solid var(--border);
  position: sticky; top: 60px; z-index: 100;
}
.pricing-tabs-bar .nav-link {
  font-size: 14px; font-weight: 600; color: var(--text-3);
  padding: 14px 22px !important; border-bottom: 3px solid transparent;
  transition: color var(--t), border-color var(--t);
}
.pricing-tabs-bar .nav-link.active {
  color: var(--blue) !important; border-bottom-color: var(--blue);
}
.pricing-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r); padding: 30px;
  text-align: center; position: relative;
  transition: box-shadow var(--t), border-color var(--t);
}
.pricing-card:hover { box-shadow: var(--shadow-md); }
.pricing-card.featured { border-color: var(--blue); }
.pricing-card .best-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 14px; border-radius: 20px; white-space: nowrap;
}
.pricing-card .plan-name { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--text); }
.pricing-card .plan-price {
  font-size: 36px; font-weight: 700; color: var(--blue); line-height: 1;
}
.pricing-card .plan-price sup { font-size: 18px; vertical-align: top; margin-top: 6px; }
.pricing-card .plan-price span { font-size: 14px; font-weight: 400; color: var(--text-3); }
.pricing-card .plan-features { text-align: left; margin: 20px 0; }
.pricing-card .plan-features li {
  font-size: 13.5px; color: var(--text-2); padding: 5px 0;
  display: flex; align-items: flex-start; gap: 8px;
}
.pricing-card .plan-features li i { color: var(--green); margin-top: 2px; flex-shrink: 0; }

/* ── TOAST ───────────────────────────────────────────────────── */
#hy-toast-container {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  display: flex; flex-direction: column; gap: 8px;
}
.hy-toast {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: var(--r);
  background: var(--white); color: var(--text);
  box-shadow: var(--shadow-md); font-size: 14px; min-width: 240px;
}
.hy-toast i { font-size: 16px; }
.toast-success i { color: var(--green); }
.toast-error   i { color: var(--red); }
.toast-info    i { color: var(--blue); }
.toast-warn    i { color: var(--orange); }

/* ── EMPTY STATE ─────────────────────────────────────────────── */
.hy-empty {
  text-align: center; padding: 56px 20px;
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: var(--r);
}
.hy-empty i { font-size: 48px; color: var(--border); margin-bottom: 16px; display: block; }
.hy-empty h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.hy-empty p { font-size: 14px; color: var(--text-3); margin-bottom: 20px; }

/* ── UTILS ───────────────────────────────────────────────────── */
.text-blue   { color: var(--blue); }
.text-teal   { color: var(--teal); }
.text-gray   { color: var(--text-3); }
.text-green  { color: var(--green); }
.text-danger { color: var(--red); }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fs-12  { font-size: 12px; }
.fs-13  { font-size: 13px; }
.fs-14  { font-size: 14px; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 991px) {
  .hy-dash-sidebar,
  .hy-admin-sidebar { position: fixed; left: 0; top: 0; z-index: 1040; transform: translateX(-100%); transition: transform .25s; height: 100vh; }
  .hy-dash-sidebar.open,
  .hy-admin-sidebar.open { transform: translateX(0); }
  .hy-dash-content,
  .hy-admin-content { margin-left: 0; }
}
@media (max-width: 767px) {
  .hy-hero { padding: 36px 0 28px; }
  .hy-hero h1 { font-size: 24px; }
  .hy-hero > .container > .row > div > p { font-size: 14px; }
  .hy-search-bar { flex-direction: column; border-radius: var(--r); }
  .hy-search-bar .search-field { border-right: none; border-bottom: 1px solid var(--border); width: 100%; }
  .hy-search-bar .btn-search { width: 100%; justify-content: center; padding: 14px; }
  .hero-stats { gap: 0; }
  .hero-stat { padding: 12px 16px; border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); width: 50%; }
  .hero-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
  .hero-stat:nth-last-child(-n+2) { border-bottom: none; }
  .hy-section { padding: 32px 0; }
  .hy-section-title h2 { font-size: 18px; }
  .job-row-card { flex-wrap: wrap; }
  .job-row-card .jrc-aside { width: 100%; flex-direction: row; justify-content: space-between; align-items: center; }
  .hy-auth-card { padding: 28px 20px; }
  .hy-dash-content { padding: 16px; }
  .hy-cta { padding: 36px 0; }
  .hy-cta h2 { font-size: 22px; }
}

/* ── Alert: Already Applied ──────────────────────────────────── */
.alert-applied {
  display: flex; align-items: center; gap: 8px;
  background: var(--green-bg); border: 1px solid #b2dfdb;
  border-radius: var(--r-sm); padding: 11px 16px;
  font-size: 13.5px; color: var(--green); font-weight: 600;
  margin-top: 14px;
}
.alert-applied i { font-size: 16px; }

/* ── External job badge ──────────────────────────────────────── */
.badge-external {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 600; color: var(--orange);
  background: var(--orange-bg); border-radius: 3px;
  padding: 2px 8px; text-transform: uppercase; letter-spacing: .3px;
}

/* ================================================================
   ADMIN PANEL — Complete CSS
   Dark sidebar #1e2741 · Clean cards · Professional tables
================================================================ */

/* ── Admin Layout ────────────────────────────────────────────── */
.hy-admin-layout {
  display: flex; min-height: 100vh; background: #f4f5f7;
}
.hy-admin-sidebar {
  width: 220px; flex-shrink: 0;
  background: #1e2741;
  position: fixed; top: 0; left: 0;
  height: 100vh; overflow-y: auto;
  z-index: 100;
  display: flex; flex-direction: column;
}
.hy-admin-content {
  flex: 1; margin-left: 220px;
  min-height: 100vh; background: #f4f5f7;
  display: flex; flex-direction: column;
}

/* ── Admin Sidebar Brand ─────────────────────────────────────── */
.admin-sidebar-logo {
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 18px; font-weight: 700; color: #fff;
  letter-spacing: -.3px; flex-shrink: 0;
}
.admin-sidebar-logo span { color: #5b9eff; }
.admin-sidebar-logo small {
  display: block; font-size: 10.5px; font-weight: 400;
  color: rgba(255,255,255,.35); margin-top: 2px; letter-spacing: .3px;
}

/* ── Admin Nav ───────────────────────────────────────────────── */
.admin-nav { padding: 10px 0 20px; flex: 1; }
.admin-nav a {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 20px; font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.58);
  transition: background .15s, color .15s;
  position: relative; text-decoration: none;
}
.admin-nav a:hover { background: rgba(255,255,255,.07); color: rgba(255,255,255,.9); }
.admin-nav a.active {
  background: rgba(91,159,255,.15); color: #5b9eff; font-weight: 700;
  border-left: 3px solid #5b9eff;
}
.admin-nav a i { width: 16px; text-align: center; font-size: 13px; flex-shrink: 0; }
.nav-section {
  font-size: 10px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .8px; color: rgba(255,255,255,.25);
  padding: 16px 20px 6px; margin-top: 4px;
}
.nav-badge {
  margin-left: auto; background: #e53935; color: #fff;
  font-size: 10px; font-weight: 700; min-width: 18px; height: 18px;
  border-radius: 9px; padding: 0 5px;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ── Admin Topbar ────────────────────────────────────────────── */
.admin-topbar {
  background: #fff; border-bottom: 1px solid #e8eaed;
  padding: 0 28px; height: 58px;
  display: flex; align-items: center; gap: 16px;
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.page-title {
  font-size: 18px; font-weight: 700; color: #1e2741;
  margin: 0; flex: 1;
}
.topbar-right {
  display: flex; align-items: center; gap: 10px;
}

/* ── Admin Body ──────────────────────────────────────────────── */
.admin-body { padding: 24px 28px; flex: 1; }

/* ── Stat Cards ──────────────────────────────────────────────── */
.admin-stat-card {
  background: #fff; border: 1px solid #e8eaed;
  border-radius: 8px; padding: 18px 20px;
  display: flex; align-items: center; gap: 14px;
  transition: box-shadow .15s;
}
.admin-stat-card:hover { box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.stat-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.icon-blue   { background: #e8f0fe; color: #1a73e8; }
.icon-green  { background: #e6f4ea; color: #188038; }
.icon-teal   { background: #e0f7fa; color: #00838f; }
.icon-purple { background: #f3e5f5; color: #7b1fa2; }
.icon-orange { background: #fff3e0; color: #e65100; }
.icon-yellow { background: #fff9c4; color: #f9a825; }
.icon-red    { background: #fce8e6; color: #d93025; }
.stat-data .number {
  font-size: 22px; font-weight: 700; color: #1e2741; line-height: 1;
}
.stat-data .label {
  font-size: 12px; color: #767676; margin-top: 3px;
}

/* ── Admin Cards ─────────────────────────────────────────────── */
.admin-card {
  background: #fff; border: 1px solid #e8eaed;
  border-radius: 8px; margin-bottom: 20px;
  overflow: hidden;
}
.card-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; border-bottom: 1px solid #f1f3f4;
}
.card-head h5 {
  font-size: 14px; font-weight: 700; color: #1e2741; margin: 0;
}
.card-body { padding: 20px; }
.card-body-p0 { padding: 0; }

/* ── Admin Tables ────────────────────────────────────────────── */
.hy-table {
  width: 100%; border-collapse: collapse;
  font-size: 13px; color: #2d2d2d;
}
.hy-table thead th {
  background: #f8f9fa; border-bottom: 1.5px solid #e8eaed;
  padding: 10px 14px; font-size: 11.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px; color: #767676;
  white-space: nowrap; text-align: left;
}
.hy-table tbody td {
  padding: 11px 14px; border-bottom: 1px solid #f1f3f4;
  vertical-align: middle;
}
.hy-table tbody tr:last-child td { border-bottom: none; }
.hy-table tbody tr:hover td { background: #fafafa; }

/* ── Status Badges ───────────────────────────────────────────── */
.status-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 12px; white-space: nowrap;
}
.status-approved  { background: #e6f4ea; color: #188038; }
.status-pending   { background: #fff3e0; color: #e65100; }
.status-rejected  { background: #fce8e6; color: #d93025; }
.status-featured  { background: #fff9c4; color: #f9a825; }
.status-active    { background: #e8f0fe; color: #1a73e8; }
.status-inactive  { background: #f1f3f4; color: #767676; }
.status-completed { background: #e6f4ea; color: #188038; }
.status-failed    { background: #fce8e6; color: #d93025; }
.status-hired     { background: #e8f0fe; color: #1a73e8; }
.status-shortlisted{ background: #e0f7fa; color: #00838f; }

/* ── Source Badges ───────────────────────────────────────────── */
.source-badge {
  display: inline-block; font-size: 10.5px; font-weight: 700;
  padding: 2px 8px; border-radius: 10px;
  text-transform: uppercase; letter-spacing: .3px;
}
.source-local    { background: #e8f0fe; color: #1a73e8; }
.source-adzuna   { background: #e3f2fd; color: #1565c0; }
.source-remotive { background: #e6f4ea; color: #188038; }
.source-muse     { background: #f3e5f5; color: #7b1fa2; }
.source-wwr      { background: #fff3e0; color: #e65100; }

/* ── Admin Buttons ───────────────────────────────────────────── */
.btn-hy {
  display: inline-flex; align-items: center; gap: 5px;
  border: 1px solid transparent; border-radius: 5px;
  font-size: 13px; font-weight: 600; cursor: pointer;
  text-decoration: none; transition: background .15s, border-color .15s, color .15s;
  padding: 7px 14px; line-height: 1; font-family: var(--font);
}
.btn-hy-sm { padding: 5px 10px; font-size: 12px; }
.btn-hy-block { width: 100%; justify-content: center; }
.btn-hy-primary {
  background: #2557a7; color: #fff !important; border-color: #2557a7;
}
.btn-hy-primary:hover { background: #1a3f7d; border-color: #1a3f7d; }
.btn-hy-success {
  background: #188038; color: #fff !important; border-color: #188038;
}
.btn-hy-success:hover { background: #146c30; }
.btn-hy-danger {
  background: #d93025; color: #fff !important; border-color: #d93025;
}
.btn-hy-danger:hover { background: #b3261e; }
.btn-hy-outline {
  background: transparent; color: #2557a7 !important; border-color: #2557a7;
}
.btn-hy-outline:hover { background: #e8f0fe; }
.btn-hy-gray {
  background: #f1f3f4; color: #3c4043 !important; border-color: #e8eaed;
}
.btn-hy-gray:hover { background: #e8eaed; }

/* ── Alert Boxes ─────────────────────────────────────────────── */
.hy-alert-info {
  background: #e8f0fe; border: 1px solid #c5d8ff;
  border-radius: 6px; padding: 11px 16px;
  font-size: 13px; color: #1a3f7d;
  display: flex; align-items: flex-start; gap: 8px;
}
.hy-alert-success {
  background: #e6f4ea; border: 1px solid #b7dfbc;
  border-radius: 6px; padding: 11px 16px;
  font-size: 13px; color: #146c30;
  display: flex; align-items: flex-start; gap: 8px;
}
.hy-alert-info i, .hy-alert-success i { margin-top: 1px; }

/* ── Source Toggle Rows ──────────────────────────────────────── */
.source-toggle-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid #f1f3f4;
}
.source-toggle-row:last-child { border-bottom: none; }
.source-icon {
  width: 38px; height: 38px; border-radius: 8px;
  background: #f1f3f4; display: flex; align-items: center;
  justify-content: center; font-size: 16px; flex-shrink: 0;
}
.source-info { flex: 1; min-width: 0; }
.source-name { font-size: 14px; font-weight: 700; color: #1e2741; }
.source-desc { font-size: 12.5px; color: #767676; margin-top: 1px; }

/* ── Toggle Switch ───────────────────────────────────────────── */
.toggle-switch {
  position: relative; display: inline-block;
  width: 42px; height: 24px; flex-shrink: 0;
}
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider {
  position: absolute; cursor: pointer;
  inset: 0; background: #d1d5db; border-radius: 24px;
  transition: background .2s;
}
.toggle-slider:before {
  content: ''; position: absolute;
  width: 18px; height: 18px; border-radius: 50%;
  background: #fff; left: 3px; top: 3px;
  transition: transform .2s;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.toggle-switch input:checked + .toggle-slider { background: #188038; }
.toggle-switch input:checked + .toggle-slider:before { transform: translateX(18px); }

/* ── Cron URL Box ────────────────────────────────────────────── */
.cron-url-box {
  background: #f8f9fa; border: 1px solid #e8eaed;
  border-radius: 6px; padding: 10px 14px;
  font-size: 12.5px; font-family: monospace; color: #1e2741;
  word-break: break-all; margin: 10px 0;
}
.copy-btn {
  display: inline-flex; align-items: center; gap: 5px;
  background: #f1f3f4; border: 1px solid #e8eaed; border-radius: 5px;
  padding: 5px 12px; font-size: 12px; font-weight: 600;
  cursor: pointer; color: #3c4043; transition: background .15s;
}
.copy-btn:hover { background: #e8eaed; }

/* ── Modals ──────────────────────────────────────────────────── */
.hy-modal-backdrop {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.45); z-index: 1050;
  align-items: center; justify-content: center; padding: 20px;
}
.hy-modal-backdrop.active { display: flex; }
.hy-modal {
  background: #fff; border-radius: 8px;
  width: 100%; max-width: 540px;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  position: relative;
}
.hy-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid #e8eaed;
}
.hy-modal-header h5 { font-size: 15px; font-weight: 700; margin: 0; color: #1e2741; }
.hy-modal-close {
  background: none; border: none; font-size: 18px; cursor: pointer;
  color: #767676; padding: 0 4px; line-height: 1;
}
.hy-modal-close:hover { color: #1e2741; }
.hy-modal-body { padding: 20px; }
.hy-modal-footer {
  padding: 14px 20px; border-top: 1px solid #e8eaed;
  display: flex; gap: 8px; justify-content: flex-end;
}

/* ── Spinner ─────────────────────────────────────────────────── */
.hy-spinner {
  display: inline-block; width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,.4);
  border-top-color: #fff; border-radius: 50%;
  animation: spin .6s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ── Form Elements (admin) ───────────────────────────────────── */
.hy-form-group { margin-bottom: 16px; }
.hy-form-group label {
  display: block; font-size: 12.5px; font-weight: 700;
  color: #1e2741; margin-bottom: 6px; letter-spacing: .2px;
}
.hy-form-control {
  display: block; width: 100%;
  padding: 9px 12px; border: 1.5px solid #e8eaed;
  border-radius: 5px; font-size: 13.5px; font-family: var(--font);
  color: #1e2741; background: #fff;
  transition: border-color .15s;
}
.hy-form-control:focus { outline: none; border-color: #2557a7; }

/* ── Fetch Log ───────────────────────────────────────────────── */
.fetch-log {
  background: #111827; color: #86efac; font-family: 'Courier New', monospace;
  font-size: 12px; padding: 14px; border-radius: 6px;
  max-height: 200px; overflow-y: auto; white-space: pre-wrap;
  line-height: 1.6;
}

/* ── Admin Responsive ────────────────────────────────────────── */
@media (max-width: 991px) {
  .hy-admin-sidebar {
    transform: translateX(-100%);
    transition: transform .25s ease;
  }
  .hy-admin-sidebar.open { transform: translateX(0); }
  .hy-admin-content { margin-left: 0; }
  .admin-body { padding: 16px; }
  .admin-topbar { padding: 0 16px; }
}
@media (max-width: 767px) {
  .hy-table thead { display: none; }
  .hy-table tbody td {
    display: block; text-align: right;
    padding: 7px 14px;
  }
  .hy-table tbody td::before {
    content: attr(data-label);
    float: left; font-weight: 700; color: #767676;
  }
  .hy-table tbody tr { border-bottom: 2px solid #e8eaed; }
}

/* ================================================================
   SUPERIO-INSPIRED HOME PAGE — sp-* classes
   Palette: White bg · Navy hero · Colorful category icons
   Font: Noto Sans (already loaded)
================================================================ */

/* ── NAVBAR override for Superio style ──────────────────────── */
.hy-navbar {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.hy-navbar .nav-link {
  font-size: 14px !important;
  font-weight: 600;
  color: #222 !important;
  padding: 22px 16px !important;
  letter-spacing: -.1px;
}
.hy-navbar .nav-link:hover,
.hy-navbar .nav-link.active { color: var(--blue) !important; border-bottom-color: var(--blue); }
.btn-nav-login {
  font-size: 13.5px; font-weight: 700;
  color: var(--blue) !important;
  border: 2px solid var(--blue);
  border-radius: 6px;
  padding: 9px 22px !important;
}
.btn-nav-post {
  font-size: 13.5px; font-weight: 700;
  background: var(--blue); color: #fff !important;
  border: 2px solid var(--blue);
  border-radius: 6px;
  padding: 9px 22px !important;
}
.btn-nav-post:hover { background: var(--blue-dk); border-color: var(--blue-dk); }

/* ── HERO ────────────────────────────────────────────────────── */
.sp-hero {
  background: linear-gradient(135deg, #0a1628 0%, #1a2d5a 50%, #0d2247 100%);
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
}
.sp-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(27,110,243,.18) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(224,64,251,.12) 0%, transparent 55%);
  pointer-events: none;
}
.sp-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(27,110,243,.18); border: 1px solid rgba(27,110,243,.4);
  color: #7eb3ff; font-size: 12.5px; font-weight: 700;
  padding: 6px 16px; border-radius: 100px;
  margin-bottom: 22px; letter-spacing: .3px;
}
.sp-hero-title {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800; color: #fff; line-height: 1.1;
  margin-bottom: 16px; letter-spacing: -1.5px;
}
.sp-hero-accent {
  background: linear-gradient(90deg, #4f9eff, #a78bfa);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sp-hero-sub {
  font-size: 16px; color: rgba(255,255,255,.65);
  margin-bottom: 36px; font-weight: 400;
}

/* ── SEARCH BOX ──────────────────────────────────────────────── */
.sp-search-box {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  padding: 6px;
  max-width: 780px;
  margin: 0 auto 28px;
  width: 100%;
}
.sp-search-form {
  display: flex; align-items: center;
  gap: 0;
}
.sp-sf-field {
  display: flex; align-items: center;
  padding: 4px 16px; flex: 1; min-width: 0;
  gap: 10px;
}
.sp-sf-icon {
  color: #aaa; font-size: 14px; flex-shrink: 0;
}
.sp-sf-field input,
.sp-sf-field select {
  border: none; outline: none;
  font-size: 14px; font-family: var(--font);
  color: #222; width: 100%; background: transparent;
  padding: 12px 0;
}
.sp-sf-field input::placeholder { color: #bbb; }
.sp-sf-field select { color: #555; cursor: pointer; }
.sp-sf-divider {
  width: 1px; height: 36px;
  background: #e8eaed; flex-shrink: 0;
}
.sp-sf-cat { flex: 0 0 160px; }
.sp-sf-btn {
  background: var(--blue); color: #fff;
  border: none; border-radius: 10px;
  padding: 14px 28px; font-size: 14.5px; font-weight: 700;
  font-family: var(--font); cursor: pointer;
  white-space: nowrap; flex-shrink: 0;
  transition: background .15s, transform .1s;
  display: flex; align-items: center; gap: 8px;
  margin: 2px;
}
.sp-sf-btn:hover { background: var(--blue-dk); transform: translateY(-1px); }

/* ── POPULAR TAGS ────────────────────────────────────────────── */
.sp-popular-tags {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 8px; justify-content: center; margin-bottom: 0;
}
.sp-popular-tags span {
  font-size: 13px; color: rgba(255,255,255,.45); font-weight: 500;
}
.sp-popular-tags a {
  font-size: 12.5px; color: rgba(255,255,255,.8);
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px; padding: 5px 14px;
  transition: background .15s, color .15s;
  text-decoration: none;
}
.sp-popular-tags a:hover {
  background: rgba(255,255,255,.22); color: #fff;
}

/* ── STATS BAR ───────────────────────────────────────────────── */
.sp-stats-bar {
  background: rgba(255,255,255,.06);
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 52px; padding: 22px 0;
}
.sp-stats-row {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.sp-stat {
  text-align: center; padding: 4px 40px;
}
.sp-stat strong {
  display: block; font-size: 26px; font-weight: 800; color: #fff; line-height: 1;
}
.sp-stat span {
  font-size: 12px; color: rgba(255,255,255,.5); margin-top: 4px; display: block;
  text-transform: uppercase; letter-spacing: .6px;
}
.sp-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

/* ── SECTIONS ────────────────────────────────────────────────── */
.sp-section { padding: 72px 0; background: #fff; }
.sp-section-light { background: #f8f9fc; }
.sp-section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 36px; gap: 16px;
}
.sp-section-title {
  font-size: 30px; font-weight: 800; color: #111;
  margin: 0 0 4px; letter-spacing: -.5px;
}
.sp-section-sub {
  font-size: 14.5px; color: #888; margin: 0;
}
.sp-link-more {
  font-size: 13.5px; font-weight: 700; color: var(--blue);
  text-decoration: none; white-space: nowrap;
  display: flex; align-items: center; gap: 5px;
  transition: gap .15s;
}
.sp-link-more:hover { gap: 8px; text-decoration: none; color: var(--blue-dk); }

/* ── CATEGORY CARDS ──────────────────────────────────────────── */
.sp-cat-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1.5px solid #ebebeb;
  border-radius: 14px; padding: 24px 20px;
  text-decoration: none; color: inherit;
  transition: border-color .15s, box-shadow .15s, transform .15s;
  position: relative; overflow: hidden;
  height: 100%;
}
.sp-cat-card:hover {
  border-color: transparent;
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
  transform: translateY(-4px);
  text-decoration: none; color: inherit;
}
.sp-cat-icon {
  width: 54px; height: 54px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 14px; flex-shrink: 0;
}
.sp-cat-name {
  font-size: 15px; font-weight: 700; color: #111; margin-bottom: 4px;
}
.sp-cat-count { font-size: 12.5px; color: #999; flex: 1; }
.sp-cat-arrow {
  margin-top: 12px; font-size: 13px; opacity: 0;
  transform: translateX(-6px);
  transition: opacity .15s, transform .15s;
}
.sp-cat-card:hover .sp-cat-arrow { opacity: 1; transform: translateX(0); }

/* ── JOB ROWS ────────────────────────────────────────────────── */
.sp-jobs-list { display: flex; flex-direction: column; gap: 0; }
.sp-job-row {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 20px; background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 12px; margin-bottom: 10px;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.sp-job-row:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 18px rgba(27,110,243,.1);
  transform: translateY(-1px);
}
.sp-job-featured { border-left: 4px solid #F59E0B !important; }
.sp-job-logo {
  width: 52px; height: 52px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800; flex-shrink: 0;
}
.sp-job-info { flex: 1; min-width: 0; }
.sp-job-tags { display: flex; gap: 6px; margin-bottom: 6px; flex-wrap: wrap; }
.sp-job-title {
  font-size: 15px; font-weight: 700; color: #111;
  display: block; margin-bottom: 6px;
  text-decoration: none; line-height: 1.3;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sp-job-title:hover { color: var(--blue); text-decoration: none; }
.sp-job-meta {
  display: flex; flex-wrap: wrap; gap: 10px;
  font-size: 12.5px; color: #888;
}
.sp-job-meta span { display: flex; align-items: center; gap: 4px; }
.sp-job-meta i { font-size: 11px; }
.sp-salary-inline { color: var(--green) !important; font-weight: 600; }
.sp-job-aside {
  display: flex; flex-direction: column; align-items: flex-end;
  gap: 8px; flex-shrink: 0;
}
.sp-salary-tag {
  font-size: 13px; font-weight: 700; color: var(--green);
  white-space: nowrap;
}
.sp-apply-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--blue-lt); color: var(--blue) !important;
  font-size: 12.5px; font-weight: 700; padding: 8px 16px;
  border-radius: 8px; text-decoration: none; white-space: nowrap;
  transition: background .15s, color .15s;
  flex-shrink: 0;
}
.sp-apply-btn:hover { background: var(--blue); color: #fff !important; text-decoration: none; }

/* ── BADGES ──────────────────────────────────────────────────── */
.sp-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 3px 9px; border-radius: 6px;
}
.sp-badge-type { background: #f0f4ff; color: #2557a7; }
.sp-badge-featured { background: #FEF3C7; color: #92400E; }
.sp-badge-remote   { background: #D1FAE5; color: #065F46; }
.sp-badge-new      { background: #FEE2E2; color: #991B1B; }

/* ── HOW IT WORKS ────────────────────────────────────────────── */
.sp-step {
  position: relative; padding: 32px 28px;
  background: #fff; border: 1.5px solid #ebebeb;
  border-radius: 16px; text-align: center;
  transition: box-shadow .15s, transform .15s;
}
.sp-step:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); transform: translateY(-3px); }
.sp-step-num {
  position: absolute; top: -14px; left: 28px;
  background: var(--blue); color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: .5px;
  padding: 3px 10px; border-radius: 100px;
}
.sp-step-icon {
  width: 60px; height: 60px; border-radius: 16px;
  background: var(--blue-lt); color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin: 0 auto 18px;
}
.sp-step h5 { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 10px; }
.sp-step p  { font-size: 13.5px; color: #888; margin: 0; line-height: 1.6; }

/* ── CTA SPLIT ───────────────────────────────────────────────── */
.sp-cta-split { padding: 72px 0; background: #f8f9fc; }
.sp-cta-card {
  border-radius: 20px; padding: 44px 36px;
  height: 100%; position: relative; overflow: hidden;
}
.sp-cta-seeker {
  background: linear-gradient(135deg, #0a1628 0%, #1a2d5a 100%);
}
.sp-cta-employer {
  background: linear-gradient(135deg, #1B6EF3 0%, #0d4fd6 100%);
}
.sp-cta-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; color: #fff; margin-bottom: 20px;
}
.sp-cta-card h3 {
  font-size: 24px; font-weight: 800; color: #fff;
  margin-bottom: 12px; letter-spacing: -.3px;
}
.sp-cta-card p {
  font-size: 14.5px; color: rgba(255,255,255,.7);
  margin-bottom: 28px; line-height: 1.6;
}
.sp-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: #111 !important;
  font-size: 13.5px; font-weight: 700; padding: 13px 26px;
  border-radius: 10px; text-decoration: none;
  transition: background .15s, transform .1s;
}
.sp-cta-btn:hover { background: #f0f4ff; transform: translateY(-1px); text-decoration: none; }
.sp-cta-employer .sp-cta-btn { background: rgba(255,255,255,.15); color: #fff !important; border: 1.5px solid rgba(255,255,255,.4); }
.sp-cta-employer .sp-cta-btn:hover { background: rgba(255,255,255,.25); }

/* ── MAIN CTA BUTTON ─────────────────────────────────────────── */
.sp-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--blue); color: #fff !important;
  font-size: 15px; font-weight: 700; padding: 14px 36px;
  border-radius: 10px; text-decoration: none;
  transition: background .15s, transform .1s, box-shadow .15s;
  box-shadow: 0 4px 16px rgba(27,110,243,.3);
}
.sp-btn-primary:hover {
  background: var(--blue-dk); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(27,110,243,.4);
  text-decoration: none; color: #fff !important;
}

/* ── FOOTER override ─────────────────────────────────────────── */
.hy-footer { background: #0a1628; }
.footer-brand span { color: #4f9eff; }

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 991px) {
  .sp-hero { padding: 52px 0 0; }
  .sp-hero-title { font-size: 36px; }
  .sp-search-form { flex-direction: column; gap: 0; }
  .sp-sf-divider { display: none !important; }
  .sp-sf-field { width: 100%; border-bottom: 1px solid #f0f0f0; padding: 8px 16px; }
  .sp-sf-cat { flex: 1 1 auto; }
  .sp-sf-btn { width: calc(100% - 4px); justify-content: center; margin: 4px 2px; }
  .sp-stat { padding: 8px 20px; }
  .sp-section { padding: 48px 0; }
  .sp-section-head { flex-direction: column; align-items: flex-start; }
  .sp-cta-split { padding: 48px 0; }
}
@media (max-width: 575px) {
  .sp-hero-title { font-size: 28px; }
  .sp-stats-row { gap: 0; }
  .sp-stat { padding: 12px 16px; width: 50%; border-right: 1px solid rgba(255,255,255,.1); }
  .sp-stat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .sp-job-row { flex-wrap: wrap; }
  .sp-job-aside { flex-direction: row; width: 100%; justify-content: flex-start; margin-top: 4px; }
  .sp-cta-card { padding: 32px 24px; }
  .sp-section-title { font-size: 24px; }
}

/* ================================================================
   SP-* SHARED COMPONENTS  (jobs list, job detail, companies, pages)
================================================================ */

/* Page Header */
.sp-page-head{background:linear-gradient(135deg,#0a1628,#1a2d5a);padding:40px 0}
.sp-breadcrumb{font-size:13px;color:rgba(255,255,255,.55)}
.sp-breadcrumb a{color:rgba(255,255,255,.75);transition:color .15s}
.sp-breadcrumb a:hover{color:#fff}
.sp-bread-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.8);font-size:12px;font-weight:700;padding:5px 15px;border-radius:100px;letter-spacing:.2px;transition:all .15s}
.sp-bread-pill:hover{background:rgba(255,255,255,.2);color:#fff}

/* Inline search */
.sp-inline-search{background:#fff;border-radius:12px;padding:5px;box-shadow:0 8px 32px rgba(0,0,0,.1);max-width:860px;margin:0 auto}
.sp-is-form{display:flex;align-items:center}
.sp-is-field{display:flex;align-items:center;gap:9px;padding:4px 16px;flex:1;min-width:0}
.sp-is-field input,.sp-is-field select{border:none;outline:none;font-size:13.5px;font-family:var(--font);color:#222;width:100%;padding:10px 0;background:transparent}
.sp-is-field input::placeholder{color:#bbb}
.sp-is-sep{width:1px;height:32px;background:#eee;flex-shrink:0}
.sp-is-btn{background:var(--blue);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:13.5px;font-weight:700;font-family:var(--font);cursor:pointer;white-space:nowrap;flex-shrink:0;margin:2px;display:flex;align-items:center;gap:7px;transition:background .15s}
.sp-is-btn:hover{background:var(--blue-dk)}

/* Sidebar */
.sp-sidebar{width:272px;flex-shrink:0}
.sp-sidebar-card{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;padding:20px;margin-bottom:16px}
.sp-sidebar-title{font-size:12px;font-weight:800;color:#111;text-transform:uppercase;letter-spacing:.7px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}
.sp-check{display:flex;align-items:center;gap:8px;font-size:13px;color:#444;cursor:pointer;padding:5px 0;transition:color .15s}
.sp-check:hover{color:var(--blue)}
.sp-check input{accent-color:var(--blue);cursor:pointer;width:15px;height:15px;flex-shrink:0}
.sp-check span:first-of-type{flex:1}
.sp-cnt{font-size:11.5px;color:#aaa;margin-left:auto}
.sp-sort-select{padding:8px 12px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:13px;font-family:var(--font);color:#444;background:#fff;cursor:pointer;outline:none;transition:border-color .15s}
.sp-sort-select:focus{border-color:var(--blue)}

/* Job row card */
.sp-jcard{display:flex;align-items:flex-start;gap:16px;padding:20px 22px;background:#fff;border:1.5px solid #ebebeb;border-radius:12px;margin-bottom:10px;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;text-decoration:none;color:inherit;cursor:pointer}
.sp-jcard:hover{border-color:var(--blue);box-shadow:0 6px 28px rgba(37,87,167,.12);transform:translateY(-2px);text-decoration:none;color:inherit}
.sp-jcard-featured{border-left:4px solid #F59E0B!important}
.sp-feat-badge{position:absolute;top:14px;right:14px;background:#FEF3C7;color:#92400E;font-size:10px;font-weight:700;padding:2px 8px;border-radius:4px;border:1px solid #FCD34D}
.sp-jcard-logo{width:54px;height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;flex-shrink:0}
.sp-jcard-body{flex:1;min-width:0}
.sp-jcard-top{display:flex;align-items:flex-start;gap:8px;margin-bottom:5px;flex-wrap:wrap}
.sp-jcard-title{font-size:15.5px;font-weight:700;color:#111;flex:1;line-height:1.3;min-width:0;transition:color .15s}
.sp-jcard-title:hover{color:var(--blue)}
.sp-jcard-company{font-size:13px;color:#666;margin-bottom:8px;font-weight:500}
.sp-jcard-meta{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12.5px;color:#888}
.sp-jcard-meta span{display:flex;align-items:center;gap:4px}
.sp-jcard-meta i{font-size:11px}
.sp-jcard-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
.sp-jcard-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0;min-width:130px}
.sp-jcard-salary{font-size:14px;font-weight:700;color:var(--green);white-space:nowrap}
.sp-jcard-actions{display:flex;gap:6px;align-items:center}
.sp-save-btn{width:36px;height:36px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}
.sp-save-btn:hover,.sp-saved{border-color:#e53935;background:#fce8e6}
.sp-save-btn i{font-size:14px;color:#ccc;transition:color .15s}
.sp-save-btn:hover i,.sp-saved i{color:#e53935}
.sp-apply-btn{display:inline-flex;align-items:center;gap:5px;background:var(--blue);color:#fff!important;font-size:12.5px;font-weight:700;padding:8px 16px;border-radius:8px;transition:background .15s;white-space:nowrap}
.sp-apply-btn:hover{background:var(--blue-dk)}

/* Badges */
.sp-badge{display:inline-block;font-size:11px;font-weight:700;padding:3px 9px;border-radius:6px}
.sp-b-type{background:#f0f4ff;color:#2557a7}
.sp-b-remote{background:#D1FAE5;color:#065F46}
.sp-b-feat{background:#FEF3C7;color:#92400E}
.sp-b-parttime{background:#E8F5E9;color:#2E7D32}
.sp-b-contract{background:#F3E5F5;color:#6A1B9A}

/* Pagination */
.sp-pagination-wrap{display:flex;justify-content:center;gap:4px;margin-top:32px;flex-wrap:wrap}
/* (paginate() output uses .hy-pagination — add alias) */
.hy-pagination{display:flex;justify-content:center;gap:4px;margin-top:32px;flex-wrap:wrap}
.hy-pagination a,.hy-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:13px;font-weight:600;color:#555;transition:all .15s;background:#fff}
.hy-pagination a:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-lt)}
.hy-pagination .current{background:var(--blue);border-color:var(--blue);color:#fff!important;font-weight:700}

/* Empty state */
.sp-empty{text-align:center;padding:64px 20px;background:#fff;border:1.5px solid #ebebeb;border-radius:12px}
.sp-empty-icon{font-size:52px;color:#ddd;margin-bottom:16px}
.sp-empty h3{font-size:18px;font-weight:700;color:#111;margin-bottom:8px}
.sp-empty p{font-size:13.5px;color:#999;margin-bottom:20px}
.sp-btn-outline-sm{display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:1.5px solid var(--blue);border-radius:8px;font-size:13.5px;font-weight:700;color:var(--blue)!important;transition:background .15s}
.sp-btn-outline-sm:hover{background:var(--blue-lt)}

/* Job Detail */
.sp-detail-head{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;padding:28px;margin-bottom:16px}
.sp-detail-logo{width:72px;height:72px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;flex-shrink:0}
.sp-detail-title{font-size:22px;font-weight:800;color:#111;letter-spacing:-.3px;line-height:1.2;margin:0}
.sp-detail-co{font-size:13.5px;color:#555;font-weight:500;margin-bottom:12px}
.sp-detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.sp-meta-chip{display:flex;align-items:center;gap:9px;background:#f8f9fc;border:1px solid #e0e0e0;border-radius:8px;padding:10px 14px}
.sp-meta-chip i{color:var(--blue);font-size:15px;flex-shrink:0}
.sp-meta-chip small{font-size:10.5px;color:#aaa;display:block;text-transform:uppercase;letter-spacing:.5px}
.sp-meta-chip strong{font-size:13px;font-weight:700;display:block;color:#111}
.sp-detail-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #f0f0f0}
.sp-apply-big{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff!important;font-size:14px;font-weight:700;padding:12px 28px;border-radius:10px;border:none;cursor:pointer;font-family:var(--font);transition:background .15s,transform .1s}
.sp-apply-big:hover{background:var(--blue-dk);transform:translateY(-1px)}
.sp-save-big{display:inline-flex;align-items:center;gap:7px;background:#fff;color:#555!important;font-size:14px;font-weight:700;padding:12px 22px;border-radius:10px;border:1.5px solid #e0e0e0;cursor:pointer;font-family:var(--font);transition:all .15s}
.sp-save-big:hover,.sp-save-big.sp-saved{border-color:#e53935;color:#e53935!important}
.sp-alert-applied{display:flex;align-items:center;gap:8px;background:#e6f4ea;border:1px solid #b7dfbc;border-radius:8px;padding:12px 16px;font-size:13.5px;color:#1a7a3f;font-weight:600}
.sp-detail-desc{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;padding:28px;margin-bottom:16px}
.sp-desc-body{font-size:14px;line-height:1.85;color:#444;word-break:break-word}
.sp-desc-body p{margin-bottom:14px}
.sp-desc-body ul,.sp-desc-body ol{padding-left:22px;margin-bottom:14px}
.sp-desc-body li{margin-bottom:6px}
.sp-desc-body h1{font-size:18px;font-weight:800;margin:22px 0 10px;color:#111}
.sp-desc-body h2{font-size:16px;font-weight:800;margin:20px 0 10px;color:#111}
.sp-desc-body h3,.sp-desc-body h4{font-size:15px;font-weight:700;margin:18px 0 8px;color:#111}
.sp-desc-body h5,.sp-desc-body h6{font-size:13.5px;font-weight:700;margin:14px 0 6px;color:#555}
.sp-desc-body strong,.sp-desc-body b{font-weight:700;color:#222}
.sp-desc-body em,.sp-desc-body i{font-style:italic}
.sp-desc-body a{color:var(--blue);text-decoration:underline}
.sp-desc-body div{margin-bottom:8px}
.sp-desc-body table{width:100%;border-collapse:collapse;margin-bottom:14px;font-size:13.5px}
.sp-desc-body td,.sp-desc-body th{padding:8px 12px;border:1px solid #eaedf0;text-align:left}
.sp-desc-body th{background:#f8f9fc;font-weight:700}
.sp-desc-body pre,.sp-desc-body code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-size:13px;font-family:monospace}
.sp-desc-body blockquote{border-left:3px solid var(--blue);padding:10px 16px;margin:14px 0;background:#f8f9fc;color:#555;font-style:italic}
.sp-desc-body section{margin-bottom:16px}
.sp-skills-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}
.sp-skill-tag{display:inline-block;background:#f0f4ff;color:var(--blue);font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px}
.sp-apply-card{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;padding:22px;margin-bottom:16px;text-align:center}
.sp-note{font-size:11.5px;color:#aaa;margin-top:8px;display:block}
.sp-overview-card{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;padding:22px;margin-bottom:16px}
.sp-overview-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5;font-size:13px}
.sp-overview-item:last-child{border-bottom:none}
.sp-overview-item i{color:var(--blue);width:16px;margin-top:1px;flex-shrink:0}
.sp-overview-item small{font-size:11px;color:#bbb;display:block;text-transform:uppercase;letter-spacing:.4px}
.sp-similar-card{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;padding:22px}
.sp-similar-item{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5}
.sp-similar-item:last-child{border-bottom:none}
.sp-similar-logo{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0}

/* Companies */
.sp-co-card{display:flex;flex-direction:column;background:#fff;border:1.5px solid #ebebeb;border-radius:14px;padding:24px;height:100%;transition:border-color .15s,box-shadow .2s,transform .2s;color:inherit}
.sp-co-card:hover{border-color:transparent;box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-4px);color:inherit}
.sp-co-logo2{width:58px;height:58px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;flex-shrink:0}
.sp-co-name2{font-size:15px;font-weight:700;color:#111;margin-bottom:2px}
.sp-co-ind{font-size:12px;color:#aaa}
.sp-co-desc2{font-size:12.5px;color:#666;line-height:1.65;margin:12px 0;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.sp-co-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0}
.sp-co-meta2{font-size:12px;color:#aaa}
.sp-jobs-badge2{background:var(--blue-lt);color:var(--blue);border:1px solid rgba(37,87,167,.18);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap}
.sp-ind-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 16px;border:1.5px solid #e0e0e0;border-radius:100px;font-size:12.5px;font-weight:600;color:#555;transition:all .15s}
.sp-ind-pill:hover,.sp-ind-pill.sp-ind-active{border-color:var(--blue);color:var(--blue);background:var(--blue-lt)}
.sp-co-search-wrap{display:flex;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;overflow:hidden;max-width:360px}
.sp-co-search-wrap input{flex:1;border:none;padding:10px 14px;font-size:13.5px;outline:none;font-family:var(--font);color:#222}
.sp-co-search-wrap button{padding:10px 18px;background:var(--blue);border:none;color:#fff;cursor:pointer;font-size:13px;transition:background .15s}
.sp-co-search-wrap button:hover{background:var(--blue-dk)}

/* CTA block */
.sp-cta-block{background:linear-gradient(135deg,#0a1628,#1a2d5a);padding:64px 0;text-align:center}
.sp-cta-block h2{font-size:28px;font-weight:800;color:#fff;margin-bottom:10px;letter-spacing:-.5px}
.sp-cta-block p{font-size:15px;color:rgba(255,255,255,.65);margin-bottom:28px}

/* Modal */
.sp-modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:2000;align-items:center;justify-content:center;padding:20px}
.sp-modal-overlay.sp-modal-open{display:flex}
.sp-modal{background:#fff;border-radius:14px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative}
.sp-modal-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f0f0f0}
.sp-modal-close{background:none;border:none;font-size:22px;cursor:pointer;color:#aaa;padding:0 4px;line-height:1}
.sp-modal-close:hover{color:#111}
.sp-modal-body{padding:24px}
.sp-form-group{margin-bottom:16px}
.sp-form-group label{display:block;font-size:11.5px;font-weight:700;color:#555;margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}
.sp-form-control{width:100%;padding:10px 14px;border:1.5px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:var(--font);color:#222;transition:border-color .15s}
.sp-form-control:focus{outline:none;border-color:var(--blue)}
.sp-form-note{background:#f8f9fc;border-radius:8px;padding:10px 14px;font-size:12px;color:#777;margin-bottom:16px}

/* Static pages (About, Blog, etc.) */
.sp-prose{max-width:800px;margin:0 auto}
.sp-prose h2{font-size:22px;font-weight:700;color:#111;margin:32px 0 12px;letter-spacing:-.3px}
.sp-prose h3{font-size:17px;font-weight:700;color:#111;margin:24px 0 10px}
.sp-prose p{font-size:14.5px;line-height:1.8;color:#444;margin-bottom:16px}
.sp-prose ul,.sp-prose ol{padding-left:22px;margin-bottom:16px}
.sp-prose li{font-size:14.5px;line-height:1.8;color:#444;margin-bottom:6px}
.sp-prose a{color:var(--blue)}
.sp-prose a:hover{text-decoration:underline}
.sp-prose strong{color:#111;font-weight:700}
.sp-prose hr{border:none;border-top:1px solid #f0f0f0;margin:32px 0}

/* Blog cards */
.sp-blog-card{background:#fff;border:1.5px solid #ebebeb;border-radius:12px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;color:inherit}
.sp-blog-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-3px);color:inherit}
.sp-blog-thumb{height:200px;display:flex;align-items:center;justify-content:center;font-size:52px}
.sp-blog-body{padding:22px;flex:1;display:flex;flex-direction:column}
.sp-blog-tag{display:inline-block;background:var(--blue-lt);color:var(--blue);font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;margin-bottom:10px}
.sp-blog-title{font-size:16px;font-weight:700;color:#111;line-height:1.35;margin-bottom:8px;flex:1}
.sp-blog-meta{font-size:12px;color:#aaa;display:flex;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0}

/* SP btn primary */
.sp-btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--blue);color:#fff!important;font-size:15px;font-weight:700;padding:14px 36px;border-radius:10px;box-shadow:0 4px 16px rgba(37,87,167,.3);transition:background .15s,transform .1s,box-shadow .15s}
.sp-btn-primary:hover{background:var(--blue-dk);transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,87,167,.4)}

/* Responsive */
@media(max-width:991px){
  .sp-sidebar{display:none}
  .sp-detail-logo{width:54px;height:54px;font-size:22px}
}
@media(max-width:767px){
  .sp-page-head{padding:28px 0}
  .sp-is-form{flex-direction:column}
  .sp-is-sep{display:none!important}
  .sp-is-field{width:100%;border-bottom:1px solid #f0f0f0;padding:8px 16px}
  .sp-is-btn{width:calc(100% - 4px);justify-content:center;margin:4px 2px;border-radius:8px}
  .sp-jcard{flex-wrap:wrap}
  .sp-jcard-right{width:100%;flex-direction:row;justify-content:space-between;align-items:center;min-width:auto}
  .sp-detail-meta{gap:8px}
  .sp-meta-chip{padding:8px 12px}
}

/* ================================================================
   CATEGORY CARDS v2 — Richer, fuller design
================================================================ */
.sp-cat-card2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 16px;
  padding: 22px 20px 18px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.sp-cat-card2:hover {
  border-color: transparent;
  box-shadow: 0 10px 32px rgba(0,0,0,.12);
  transform: translateY(-5px);
  text-decoration: none;
  color: inherit;
}

/* Decorative circle top-right */
.sp-cat-bg-shape {
  position: absolute;
  top: -28px; right: -28px;
  width: 90px; height: 90px;
  border-radius: 50%;
  opacity: .08;
  pointer-events: none;
  transition: transform .3s, opacity .3s;
}
.sp-cat-card2:hover .sp-cat-bg-shape {
  transform: scale(1.6);
  opacity: .13;
}

/* Icon */
.sp-cat-icon2 {
  width: 52px; height: 52px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
  flex-shrink: 0;
  transition: transform .2s;
}
.sp-cat-card2:hover .sp-cat-icon2 {
  transform: scale(1.1) rotate(-4deg);
}

/* Content */
.sp-cat-content { display: flex; flex-direction: column; flex: 1; }
.sp-cat-name2 {
  font-size: 15px; font-weight: 800;
  color: #111; margin-bottom: 5px;
  letter-spacing: -.2px;
}
.sp-cat-desc {
  font-size: 12px; color: #999;
  line-height: 1.5; flex: 1;
  margin-bottom: 14px;
}

/* Footer: badge + arrow */
.sp-cat-footer {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.sp-cat-badge {
  display: inline-block;
  font-size: 11.5px; font-weight: 700;
  padding: 4px 11px; border-radius: 20px;
  letter-spacing: .1px;
}
.sp-cat-arr {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,.04);
  font-size: 12px;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}
.sp-cat-card2:hover .sp-cat-arr {
  background: rgba(0,0,0,.09);
  transform: translateX(3px);
}

/* Responsive */
@media (max-width: 575px) {
  .sp-cat-icon2 { width: 44px; height: 44px; font-size: 17px; }
  .sp-cat-name2 { font-size: 13.5px; }
  .sp-cat-desc  { font-size: 11px; }
}

/* ================================================================
   DASHBOARD SHARED — ds-* classes
   Pakai semua warna dari CSS variables (--blue, --green, dll)
================================================================ */

/* ── Layout ──────────────────────────────────────────────────── */
body.ds-body { background: #f0f2f5; font-family: var(--font); color: var(--text); }

.ds-wrap   { display: flex; min-height: 100vh; }
.ds-main   { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.ds-content{ flex: 1; padding: 28px 32px; max-width: 1200px; width: 100%; }

/* ── Sidebar ─────────────────────────────────────────────────── */
.ds-sidebar {
  width: 240px; flex-shrink: 0;
  background: #0a1628;
  display: flex; flex-direction: column;
  position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.ds-sidebar-brand {
  padding: 22px 20px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.ds-sidebar-brand .logo {
  font-size: 20px; font-weight: 800; color: #fff;
  text-decoration: none; display: block;
}
.ds-sidebar-brand .logo span { color: #4f9eff; }
.ds-sidebar-brand .role-pill {
  display: inline-block; margin-top: 8px;
  font-size: 10.5px; font-weight: 700; letter-spacing: .4px;
  padding: 3px 10px; border-radius: 100px;
  text-transform: uppercase;
}
.ds-sidebar-user {
  padding: 14px 20px 14px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  display: flex; align-items: center; gap: 11px;
}
.ds-user-av {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; flex-shrink: 0;
  border: 2px solid rgba(255,255,255,.15);
}
.ds-user-name  { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.3; }
.ds-user-role  { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 1px; }
.ds-nav        { padding: 10px 0; flex: 1; }
.ds-nav-sep    { font-size: 10px; font-weight: 700; text-transform: uppercase;
                 letter-spacing: .8px; color: rgba(255,255,255,.25);
                 padding: 12px 20px 5px; }
.ds-nav a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 20px; font-size: 13px; font-weight: 600;
  color: rgba(255,255,255,.55); text-decoration: none;
  border-left: 3px solid transparent;
  transition: color .15s, background .15s, border-color .15s;
}
.ds-nav a:hover { color: #fff; background: rgba(255,255,255,.06); text-decoration: none; }
.ds-nav a.active { color: #fff; background: rgba(79,158,255,.15); border-left-color: #4f9eff; }
.ds-nav a i { width: 16px; text-align: center; font-size: 13.5px; flex-shrink: 0; }
.ds-nav-badge {
  margin-left: auto; font-size: 10px; font-weight: 700;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.6);
  padding: 1px 7px; border-radius: 100px; min-width: 20px; text-align: center;
}
.ds-nav a.active .ds-nav-badge { background: #4f9eff; color: #fff; }
.ds-nav-footer {
  padding: 14px 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: auto;
}
.ds-nav-footer a {
  display: flex; align-items: center; gap: 9px;
  font-size: 12.5px; color: rgba(255,255,255,.35);
  text-decoration: none; padding: 5px 0;
}
.ds-nav-footer a:hover { color: rgba(255,255,255,.7); }

/* ── Top bar ─────────────────────────────────────────────────── */
.ds-topbar {
  background: #fff;
  border-bottom: 1px solid #eaedf0;
  padding: 0 32px;
  height: 60px;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.ds-topbar-left { display: flex; align-items: center; gap: 14px; }
.ds-topbar-title { font-size: 16px; font-weight: 800; color: #111; letter-spacing: -.3px; }
.ds-topbar-right { display: flex; align-items: center; gap: 10px; }
.ds-top-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 18px; border-radius: 8px;
  font-size: 13px; font-weight: 700;
  text-decoration: none; transition: all .15s;
}
.ds-top-btn-primary {
  background: var(--blue); color: #fff !important;
}
.ds-top-btn-primary:hover { background: var(--blue-dk); color: #fff !important; }
.ds-top-btn-outline {
  border: 1.5px solid #e0e0e0; color: #555 !important; background: #fff;
}
.ds-top-btn-outline:hover { border-color: var(--blue); color: var(--blue) !important; }

/* ── Page header inside content ──────────────────────────────── */
.ds-page-head { margin-bottom: 24px; }
.ds-page-head h1 { font-size: 22px; font-weight: 800; color: #111; margin: 0 0 4px; letter-spacing: -.4px; }
.ds-page-head p  { font-size: 13.5px; color: #888; margin: 0; }

/* ── Stat cards ──────────────────────────────────────────────── */
.ds-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
@media(max-width: 991px) { .ds-stats { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 575px) { .ds-stats { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

.ds-stat {
  background: #fff; border-radius: 12px;
  padding: 20px; border: 1.5px solid #eaedf0;
  display: flex; align-items: center; gap: 16px;
  transition: box-shadow .15s, transform .15s;
}
.ds-stat:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); transform: translateY(-1px); }
.ds-stat-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; flex-shrink: 0;
}
.ds-stat-val { font-size: 26px; font-weight: 800; color: #111; line-height: 1; margin-bottom: 3px; }
.ds-stat-lbl { font-size: 12px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: .4px; }
.ds-stat-delta{ font-size: 11px; margin-top: 4px; }

/* stat icon colors */
.ds-ic-blue   { background: #EBF2FF; color: #1B6EF3; }
.ds-ic-green  { background: #E8FFF0; color: #00C853; }
.ds-ic-purple { background: #F0EBFF; color: #7C4DFF; }
.ds-ic-amber  { background: #FFF4E3; color: #FF8F00; }
.ds-ic-pink   { background: #FFE8F0; color: #FF4081; }
.ds-ic-teal   { background: #E3F8FF; color: #00B0FF; }

/* ── Cards ───────────────────────────────────────────────────── */
.ds-card {
  background: #fff; border: 1.5px solid #eaedf0;
  border-radius: 12px; overflow: hidden;
  margin-bottom: 20px;
}
.ds-card-head {
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  display: flex; align-items: center; justify-content: space-between;
}
.ds-card-head h5 {
  font-size: 14px; font-weight: 800; color: #111; margin: 0;
  display: flex; align-items: center; gap: 8px;
}
.ds-card-head h5 i { color: var(--blue); font-size: 14px; }
.ds-card-link { font-size: 12.5px; font-weight: 700; color: var(--blue); text-decoration: none; }
.ds-card-link:hover { text-decoration: underline; }
.ds-card-body { padding: 0 20px; }
.ds-card-pad  { padding: 20px; }

/* ── Row items ───────────────────────────────────────────────── */
.ds-item {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 0; border-bottom: 1px solid #f5f5f5;
}
.ds-item:last-child { border-bottom: none; }
.ds-item-logo {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; flex-shrink: 0;
  background: var(--blue-lt); color: var(--blue);
}
.ds-item-av {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800; flex-shrink: 0;
  background: var(--blue-lt); color: var(--blue);
}
.ds-item-title  { font-size: 13.5px; font-weight: 700; color: #111; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: none; }
.ds-item-title:hover { color: var(--blue); }
.ds-item-sub    { font-size: 12px; color: #aaa; margin-top: 2px; }
.ds-item-right  { margin-left: auto; flex-shrink: 0; display: flex; align-items: center; gap: 8px; }

/* ── Status badges ───────────────────────────────────────────── */
.ds-badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 6px; white-space: nowrap; }
.ds-badge-applied     { background: #f0f4ff; color: #2557a7; }
.ds-badge-viewed      { background: #EBF2FF; color: #1B6EF3; }
.ds-badge-shortlisted { background: #E8FFF0; color: #1a7a3f; }
.ds-badge-rejected    { background: #FEE2E2; color: #991B1B; }
.ds-badge-hired       { background: #FEF3C7; color: #92400E; }
.ds-badge-live        { background: #D1FAE5; color: #065F46; }
.ds-badge-off         { background: #f0f0f0; color: #888; }
.ds-badge-free        { background: #f0f0f0; color: #888; }
.ds-badge-starter     { background: var(--blue-lt); color: var(--blue); }
.ds-badge-growth      { background: #F0EBFF; color: #7C4DFF; }
.ds-badge-enterprise  { background: #FEF3C7; color: #92400E; }

/* ── Profile completion ──────────────────────────────────────── */
.ds-progress-bar { height: 7px; background: #eee; border-radius: 100px; overflow: hidden; }
.ds-progress-fill{ height: 100%; border-radius: 100px; transition: width .4s; }
.ds-check-item {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 0; font-size: 13px; border-bottom: 1px solid #f5f5f5;
}
.ds-check-item:last-child { border: none; }
.ds-check-item i { font-size: 14px; flex-shrink: 0; }

/* ── Tables ──────────────────────────────────────────────────── */
.ds-table { width: 100%; border-collapse: collapse; }
.ds-table th {
  text-align: left; padding: 10px 14px; font-size: 11px;
  font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
  color: #aaa; background: #fafafa; border-bottom: 1px solid #f0f0f0;
}
.ds-table td { padding: 12px 14px; border-bottom: 1px solid #f5f5f5; font-size: 13px; color: #444; vertical-align: middle; }
.ds-table tr:last-child td { border: none; }
.ds-table tr:hover td { background: #fafcff; }

/* ── Upgrade / promo blocks ──────────────────────────────────── */
.ds-promo {
  border-radius: 14px; padding: 24px;
  margin-bottom: 20px; position: relative; overflow: hidden;
}
.ds-promo-navy  { background: linear-gradient(135deg, #0a1628, #1a2d5a); }
.ds-promo-blue  { background: linear-gradient(135deg, #1B6EF3, #0d4fd6); }
.ds-promo-teal  { background: linear-gradient(135deg, #00B0FF, #0081cb); }
.ds-promo h4    { font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.ds-promo p     { font-size: 12.5px; color: rgba(255,255,255,.7); margin-bottom: 16px; line-height: 1.6; }
.ds-promo-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 10px 20px; border-radius: 8px;
  font-size: 13px; font-weight: 700;
  background: rgba(255,255,255,.15); color: #fff !important;
  border: 1.5px solid rgba(255,255,255,.3);
  text-decoration: none; transition: background .15s;
}
.ds-promo-btn:hover { background: rgba(255,255,255,.28); color: #fff !important; }
.ds-promo-btn-white {
  background: #fff; color: #111 !important; border-color: #fff;
}
.ds-promo-btn-white:hover { background: #f0f4ff; color: var(--blue) !important; }
.ds-promo::after {
  content: ''; position: absolute;
  bottom: -40px; right: -40px;
  width: 150px; height: 150px; border-radius: 50%;
  background: rgba(255,255,255,.05); pointer-events: none;
}

/* ── Quick action buttons ────────────────────────────────────── */
.ds-qa-btn {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; border-radius: 9px;
  background: #f8f9fc; border: 1.5px solid #eaedf0;
  font-size: 13px; font-weight: 600; color: #333;
  text-decoration: none; margin-bottom: 8px;
  transition: background .15s, border-color .15s, color .15s;
}
.ds-qa-btn:hover { background: var(--blue-lt); border-color: var(--blue); color: var(--blue); text-decoration: none; }
.ds-qa-btn i { width: 16px; text-align: center; color: var(--blue); }

/* ── Responsive ──────────────────────────────────────────────── */
@media(max-width: 991px) {
  .ds-sidebar { display: none; }
  .ds-content { padding: 20px 16px; }
  .ds-topbar  { padding: 0 16px; }
}

/* ── Job Detail: more details inline link ───────────────────── */
.sp-more-details{font-size:14px;color:#888;margin-top:8px;display:inline}
.sp-more-link{color:var(--blue);font-weight:700;text-decoration:none;font-size:13.5px;white-space:nowrap}
.sp-more-link:hover{text-decoration:underline;color:#1a4dbf}
.sp-more-link i{font-size:11px;margin-right:3px}

/* ── Ad Banner 728×90 ───────────────────────────────────────── */
.sp-ad-banner{
  margin:24px 0;
  min-height:90px;
  max-width:728px;
  border-radius:8px;
  overflow:hidden;
  background:#f8f9fc;
  border:1px solid #eaedf0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.sp-ad-banner img{max-width:100%;height:auto;display:block}
.sp-ad-banner > a{border-radius:8px;overflow:hidden}
@media(max-width:768px){.sp-ad-banner{max-width:100%}}

/* ── Related Jobs ───────────────────────────────────────────── */
.sp-related{margin-top:8px;padding-top:24px;border-top:2px solid #f0f2f5}
.sp-related-grid{display:flex;flex-direction:column;gap:6px}
.sp-related-card{
  display:flex;align-items:center;gap:12px;
  padding:12px 14px;
  background:#fff;border:1.5px solid #eaedf0;border-radius:10px;
  text-decoration:none;
  transition:border-color .15s,box-shadow .15s,transform .1s;
}
.sp-related-card:hover{
  border-color:var(--blue);
  box-shadow:0 2px 12px rgba(27,110,243,.1);
  transform:translateX(2px);
  text-decoration:none;
}
.sp-related-logo{
  width:38px;height:38px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;font-weight:800;flex-shrink:0;
}
.sp-related-info{flex:1;min-width:0}
.sp-related-title{
  font-size:13.5px;font-weight:700;color:#111;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  margin-bottom:2px;
}
.sp-related-meta{font-size:12px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sp-related-salary{font-size:12px;font-weight:700;color:#16a34a;margin-top:2px}
.sp-related-more{
  display:flex;align-items:center;justify-content:center;gap:6px;
  margin-top:12px;padding:10px;
  background:#f0f4ff;border-radius:8px;
  font-size:13px;font-weight:700;color:var(--blue);text-decoration:none;
}
.sp-related-more:hover{background:#e0eaff;text-decoration:none;color:var(--blue)}
