*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --sky: #7BBDD4;
  --sky2: #A8D4E3;
  --sky3: #D6EDF5;
  --sky4: #EBF6FA;
  --navy: #1A2B4A;
  --navy2: #243757;
  --mid: #4A7FA0;
  --white: #fff;
  --off: #F4F8FB;
  --border: rgba(123, 189, 212, 0.22);
  --border2: rgba(123, 189, 212, 0.45);
  --text: #1A2B4A;
  --text2: #4A6785;
  --text3: #8AAEC4;
  --orange: #E8834A;
  --green: #3DAA7A;
  --purple: #7c5cbf;
}

html,
body {
  height: 100%;
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background: var(--off);
  font-size: 13px;
  line-height: 1.5;
}

/* ══ ROOT ══ */
.root {
  display: flex;
  height: 100vh;
  overflow: hidden;
}

/* ══ SIDEBAR ══ */
.sb {
  width: 258px;
  flex-shrink: 0;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
}

.sbh {
  padding: 20px 18px 16px;
  border-bottom: 1px solid rgba(123, 189, 212, 0.12);
}

.logo {
  display: flex;
  align-items: center;
  gap: 9px;
}

.logo-m {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--sky);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--navy);
  flex-shrink: 0;
}

.logo-t {
  font-family: "DM Serif Display", serif;
  font-size: 17px;
  color: white;
  letter-spacing: 0.04em;
}

.sb-search {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(123, 189, 212, 0.14);
  border-radius: 9px;
  padding: 7px 11px;
  margin-top: 14px;
}

.sb-search svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  opacity: 0.35;
}

.sb-search input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
  font-family: inherit;
}

.sb-search input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.sb-nav {
  flex: 1;
  padding: 10px 0;
}

.sb-sec {
  padding: 12px 18px 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.26);
}

.sb-i {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.58);
  cursor: pointer;
  transition: all 0.15s;
  border-left: 3px solid transparent;
  text-decoration: none;
}

.sb-i:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
}

.sb-i.active {
  color: white;
  background: rgba(123, 189, 212, 0.11);
  border-left-color: var(--sky);
}

.si {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.05);
}

.sb-i.active .si {
  background: rgba(123, 189, 212, 0.2);
}

.si svg {
  width: 13px;
  height: 13px;
}

.il {
  flex: 1;
  font-weight: 500;
}

.ib2 {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--sky);
  color: var(--navy);
}

.ib2.org {
  background: var(--orange);
  color: white;
}

.ib2.pur {
  background: var(--purple);
  color: white;
}

.sb-foot {
  padding: 12px 12px 16px;
  border-top: 1px solid rgba(123, 189, 212, 0.12);
}

.uc {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border-radius: 11px;
  cursor: pointer;
  transition: background 0.15s;
}

.uc:hover {
  background: rgba(255, 255, 255, 0.06);
}

.uc-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.14);
}

.uc-n {
  font-size: 13px;
  font-weight: 600;
  color: white;
}

.uc-r {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
}

