.sales-today-master {
  display: grid;
  gap: 16px;
}

.sales-today-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.sales-today-main,
.sales-today-operations {
  min-width: 0;
  margin: 0;
  border: 1px solid #dcebe5;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(27, 73, 55, .055);
  background: rgba(255, 255, 255, .96);
}

.sales-today-main { padding: 18px; }

.sales-today-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 14px;
}

.sales-today-heading > div:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sales-today-heading h3,
.passport-sales-data-state h3 {
  margin: 0;
  color: #09233c;
  font-size: 24px;
  line-height: 1.2;
}

.sales-today-heading p,
.passport-sales-data-state p {
  margin: 5px 0 0;
  color: #6e8397;
}

.sales-today-heading-icon {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #dff5e8;
}

.sales-today-heading-asset { display: block; width: 30px; height: 30px; object-fit: contain; }

.sales-today-period {
  min-width: 236px;
  margin: 0;
  font-size: 0;
}

.sales-today-period select {
  border-color: #d7e7e2;
  border-radius: 11px;
  padding: 12px 38px 12px 14px;
  background: #fff;
  color: #27435a;
  font-size: 14px;
  font-weight: 600;
}

.sales-master-period { min-width: 236px; margin: 0; }
.sales-master-period select {
  border-color: #d7e7e2;
  border-radius: 11px;
  padding: 12px 38px 12px 14px;
  background: #fff;
  color: #27435a;
  font-size: 14px;
  font-weight: 600;
}

.sales-period-label { display: inline-flex; align-items: center; gap: 6px; }
.sales-period-icon { display: block; width: 18px; height: 18px; object-fit: contain; }

.sales-today-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sales-today-kpi {
  display: flex;
  gap: 11px;
  min-height: 124px;
  padding: 12px 14px;
  border: 1px solid #dcebe5;
  border-radius: 14px;
  background: #f7fcf9;
}

.sales-today-kpi-pending {
  border-color: #f6e7c8;
  background: #fffaf0;
}

.sales-today-kpi-icon,
.sales-freshness-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #dff5e8;
}

.sales-today-kpi-asset { display: block; width: 24px; height: 24px; object-fit: contain; }

