:root {
  color-scheme: light;
  --bg: #f5f5f7;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-solid: #ffffff;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --line: rgba(0, 0, 0, 0.08);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  --blue: #0071e3;
  --green: #34c759;
  --amber: #ff9f0a;
  --red: #ff3b30;
  --purple: #af52de;
  --pink: #ff2d55;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
  background: linear-gradient(180deg, #fbfbfd 0%, var(--bg) 360px);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px clamp(16px, 4vw, 44px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 251, 253, 0.76);
  backdrop-filter: saturate(180%) blur(20px);
}

.brand,
.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand {
  font-weight: 700;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 800;
  background: #1d1d1f;
}

.brand-mark.large {
  width: 42px;
  height: 42px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 0, 0, 0.14);
}

.button.primary {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}

.button.ghost {
  color: var(--muted);
}

.button.full {
  width: 100%;
}

.button[disabled] {
  cursor: progress;
  opacity: 0.72;
}

.shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 32px clamp(16px, 4vw, 44px) 64px;
}

.page-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.16;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.25;
}

.sync-card,
.metric-card,
.panel,
.login-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
  backdrop-filter: saturate(180%) blur(18px);
}

.sync-card {
  display: grid;
  min-width: 260px;
  padding: 14px;
  gap: 6px;
}

.sync-config {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(420px, 1.18fr);
  align-items: end;
  gap: 16px;
  margin-bottom: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

.sync-config p {
  max-width: 620px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.compact-sync {
  align-items: center;
}

.sync-actions,
.quick-sync-form,
.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.sync-actions {
  justify-content: flex-end;
}

.sync-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: 10px;
}

.sync-form .span-2,
.sync-form .check-line {
  grid-column: 1 / -1;
}

.sync-form .button {
  justify-self: start;
}

.sync-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.sync-form input {
  width: 100%;
  min-height: 40px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  outline: none;
}

.sync-form input:focus {
  border-color: rgba(0, 113, 227, 0.68);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.credential-state {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.button.compact {
  min-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.settings-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 0.75fr);
  gap: 16px;
}

.settings-form {
  display: grid;
  gap: 14px;
}

.autofill-trap {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.settings-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.settings-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  outline: none;
}

.settings-form input:focus {
  border-color: rgba(0, 113, 227, 0.68);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.form-hint {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.settings-form + form {
  margin-top: 10px;
}

.check-line {
  display: flex !important;
  align-items: center;
  gap: 9px;
  color: var(--text) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.check-line input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  padding: 0;
  accent-color: var(--blue);
}

.sync-card small,
.metric-card small {
  color: var(--muted);
  font-size: 13px;
}

.sync-card small,
.sync-card strong {
  overflow-wrap: anywhere;
}

.sync-card small:last-child {
  max-width: 420px;
  line-height: 1.35;
}

.sync-card strong {
  font-size: 14px;
}

.metric-grid,
.mini-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.metric-card {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 16px;
}

.metric-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--blue);
}

.metric-card strong {
  display: block;
  margin: 18px 0 6px;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: 0;
}

.metric-trend {
  margin-top: 12px;
}

.metric-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.accent-green::before,
.green {
  background: var(--green);
}

.accent-amber::before,
.amber {
  background: var(--amber);
}

.accent-red::before,
.red {
  background: var(--red);
}

.accent-blue::before,
.blue {
  background: var(--blue);
}

.accent-purple::before,
.purple {
  background: var(--purple);
}

.accent-pink::before,
.pink {
  background: var(--pink);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.9fr);
  gap: 16px;
  margin-top: 16px;
}

.panel {
  padding: 18px;
}

.panel.wide {
  grid-row: span 2;
}

.panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.evolution-panel {
  margin-top: 16px;
}

.evolution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.evolution-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(108px, auto);
  align-items: stretch;
  gap: 12px;
  overflow: hidden;
  min-height: 118px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.evolution-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: var(--blue);
}

.evolution-card strong {
  display: block;
  margin: 13px 0 6px;
  font-size: 25px;
  line-height: 1;
}

.evolution-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.evolution-side {
  display: grid;
  align-content: space-between;
  justify-items: end;
  gap: 12px;
  min-width: 0;
}

