
.workspace.volume-fixed-view #fetchVolumePanel {
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  align-content: start;
  align-items: start;
  gap: 8px;
}

.workspace.volume-fixed-view #fetchVolumePanel .fetch-volume-card {
  min-height: 0;
  height: auto;
  max-height: none;
  display: grid;
  grid-template-rows: auto auto;
  overflow: visible;
}

.workspace.volume-fixed-view #fetchVolumePanel .leader-file-control-card {
  min-height: 0;
  height: auto;
  align-self: start;
  grid-template-columns: minmax(190px, 1fr) 155px 170px;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-panel {
  grid-column: 1;
  min-height: 0;
  height: auto;
  max-height: none;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 6px;
  align-self: start;
  padding: 10px 12px;
  overflow: visible;
}

.workspace.volume-fixed-view #fetchVolumePanel .volume-result-panel:has(.volume-error-wrap) {
  height: 100%;
  overflow: hidden;
}

.volume-result-area {
  min-height: 0;
  margin-top: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  color: var(--danger);
  overflow: hidden;
}

.volume-result-area .table-tools {
  margin: 0 0 8px;
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(160px, 220px);
  align-items: end;
}

.volume-result-area .table-tools label {
  min-width: 0;
}

.volume-result-area .table-tools input,
.volume-result-area .table-tools select {
  width: 100%;
}

.volume-result-area .message {
  margin: 0;
  min-height: 0;
}

.volume-result-panel .inline-progress {
  margin: 0;
  gap: 4px;
}

.chat-attachment-control {
  min-width: 140px;
}

.chat-attachment-control input {
  min-height: 34px;
  padding: 6px;
}

.insight-category {
  display: grid;
  gap: 10px;
}

.insight-category > h4 {
  margin: 0;
  color: #42526b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.employment-status-select,
.resignation-date-input {
  min-height: 34px;
  width: 100%;
  padding: 6px 8px;
}

.volume-result-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.volume-result-header strong {
  color: #1d2940;
  font-size: 13px;
}

.volume-result-header span {
  color: #8190aa;
  font-size: 12px;
  font-weight: 800;
}

.volume-error-wrap {
  margin-top: 0;
  min-height: 0;
  max-height: none;
  height: 100%;
  overflow: auto;
}

.marketing-page .site-header {
  min-height: 68px;
}

.hero-section {
  min-height: 560px;
  padding-top: 54px;
}

.hero-copy h1 {
  font-size: 50px;
  letter-spacing: -0.04em;
}

/* BOAT reference redesign layer */
:root {
  --ink: #081226;
  --muted: #72819b;
  --line: rgba(139, 157, 184, 0.28);
  --panel: #ffffff;
  --page: #f5f8fc;
  --nav: #07182e;
  --nav-soft: rgba(56, 189, 248, 0.1);
  --primary: #1f64ff;
  --primary-dark: #174fd0;
  --cyan: #38bdf8;
  --violet: #6366f1;
  --success: #10b981;
  --warning: #f59e0b;
  --danger: #e11d48;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 18px 45px rgba(7, 24, 46, 0.08);
  --shadow-card: 0 10px 28px rgba(7, 24, 46, 0.07);
}

body {
  background: var(--page);
  color: var(--ink);
  font-family: "Nunito Sans", Inter, Arial, Helvetica, sans-serif;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

h1,
h2,
h3,
.sidebar-brand strong {
  font-family: "Nunito Sans", Inter, Arial, Helvetica, sans-serif;
}

button {
  min-height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary), var(--violet));
  box-shadow: 0 10px 22px rgba(31, 100, 255, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}
