/* ═══════════════════════════════════════════════════
   LemonTree Jobs — portal.css  v4 (Luxury Edition)
   Theme: Midnight Emerald + Champagne Gold
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --lt-primary:    #0C2218;
  --lt-secondary:  #1A5C35;
  --lt-accent:     #C9993A;
  --lt-accent-lt:  #F0D878;
  --lt-dark:       #060E0B;
  --lt-light:      #FAF8F3;
  --lt-white:      #FFFFFF;
  --lt-muted:      #6B7280;
  --lt-border:     #E8DFC6;
  --lt-gradient:   linear-gradient(135deg, #060E0B 0%, #0C2218 50%, #1A5C35 100%);
  --lt-shadow-sm:  0 2px 8px  rgba(6,14,11,.12);
  --lt-shadow-md:  0 6px 24px rgba(6,14,11,.18);
  --lt-shadow-lg:  0 16px 56px rgba(6,14,11,.26);
  --radius:        12px;
  --radius-lg:     18px;
}

/* ── Base ─────────────────────────────────────────── */
* { box-sizing: border-box; }
body { font-family: 'Inter','Segoe UI',sans-serif; background: var(--lt-light); color: #1f2937; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ══════════════════════════════════════════════════
   NAVBAR
══════════════════════════════════════════════════ */
.portal-navbar {
  background: var(--lt-dark);
  border-bottom: 1px solid rgba(201,153,58,.18);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 4px 24px rgba(6,14,11,.35);
  padding: .65rem 0;
}
.lt-brand {
  display: flex; align-items: center; gap: 10px;
  font-size: 1.25rem; font-weight: 800; letter-spacing: -.4px;
}
.lt-brand .lt-logo-icon {
  width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, #1A5C35, #0C2218);
  border: 1.5px solid rgba(201,153,58,.35);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; box-shadow: 0 3px 12px rgba(201,153,58,.25);
}
.lt-brand .lt-logo-icon svg { width: 22px; height: 22px; }
.lt-brand .lt-name-lemon { color: var(--lt-accent); }
.lt-brand .lt-name-tree  { color: rgba(255,255,255,.90); }

.portal-navbar .nav-link {
  color: rgba(255,255,255,.62) !important; font-weight: 500; font-size: .9rem;
  padding: 6px 13px !important; border-radius: 7px; transition: all .18s;
}
.portal-navbar .nav-link:hover { color: rgba(255,255,255,.95) !important; background: rgba(255,255,255,.07); }
.portal-navbar .nav-link.active { color: var(--lt-accent) !important; background: rgba(201,153,58,.12); font-weight: 600; }
.portal-navbar .dropdown-menu {
  background: #0F1E15;
  border: 1px solid rgba(201,153,58,.18);
  box-shadow: 0 12px 40px rgba(6,14,11,.5);
  border-radius: var(--radius); padding: 8px; margin-top: 6px;
}
.portal-navbar .dropdown-item {
  border-radius: 7px; font-size: .88rem; padding: 7px 12px; color: rgba(255,255,255,.7);
}
.portal-navbar .dropdown-item:hover { background: rgba(255,255,255,.07); color: var(--lt-accent); }
.portal-navbar .dropdown-item i { color: var(--lt-accent); }

/* Nav buttons */
.btn-lt-primary {
  background: var(--lt-secondary); color: #fff; border: none;
  border-radius: 8px; padding: 7px 18px; font-size: .88rem; font-weight: 600;
  transition: all .18s;
}
.btn-lt-primary:hover { background: #1f6e3f; color: #fff; box-shadow: 0 4px 14px rgba(26,92,53,.4); }
.btn-lt-outline {
  background: transparent; border: 1.5px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.85); border-radius: 8px; padding: 6px 16px;
  font-size: .88rem; font-weight: 600; transition: all .18s;
}
.btn-lt-outline:hover { background: rgba(255,255,255,.09); color: #fff; border-color: rgba(255,255,255,.45); }
.btn-lt-gold {
  background: var(--lt-accent); color: #fff; border: none;
  border-radius: 8px; padding: 7px 18px; font-size: .88rem; font-weight: 700;
  transition: all .18s;
}
.btn-lt-gold:hover { background: #b8882e; color: #fff; box-shadow: 0 4px 16px rgba(201,153,58,.4); }

/* ══════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════ */
.portal-hero {
  background: var(--lt-gradient);
  padding: 80px 0 64px; color: #fff;
  position: relative; overflow: hidden;
}
.portal-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201,153,58,.08) 0%, transparent 60%);
}
.portal-hero::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:64px;
  background: linear-gradient(to top, var(--lt-light), transparent);
}
.portal-hero h1 { font-size: 2.7rem; font-weight: 800; line-height: 1.2; }
.portal-hero .hero-sub { font-size: 1.05rem; opacity: .78; }
.portal-hero .hero-highlight { color: var(--lt-accent); font-weight: 700; }

