@charset "UTF-8";

:root {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #1c2d2b;
  background: #f7f9f8;
  font-synthesis: none;
  font-weight: 400;
  --ink: #1c2d2b;
  --muted: #73807e;
  --faint: #9aa5a3;
  --line: #e5ebe8;
  --teal: #168472;
  --teal-dark: #126653;
  --teal-light: #eaf5ef;
  --amber: #a7742c;
  --amber-light: #faf3e7;
  --white: #fff;
  --radius: 14px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #32ab93;
  outline-offset: 4px;
}
button,
input,
select {
  accent-color: var(--teal);
}
button,
select {
  touch-action: manipulation;
}
button svg {
  display: block;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h2,
h3,
h4 {
  font-weight: 600;
}
svg {
  display: block;
}
::selection {
  background: #d4ebdf;
}
body:has(dialog[open]) {
  overflow: hidden;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 100;
  background: var(--teal-dark);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.app-shell {
  min-height: 100vh;
}
.sidebar {
  overflow-y: auto;
  overscroll-behavior: contain;
  position: fixed;
  inset: 0 auto 0 0;
  width: 228px;
  background: #182322;
  color: #c0ccc8;
  z-index: 30;
  padding: 34px 18px 22px;
  display: flex;
  flex-direction: column;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #f3f8f5;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -1.2px;
  padding: 0 12px;
}
.brand-ai {
  font-weight: 300;
  color: #84b8a1;
  margin-left: 3px;
}
.brand-mark {
  position: relative;
  display: block;
  width: 27px;
  height: 31px;
  transform: rotate(-25deg);
}
.brand-mark i {
  position: absolute;
  top: 2px;
  height: 27px;
  width: 9px;
  border-radius: 8px;
  background: #c6e7d6;
  left: 0;
}
.brand-mark i:nth-child(2) {
  left: 10px;
  top: 6px;
  height: 23px;
  background: #68ae91;
}
.brand-mark i:nth-child(3) {
  left: 20px;
  top: 11px;
  height: 18px;
  background: #386f5c;
}
.workspace-label,
.nav-label {
  font-size: 9px;
  letter-spacing: 1.6px;
  color: #82938d;
  font-weight: 600;
  padding: 0 13px;
}
.workspace-label {
  margin-top: 45px;
}
.workspace-button {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
  width: 100%;
  border: 1px solid #35413d;
  background: #202e29;
  border-radius: 8px;
  padding: 12px 10px;
  margin-top: 11px;
  color: #e4ebe7;
}
.workspace-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #3c5146;
  color: #d0e5d5;
  border: 1px solid #5b6f60;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
}
.admin-login {
  width: min(440px, calc(100% - 40px));
  margin: 12vh auto 40px;
  padding: 38px;
  border: 1px solid var(--border, #dce1dc);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 40px #18232208;
}
.admin-login h1 {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.admin-login p {
  color: #637068;
  font-size: 14px;
  line-height: 1.65;
  margin: 16px 0;
}
.admin-login button {
  width: 100%;
  min-height: 46px;
  padding: 12px 16px;
  margin: 12px 0;
  border: 1px solid #182322;
  border-radius: 8px;
  background: #182322;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}
.workspace-button strong {
  display: block;
  font-size: 11px;
  font-weight: 500;
  max-width: 124px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.workspace-button small {
  font-size: 10px;
  color: #93a299;
  display: block;
  margin-top: 4px;
}
.workspace-chevron {
  margin-left: auto;
  font-size: 15px;
}
.nav-label {
  margin: 36px 0 13px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #acbab4;
  font-size: 12px;
  padding: 13px 13px;
  border-radius: 7px;
  margin-bottom: 5px;
  transition:
    background 0.16s,
    color 0.16s;
}
.nav-item svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  opacity: 0.82;
}
.nav-item:hover {
  background: #22362e;
  color: #fff;
}
.nav-item[aria-current='page'] {
  background: #31483b;
  color: #e4f3e7;
}
.nav-item[aria-current='page'] svg {
  color: #b0d6ba;
  opacity: 1;
}
.nav-item[aria-current='page']:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a7d8b6;
  margin-left: auto;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 62px 13px 0;
}
.privacy-mark {
  display: flex;
  gap: 8px;
  font-size: 11px;
  color: #bccdc1;
}
.privacy-mark span {
  color: #8cba9b;
  font-size: 18px;
}
.sidebar-bottom p {
  font-size: 13px;
  line-height: 1.7;
  color: #72877b;
  margin: 10px 0 26px;
}
.sidebar-demo {
  background: none;
  color: #b2c9ba;
  border: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
  line-height: 1.7;
}
.sidebar-demo span {
  margin-left: 5px;
}
.sidebar-version {
  display: block;
  letter-spacing: 1.5px;
  color: #6e8476;
  font-size: 8px;
  margin-top: 25px;
}
.main-shell {
  margin-left: 228px;
}
.topbar {
  height: 76px;
  border-bottom: 1px solid var(--line);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.82);
  gap: 16px;
}
.topbar-location,
.topbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
}
.breadcrumb {
  color: var(--muted);
}
.breadcrumb-slash {
  color: #c1cbc6;
}
.preview-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  background: #f1f5ef;
  border: 1px solid #dfe8db;
  color: #6a7d55;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.preview-badge > span {
  width: 5px;
  height: 5px;
  background: #8aab6c;
  border-radius: 50%;
}
.profile-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: #e7eae5;
  border: 1px solid #d9dfd6;
  border-radius: 50%;
  font-size: 10px;
  color: #66765b;
  font-weight: 600;
}
.button {
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  padding: 10px 14px;
  min-height: 36px;
  transition:
    background 0.15s,
    box-shadow 0.15s;
}
.button-primary {
  background: var(--teal-dark);
  color: white;
  border-color: var(--teal-dark);
}
.button-primary:hover:not(:disabled) {
  background: #0d5545;
  box-shadow: 0 3px 9px #175b3c20;
}
.button-secondary {
  background: white;
  border-color: #dbe4de;
}
.button-secondary:hover:not(:disabled) {
  background: #f4f7f5;
}
.button-quiet {
  background: transparent;
  color: #60736b;
  padding: 7px 9px;
  min-height: 30px;
}
.button-quiet:hover {
  background: #eaf0ec;
}
.icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid #dfe5e1;
  border-radius: 7px;
  flex-shrink: 0;
}
.icon-button:hover {
  background: #f1f6f3;
}
.menu-toggle {
  display: none;
}
.nav-backdrop {
  display: none;
}
main {
  max-width: 1680px;
  padding: 37px 40px 20px;
  margin: 0 auto;
  outline: none;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.eyebrow {
  font-size: 9px;
  font-weight: 600;
  color: #829189;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
h1 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -1.3px;
}
.page-description {
  font-size: 12px;
  color: var(--muted);
  margin-top: 9px;
  line-height: 1.6;
}
.heading-controls {
  display: flex;
  gap: 11px;
  align-items: center;
  flex-shrink: 0;
}
.period-control {
  border: 1px solid #e0e7e2;
  border-radius: 7px;
  background: white;
  padding: 3px;
  display: flex;
}
.period-control button {
  border: 0;
  background: transparent;
  padding: 7px 11px;
  white-space: nowrap;
  color: #819087;
  font-size: 10px;
  border-radius: 4px;
}
.period-control button[aria-pressed='true'] {
  color: #345441;
  background: #edf3ec;
  box-shadow: 0 1px 2px #20382808;
}
.context-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 10px;
  line-height: 1.5;
  color: #8a978f;
  margin-bottom: 26px;
}
.context-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #94b59d;
  display: block;
  flex-shrink: 0;
}
.context-separator {
  color: #c3cec6;
  margin: 0 3px;
}
.context-line strong {
  font-weight: 500;
  color: #6c8274;
}
.content-stack {
  display: grid;
  gap: 20px;
}
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.panel-padding {
  padding: 23px 24px;
}
.panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.panel-heading h2 {
  font-size: 14px;
  letter-spacing: -0.15px;
  line-height: 1.4;
}
.panel-subtitle {
  font-size: 10px;
  line-height: 1.7;
  color: #8a978f;
  margin-top: 5px;
}
.text-link {
  font-size: 10px;
  color: #49745b;
  display: inline-flex;
  gap: 7px;
  white-space: nowrap;
  align-items: center;
  padding: 3px 0;
}
.text-link:hover {
  color: #12452e;
  text-decoration: underline;
}
.section-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8d9a91;
  font-weight: 500;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.metric {
  padding: 20px 20px 17px;
  min-height: 142px;
  position: relative;
}
.metric-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.metric-label {
  font-size: 10px;
  color: #7b8b81;
}
.metric-icon {
  color: #a3b3a7;
}
.metric-icon svg {
  width: 15px;
  height: 15px;
}
.metric-value-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
  margin-top: 20px;
}
.metric-value {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1.15px;
  font-variant-numeric: tabular-nums;
}
.metric-suffix {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #829587;
  margin-left: 4px;
}
.metric-note {
  font-size: 9px;
  color: #94a196;
  margin-top: 12px;
  line-height: 1.6;
}
.sparkline {
  width: 76px;
  height: 30px;
  flex-shrink: 0;
}
.metric.accent {
  background: #f0f6ee;
  border-color: #dae7d7;
}
.metric.accent .metric-value {
  color: #3d6a47;
}
.metric.accent .metric-label {
  color: #748b71;
}
.insight-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #203d32;
  color: #d9e9de;
  border-radius: 12px;
  padding: 19px 23px;
  position: relative;
  overflow: hidden;
}
.insight-symbol {
  height: 33px;
  width: 33px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid #547860;
  color: #b7d8bb;
  border-radius: 9px;
  font-size: 22px;
}
.insight-strip h2 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.insight-strip p {
  font-size: 10px;
  color: #a5bfae;
  line-height: 1.6;
}
.insight-strip a {
  color: #e0f0e5;
  margin-left: auto;
  font-size: 10px;
  white-space: nowrap;
  display: flex;
  gap: 11px;
  padding: 9px 13px;
  border: 1px solid #4d6c58;
  border-radius: 6px;
}
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(265px, 1fr);
  gap: 20px;
}
.equal-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.chart-panel {
  padding: 23px 24px 18px;
}
.chart-summary {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 21px 0 16px;
}
.chart-summary strong {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.chart-summary span {
  font-size: 10px;
  color: #8d9d91;
}
.chart-legend {
  display: flex;
  gap: 17px;
  font-size: 9px;
  color: #84968a;
  flex-wrap: wrap;
}
.chart-legend span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.legend-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #639d75;
  display: inline-block;
}
.legend-dot.amber {
  background: #c69a53;
}
.legend-dot.pale {
  background: #d6e2d9;
}
.activity-chart {
  width: 100%;
  height: 175px;
  overflow: visible;
}
.chart-axis {
  fill: #9ba79e;
  font-size: 9px;
}
.chart-gridline {
  stroke: #edf1ed;
  stroke-dasharray: 3 4;
}
.chart-caption {
  font-size: 9px;
  color: #97a499;
  line-height: 1.6;
  margin-top: 13px;
}
.chart-empty {
  height: 192px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #8ea092;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 47px,
    #eff3ef 48px
  );
  gap: 10px;
  font-size: 11px;
}
.chart-empty strong {
  font-size: 21px;
  font-weight: 400;
  color: #708676;
}
.coverage-number {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 29px 0 10px;
}
.coverage-number strong {
  font-size: 41px;
  line-height: 1;
  letter-spacing: -1.5px;
  font-weight: 500;
}
.coverage-number span {
  font-size: 11px;
  color: #98a598;
}
.stacked-bar {
  height: 7px;
  display: flex;
  gap: 3px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #f0f3ef;
  margin: 15px 0 22px;
}
.stacked-segment {
  min-width: 0;
  background: #6b9e79;
  height: 100%;
}
.stacked-segment.amber {
  background: #d7b981;
}
.stacked-segment.pale {
  background: #e0e7df;
}
.stacked-segment.muted {
  background: #b1c2b2;
}
.legend-list {
  display: grid;
  gap: 13px;
}
.legend-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #7c8e80;
}
.legend-row .legend-dot {
  flex-shrink: 0;
}
.legend-row strong {
  margin-left: auto;
  font-weight: 500;
  color: #4e6655;
  font-variant-numeric: tabular-nums;
}
.legend-row .legend-row-detail {
  font-size: 9px;
  margin-left: 1px;
  color: #a0aaa1;
  min-width: 30px;
  text-align: right;
}
.coverage-footer {
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid #ecf1eb;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #8a9a8d;
}
.coverage-footer strong {
  font-weight: 500;
  color: #526c58;
}
.finding-summary {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 20px 0 23px;
}
.finding-summary strong {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}
.finding-summary span {
  font-size: 10px;
  color: #8e9c91;
}
.category-list {
  display: grid;
  gap: 19px;
}
.category-row {
  display: grid;
  grid-template-columns: 112px 1fr 27px;
  align-items: center;
  gap: 12px;
  font-size: 10px;
}
.category-name {
  color: #7d8e82;
  display: flex;
  align-items: center;
  gap: 9px;
}
.category-name svg {
  width: 13px;
  height: 13px;
  color: #9aaf9d;
  flex-shrink: 0;
}
.category-track {
  height: 5px;
  border-radius: 3px;
  background: #f0f3ee;
  overflow: hidden;
}
.category-fill {
  height: 100%;
  background: #8eaf88;
  border-radius: 3px;
  min-width: 0;
}
.category-fill.amber {
  background: #c9aa79;
}
.category-value {
  text-align: right;
  color: #506c57;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.account-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f7f9f4;
  border: 1px solid #e5ecdf;
  border-radius: 9px;
  padding: 17px;
  margin-top: 21px;
}
.account-symbol {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dae4d3;
  color: #98aa8f;
  font-size: 20px;
}
.account-card h3 {
  font-size: 12px;
  font-weight: 500;
  color: #536c4b;
}
.account-card p {
  font-size: 10px;
  color: #95a18c;
  margin-top: 5px;
  line-height: 1.6;
}
.account-card .tag {
  margin-left: auto;
}
.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  border: 1px solid #e0e8dd;
  background: #f3f7ef;
  color: #6d865d;
  border-radius: 4px;
  font-size: 9px;
  padding: 4px 7px;
  line-height: 1.25;
}
.tag.amber {
  background: #fbf5eb;
  color: #a48a5a;
  border-color: #eee4d2;
}
.tag.neutral {
  background: #f5f7f4;
  color: #8c9a89;
  border-color: #e9ede6;
}
.tag.teal {
  background: #edf6ee;
  color: #578b61;
  border-color: #dcebdc;
}
.tag.red {
  background: #f9f0ec;
  color: #a4765b;
  border-color: #f0e0d6;
}
.scope-note {
  padding: 15px 18px;
  border: 1px solid #e2e9df;
  border-radius: 9px;
  background: #f2f6ef;
  font-size: 10px;
  line-height: 1.7;
  color: #7b8c70;
  display: flex;
  gap: 11px;
  align-items: flex-start;
}
.scope-note svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #8c9e7e;
}
.scope-note strong {
  font-weight: 500;
  color: #586f4c;
}
.scope-note a {
  color: #416c48;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.table-scroll {
  overflow: auto;
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
}
.data-table th {
  padding: 12px 21px;
  background: #fbfcfa;
  color: #91a08e;
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-top: 1px solid #edf1e9;
  border-bottom: 1px solid #edf1e9;
}
.data-table td {
  padding: 16px 21px;
  border-bottom: 1px solid #eff3eb;
  color: #748a70;
  line-height: 1.5;
}
.data-table tr:last-child td {
  border-bottom: 0;
}
.data-table td strong {
  color: #4b664b;
  font-weight: 500;
}
.data-table .numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.table-heading {
  padding: 23px 24px 21px;
}
.table-caption {
  padding: 14px 22px;
  border-top: 1px solid #edf1e9;
  font-size: 9px;
  line-height: 1.6;
  color: #97a28f;
}
.tool-identity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tool-mark {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 7px;
  background: #e8f0e1;
  border: 1px solid #dbe6d2;
  color: #6a8652;
  font-size: 16px;
}
.tool-identity small {
  display: block;
  color: #9da892;
  font-size: 9px;
  margin-top: 3px;
}
.empty-cell {
  text-align: center !important;
  padding: 35px !important;
  color: #95a187 !important;
}
.settings-list {
  margin-top: 23px;
}
.setting-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 20px 0;
  border-top: 1px solid #edf1e8;
}
.setting-row h3 {
  font-size: 11px;
  font-weight: 500;
  color: #4f6547;
}
.setting-row p {
  font-size: 10px;
  line-height: 1.7;
  color: #8c9b81;
  max-width: 500px;
  margin-top: 5px;
}
.setting-row select {
  padding: 9px 29px 9px 11px;
  max-width: 180px;
  border: 1px solid #dae5d1;
  border-radius: 6px;
  background: white;
  color: #587147;
  font-size: 10px;
}
.switch {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 7px 0;
  flex-shrink: 0;
  font-size: 10px;
  color: #7d906e;
}
.switch-track {
  width: 33px;
  height: 19px;
  border-radius: 12px;
  background: #dce5d4;
  padding: 3px;
  transition: background 0.2s;
}
.switch-track:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px #1b372120;
  transition: transform 0.2s;
}
.switch[aria-checked='true'] .switch-track {
  background: #719866;
}
.switch[aria-checked='true'] .switch-track:before {
  transform: translateX(14px);
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 23px;
}
.policy-item {
  background: #f8faf5;
  border: 1px solid #e7eee0;
  border-radius: 8px;
  padding: 16px;
}
.policy-item strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #627b51;
  letter-spacing: -0.6px;
}
.policy-item span {
  font-size: 10px;
  color: #90a17c;
  display: block;
  margin-top: 5px;
}
.policy-item small {
  font-size: 9px;
  color: #9cab8b;
  display: block;
  margin-top: 7px;
}
.inspection-list {
  display: grid;
  gap: 18px;
  margin-top: 23px;
}
.inspection-row {
  display: grid;
  grid-template-columns: 145px 1fr 38px;
  gap: 13px;
  align-items: center;
  font-size: 10px;
  color: #8a9b79;
}
.inspection-row strong {
  text-align: right;
  font-weight: 500;
  color: #647e51;
  font-variant-numeric: tabular-nums;
}
.fact-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.fact-list li {
  font-size: 10px;
  line-height: 1.7;
  padding: 12px 0;
  border-top: 1px solid #eef2e9;
  color: #8d9e7c;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.fact-list strong {
  font-weight: 500;
  color: #627d4e;
  text-align: right;
}
.page-footer {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #a0ab96;
  font-size: 8px;
  line-height: 1.7;
  padding: 24px 2px 0;
}
.state-panel {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 30px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 14px;
}
.state-symbol {
  width: 58px;
  height: 58px;
  border: 1px solid #e0e9d9;
  background: #f4f8ef;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #8aa572;
  margin-bottom: 22px;
  font-size: 25px;
}
.state-panel h2 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.state-panel p {
  max-width: 430px;
  font-size: 12px;
  line-height: 1.8;
  color: #8c9d7d;
  margin: 13px 0 22px;
}
.state-panel .button {
  margin-top: 4px;
}
.skeleton-block {
  background: linear-gradient(90deg, #eef3e9, #f8faf5, #eef3e9);
  background-size: 200% 100%;
  animation: shimmer 1.8s ease-in-out infinite;
  border-radius: 5px;
}
.skeleton-title {
  width: 50%;
  height: 10px;
}
.skeleton-value {
  width: 42%;
  height: 29px;
  margin-top: 23px;
}
.skeleton-note {
  width: 65%;
  height: 8px;
  margin-top: 18px;
}
.skeleton-chart {
  height: 240px;
  margin-top: 25px;
}
.skeleton-side {
  height: 326px;
}
.loading-label {
  color: #a0af92;
  font-size: 10px;
  margin: 12px 0 0;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.form-feedback {
  font-size: 11px;
  line-height: 1.7;
  color: #916f42;
  min-height: 20px;
  margin: 18px 0;
}
.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  margin: 0;
  width: min(460px, 100%);
  height: 100dvh;
  max-height: none;
  border: 0;
  border-left: 1px solid #dce6d2;
  background: #fafcf7;
  padding: 32px;
  box-shadow: -15px 0 80px #1b321720;
  color: var(--ink);
}
dialog::backdrop {
  background: #12201052;
  backdrop-filter: blur(3px);
}
.drawer-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
}
.drawer-heading .eyebrow {
  margin: 0;
  color: #859b72;
}
.drawer-heading .icon-button {
  border: 0;
  font-size: 24px;
  background: transparent;
}
.drawer h2 {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: -1px;
}
.drawer > p {
  font-size: 12px;
  line-height: 1.85;
  color: #8a9f76;
  margin-top: 12px;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 30px 0 0;
}
legend {
  font-size: 10px;
  font-weight: 500;
  color: #698453;
  margin-bottom: 13px;
}
input[type='radio'] {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.scenario-options {
  display: grid;
  gap: 10px;
}
.scenario-option {
  padding: 17px 14px;
  border: 1px solid #e0e9d6;
  background: white;
  border-radius: 9px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.scenario-option:has(input:checked) {
  border-color: #90b279;
  background: #f0f7e9;
}
.scenario-option strong {
  font-size: 12px;
  font-weight: 500;
  color: #516f3b;
  display: block;
}
.scenario-option small {
  font-size: 10px;
  color: #92a680;
  line-height: 1.65;
  display: block;
  margin-top: 5px;
}
.role-options {
  display: flex;
  gap: 10px;
}
.role-options label {
  display: flex;
  gap: 8px;
  border: 1px solid #e0e9d6;
  border-radius: 8px;
  padding: 12px;
  width: 50%;
  font-size: 11px;
  color: #6e8d52;
  background: white;
  cursor: pointer;
}
.role-options label:has(input:checked) {
  border-color: #98b781;
  background: #f0f7e9;
}
.role-options small {
  font-size: 9px;
  color: #92a77e;
  display: block;
  margin-top: 5px;
  line-height: 1.5;
}
.drawer-note {
  display: flex;
  gap: 10px;
  font-size: 10px;
  line-height: 1.7;
  color: #8b9f79;
  background: #edf3e5;
  border: 1px solid #dce8ce;
  border-radius: 8px;
  padding: 14px;
  margin-top: 28px;
}
.drawer-note > span {
  font-size: 20px;
}
.apply-demo {
  width: 100%;
  justify-content: space-between;
  padding: 12px 16px;
  background: #557a39;
  border-color: #557a39;
}
.confirmation-dialog {
  width: min(425px, calc(100% - 32px));
  border: 1px solid #dce6d1;
  border-radius: 16px;
  padding: 29px;
  background: #fff;
  box-shadow: 0 20px 90px #21341830;
}
.confirmation-icon {
  width: 37px;
  height: 37px;
  border-radius: 10px;
  border: 1px solid #dce8cb;
  background: #f3f8ec;
  color: #86a267;
  font-size: 25px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}
.confirmation-dialog h2 {
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 22px;
}
.confirmation-dialog p {
  font-size: 12px;
  line-height: 1.85;
  color: #92a27d;
  margin-top: 12px;
}
.dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 25px;
}
.toast {
  position: fixed;
  bottom: 26px;
  left: calc(50% + 114px);
  transform: translateX(-50%);
  z-index: 60;
  background: #243d1a;
  color: #e6f0dc;
  border: 1px solid #56743d;
  box-shadow: 0 8px 24px #15270925;
  border-radius: 9px;
  padding: 13px 20px;
  font-size: 12px;
  line-height: 1.6;
  max-width: min(500px, calc(100% - 40px));
  width: max-content;
}
@media (min-width: 1500px) {
  main {
    padding-top: 43px;
  }
  .page-heading {
    margin-bottom: 22px;
  }
  .metrics-grid {
    gap: 20px;
  }
  .metric {
    padding: 24px;
    min-height: 157px;
  }
  .metric-value {
    font-size: 37px;
  }
  .activity-chart {
    height: 207px;
  }
  .chart-panel {
    padding: 26px;
  }
  .panel-padding {
    padding: 26px;
  }
  .content-stack {
    gap: 23px;
  }
  .two-column,
  .equal-columns {
    gap: 23px;
  }
  .metric-note {
    font-size: 10px;
  }
}
@media (max-width: 1180px) {
  .sidebar {
    width: 205px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .main-shell {
    margin-left: 205px;
  }
  .topbar {
    padding: 0 27px;
  }
  main {
    padding: 30px 27px 18px;
  }
  .metric {
    padding: 17px 16px;
  }
  .metric-value {
    font-size: 28px;
  }
  .sparkline {
    width: 57px;
  }
  .two-column {
    grid-template-columns: minmax(0, 1.65fr) minmax(235px, 1fr);
  }
  .panel-padding,
  .chart-panel {
    padding: 20px;
  }
  .category-row {
    grid-template-columns: 100px 1fr 23px;
    gap: 8px;
  }
  .heading-controls {
    gap: 8px;
  }
  .period-control button {
    padding: 7px 9px;
  }
  .toast {
    left: calc(50% + 102px);
  }
}
@media (max-width: 980px) {
  .sidebar {
    width: 192px;
    padding-left: 11px;
    padding-right: 11px;
  }
  .main-shell {
    margin-left: 192px;
  }
  .brand {
    font-size: 25px;
  }
  .workspace-button {
    gap: 7px;
    padding: 11px 8px;
  }
  .workspace-button strong {
    max-width: 108px;
    font-size: 10px;
  }
  .nav-item {
    font-size: 11px;
    padding-left: 10px;
    gap: 9px;
  }
  .topbar {
    padding: 0 23px;
    height: 69px;
  }
  main {
    padding: 28px 23px 16px;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
  }
  .metric {
    min-height: 128px;
    padding: 18px 20px;
  }
  .metric-value {
    font-size: 31px;
  }
  .sparkline {
    width: 90px;
  }
  .two-column {
    grid-template-columns: 1fr 1fr;
  }
  .chart-panel {
    grid-column: 1/-1;
  }
  .activity-chart {
    height: 195px;
  }
  .two-column > .panel:not(.chart-panel) {
    grid-column: 1/-1;
  }
  .equal-columns {
    gap: 16px;
  }
  .page-heading {
    align-items: flex-start;
  }
  h1 {
    font-size: 31px;
  }
  .heading-controls {
    padding-top: 21px;
  }
  .period-control button {
    font-size: 9px;
    padding: 7px 8px;
  }
  .demo-top {
    display: none;
  }
  .insight-strip {
    padding: 18px;
  }
  .insight-strip a {
    padding: 8px;
    font-size: 9px;
  }
  .page-footer {
    flex-direction: column;
    gap: 3px;
  }
  .policy-grid {
    gap: 9px;
  }
  .policy-item {
    padding: 12px;
  }
  .toast {
    left: calc(50% + 96px);
  }
}
@media (max-width: 760px) {
  .sidebar {
    transform: translateX(-100%);
    width: 240px;
    transition: transform 0.2s;
  }
  .sidebar.is-open {
    transform: translateX(0);
  }
  .sidebar .workspace-button strong {
    font-size: 12px;
    max-width: 140px;
  }
  .sidebar .nav-item {
    font-size: 12px;
  }
  .sidebar .brand {
    font-size: 28px;
  }
  .sidebar .workspace-label {
    margin-top: 32px;
  }
  .nav-backdrop:not([hidden]) {
    display: block;
    position: fixed;
    inset: 0;
    background: #11201066;
    border: 0;
    z-index: 25;
  }
  .main-shell {
    margin-left: 0;
  }
  .topbar {
    height: 65px;
    padding: 0 21px;
  }
  .menu-toggle {
    display: grid;
    font-size: 16px;
    border: 0;
    background: transparent;
    width: 25px;
    height: 30px;
  }
  .topbar-location {
    gap: 11px;
    font-size: 10px;
  }
  .topbar-actions {
    gap: 10px;
  }
  .profile-avatar {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
  .preview-badge {
    font-size: 9px;
    padding: 6px 8px;
  }
  .breadcrumb,
  .breadcrumb-slash {
    display: none;
  }
  main {
    padding: 27px 21px 17px;
  }
  .page-heading {
    align-items: flex-start;
    gap: 16px;
  }
  .heading-controls {
    padding-top: 18px;
  }
  .page-description {
    font-size: 11px;
    max-width: 310px;
  }
  .context-line {
    font-size: 9px;
    gap: 5px;
    margin-bottom: 22px;
  }
  .two-column {
    grid-template-columns: 1fr;
  }
  .equal-columns {
    grid-template-columns: 1fr;
  }
  .insight-strip {
    gap: 12px;
  }
  .insight-strip a {
    margin-left: 0;
  }
  .insight-strip h2 {
    font-size: 11px;
  }
  .insight-strip p {
    font-size: 9px;
  }
  .insight-symbol {
    width: 30px;
    height: 30px;
  }
  .toast {
    left: 50%;
  }
  .metrics-grid {
    gap: 12px;
  }
  .metric {
    padding: 18px 20px;
  }
  .metric-label {
    font-size: 10px;
  }
  .metric-note {
    font-size: 9px;
  }
  .panel-heading h2 {
    font-size: 14px;
  }
  .category-row {
    grid-template-columns: 130px 1fr 35px;
  }
  .policy-item {
    padding: 17px;
  }
  .policy-item strong {
    font-size: 25px;
  }
  .chart-panel {
    padding: 22px;
  }
  .coverage-number {
    margin-top: 23px;
  }
}
@media (max-width: 480px) {
  main {
    padding: 25px 16px 16px;
  }
  .topbar {
    padding: 0 15px;
  }
  .topbar-actions {
    gap: 9px;
  }
  .topbar-location {
    gap: 6px;
  }
  .page-heading {
    display: block;
    margin-bottom: 15px;
  }
  h1 {
    font-size: 31px;
  }
  .eyebrow {
    font-size: 8px;
    margin-bottom: 8px;
  }
  .page-description {
    font-size: 11px;
    max-width: none;
  }
  .heading-controls {
    padding-top: 17px;
    justify-content: space-between;
  }
  .period-control {
    flex: 1;
  }
  .period-control button {
    flex: 1;
    padding: 8px 10px;
    font-size: 10px;
  }
  .refresh-button {
    width: 37px;
    height: 37px;
  }
  .context-line {
    gap: 4px;
    font-size: 8px;
    margin-bottom: 20px;
  }
  .metric {
    padding: 16px 15px;
    min-height: 135px;
  }
  .metric-value {
    font-size: 30px;
  }
  .metric-value-row {
    margin-top: 19px;
  }
  .metric-label {
    font-size: 9px;
  }
  .metric-icon {
    display: none;
  }
  .sparkline {
    width: 45px;
    height: 26px;
  }
  .metric-note {
    font-size: 8px;
    margin-top: 12px;
  }
  .metric-suffix {
    font-size: 10px;
  }
  .metrics-grid {
    gap: 10px;
  }
  .content-stack {
    gap: 15px;
  }
  .insight-strip {
    display: grid;
    grid-template-columns: 29px 1fr;
    padding: 17px 16px;
    gap: 9px 11px;
  }
  .insight-strip a {
    grid-column: 2;
    justify-self: start;
    margin-top: 5px;
    padding: 6px 9px;
  }
  .insight-strip p {
    font-size: 9px;
  }
  .panel-padding,
  .chart-panel {
    padding: 20px 18px;
  }
  .panel-heading {
    gap: 10px;
  }
  .panel-heading h2 {
    font-size: 13px;
  }
  .text-link {
    font-size: 9px;
  }
  .panel-subtitle {
    font-size: 9px;
  }
  .activity-chart {
    height: 165px;
  }
  .chart-legend {
    font-size: 8px;
    gap: 10px;
  }
  .chart-summary {
    margin-top: 18px;
  }
  .chart-summary strong {
    font-size: 27px;
  }
  .chart-summary span {
    font-size: 9px;
  }
  .category-row {
    grid-template-columns: 112px 1fr 23px;
    gap: 9px;
  }
  .category-list {
    gap: 18px;
  }
  .scope-note {
    font-size: 9px;
    padding: 13px 14px;
  }
  .table-heading {
    padding: 20px 18px;
  }
  .data-table th,
  .data-table td {
    padding-left: 17px;
    padding-right: 17px;
  }
  .setting-row {
    gap: 14px;
    align-items: flex-start;
  }
  .setting-row p {
    font-size: 9px;
  }
  .setting-row select {
    max-width: 124px;
    font-size: 9px;
    padding: 9px 6px;
  }
  .setting-row h3 {
    font-size: 10px;
  }
  .policy-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .policy-item {
    display: grid;
    grid-template-columns: 65px 1fr;
    align-items: center;
    padding: 14px;
  }
  .policy-item strong {
    grid-row: span 2;
    font-size: 25px;
  }
  .policy-item span {
    margin: 0;
    font-size: 10px;
  }
  .policy-item small {
    margin-top: 4px;
    font-size: 9px;
  }
  .inspection-row {
    grid-template-columns: 123px 1fr 26px;
    font-size: 9px;
    gap: 10px;
  }
  .drawer {
    padding: 27px 23px;
  }
  .drawer h2 {
    font-size: 26px;
  }
  .drawer > p {
    font-size: 11px;
  }
  .role-options label {
    padding: 10px;
  }
  .role-options small {
    font-size: 8px;
  }
  .page-footer {
    font-size: 8px;
    padding-top: 21px;
  }
  .account-card {
    padding: 14px;
    gap: 11px;
  }
  .account-card h3 {
    font-size: 11px;
  }
  .account-card p {
    font-size: 9px;
  }
  .account-symbol {
    height: 31px;
    width: 31px;
    flex-shrink: 0;
  }
  .account-card .tag {
    font-size: 8px;
    padding: 4px;
  }
  .state-panel {
    min-height: 340px;
    padding: 35px 22px;
  }
  .state-panel h2 {
    font-size: 20px;
  }
  .state-panel p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .skeleton-block {
    background: #eef3e9;
  }
}

/* Shared data affordances and readable secondary text. */
.tabular {
  font-variant-numeric: tabular-nums;
}
.chart-details {
  margin-top: 13px;
  border-top: 1px solid #edf1e9;
  padding-top: 10px;
}
.chart-details summary {
  font-size: 9px;
  color: #5f7b67;
  cursor: pointer;
  padding: 4px 0;
  width: fit-content;
}
.chart-details[open] summary {
  margin-bottom: 12px;
}
.chart-details .data-table th,
.chart-details .data-table td {
  padding: 10px 9px;
}
.chart-details summary:focus-visible {
  outline: 3px solid #32ab93;
  outline-offset: 4px;
}
.table-filter {
  border: 1px solid #dce6d6;
  border-radius: 6px;
  padding: 8px 9px;
  font-size: 10px;
  color: #5f7356;
  background: #fff;
  max-width: 175px;
}
.audit-state {
  padding: 5px 24px 26px;
  font-size: 11px;
  line-height: 1.8;
  color: #667960;
}
.audit-state .button {
  margin-top: 13px;
}
.breadcrumb,
.page-description,
.eyebrow,
.context-line,
.context-line strong,
.panel-subtitle,
.metric-label,
.metric-note,
.metric-suffix,
.chart-summary span,
.chart-legend,
.chart-caption,
.chart-empty,
.coverage-number span,
.legend-row,
.legend-row .legend-row-detail,
.coverage-footer,
.finding-summary span,
.category-name,
.account-card p,
.section-label,
.table-caption,
.tool-identity small,
.setting-row p,
.policy-item span,
.policy-item small,
.inspection-row,
.fact-list li,
.page-footer,
.loading-label {
  color: #63766a;
}
.chart-axis {
  fill: #63766a;
}
.metric.accent .metric-label {
  color: #5d765d;
}
.metric.accent {
  background: #edf6f0;
  border-color: #dceae1;
}
.metric.accent .metric-value {
  color: #286b52;
}
.account-card h3,
.account-card p {
  color: #637458;
}
.tag {
  color: #536f41;
}
.tag.neutral {
  color: #65745d;
}
.tag.amber {
  color: #8a692f;
}
.tag.teal {
  color: #42734c;
}
.tag.red {
  color: #975a3c;
}
.scope-note {
  color: #637755;
}
.scope-note strong {
  color: #4c683d;
}
.data-table th {
  color: #65765e;
}
.data-table td {
  color: #5d7456;
}
.empty-cell {
  color: #64775a !important;
}
.switch {
  color: #5e7951;
}
.state-panel p {
  color: #637955;
}
.drawer > p,
.scenario-option small,
.role-options small,
.drawer-note,
.confirmation-dialog p {
  color: #627851;
}
.drawer-heading .eyebrow {
  color: #657d50;
}
.sidebar .nav-item[aria-current='page'] {
  background: #29483e;
}
.installation-journey {
  padding: 24px;
}
.sidebar-help {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 12px;
}
.sidebar-help a {
  color: #d0ded5;
  text-decoration: none;
}
.sidebar-help a:hover {
  text-decoration: underline;
}
.help-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}
.help-brand {
  display: inline-block;
  margin-bottom: 32px;
  color: #182f2d;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -1.2px;
}
.help-brand span {
  color: #498871;
  font-weight: 400;
}
.help-page h1 {
  font-size: clamp(30px, 5vw, 44px);
  letter-spacing: -1.2px;
  margin: 10px 0;
}
.help-lead {
  color: #586a63;
  line-height: 1.65;
}
.help-page .panel {
  padding: 28px;
  margin-top: 20px;
}
.help-page h2 {
  font-size: 20px;
  margin: 0 0 14px;
}
.help-page p,
.help-page li,
.help-page dd {
  line-height: 1.75;
  color: #43584f;
}
.help-page ol {
  padding-left: 22px;
}
.help-page li + li {
  margin-top: 12px;
}
.help-page dt {
  font-weight: 650;
  margin-top: 22px;
}
.help-page dd {
  margin: 7px 0 0;
}
.help-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 28px;
  font-size: 14px;
}
.help-links a {
  color: #17675a;
  text-underline-offset: 4px;
}
.first-use {
  padding: 28px;
}
.first-use h2 {
  margin: 8px 0 12px;
  font-size: 26px;
  letter-spacing: -0.6px;
}
.connection-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 24px 0;
  gap: 20px;
  list-style: none;
}
.connection-step {
  padding: 20px;
  background: #f5f8f5;
  border: 1px solid #e0e8df;
  border-radius: 12px;
}
.connection-step h3 {
  font-size: 16px;
  margin: 14px 0 8px;
}
.connection-step p {
  font-size: 13px;
  line-height: 1.65;
  color: #53665c;
}
@media (max-width: 900px) {
  .connection-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .help-page {
    padding: 28px 18px;
  }
  .help-page .panel,
  .first-use {
    padding: 22px;
  }
}
.installation-journey h2 {
  margin: 0 0 8px;
  font-size: 18px;
}
.installation-journey > p {
  line-height: 1.6;
}
.enrollment-request > div {
  min-width: 0;
}
.approval-reference {
  overflow-wrap: anywhere;
  font-family: monospace;
}
.installation-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.readiness-help {
  min-width: 150px;
}
.readiness-help summary {
  cursor: pointer;
  border-radius: 6px;
}
.readiness-help summary::marker {
  color: #65745d;
}
.readiness-prompt {
  display: block;
  margin: 7px 0 0 15px;
  color: #17675a;
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.readiness-help[open] {
  width: 250px;
  white-space: normal;
}
.readiness-help p {
  line-height: 1.7;
  margin: 12px 0;
}
.readiness-help > .text-link {
  display: flex;
  margin-top: 14px;
}
.coverage-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 500px;
  margin: 8px auto;
  white-space: normal;
}
.coverage-empty strong {
  font-size: 15px;
}
.coverage-empty p {
  margin: 0 0 8px;
  line-height: 1.7;
}
.approval-notice {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dddfc6;
  background: #f7f8ee;
  color: #314c3e;
}
.approval-notice > div {
  flex: 1 1 260px;
}
.approval-notice h2 {
  font-size: 14px;
  font-weight: 600;
}
.approval-notice p {
  color: #53665c;
  font-size: 12px;
}
.approval-notice a {
  color: #17675a;
  border-color: #9aaf95;
  font-size: 12px;
}
body:has(.sidebar.is-open) {
  overflow: hidden;
}
@media (max-width: 480px) {
  .readiness-help[open] {
    width: 190px;
  }
  .approval-notice a {
    margin-left: 0;
  }
  .table-heading:has(.table-filter) {
    flex-direction: column;
    gap: 15px;
  }
  .table-filter {
    max-width: none;
    width: 100%;
  }
  .audit-state {
    padding: 4px 18px 22px;
  }
}
