/* TIC Health interactive prototype — shared chrome & upload flow */

a.action-tab {
  text-decoration: none;
  color: inherit;
}

.prototype-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #071b5a;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.prototype-bar__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px clamp(16px, 3vw, 32px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.prototype-bar__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.prototype-bar__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.75;
}

.prototype-bar__title {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prototype-bar__step {
  font-size: 12px;
  opacity: 0.85;
}

.prototype-bar__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.prototype-bar__nav a,
.prototype-bar__nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: #fff;
}

.prototype-bar__nav a:hover,
.prototype-bar__nav button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.prototype-bar__nav a.is-primary {
  background: #00a5ad;
  border-color: #00a5ad;
}

.prototype-bar__nav a.is-disabled,
.prototype-bar__nav span.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

body.has-prototype-bar {
  padding-bottom: 72px;
}

/* Action flow — mirrors screen 4 (outcome banner + top actions + full-width panel) */
.outcome-banner {
  background: rgba(74, 189, 195, 0.1);
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

.outcome-banner__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.outcome-banner__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.outcome-banner__title {
  margin: 0;
  font-size: 17.6px;
  font-weight: 600;
}

.outcome-banner__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #1374b0;
  margin: 0 0 6px;
}

.outcome-banner__statement {
  margin: 0;
  font-size: 15.2px;
  line-height: 22.8px;
  color: #404040;
  max-width: 691px;
}

.outcome-banner__toggle {
  border: none;
  padding: 0;
  background: none;
  font-size: 14.4px;
  font-weight: 500;
  color: #1374b0;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

.actions-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.actions-nav__label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
  border-right: 0.667px solid #eee;
  font-size: 16px;
  font-weight: 600;
}

.action-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.action-tab,
a.action-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 0.667px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  font-size: 14.4px;
  font-weight: 600;
  font-family: inherit;
  color: #09090b;
  cursor: pointer;
  text-decoration: none;
}

.action-tab:hover,
a.action-tab:hover {
  background: #f8fafb;
}

.action-tab--active,
a.action-tab--active {
  border-color: #1374b0;
  background: #f7f9ff;
  color: #1374b0;
  box-shadow: inset 0 -3px 0 #1374b0;
}

.action-tab__dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}

.action-tab__dot--alert {
  background: #fff5f1;
  color: #fe6a35;
}

.action-tab__dot--pending {
  background: #e5f5ff;
  border: 0.667px dashed #007aff;
  color: #007aff;
}

.action-flow-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.action-step-panel {
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.action-step-panel.is-dimmed {
  opacity: 0.55;
  pointer-events: none;
}

.action-step-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}

.action-step-panel__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-shrink: 0;
}

.official-block {
  border: 0.667px solid #b8d4e3;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}

.official-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: linear-gradient(90deg, #eef8fa, #f5fbfd);
  border-bottom: 0.667px solid #b8d4e3;
}

.official-block__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.8px;
  font-weight: 600;
  color: #0d4a6e;
}

.official-block__brand-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #0d1f4f, #1374b0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

.official-pill {
  padding: 5px 12px;
  background: #dceef5;
  color: #0d4a6e;
  border-radius: 999px;
  font-size: 9.92px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.official-block__sep {
  color: #a8c8d8;
  font-weight: 300;
}

.official-block__source {
  font-size: 13.6px;
  font-weight: 500;
  color: #1374b0;
}

.official-block__body {
  padding: 20px 24px;
  background: #fff;
}

.official-block__quote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

.official-block__requirement {
  margin: 0;
  flex: 1;
  min-width: 200px;
  font-size: 16.8px;
  font-weight: 700;
  line-height: 23.5px;
  color: #0d1f4f;
}

.action-step-panel__head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  flex: 1;
  min-width: 0;
}

.stepper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin: 24px 0;
  padding: 0 40px;
}

.stepper__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
  flex: 0 0 auto;
}

.stepper__step.is-done {
  color: #009951;
}