/* Hero search box */
.hero-search-box {
  background: rgba(255,255,255,.97); border-radius: var(--radius-lg); padding: 28px 24px;
  box-shadow: 0 24px 72px rgba(6,14,11,.36), 0 0 0 1px rgba(201,153,58,.12);
  position: relative; z-index: 1; margin-top: 28px;
  backdrop-filter: blur(12px);
}
.hero-search-box .form-control,
.hero-search-box .form-select {
  border: 1.5px solid #e8dfc6; border-radius: 8px; height: 48px;
  font-size: .93rem; transition: all .18s; background: var(--lt-light);
}
.hero-search-box .form-control:focus,
.hero-search-box .form-select:focus {
  border-color: var(--lt-secondary); box-shadow: 0 0 0 3px rgba(26,92,53,.14);
  background: #fff;
}
.btn-search-hero {
  background: linear-gradient(135deg, #C9993A, #b8882e); border: none; color: #fff;
  font-weight: 700; height: 48px; border-radius: 8px; font-size: .95rem;
  width: 100%; transition: all .2s; letter-spacing: .2px;
  box-shadow: 0 4px 14px rgba(201,153,58,.35);
}
.btn-search-hero:hover { background: linear-gradient(135deg, #b8882e, #a07628); color: #fff; box-shadow: 0 6px 20px rgba(201,153,58,.48); transform: translateY(-1px); }

/* Hero badge/pill */
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(201,153,58,.15); backdrop-filter: blur(10px);
  border: 1px solid rgba(201,153,58,.30); border-radius: 30px;
  padding: 6px 16px; font-size: .88rem; font-weight: 600; margin-bottom: 20px;
  color: var(--lt-accent);
}
.hero-stat .num { font-size: 2.4rem; font-weight: 800; color: var(--lt-accent); line-height: 1; }
.hero-stat .lbl { font-size: .78rem; opacity: .68; margin-top: 3px; letter-spacing: .3px; }

/* ── Stats bar ─────────────────────────────────────── */
.stats-bar {
  background: #070F0B; padding: 12px 0;
  border-bottom: 1px solid rgba(201,153,58,.15);
}
.stats-bar .stat-item { color: rgba(255,255,255,.65); font-size: .87rem; }
.stats-bar .stat-item strong { color: var(--lt-accent); font-size: 1.05rem; }

/* ══════════════════════════════════════════════════
   SECTIONS
══════════════════════════════════════════════════ */
.section-title { font-size: 1.55rem; font-weight: 800; color: var(--lt-primary); }
.section-sub   { color: var(--lt-muted); font-size: .92rem; margin-bottom: 24px; }

/* ══════════════════════════════════════════════════
   DEPARTMENT CARDS
══════════════════════════════════════════════════ */
.dept-card {
  background: #fff; border: 1.5px solid var(--lt-border); border-radius: var(--radius);
  padding: 22px 14px; text-align: center; transition: all .24s;
  cursor: pointer; height: 100%; text-decoration: none; color: #1f2937; display: block;
  box-shadow: 0 1px 4px rgba(6,14,11,.05);
}
.dept-card:hover {
  border-color: var(--lt-accent); box-shadow: 0 8px 28px rgba(6,14,11,.14);
  transform: translateY(-5px); color: var(--lt-primary);
}
.dept-card .dept-icon-wrap {
  width: 54px; height: 54px; border-radius: 14px;
  background: linear-gradient(135deg, #FAF8F3, #F3EDD8);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px; font-size: 1.65rem;
  border: 1.5px solid var(--lt-border); transition: all .24s;
}
.dept-card:hover .dept-icon-wrap {
  background: linear-gradient(135deg, rgba(201,153,58,.12), rgba(201,153,58,.06));
  border-color: rgba(201,153,58,.4);
}
.dept-card .dept-name { font-weight: 700; color: var(--lt-dark); font-size: .9rem; line-height: 1.3; }
.dept-card .dept-jobs {
  background: rgba(12,34,24,.07); color: var(--lt-primary); border-radius: 20px;
  font-size: .76rem; padding: 3px 10px; font-weight: 600;
  display: inline-block; margin-top: 7px;
}
.dept-card.no-jobs { opacity: .38; pointer-events: none; }

/* ── Homepage dept cards ────────────────────────────── */
.dept-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 16px; }
.dept-card .di { font-size: 2rem; margin-bottom: 8px; display: block; color: var(--lt-secondary); }
.dept-card .dn { font-weight: 700; font-size: .85rem; line-height: 1.3; color: var(--lt-primary); }
.dept-card .dc { font-size: .75rem; color: var(--lt-secondary); font-weight: 600; margin-top: 4px; }

/* ══════════════════════════════════════════════════
   JOB CARDS — Jobs listing page
══════════════════════════════════════════════════ */
.job-card {
  background: #fff; border: 1.5px solid var(--lt-border); border-radius: var(--radius);
  padding: 20px 22px; transition: all .24s; margin-bottom: 14px;
  box-shadow: 0 1px 4px rgba(6,14,11,.05);
}
.job-card:hover {
  border-color: rgba(201,153,58,.45); box-shadow: 0 8px 28px rgba(6,14,11,.14);
  transform: translateY(-2px);
}
.job-card h5 { font-weight: 700; font-size: 1.02rem; color: #0a1a10; margin-bottom: 4px; }
.job-card .hotel-type-badge {
  background: rgba(201,153,58,.10); color: #96711E; border-radius: 20px;
  font-size: .75rem; padding: 2px 9px; font-weight: 600; display: inline-block;
}
.job-card .job-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.job-card .job-meta span {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .78rem; color: #6b7280;
  background: var(--lt-light); padding: 3px 9px; border-radius: 20px;
  border: 1px solid var(--lt-border);
}
.job-card .job-meta i { color: var(--lt-secondary); font-size: .75rem; }

/* ── Homepage job cards ────────────────────────────── */
.job-card-home {
  background: #fff; border-radius: var(--radius); padding: 20px;
  border: 1.5px solid var(--lt-border); transition: all .24s; height: 100%;
  border-top: 3px solid var(--lt-secondary);
  box-shadow: 0 1px 4px rgba(6,14,11,.05);
}
.job-card-home:hover {
  box-shadow: 0 8px 28px rgba(6,14,11,.14); transform: translateY(-3px);
  border-top-color: var(--lt-accent);
}
.job-meta-pill {
  display: inline-flex; align-items: center; gap: 4px; font-size: .75rem;
  background: var(--lt-light); padding: 3px 10px; border-radius: 20px; color: #4b5563;
  border: 1px solid var(--lt-border);
}

/* ══════════════════════════════════════════════════
   FILTER SIDEBAR
══════════════════════════════════════════════════ */
.filter-sidebar { position: sticky; top: 74px; }
.filter-sidebar .card {
  border: 1.5px solid var(--lt-border) !important; border-radius: var(--radius) !important;
  box-shadow: 0 2px 10px rgba(6,14,11,.07) !important;
}
.filter-sidebar .filter-title {
  font-weight: 700; font-size: .8rem; text-transform: uppercase;
  letter-spacing: .6px; color: var(--lt-muted); margin-bottom: 10px;
}
.dept-link {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 10px; border-radius: 7px; text-decoration: none;
  color: #374151; font-size: .88rem; transition: all .15s;
}
.dept-link:hover, .dept-link.active { background: var(--lt-light); color: var(--lt-primary); }
.dept-link .badge { background: #e9ecef; color: #6b7280; font-weight: 600; }
.dept-link.active .badge { background: var(--lt-accent) !important; color: #fff !important; }
.form-check-input:checked { background-color: var(--lt-secondary); border-color: var(--lt-secondary); }
.form-check-label { font-size: .87rem; cursor: pointer; }
.form-select:focus, .form-control:focus {
  border-color: var(--lt-secondary) !important;
  box-shadow: 0 0 0 3px rgba(26,92,53,.12) !important;
}

/* ══════════════════════════════════════════════════
   CITY PILLS
══════════════════════════════════════════════════ */
.city-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 18px; border-radius: 30px;
  background: #fff; border: 1.5px solid var(--lt-border);
  text-decoration: none; color: #374151; transition: all .18s; font-size: .88rem; font-weight: 500;
}
.city-pill:hover, .city-pill.active {
  border-color: var(--lt-secondary); color: var(--lt-secondary); background: var(--lt-light);
}

/* ══════════════════════════════════════════════════
   HOTEL CARDS
══════════════════════════════════════════════════ */
.hotel-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  transition: all .24s; height: 100%;
  border: 1.5px solid var(--lt-border); display: block;
  text-decoration: none; color: #1f2937;
  box-shadow: 0 1px 4px rgba(6,14,11,.05);
}
.hotel-card:hover {
  box-shadow: 0 8px 28px rgba(6,14,11,.16); transform: translateY(-4px);
  border-color: rgba(201,153,58,.4);
}
.hotel-card .hotel-banner {
  height: 72px; background: var(--lt-gradient);
  display: flex; align-items: center; justify-content: center; position: relative;
}
.hotel-card .hotel-logo-box {
  width: 52px; height: 52px; border-radius: 10px;
  background: #fff; border: 2px solid rgba(201,153,58,.3);
  box-shadow: 0 4px 14px rgba(6,14,11,.20);
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
  position: absolute; bottom: -24px; left: 18px;
}
.hotel-logo { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; margin: 0 auto 10px; display: block; }
.hotel-logo-placeholder {
  width: 64px; height: 64px; border-radius: 12px;
  background: var(--lt-gradient);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 10px;
}
.hotel-card .hotel-info { padding: 30px 16px 16px; }
.hotel-card .hotel-nm { font-weight: 700; color: var(--lt-primary); font-size: .95rem; }
.hotel-card .hotel-meta { font-size: .82rem; color: var(--lt-muted); }

/* ══════════════════════════════════════════════════
   JOB DETAIL
══════════════════════════════════════════════════ */
.job-detail-header {
  background: var(--lt-gradient); color: #fff; padding: 52px 0 40px;
}
.job-detail-header h1 { font-size: 1.95rem; font-weight: 800; }
.apply-box {
  background: #fff; border: 1.5px solid var(--lt-border);
  border-radius: var(--radius-lg); padding: 24px;
  position: sticky; top: 74px;
  box-shadow: 0 8px 32px rgba(6,14,11,.16), 0 0 0 1px rgba(201,153,58,.08);
}
.apply-box .salary-big { font-size: 1.5rem; font-weight: 800; color: var(--lt-secondary); }
.btn-apply-big {
  background: linear-gradient(135deg, #0C2218, #1A5C35); color: #fff; border: none;
  border-radius: 9px; padding: 13px 0; width: 100%;
  font-size: 1rem; font-weight: 700; transition: all .2s;
  box-shadow: 0 4px 14px rgba(6,14,11,.25);
}
.btn-apply-big:hover { background: linear-gradient(135deg, #1A5C35, #0C2218); color: #fff; box-shadow: 0 6px 20px rgba(6,14,11,.35); transform: translateY(-1px); }
.info-pill .value { color: var(--lt-primary); font-weight: 600; }
.info-pill i { color: var(--lt-accent); }

/* ══════════════════════════════════════════════════
   AUTH PAGES
══════════════════════════════════════════════════ */
.auth-wrap {
  min-height: calc(100vh - 64px);
  background: linear-gradient(135deg, #0D1F17 0%, #111F18 40%, #0C2218 100%);
  display: flex; align-items: flex-start; justify-content: center; padding: 48px 16px;
  position: relative; overflow: hidden;
}
.auth-wrap::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 60%, rgba(201,153,58,.07) 0%, transparent 55%);
}
.auth-card {
  background: #fff; border: 1px solid var(--lt-border);
  border-radius: var(--radius-lg); padding: 36px 32px;
  box-shadow: 0 24px 80px rgba(6,14,11,.40); width: 100%; max-width: 500px;
  position: relative; z-index: 1;
}
/* Fix Bootstrap nav-pills default blue link color */
.nav-pills .nav-link { color: #6b7280 !important; font-weight: 600; transition: all .18s; }
.nav-pills .nav-link:hover { color: var(--lt-primary) !important; background: var(--lt-light); }
.nav-pills .nav-link.active { color: #fff !important; background: var(--lt-primary) !important; }
.nav-pills.border { background: #f9fafb !important; }

/* Fix all bootstrap default link colors in auth forms */
.auth-card a { color: var(--lt-secondary); }
.auth-card a:hover { color: var(--lt-primary); }

/* OTP / Forgot password steps */
.fp-step-circle {
  width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--lt-border);
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 700; color: var(--lt-muted); background: #fff;
}
.fp-step-circle.active { background: var(--lt-accent); border-color: var(--lt-accent); color: #fff; }
.fp-step-circle.done   { background: var(--lt-primary); border-color: var(--lt-primary); color: #fff; }
.fp-step-line { flex: 1; height: 2px; background: var(--lt-border); }
.fp-step-line.done { background: var(--lt-secondary); }

/* ══════════════════════════════════════════════════
   DASHBOARD
══════════════════════════════════════════════════ */
.dashboard-hero { background: var(--lt-gradient); color: #fff; padding: 36px 0; }
.dashboard-hero h4 { font-weight: 800; }
.stat-card {
  background: #fff; border: 1.5px solid var(--lt-border);
  border-radius: var(--radius); padding: 22px; text-align: center;
  transition: all .22s; box-shadow: 0 1px 4px rgba(6,14,11,.05);
}
.stat-card:hover { box-shadow: 0 6px 20px rgba(6,14,11,.12); transform: translateY(-2px); }
.stat-card .stat-num { font-size: 2rem; font-weight: 800; color: var(--lt-primary); }
.stat-card .stat-label { font-size: .83rem; color: var(--lt-muted); }
.stat-card .stat-icon {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(201,153,58,.10), rgba(201,153,58,.05));
  border: 1px solid rgba(201,153,58,.20);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin: 0 auto 12px; color: var(--lt-accent);
}
/* Dashboard tabs */
.nav-tabs .nav-link {
  color: var(--lt-muted) !important; border: none;
  border-bottom: 2px solid transparent; font-weight: 600; font-size: .9rem;
  background: transparent !important; border-radius: 0;
}
.nav-tabs .nav-link.active {
  color: var(--lt-primary) !important; border-bottom-color: var(--lt-accent);
}
.nav-tabs { border-bottom: 1.5px solid var(--lt-border); }

/* Dash tab buttons */
.dash-tab-btn {
  padding: 8px 20px; border-radius: 8px; border: 1.5px solid var(--lt-border);
  font-weight: 600; font-size: .88rem; cursor: pointer;
  color: var(--lt-muted); background: #fff; transition: all .18s;
}
.dash-tab-btn.active, .dash-tab-btn:hover { background: var(--lt-primary); color: #fff; border-color: var(--lt-primary); }

/* ══════════════════════════════════════════════════
   CTA BANNER
══════════════════════════════════════════════════ */
.cta-banner {
  background: var(--lt-gradient);
  border-radius: var(--radius-lg); padding: 48px 40px; color: #fff;
  position: relative; overflow: hidden;
  box-shadow: 0 12px 40px rgba(6,14,11,.3);
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 50%, rgba(201,153,58,.10) 0%, transparent 60%);
}
.cta-seeker {
  background: var(--lt-light); border: 2px solid var(--lt-border) !important;
  border-radius: var(--radius-lg); padding: 40px; height: 100%;
}

/* ══════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
.portal-footer {
  background: #050D09; padding: 56px 0 24px;
  color: rgba(255,255,255,.55);
  border-top: 1px solid rgba(201,153,58,.12);
}
.portal-footer .lt-brand .lt-name-lemon { color: var(--lt-accent); }
.portal-footer .lt-brand .lt-name-tree  { color: rgba(255,255,255,.88); }
.portal-footer .footer-tagline { font-size: .87rem; color: rgba(255,255,255,.36); margin-top: 8px; }
.portal-footer h6 { color: rgba(255,255,255,.85); font-weight: 700; margin-bottom: 14px; font-size: .92rem; letter-spacing: .3px; }
.portal-footer a {
  color: rgba(255,255,255,.45); font-size: .86rem;
  display: block; margin-bottom: 8px; transition: color .15s;
}
.portal-footer a:hover { color: var(--lt-accent); }
.footer-contact { font-size: .85rem; color: rgba(255,255,255,.45); }
.footer-contact i { color: var(--lt-accent); margin-right: 6px; }
.footer-divider { border-color: rgba(255,255,255,.07); margin: 36px 0 20px; }
.footer-copy { font-size: .79rem; color: rgba(255,255,255,.22); }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(255,255,255,.06); color: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.09);
  font-size: 1rem; margin: 0; transition: all .2s;
}
.footer-social a:hover { background: var(--lt-accent); color: #fff; border-color: var(--lt-accent); }

/* ══════════════════════════════════════════════════
   BADGES / PILLS
══════════════════════════════════════════════════ */
.badge-salary { background: #dcfce7; color: #15803d; border-radius: 20px; font-size: .75rem; padding: 3px 10px; font-weight: 600; }
.badge-type   { background: #dbeafe; color: #1d4ed8; border-radius: 20px; font-size: .75rem; padding: 3px 10px; }
.badge-star   { background: rgba(201,153,58,.10); color: #96711E; border-radius: 20px; font-size: .75rem; padding: 3px 10px; }
.badge-dept   { background: rgba(12,34,24,.07); color: var(--lt-primary); border-radius: 20px; font-size: .75rem; padding: 3px 10px; }
.tag-pill {
  background: var(--lt-light); border: 1px solid var(--lt-border);
  color: var(--lt-primary); border-radius: 20px; padding: 4px 12px;
  font-size: .8rem; font-weight: 500; display: inline-block; margin: 2px;
}
.hotel-type-badge {
  background: rgba(201,153,58,.10); color: #96711E;
  border-radius: 20px; font-size: .75rem; padding: 2px 9px; font-weight: 600;
}

/* ══════════════════════════════════════════════════
   PAGINATION
══════════════════════════════════════════════════ */
.page-link {
  color: var(--lt-primary); border-color: var(--lt-border);
  border-radius: 8px !important; margin: 0 2px; font-weight: 500;
  transition: all .15s; background: #fff;
}
.page-item.active .page-link { background: var(--lt-primary); border-color: var(--lt-primary); }
.page-link:hover { color: var(--lt-primary); background: var(--lt-light); }

/* ══════════════════════════════════════════════════
   ALERTS & MISC
══════════════════════════════════════════════════ */
.alert-lt {
  background: rgba(12,34,24,.06); border: 1px solid rgba(12,34,24,.15);
  border-radius: var(--radius); color: var(--lt-dark);
}
.divider-accent {
  border: none; height: 2px;
  background: linear-gradient(to right, var(--lt-accent), transparent);
  margin: 0; width: 48px; border-radius: 2px;
}
.no-jobs { text-align: center; padding: 64px 20px; color: #9ca3af; }

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .portal-hero h1 { font-size: 1.7rem; }
  .portal-hero { padding: 52px 0 48px; }
  .hero-search-box { padding: 20px 16px; }
  .filter-sidebar { position: static; margin-bottom: 20px; }
  .apply-box { position: static; margin-top: 20px; }
  .auth-card { padding: 24px 18px; }
  .portal-footer { padding: 40px 0 20px; }
  .cta-banner { padding: 32px 24px; }
}

/* ── Auth wrap — text outside card needs light color on dark bg ── */
.auth-wrap .text-center h2 { color: #ffffff !important; }
.auth-wrap .text-center p,
.auth-wrap .text-muted { color: rgba(255,255,255,.62) !important; }
.auth-wrap .bi.fs-1 { color: var(--lt-accent) !important; }
.auth-wrap .alert { color: #1f2937; }