/* ══ MAIN ══ */
.main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.topbar {
  background: white;
  border-bottom: 1px solid var(--border);
  padding: 12px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.tb-l {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tb-title {
  font-family: "DM Serif Display", serif;
  font-size: 21px;
  color: var(--navy);
}

.tb-tag {
  font-size: 11px;
  color: var(--text3);
  background: var(--sky4);
  padding: 3px 10px;
  border-radius: 999px;
}

.tb-r {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-out {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid var(--border2);
  border-radius: 999px;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}

.btn-out:hover {
  background: var(--sky4);
  border-color: var(--sky);
}

.btn-pri {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-pri:hover {
  background: var(--navy2);
}

.btn-pri svg {
  width: 11px;
  height: 11px;
}

.btn-con {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  background: var(--purple);
  color: white;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-con:hover {
  background: #6a4caa;
}

.btn-con svg {
  width: 11px;
  height: 11px;
}

.ibb {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  border: 1px solid var(--border2);
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
  position: relative;
}

.ibb:hover {
  background: var(--sky4);
  border-color: var(--sky);
}

.ibb svg {
  width: 14px;
  height: 14px;
  color: var(--text2);
}

.ndot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  border: 1.5px solid white;
}

/* ══ BODY ══ */
.body {
  flex: 1;
  overflow-y: auto;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* GREETING */
.greeting {
  background: var(--navy);
  border-radius: 20px;
  padding: 48px 36px;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.gr-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(123, 189, 212, 0.14) 1px,
    transparent 1px
  );
  background-size: 26px 26px;
  pointer-events: none;
}

.gr-blob {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(123, 189, 212, 0.1) 0%,
    transparent 70%
  );
  right: -40px;
  top: -70px;
  pointer-events: none;
}

.gr-in > div:first-child {
  flex: 1;
  min-width: 280px;
}

.gr-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(123, 189, 212, 0.14);
  border: 1px solid rgba(123, 189, 212, 0.28);
  border-radius: 999px;
  padding: 4px 11px;
  font-size: 11px;
  color: var(--sky2);
  margin-bottom: 9px;
}

@keyframes bl {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.gr-dot {
  width: 5px;
  height: 5px;
  background: #4ade80;
  border-radius: 50%;
  animation: bl 2s infinite;
}

.gr-title {
  font-family: "DM Serif Display", serif;
  font-size: 22px;
  color: white;
  margin-bottom: 5px;
}

.gr-title em {
  color: var(--sky2);
  font-style: normal;
}

.gr-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.gr-sub strong {
  color: white;
}

.gr-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gs {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(123, 189, 212, 0.18);
  border-radius: 13px;
  padding: 11px 16px;
  text-align: center;
  min-width: 80px;
}

.gs-n {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.gs-l {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
}

.gs-d {
  font-size: 10px;
  color: #4ade80;
  margin-top: 2px;
}

/* ACTIVITY STRIP */
.astrip {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow-x: auto;
}

.astrip::-webkit-scrollbar {
  height: 0;
}

.ai {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ai-ico {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ai-ico svg {
  width: 13px;
  height: 13px;
}

.ai-txt {
  font-size: 12px;
  color: var(--text2);
}

.ai-txt strong {
  color: var(--navy);
}

.a-sep {
  width: 1px;
  height: 24px;
  background: var(--border);
  flex-shrink: 0;
}

/* STATS */
.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.sc {
  background: white;
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 14px;
  transition: all 0.2s;
  cursor: default;
}

.sc:hover {
  border-color: var(--sky);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(26, 43, 74, 0.07);
}

.sc-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sc-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sc-ico svg {
  width: 17px;
  height: 17px;
}

.sc-tr {
  font-size: 10px;
  font-weight: 500;
  padding: 3px 7px;
  border-radius: 999px;
}

.up {
  background: #edfdf4;
  color: #1a7a52;
}

.neu {
  background: var(--sky4);
  color: var(--mid);
}

.pur-bg {
  background: #f3f0ff;
  color: #6a4caa;
}

.sc-num {
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  line-height: 1;
}

.sc-lbl {
  font-size: 11px;
  color: var(--text3);
  margin-top: 2px;
}

/* MID */
.mid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 15px;
}

.card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 15px;
}

.ch {
  padding: 16px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.ch-t {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 6px;
}

.ch-t svg {
  width: 13px;
  height: 13px;
  color: var(--sky);
}

.ch-l {
  font-size: 12px;
  color: var(--sky);
  text-decoration: none;
  cursor: pointer;
}

.ch-l:hover {
  color: var(--mid);
}

.cb {
  padding: 0 18px 16px;
}

/* APP ROWS */
.ar {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  transition: all 0.15s;
  cursor: pointer;
}

.ar:last-of-type {
  border-bottom: none;
}

.ar:hover {
  background: var(--sky4);
  margin: 0 -18px;
  padding: 10px 18px;
  border-radius: 8px;
}

.av {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  border: 2px solid var(--border2);
}

.av1 {
  background: #e0f2fe;
  color: #0369a1;
}

.av2 {
  background: #fef3c7;
  color: #92400e;
}

.av3 {
  background: #ecfdf5;
  color: #065f46;
}

.a-info {
  flex: 1;
  min-width: 0;
}

.a-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
}

.a-pos {
  font-size: 11px;
  color: var(--text2);
  margin-top: 1px;
}

.a-meta {
  font-size: 10px;
  color: var(--text3);
  margin-top: 1px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.a-meta svg {
  width: 9px;
  height: 9px;
}

.badge {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
}

.b-rev {
  background: #fff4e5;
  color: #92400e;
}

.b-int {
  background: #dbeafe;
  color: #1e40af;
}

.b-sh {
  background: var(--sky4);
  color: var(--mid);
}

.notice {
  background: var(--sky4);
  border-radius: 9px;
  padding: 10px 13px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--text2);
}

.notice svg {
  width: 13px;
  height: 13px;
  color: var(--mid);
  flex-shrink: 0;
}

.notice strong {
  color: var(--navy);
}

/* RIGHT COL */
.rc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.qcard {
  background: white;
  border: 1px solid var(--border);
  border-radius: 15px;
  padding: 15px;
}

.qc-t {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.qc-t svg {
  width: 13px;
  height: 13px;
  color: var(--sky);
}

/* PIPELINE */
.pipe-row {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.pipe {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pipe-l {
  font-size: 11px;
  color: var(--text2);
  width: 70px;
  flex-shrink: 0;
}

.pipe-b {
  flex: 1;
  height: 5px;
  background: var(--off);
  border-radius: 999px;
  overflow: hidden;
}

.pipe-f {
  height: 100%;
  border-radius: 999px;
  transition: width 0.5s ease;
}

.pipe-c {
  font-size: 11px;
  font-weight: 600;
  color: var(--navy);
  min-width: 26px;
  text-align: right;
}

/* QUICK ACTIONS */
.btn-qa {
  width: 100%;
  padding: 8px;
  border-radius: 9px;
  border: 1px solid var(--border2);
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: var(--navy);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin-bottom: 5px;
}

.btn-qa:last-child {
  margin-bottom: 0;
}

.btn-qa:hover {
  background: var(--sky4);
  border-color: var(--sky);
}

.btn-qa svg {
  width: 12px;
  height: 12px;
}

.btn-qa-fill {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

.btn-qa-fill:hover {
  background: var(--navy2);
}

.btn-qa-pur {
  background: var(--purple);
  color: white;
  border-color: var(--purple);
}

.btn-qa-pur:hover {
  background: #6a4caa;
}

/* BOTTOM */
.bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* KONEKSI - Paksa 2 Kolom */
.co-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);     /* Paksa 2 kolom */
  gap: 14px;
}

.co-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}

.co-card:hover {
  border-color: var(--sky);
  background: var(--sky4);
}

.co-av {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Info di sebelah kanan logo */
.co-info {
  flex: 1;
  text-align: center;
}

.co-name {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 2px;
}

.co-cat {
  font-size: 12px;
  color: var(--text3);
}

.co-tags {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.co-tag {
  font-size: 10.5px;
  padding: 2px 8px;
  border-radius: 6px;
  background: var(--sky4);
  color: var(--mid);
}

/* Bagian paling kanan */
.co-r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 115px;
}

.co-mut {
  font-size: 11.5px;
  color: var(--text3);
  white-space: nowrap;
}

.btn-conn {
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid var(--border2);
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  transition: all 0.2s;
}

.btn-conn:hover {
  background: var(--sky);
  color: white;
  border-color: var(--sky);
}

.btn-conn.connected {
  background: #edfdf4;
  color: #166534;
  border-color: #86efac;
}

/* EVENTS */
.ev-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ev {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 11px 12px;
  border-radius: 11px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.2s;
}

.ev:hover {
  border-color: var(--sky);
  background: var(--sky4);
}

.ev-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ev-ico svg {
  width: 15px;
  height: 15px;
}

.ev-info {
  flex: 1;
}

.ev-title {
  font-size: 12px;
  font-weight: 600;
  color: var(--navy);
}

.ev-sub {
  font-size: 11px;
  color: var(--text2);
  margin-top: 2px;
}

.ev-date {
  font-size: 10px;
  color: var(--text3);
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.ev-date svg {
  width: 10px;
  height: 10px;
}

.ev-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
  align-self: flex-start;
}

.ev-b-new {
  background: #f3f0ff;
  color: #6a4caa;
}

.ev-b-live {
  background: #edfdf4;
  color: #1a7a52;
}

.ev-b-reg {
  background: #fff4e5;
  color: #92400e;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 1100px) {
  .stats {
    grid-template-columns: repeat(3, 1fr);
  }
  .mid,
  .bot {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .sb {
    width: 64px;
  }
  .logo-t,
  .sb-search,
  .sb-sec,
  .il,
  .ib2,
  .uc-n,
  .uc-r {
    display: none;
  }
  .sb-i {
    padding: 10px;
    justify-content: center;
    border-left: none;
  }
  .sb-i.active {
    border-radius: 8px;
    margin: 0 6px;
  }
  .uc {
    padding: 6px;
    justify-content: center;
  }
  .gr-stats {
    display: none;
  }
  .body {
    padding: 16px 14px;
  }
  .topbar {
    padding: 11px 14px;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (max-width: 560px) {
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* =========================
   JOB SECTION (WRAPPER)
========================= */
.job-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* =========================
   FILTER BAR
========================= */
.job-fbar {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.job-fbar-tabs {
  display: flex;
  gap: 6px;
  flex: 1;
  flex-wrap: wrap;
}

.job-ftab {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text2);
  border: 1px solid var(--border2);
  background: transparent;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
  font-family: inherit;
}

.job-ftab:hover {
  background: var(--sky4);
  border-color: var(--sky);
}

.job-ftab.active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

.job-ftab-count {
  font-size: 10px;
  font-weight: 700;
  margin-left: 4px;
  opacity: 0.7;
}

/* RIGHT FILTER */
.job-fbar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.job-fsearch {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--off);
  border: 1px solid var(--border2);
  border-radius: 9px;
  padding: 6px 11px;
}

.job-fsearch input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  color: var(--text);
  font-family: inherit;
  width: 140px;
}

.job-fselect {
  border: 1px solid var(--border2);
  border-radius: 9px;
  padding: 6px 10px;
  font-size: 12px;
  font-family: inherit;
  background: white;
  color: var(--text);
  outline: none;
  cursor: pointer;
}

/* =========================
   TABLE
========================= */
.job-tbl-wrap {
  display: flex;
  flex-direction: column;
}

.job-tbl-head {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr 110px 100px;
  gap: 12px;
  padding: 10px 18px;
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 11px 11px 0 0;
  border-bottom: none;
}

.job-th {
  font-size: 11px;
  font-weight: 600;
  color: var(--text3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.job-list {
  background: white;
  border: 1px solid var(--border);
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}

.job-row {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr 1fr 110px 100px;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  transition: background 0.15s;
  cursor: pointer;
}

.job-row:last-child {
  border-bottom: none;
}

.job-row:hover {
  background: var(--sky4);
}

/* LEFT SIDE */
.job-row-left {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.job-ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid var(--border);
}

.job-info {
  min-width: 0;
}

.job-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-meta {
  font-size: 11px;
  color: var(--text3);
  margin-top: 1px;
}

/* CELLS */
.job-cell {
  font-size: 12px;
  color: var(--text2);
}

.job-cell-num {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
}

/* =========================
   BADGES
========================= */
.job-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.job-aktif {
  background: #edfdf4;
  color: #1a7a52;
}

.job-draft {
  background: var(--off);
  color: var(--text2);
}

.job-tutup {
  background: #fff0f0;
  color: #b94040;
}

.job-review {
  background: #fff4e5;
  color: #92400e;
}

/* =========================
   ACTION BUTTONS
========================= */
.job-actions {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: flex-end;
}

.job-btn {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid var(--border2);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
}

.job-btn:hover {
  background: var(--sky4);
  border-color: var(--sky);
}

/* =========================
   PAGINATION
========================= */
.job-pgn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-pgn-info {
  font-size: 12px;
  color: var(--text3);
}

.job-pgn-btns {
  display: flex;
  gap: 5px;
}

.job-pg {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid var(--border2);
  background: white;
  font-size: 12px;
  font-weight: 500;
  color: var(--text2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

.job-pg:hover {
  background: var(--sky4);
  border-color: var(--sky);
}

.job-pg.active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

/* ══════════════════════════════════════════════════
   SIDEBAR
══════════════════════════════════════════════════ */
.d-sidebar {
  width: 256px;
  flex-shrink: 0;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 100;
}

.dsb-header {
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(123,189,212,0.12);
}

.dsb-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 18px;
}
.dsb-logo img {
  height: 32px;
  filter: brightness(0) invert(1);
}
.dsb-logo-text {
  font-family: 'DM Serif Display', serif;
  font-size: 25px;
  color: white;
  letter-spacing: 0.03em;
}

.dsb-search {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(123,189,212,0.15);
  border-radius: 10px;
  padding: 8px 12px;
}
.dsb-search i { font-size: 12px; color: rgba(255,255,255,0.3); }
.dsb-search input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  width: 100%;
  font-family: inherit;
}
.dsb-search input::placeholder { color: rgba(255,255,255,0.25); }