.stepper__step.is-active {
  color: #1374b0;
  font-weight: 600;
}

.stepper__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background: #fff;
}

.stepper__step.is-done .stepper__dot {
  background: #009951;
  border-color: #009951;
}

.stepper__step.is-active .stepper__dot {
  background: #1374b0;
  border-color: #1374b0;
}

.stepper__line {
  flex: 1;
  height: 2px;
  background: #e8eef2;
  margin-top: 7px;
}

.upload-panel h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.upload-panel__lead {
  margin: 8px 0 0;
  font-size: 13px;
  color: #404040;
}

.file-card {
  margin-top: 24px;
  padding: 16px;
  border: 0.667px solid #d9d9d9;
  border-radius: 8px;
  background: #fafbfc;
}

.file-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.file-card__head-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.file-card__head-row .file-card__title {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.file-card__head-row + .file-card__row {
  margin-top: 12px;
}

.file-card__title {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
}

.marple-requirements {
  flex-shrink: 0;
}

.marple-requirements--full {
  margin: 0;
  width: 100%;
}

.marple-requirements--full > summary.file-card__head-row {
  list-style: none;
  cursor: pointer;
}

.marple-requirements--full > summary.file-card__head-row::-webkit-details-marker {
  display: none;
}

.marple-requirements--full > summary::marker {
  content: "";
}

.marple-requirements--full .marple-toggle__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1374b0;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.marple-requirements--full .marple-block {
  margin-top: 12px;
}

.marple-requirements--trigger-only {
  margin: 0;
}

.marple-requirements--trigger-only > summary {
  list-style: none;
}

.marple-requirements--trigger-only > summary::-webkit-details-marker {
  display: none;
}

.marple-requirements--trigger-only > summary::marker {
  content: "";
}

.file-card__lead {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #1374b0;
}

.file-card--evidence {
  margin-top: 16px;
  background: #fafbfc;
}

.file-card--evidence .marple-block {
  margin-top: 12px;
}

.marple-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: none;
  color: #1374b0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.marple-toggle:hover {
  text-decoration: underline;
}

.marple-toggle__chevron {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  transition: transform 0.15s ease;
}

.marple-requirements--trigger-only[open] .marple-toggle__chevron,
.marple-requirements--full[open] .marple-toggle__chevron {
  transform: rotate(180deg);
}

.file-card .marple-block {
  margin-top: 12px;
  margin-bottom: 0;
}

.marple-block {
  border: 0.667px solid #f0c4e8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.marple-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: linear-gradient(90deg, #faf8ff, #fff5fb);
  border-bottom: 0.667px solid #f0c4e8;
}

.marple-block__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.8px;
  font-weight: 600;
  color: #7c3aed;
}