.trend-badge,
.metric-trend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.trend-badge.trend-good,
.metric-trend.trend-good {
  color: #0b6b2b;
  background: rgba(52, 199, 89, 0.16);
}

.trend-badge.trend-bad,
.metric-trend.trend-bad {
  color: #9b1c16;
  background: rgba(255, 59, 48, 0.14);
}

.trend-badge.trend-stable,
.metric-trend.trend-stable {
  color: #7a4b00;
  background: rgba(255, 159, 10, 0.16);
}

.trend-badge.trend-neutral,
.metric-trend.trend-neutral {
  color: var(--muted);
  background: rgba(0, 0, 0, 0.06);
}

.sparkline {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  gap: 3px;
  width: 108px;
  height: 34px;
}

.sparkline i {
  display: block;
  flex: 1;
  min-width: 4px;
  max-width: 14px;
  border-radius: 999px 999px 2px 2px;
  background: rgba(0, 0, 0, 0.16);
}

.sparkline i.trend-good {
  background: var(--green);
}

.sparkline i.trend-bad {
  background: var(--red);
}

.sparkline i.trend-stable {
  background: var(--amber);
}

.sparkline i.trend-neutral {
  background: rgba(0, 0, 0, 0.18);
}

.chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.chart-grid.single,
.rank-grid {
  grid-template-columns: 1fr;
}

.chart-block,
.table-block {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.chart-block header,
.table-block header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.stack-bar {
  display: flex;
  overflow: hidden;
  height: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
}

.stack-segment {
  min-width: 2px;
  height: 100%;
}

.legend-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.legend-row,
.bar-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.legend-row span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.legend-row i {
  flex: none;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.legend-row strong,
.bar-row strong {
  color: var(--text);
}

.bar-list {
  display: grid;
  gap: 10px;
}

.bar-row {
  grid-template-columns: 52px minmax(120px, 1fr) 44px;
}

.bar-track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
}

.bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.mini-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

.mini-grid .metric-card {
  min-height: 112px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.62);
}

.mini-grid .metric-card strong {
  font-size: 28px;
}

.endpoint-panel {
  margin-top: 16px;
}

.members-grid {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}

.group-search-panel {
  min-width: 0;
  margin-top: 16px;
}

.members-search-form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(140px, 220px) auto;
  align-items: end;
  gap: 10px;
  margin-bottom: 14px;
}

.members-search-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.members-search-form input,
.reports-filter-form input,
.reports-filter-form select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  outline: none;
}

.reports-filter-form select {
  appearance: none;
}

.members-search-form input:focus,
.reports-filter-form input:focus,
.reports-filter-form select:focus {
  border-color: rgba(0, 113, 227, 0.68);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.group-search-table tr.selected td {
  background: rgba(0, 113, 227, 0.07);
}

.group-search-table td:nth-child(2),
.group-search-table td:nth-child(3) {
  min-width: 180px;
}

.reports-shell .report-panel,
.report-filter-panel {
  margin-top: 16px;
}

.reports-filter-form {
  display: grid;
  grid-template-columns: minmax(180px, 1.1fr) minmax(130px, 0.7fr) minmax(160px, 0.9fr) minmax(160px, 0.9fr) minmax(170px, 1fr) auto;
  align-items: end;
  gap: 10px;
}

.reports-filter-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.report-toolbar {
  justify-content: flex-end;
  margin-top: 0;
}

.report-summary-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.report-summary-grid .metric-card {
  min-height: 104px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.62);
}

.report-summary-grid .metric-card strong {
  margin-top: 12px;
  font-size: 28px;
}

.report-section {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.report-section header {
  margin-bottom: 12px;
}

.report-table th {
  white-space: nowrap;
}

.report-table td {
  min-width: 96px;
}

.report-table td:nth-child(3),
.report-table td:nth-child(4) {
  min-width: 150px;
}

.report-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 150px;
}

.members-details-panel,
.members-table-panel {
  min-width: 0;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.field-item {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.035);
}

.field-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.field-item strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.35;
}

.members-table th {
  white-space: nowrap;
}

.members-table td {
  min-width: 120px;
  max-width: 320px;
  overflow-wrap: anywhere;
}