.sales-today-kpi-pending .sales-today-kpi-icon { background: #fff0d2; }

.sales-today-kpi > div {
  display: grid;
  align-content: start;
  gap: 4px;
  min-width: 0;
}

.sales-today-kpi > div > span { color: #4d6679; font-size: 15px; }
.sales-today-kpi b { color: #087246; font-size: 30px; line-height: 1.05; white-space: nowrap; }
.sales-today-kpi-pending b { color: #18374b; }
.sales-today-kpi small { color: #6c8292; font-size: 13px; line-height: 1.35; }

.sales-today-explanation {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 13px;
  background: linear-gradient(105deg, #e4f7ed, #effaf6);
  color: #123b47;
}

.sales-explanation-icon { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: #dff5e8; }
.sales-explanation-icon img { display: block; width: 20px; height: 20px; object-fit: contain; }
.sales-today-explanation > div { display: grid; gap: 4px; min-width: 0; }
.sales-today-explanation b { font-size: 15px; }
.sales-today-explanation span { color: #678093; font-size: 14px; }
.sales-today-loading { margin: -8px 0 12px; color: #678093; font-size: 13px; }

.sales-master-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 13px;
  background: linear-gradient(105deg, #e4f7ed, #effaf6);
  color: #123b47;
}
.sales-master-notice-warn { background: linear-gradient(105deg, #fff7e8, #fffaf0); color: #684b16; }
.sales-master-notice-icon { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: #dff5e8; }
.sales-master-notice-warn .sales-master-notice-icon { background: #fff0d2; }
.sales-master-notice-icon img { display: block; width: 20px; height: 20px; object-fit: contain; }
.sales-master-notice > div { display: grid; gap: 4px; min-width: 0; }
.sales-master-notice b { font-size: 15px; }
.sales-master-notice span { color: #678093; font-size: 14px; line-height: 1.35; }
.sales-master-notice-warn span { color: #866b39; }
.sales-coverage-breakdown { margin-top: 6px; border-top: 1px solid rgba(134, 107, 57, .18); padding-top: 6px; }
.sales-coverage-breakdown summary { cursor: pointer; color: #087246; font-size: 13px; font-weight: 700; list-style: none; }
.sales-coverage-breakdown summary::-webkit-details-marker { display: none; }
.sales-coverage-breakdown-details { display: grid; gap: 10px; margin-top: 10px; }
.sales-coverage-breakdown-group { display: grid; gap: 3px; }
.sales-coverage-breakdown-group b { color: #684b16; font-size: 13px; }
.sales-coverage-breakdown-group span,
.sales-coverage-breakdown-group small { color: #866b39; font-size: 12px; line-height: 1.35; }

.sales-master-evidence {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #dcebe5;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(27, 73, 55, .045);
  background: rgba(255, 255, 255, .96);
}
.sales-master-evidence .section-head { margin-bottom: 12px; }
.sales-master-evidence h4 { margin: 0 0 4px; color: #09233c; font-size: 19px; }
.sales-master-evidence small { color: #718799; }
.sales-master-evidence-interval .sms-interval-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sales-master-evidence-interval .sms-interval-metrics > div { padding: 10px 12px; border: 1px solid #dcebe5; border-radius: 12px; background: #f7fcf9; }
.sales-master-evidence-interval .sms-interval-metrics span { display: block; color: #6c8292; font-size: 13px; }
.sales-master-evidence-interval .sms-interval-metrics b { display: block; margin-top: 3px; color: #18374b; font-size: 19px; }
.sales-master-evidence-coverage .sms-coverage-segment { padding: 10px 0; border-top: 1px solid #edf4ef; }
.sales-master-evidence-coverage .sms-coverage-segment:first-of-type { border-top: 0; }
.sales-master-evidence-coverage .sms-coverage-values { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 7px; color: #6c8292; font-size: 13px; }
.sales-master-evidence-coverage .sms-coverage-values b { color: #18374b; }
.sales-master-evidence-coverage .sms-coverage-warning { display: block; margin-top: 5px; color: #966d23; font-size: 12px; line-height: 1.35; }
.sales-master-evidence-secondary { padding: 0; overflow: hidden; }
.sales-evidence-summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; cursor: pointer; list-style: none; }
.sales-evidence-summary::-webkit-details-marker { display: none; }
.sales-evidence-summary > span:first-child { display: grid; gap: 3px; min-width: 0; }
.sales-evidence-summary strong { color: #123b47; font-size: 15px; }
.sales-evidence-summary small { color: #718799; font-size: 13px; }
.sales-evidence-toggle { flex: 0 0 auto; color: #087c55; font-size: 13px; font-weight: 700; }
.sales-master-evidence-secondary[open] .sales-evidence-toggle::after { content: 'Скрыть'; }
.sales-master-evidence-secondary:not([open]) .sales-evidence-toggle::after { content: 'Подробнее'; }
.sales-master-evidence-secondary .sales-evidence-toggle { font-size: 0; }
.sales-master-evidence-secondary .sales-evidence-toggle::after { font-size: 13px; }
.sales-evidence-details { padding: 0 18px 16px; border-top: 1px solid #edf4ef; }
.sales-master-interval-primary { margin-top: 4px; padding: 15px 16px; border: 1px solid #f2dfb8; border-radius: 14px; background: linear-gradient(105deg, #fff8e9, #fffdf5); }
.sales-master-interval-primary-head { display: flex; align-items: flex-start; gap: 10px; }
.sales-master-interval-primary-icon { display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: #fff0d2; }
.sales-master-interval-primary-icon img { width: 18px; height: 18px; object-fit: contain; }
.sales-master-interval-primary h4 { margin: 0 0 4px; color: #684b16; font-size: 16px; }
.sales-master-interval-primary p { margin: 0; color: #866b39; font-size: 13px; line-height: 1.4; }
.sales-master-interval-primary-list { margin-top: 12px; padding-top: 4px; border-top: 1px solid #f2dfb8; }
.sales-master-interval-primary .sms-coverage-segment { padding: 9px 0; border-top: 1px solid rgba(230, 198, 130, .35); }
.sales-master-interval-primary .sms-coverage-segment:first-child { border-top: 0; }
.sales-master-interval-primary .sms-coverage-values b { color: #684b16; }

.passport-sales-data-state {
  display: grid;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid #dcebe5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 22px rgba(27, 73, 55, .045);
}
.passport-sales-data-state .section-head { margin: 0; }
.passport-sales-data-state h3 { font-size: 20px; }
.sales-data-state-rows { display: grid; min-width: 0; overflow: hidden; border: 1px solid #dcebe5; border-radius: 13px; }
.sales-data-state-row { display: grid; grid-template-columns: minmax(104px, .3fr) minmax(0, 1fr); gap: 12px; align-items: start; min-width: 0; padding: 10px 12px; border-bottom: 1px solid #dcebe5; }
.sales-data-state-row:last-child { border-bottom: 0; }
.sales-data-state-row h4 { margin: 0; color: #18374b; font-size: 14px; line-height: 1.35; }
.sales-data-state-row > div { display: grid; gap: 3px; min-width: 0; }
.sales-data-state-row strong { color: #087246; font-size: 14px; line-height: 1.35; overflow-wrap: anywhere; }
.sales-data-state-row span { color: #718799; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.sales-today-operations { padding: 16px 22px 14px; }
.sales-today-operations .section-head { margin-bottom: 13px; }
.sales-today-operations h4 { margin: 0 0 4px; color: #09233c; font-size: 21px; }
.sales-today-operations .sales-count { color: #678093; font-size: 14px; }
.sales-today-operations .data-table th { background: #f7fbf9; }
.sales-today-operations .data-table td { color: #365064; }
.vendotek-row-status { display: inline-flex; align-items: center; gap: 8px; color: #365064; }
.vendotek-row-status i { width: 8px; height: 8px; border-radius: 50%; background: #11a66b; }
.sales-today-master .sales-page-note,
.sales-today-master .sales-pagination { margin-top: 14px; color: #6c8292; }

/* Machine header alignment: presentation-only, with operational facts owned
   by the Today freshness panel below. */
.passport-identity-zone { margin-bottom: 24px; }
.passport-identity-zone .passport-header-actions { gap: 12px; align-items: center; }
.passport-status-stack { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; min-width: 0; }
.passport-status-reason { margin: 0; max-width: 340px; text-align: right; color: var(--muted); font-size: 12px; line-height: 1.35; }
.passport-identity-zone .status-badge { padding: 8px 13px; }
.passport-identity-zone .passport-back { padding: 11px 16px; border-radius: 11px; text-decoration: none; }
.passport-location { display: inline-flex; align-items: center; gap: 8px; }
.passport-location-icon { display: block; width: 18px; height: 18px; object-fit: contain; }
.passport-tab-row-master {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.passport-tabs-master {
  flex: 1 1 auto;
  min-width: 0;
  gap: 10px;
  margin: 0;
  padding: 0 0 7px;
  border-bottom: 0;
  overflow-x: auto;
}
.passport-tabs-master .passport-tab {
  min-height: 44px;
  padding: 11px 15px;
  border-radius: 11px;
  text-decoration: none;
  font-weight: 600;
}
.passport-tabs-master .passport-tab-icon { width: 20px; height: 20px; }
.passport-tabs-master .passport-tab-icon img { display: block; width: 20px; height: 20px; object-fit: contain; }
.passport-tabs-master .passport-tab.active {
  border-color: #bfe2cb;
  background: var(--mint);
  color: var(--green);
  font-weight: 800;
}
.passport-refresh-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; min-height: 44px; padding: 11px 16px; border-radius: 11px; }
.passport-action-icon { display: block; width: 18px; height: 18px; object-fit: contain; }
.passport-back { display: inline-flex; align-items: center; gap: 8px; }

/* M1: keep the Vendotek table's intentional scroll inside its panel. */
.sales-today-operations .table-wrap,
.sales-today-operations .data-table,
.sales-today-master,
.sales-period-master {
  min-width: 0;
  max-width: 100%;
}

.sales-today-operations .table-wrap {
  width: 100%;
  overflow-x: auto;
}

/* A fixed 250px application sidebar leaves a medium desktop shell where
   the literal two-column master grid makes KPI helpers wrap too aggressively. */
@media (max-width: 1450px) {
  .sales-today-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .passport-status-stack { align-items: flex-start; }
  .passport-status-reason { max-width: min(100%, 340px); text-align: left; }
  .sales-today-main,
  .passport-sales-data-state,
  .sales-today-operations { border-radius: 14px; }
  .sales-today-main { padding: 18px; }
  .sales-today-heading { align-items: stretch; flex-direction: column; }
  .sales-today-period { min-width: 0; }
  .sales-master-period { min-width: 0; }
  .sales-today-kpis { grid-template-columns: 1fr; }
  .sales-today-kpi { min-height: auto; }
  .sales-today-operations { padding: 18px 12px; }
  .passport-sales-data-state { padding: 13px; }
  .sales-data-state-row { grid-template-columns: 1fr; gap: 3px; padding: 10px; }
  .sales-today-operations .section-head { padding: 0 5px; }
  .sales-master-evidence-interval .sms-interval-metrics { grid-template-columns: 1fr; }
  .passport-tab-row-master { align-items: stretch; flex-direction: column; gap: 10px; }
  .passport-tabs-master { width: 100%; }
  .passport-refresh-button { align-self: flex-end; }
}

@media (max-width: 599px) {
  .passport-tab-row-master { min-width: 0; }
  .passport-tabs-master {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .passport-tabs-master::-webkit-scrollbar { display: none; }
  .passport-tabs-master .passport-tab {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 10px;
    justify-content: flex-start;
    white-space: normal;
  }
  .passport-tabs-master .passport-tab-icon { flex: 0 0 20px; }
  .passport-tabs-master .passport-tab > span:last-child {
    min-width: 0;
    overflow-wrap: anywhere;
    line-height: 1.2;
  }
  .passport-tabs-master .passport-tab-technical { grid-column: 1 / -1; }
}

/* M2A: compact Vendotek operations for the mobile shell. */
.sales-mobile-operations { display: none; min-width: 0; }
.sales-mobile-operation {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 12px 5px;
  border-bottom: 1px solid #dcebe5;
}
.sales-mobile-operation:last-child { border-bottom: 0; }
.sales-mobile-operation__head,
.sales-mobile-operation__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.sales-mobile-operation__primary {
  min-width: 0;
  color: #365064;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.sales-mobile-operation__meta span {
  min-width: 0;
  color: #678093;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.sales-mobile-operation__meta strong {
  flex: none;
  color: #176d3e;
  font-size: 15px;
  white-space: nowrap;
}
.sales-mobile-operation .status-badge { flex: none; }
@media (max-width: 860px) {
  .sales-operations-desktop { display: none; }
  .sales-mobile-operations { display: block; }
}
@media (min-width: 861px) {
  .sales-operations-desktop { display: block; }
  .sales-mobile-operations { display: none; }
}

/* Stage 6 Sync Health V1: human-facing source facts stay independent. */
.passport-sync-health {
  display: grid;
  gap: 14px;
  min-width: 0;
  margin-bottom: 16px;
  padding: 16px 18px;
  border: 1px solid #dcebe5;
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 22px rgba(27, 73, 55, .045);
}
.passport-sync-health .section-head { margin-bottom: 0; }
.passport-sync-health h3 { margin: 0; color: #09233c; font-size: 20px; }
.passport-sync-health-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; min-width: 0; }
.passport-sync-health-card { display: grid; gap: 10px; min-width: 0; padding: 13px 14px; border: 1px solid #dcebe5; border-radius: 14px; background: #f8fcfa; }
.passport-sync-health-card-normal { border-color: #c7e7d1; background: #f4fbf6; }
.passport-sync-health-card-attention { border-color: #f0d9a9; background: #fffaf0; }
.passport-sync-health-card-unavailable { border-color: #dfe7e5; background: #f7f9f8; }
.passport-sync-health-card-head { display: flex; align-items: flex-start; gap: 9px; min-width: 0; }
.passport-sync-health-icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: #dff5e8; }
.passport-sync-health-card-attention .passport-sync-health-icon { background: #fff0d2; }
.passport-sync-health-card-unavailable .passport-sync-health-icon { background: #edf1ef; }
.passport-sync-health-icon img { width: 19px; height: 19px; object-fit: contain; }
.passport-sync-health-card-head > div { display: grid; gap: 3px; min-width: 0; }
.passport-sync-health-card h4 { margin: 0; color: #18374b; font-size: 14px; line-height: 1.3; overflow-wrap: anywhere; }
.passport-sync-health-card-head strong { color: #087246; font-size: 13px; line-height: 1.3; overflow-wrap: anywhere; }
.passport-sync-health-card-attention .passport-sync-health-card-head strong { color: #8b651e; }
.passport-sync-health-card-unavailable .passport-sync-health-card-head strong { color: #6a7d86; }
.passport-sync-health-card-body { display: grid; gap: 3px; min-width: 0; }
.passport-sync-health-card-body p { margin: 0; color: #365064; font-size: 13px; line-height: 1.35; overflow-wrap: anywhere; }
.passport-sync-health-card-body small { color: #718799; font-size: 12px; line-height: 1.35; overflow-wrap: anywhere; }
.passport-sync-health-degraded { display: grid; gap: 3px; padding: 11px 13px; border-radius: 12px; background: #fffaf0; color: #684b16; }
.passport-sync-health-degraded strong { font-size: 14px; }
.passport-sync-health-degraded span { color: #866b39; font-size: 13px; line-height: 1.35; }
.passport-sync-health-technical { border-top: 1px solid #e5eeea; padding-top: 8px; }
.passport-sync-health-technical summary,
.passport-sync-run-technical summary { min-height: 32px; cursor: pointer; color: #087c55; font-size: 12px; font-weight: 700; }
.passport-sync-health-technical dl,
.passport-sync-run-technical dl { display: grid; gap: 5px; margin: 8px 0 0; }
.passport-sync-health-technical dl div,
.passport-sync-run-technical dl div { display: flex; justify-content: space-between; gap: 8px; min-width: 0; }
.passport-sync-health-technical dt,
.passport-sync-health-technical dd,
.passport-sync-run-technical dt,
.passport-sync-run-technical dd { margin: 0; font-size: 11px; line-height: 1.3; overflow-wrap: anywhere; }
.passport-sync-health-technical dt,
.passport-sync-run-technical dt { color: #718799; }
.passport-sync-health-technical dd,
.passport-sync-run-technical dd { color: #365064; text-align: right; }
.passport-sync-history { min-width: 0; overflow: hidden; border-top: 1px solid #edf4ef; }
.passport-sync-history > summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; cursor: pointer; list-style: none; }
.passport-sync-history > summary::-webkit-details-marker { display: none; }
.passport-sync-history > summary > span { display: grid; gap: 3px; min-width: 0; }
.passport-sync-history > summary strong { color: #18374b; font-size: 14px; }
.passport-sync-history > summary small { color: #718799; font-size: 12px; line-height: 1.35; }
.passport-sync-history > summary > b { flex: 0 0 auto; color: #087c55; font-size: 12px; }
.passport-sync-history-content { display: grid; gap: 8px; padding-top: 10px; }
.passport-sync-history-message { display: grid; gap: 3px; padding: 10px 12px; border-radius: 11px; background: #f7f9f8; }
.passport-sync-history-message strong { color: #365064; font-size: 13px; }
.passport-sync-history-message span { color: #718799; font-size: 12px; line-height: 1.35; }
.passport-sync-run-list { display: grid; gap: 8px; }
.passport-sync-run { display: grid; gap: 5px; min-width: 0; padding: 10px 12px; border: 1px solid #dcebe5; border-radius: 11px; background: #fff; }
.passport-sync-run-attention { border-color: #f0d9a9; background: #fffaf0; }
.passport-sync-run-head { display: flex; justify-content: space-between; gap: 12px; min-width: 0; }
.passport-sync-run-head > div { display: grid; gap: 3px; min-width: 0; }
.passport-sync-run time { color: #365064; font-size: 12px; overflow-wrap: anywhere; }
.passport-sync-run strong { color: #087246; font-size: 13px; }
.passport-sync-run-attention strong { color: #8b651e; }
.passport-sync-run-head > span,
.passport-sync-run > p { margin: 0; color: #718799; font-size: 12px; line-height: 1.35; }
.passport-sync-run-head > span { flex: 0 0 auto; }
.passport-sync-run-error { color: #8b651e !important; overflow-wrap: anywhere; }
.passport-sync-run-technical { border-top: 1px solid #edf4ef; padding-top: 5px; }
.passport-technical-log { display: grid; gap: 14px; min-width: 0; }
.passport-technical-log > .section-head { margin-bottom: 0; }
@media (max-width: 700px) {
  .passport-sync-health-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media screen and (max-width: 599px) {
  .passport-sync-health { padding: 14px; }
  .passport-sync-health-grid { grid-template-columns: 1fr; }
  .passport-sync-health-card { padding: 12px 13px; }
  .passport-sync-history > summary { align-items: flex-start; padding: 5px 0; }
  .passport-sync-run-head { display: grid; gap: 3px; }
  .passport-sync-run-head > span { font-size: 12px; }
}

/* Owner lifecycle history and explicitly confirmed event entry. */
.passport-lifecycle-panel { display: grid; gap: 12px; margin-top: 16px; min-width: 0; }
.passport-lifecycle-panel > .section-head { margin-bottom: 0; }
.passport-lifecycle-panel h3 { margin: 0; }
.passport-lifecycle-list { display: grid; gap: 8px; min-width: 0; }
.passport-lifecycle-event { display: grid; gap: 4px; min-width: 0; padding: 12px 14px; border: 1px solid #dcebe5; border-radius: 12px; background: #f8fcfa; }
.passport-lifecycle-event-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; min-width: 0; }
.passport-lifecycle-event-head b { color: #18374b; }
.passport-lifecycle-event-head time,.passport-lifecycle-event-time,.passport-lifecycle-event-note { margin: 0; color: #718799; font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
.passport-lifecycle-event-head time { flex: 0 0 auto; text-align: right; }
.passport-lifecycle-event-time { color: #365064; }
.passport-lifecycle-actions,.passport-lifecycle-form-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.passport-lifecycle-notice { margin: 0; color: #087246; font-size: 13px; }
.passport-lifecycle-time[hidden] { display: none !important; }
.passport-lifecycle-time small { color: #718799; font-size: 12px; font-weight: 400; }
.passport-lifecycle-form-actions [hidden] { display: none !important; }
@media (max-width: 599px) {
  .passport-lifecycle-panel { padding: 14px; }
  .passport-lifecycle-event-head { display: grid; gap: 2px; }
  .passport-lifecycle-event-head time { text-align: left; }
  .passport-lifecycle-actions { display: grid; grid-template-columns: 1fr; }
  .passport-lifecycle-actions button { width: 100%; }
  .passport-lifecycle-form-actions { justify-content: stretch; }
  .passport-lifecycle-form-actions button { flex: 1 1 auto; }
}