.marple-block__brand-icon {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(135deg, #6725ff, #ff7cab);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.marple-pill {
  padding: 5px 12px;
  background: #ede9fe;
  color: #6d28d9;
  border-radius: 999px;
  font-size: 9.92px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.marple-block__body {
  padding: 20px 24px;
  background: #fff;
}

.marple-block--body-only .marple-block__body {
  border-radius: 10px;
}

.marple-provider-heading {
  margin: 0 0 12px;
  font-size: 15.2px;
  font-weight: 600;
  color: #0d1f4f;
}

.marple-section-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 600;
  color: #171717;
}

.marple-subpoints {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.subpoint-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
}

.subpoint-card__text {
  flex: 1;
  min-width: 0;
}

.subpoint-card__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.subpoint-card__desc {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.subpoint-card__assess-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 4px;
}

.subpoint-card__assess-head .subpoint-card__title {
  margin: 0;
}

.subpoint-card--assessed .subpoint-card__field-label {
  margin: 12px 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: #171717;
}

.subpoint-card--assessed .subpoint-card__field-value {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #404040;
}

.subpoint-card__quote {
  flex: 1 1 100%;
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #7c3aed;
  background: #faf8ff;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #402673;
}

.subpoint-card__quote p {
  margin: 0 0 8px;
}

.subpoint-card__quote p:last-child {
  margin-bottom: 0;
}

.subpoint-card__quote-source {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
  color: #6d28d9;
}

.subpoint-card__quote[hidden] {
  display: none;
}

.subpoint-card__quote-heading {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #402673;
}

.marple-subpoints-hint {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.45;
  color: #404040;
}

.subpoint-card--green {
  background: #e6f6f7;
}

.subpoint-card--green .subpoint-card__title {
  color: #006b73;
}

.subpoint-card--green .subpoint-card__desc {
  color: #008a94;
}

.subpoint-card--green .subpoint-card__letter {
  background: #4abdc3;
}

.subpoint-card--beige {
  background: #e5f5ff;
}

.subpoint-card--beige .subpoint-card__title {
  color: #0d1f4f;
}

.subpoint-card--beige .subpoint-card__desc {
  color: #1374b0;
}

.subpoint-card--beige .subpoint-card__letter {
  background: #1374b0;
}

.subpoint-card--purple {
  background: #eef2f8;
}

.subpoint-card--purple .subpoint-card__title {
  color: #071b5a;
}

.subpoint-card--purple .subpoint-card__desc {
  color: #0d1f4f;
}

.subpoint-card--purple .subpoint-card__letter {
  background: #071b5a;
}

.subpoint-card__letter {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.subpoint-card__guidance-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 2px;
  padding: 6px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: #1374b0;
}

.subpoint-card__guidance-toggle:hover {
  text-decoration: underline;
}

.subpoint-card__guidance-chevron {
  font-size: 10px;
  color: #404040;
  transition: transform 0.15s ease;
}

.subpoint-card__guidance-toggle[aria-expanded="true"] .subpoint-card__guidance-chevron {
  transform: rotate(180deg);
}

.marple-requirements {
  margin-top: 16px;
  padding: 16px 24px;
  background: #f4f9fc;
  border-radius: 8px;
  border: 0.667px solid #c5e4f3;
}

.marple-requirements ol {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.marple-requirements li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #34506c;
}

.marple-requirements .tag {
  flex-shrink: 0;
  width: 20px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7c3aed, #1374b0);
  color: #fff;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
}

.upload-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 0.667px solid #eee;
}

.uploaded-file {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  margin-top: 16px;
  border: 0.667px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
}

.uploaded-file__icon {
  width: 24px;
  height: 24px;
  background: #e8f4ea;
  border-radius: 4px;
  flex-shrink: 0;
}

.uploaded-file__meta {
  flex: 1;
  min-width: 0;
}

.uploaded-file__name {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.uploaded-file__date {
  font-size: 11px;
  color: #888;
  margin: 4px 0 0;
}

/* Modal overlay (screen 7) */
.scrim {
  position: fixed;
  inset: 80px 0 72px;
  background: rgba(9, 9, 11, 0.45);
  z-index: 500;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 24px;
}

.upload-popover {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  padding: 16px 20px;
  max-width: 280px;
}

.upload-popover p {
  margin: 0 0 12px;
  font-size: 14px;
}

.upload-popover.is-dragover {
  outline: 2px dashed #2563eb;
  outline-offset: 4px;
}

.upload-status {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.4;
  color: #404040;
}

.upload-status--loading {
  color: #2563eb;
}

.upload-status--error {
  color: #b91c1c;
}

.dify-analysis-mount {
  margin-top: 12px;
}

.dify-analysis {
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #b8d9f0;
  border-radius: 8px;
  background: #f8fbff;
}

.dify-analysis--error {
  border-color: #fecaca;
  background: #fef2f2;
}

.dify-analysis__title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0d1f4f;
}

.dify-analysis__badge {
  font-weight: 500;
  font-size: 12px;
  color: #2563eb;
}