.members-table td:first-child {
  min-width: 220px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
}

.participant-modal {
  width: min(1040px, 100%);
  max-height: min(860px, calc(100vh - 48px));
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-solid);
  box-shadow: var(--shadow);
}

.participant-modal-header,
.modal-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.modal-actions {
  align-items: center;
  flex-wrap: wrap;
}

.participant-modal-header {
  margin-bottom: 16px;
}

.participant-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 12px;
}

.progress-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.progress-card {
  position: relative;
  overflow: hidden;
  min-height: 76px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.035);
}

.progress-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--blue);
}

.progress-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.progress-card strong {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.05;
}

.participant-timeline {
  margin-top: 12px;
}

.participant-timeline ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-item {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.025);
}

.timeline-item.baptism {
  border-color: rgba(52, 199, 89, 0.36);
  background: rgba(52, 199, 89, 0.08);
}

.timeline-item time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.timeline-item strong,
.timeline-item span {
  display: block;
}

.timeline-item span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.table-scroll {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

th,
td {
  padding: 10px 8px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

td.numeric {
  text-align: right;
  white-space: nowrap;
}

code {
  color: #3a3a3c;
  font-family: "SF Mono", "Roboto Mono", Consolas, monospace;
  font-size: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(0, 0, 0, 0.06);
  font-size: 12px;
  font-weight: 800;
}

.pill.ok {
  color: #0b6b2b;
  background: rgba(52, 199, 89, 0.16);
}

.pill.good {
  color: #0b6b2b;
  background: rgba(52, 199, 89, 0.16);
}

.pill.bad {
  color: #9b1c16;
  background: rgba(255, 59, 48, 0.14);
}

.pill.stable {
  color: #7a4b00;
  background: rgba(255, 159, 10, 0.16);
}

.pill.neutral {
  color: var(--muted);
  background: rgba(0, 0, 0, 0.06);
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-solid);
  box-shadow: var(--shadow);
  font-size: 14px;
}

.toast.ok {
  color: #0b6b2b;
}

.toast.bad {
  color: #9b1c16;
}

.muted-cell {
  color: var(--muted);
  text-align: center;
}

.login-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 64px);
  padding: 24px;
}

.login-panel {
  width: min(420px, 100%);
  padding: 24px;
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.login-form {
  display: grid;
  gap: 14px;
}

.login-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.login-form input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  outline: none;
}

.login-form input:focus {
  border-color: rgba(0, 113, 227, 0.68);
  box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.login-error {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #9b1c16;
  background: rgba(255, 59, 48, 0.12);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .metric-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .report-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reports-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .evolution-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .settings-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .participant-modal-grid {
    grid-template-columns: 1fr;
  }

  .panel.wide {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .topbar {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .top-actions,
  .top-actions form,
  .top-actions .button {
    width: 100%;
  }

  .page-title {
    align-items: stretch;
    flex-direction: column;
  }

  .sync-config,
  .sync-form {
    grid-template-columns: 1fr;
  }

  .members-search-form {
    grid-template-columns: 1fr;
  }

  .reports-filter-form {
    grid-template-columns: 1fr;
  }

  .sync-actions,
  .quick-sync-form,
  .sync-actions .button,
  .quick-sync-form .button,
  .members-search-form .button,
  .reports-filter-form .button,
  .form-actions,
  .form-actions .button {
    justify-content: stretch;
    width: 100%;
  }

  .sync-form .span-2 {
    grid-column: auto;
  }

  .sync-card {
    min-width: 0;
  }

  .metric-grid,
  .mini-grid,
  .chart-grid,
  .field-list,
  .progress-grid,
  .report-summary-grid,
  .evolution-grid {
    grid-template-columns: 1fr;
  }

  .report-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .modal-backdrop {
    align-items: stretch;
    padding: 12px;
  }

  .participant-modal-header,
  .timeline-item {
    grid-template-columns: 1fr;
  }

  .participant-modal-header {
    flex-direction: column;
  }

  .evolution-card {
    grid-template-columns: 1fr;
  }

  .evolution-side {
    justify-items: start;
  }

  .metric-card strong {
    font-size: 30px;
  }
}
