html,
body {
  min-height: 100%;
  font-size: 15px;
}

body {
  margin: 0;
  background: #f5f7fb;
  color: #172033;
  font-family: Roboto, Arial, sans-serif;
}

h1,
h2,
.brand,
.sidebar,
label {
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
}

h2 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}

.app-shell {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  width: 248px;
  flex: 0 0 248px;
  background: #111827;
  color: #fff;
  padding: 18px 14px;
}

.brand {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.subaccount {
  color: #cbd5e1;
  font-size: 13px;
  margin-bottom: 22px;
}

.nav-label {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
  margin: 18px 10px 6px;
  text-transform: uppercase;
}

.nav-link {
  color: #e5e7eb;
  border-radius: 6px;
  padding: 8px 10px;
}

.nav-link:hover,
.nav-link.active {
  background: #2563eb;
  color: #fff;
}

.content {
  flex: 1;
  min-width: 0;
  padding: 16px;
}

.launch-form {
  background: #fff;
  border: 1px solid #d7deea;
  padding: 14px;
  margin-bottom: 16px;
}

.table-toolbar,
.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.table-scroll {
  max-height: calc(100vh - 245px);
  overflow: auto;
  border: 1px solid #cfd8e3;
  background: #fff;
}

.raw-table {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 15px;
}

.raw-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.raw-table td,
.raw-table th {
  vertical-align: top;
  min-width: 120px;
}

.narrow-form {
  max-width: 420px;
  background: #fff;
  border: 1px solid #d7deea;
  padding: 16px;
}

.filter-strip,
.open-job-form,
.actions-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.filter-strip {
  max-width: 680px;
}

.open-job-form {
  background: #fff;
  border: 1px solid #d7deea;
  margin-top: 10px;
  padding: 10px;
  max-width: 620px;
}

.open-job-form label {
  margin: 0;
  white-space: nowrap;
}

.post-form-link {
  margin-top: 12px;
}

.table-filter {
  width: 220px;
}

.status-line {
  color: #475569;
  font-size: 14px;
}

.checkbox-col .form-check {
  padding-top: 8px;
}

.empty-state {
  background: #fff;
  border: 1px solid #d7deea;
  padding: 18px;
  max-width: 640px;
}

.empty-state p {
  color: #475569;
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 10px;
}

.credit-grid div {
  background: #fff;
  border: 1px solid #d7deea;
  padding: 14px;
}

.credit-grid span {
  display: block;
  color: #64748b;
}

.credit-grid strong {
  display: block;
  font-size: 24px;
  margin-top: 6px;
}

.muted {
  color: #64748b;
}