.dify-analysis__answer {
  margin: 0;
  padding: 12px;
  max-height: 280px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.dify-analysis__error {
  margin: 0;
  font-size: 13px;
  color: #b91c1c;
  line-height: 1.4;
}

.dify-analysis__muted {
  margin: 0;
  font-size: 13px;
  color: #525252;
}

.dify-analysis--formatted .dify-analysis__title {
  margin-bottom: 14px;
}

.dify-analysis__section {
  margin-top: 14px;
}

.dify-analysis__section:first-of-type {
  margin-top: 0;
}

.dify-analysis__section-title {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #525252;
}

.dify-analysis__alerts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dify-analysis__alerts li {
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 6px;
}

.dify-analysis__req-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dify-analysis__req {
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  border-left: 4px solid #94a3b8;
}

.dify-analysis__req--met {
  border-left-color: #16a34a;
}

.dify-analysis__req--not-met {
  border-left-color: #dc2626;
}

.dify-analysis__req--partial {
  border-left-color: #d97706;
}

.dify-analysis__req--unsure {
  border-left-color: #64748b;
}

.dify-analysis__req-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.dify-analysis__req-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #0d1f4f;
}

.dify-analysis__req-id {
  font-weight: 700;
}

.dify-analysis__req-status {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.dify-analysis__req--met .dify-analysis__req-status {
  color: #166534;
  background: #dcfce7;
}

.dify-analysis__req--not-met .dify-analysis__req-status {
  color: #991b1b;
  background: #fee2e2;
}

.dify-analysis__req--partial .dify-analysis__req-status {
  color: #92400e;
  background: #fef3c7;
}

.dify-analysis__req--unsure .dify-analysis__req-status {
  color: #334155;
  background: #f1f5f9;
}

.dify-analysis__details {
  margin-top: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fafafa;
}

.dify-analysis__details summary {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  cursor: pointer;
  list-style: none;
}

.dify-analysis__details summary::-webkit-details-marker {
  display: none;
}

.dify-analysis__details summary::before {
  content: "▸ ";
  display: inline-block;
  transition: transform 0.15s ease;
}

.dify-analysis__details[open] summary::before {
  transform: rotate(90deg);
}

.dify-analysis__details-body {
  padding: 0 12px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #404040;
}

.dify-analysis__details-body p {
  margin: 0;
}

.dify-analysis__details--quote .dify-analysis__details-body blockquote {
  margin: 0;
  padding: 10px 12px;
  border-left: 3px solid #7c3aed;
  background: #faf8ff;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #402673;
  white-space: pre-wrap;
  word-break: break-word;
}

.dify-analysis__fallback {
  margin: 0;
  padding: 12px;
  max-height: 280px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

/* Self-assess */
.marple-alert {
  margin-top: 16px;
  padding: 16px 24px;
  background: #f0f7ff;
  border: 0.667px solid #b8d9f0;
  border-radius: 8px;
}

.marple-alert__head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1374b0;
  margin-bottom: 8px;
}

.evidence-item {
  margin-top: 12px;
  padding: 16px;
  border: 0.667px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
}

.evidence-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.evidence-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.radio-row {
  display: flex;
  gap: 24px;
  margin-top: 12px;
  font-size: 14px;
}

.radio-row label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

textarea.prototype-textarea {
  width: 100%;
  min-height: 88px;
  margin-top: 12px;
  padding: 12px;
  border: 0.667px solid #d9d9d9;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  resize: vertical;
}

/* Index hub */
.prototype-index {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 100px;
}

.prototype-index h1 {
  font-size: 28px;
  margin: 0 0 8px;
}

.prototype-index__lead {
  color: #404040;
  margin-bottom: 32px;
}

.flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flow-list a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 0.667px solid #d9d9d9;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s;
}

.flow-list a:hover {
  border-color: #1374b0;
  box-shadow: 0 4px 12px rgba(19, 116, 176, 0.12);
}

.flow-list__num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1374b0;
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
}

.flow-list__text strong {
  display: block;
  font-size: 15px;
  margin-bottom: 2px;
}

.flow-list__text span {
  font-size: 13px;
  color: #404040;
}
