/* MODPA Education Review page — styles moved from inline attributes for lint/accessibility */

body.modpa-edu-page .modpa-edu-privacy-note-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

body.modpa-edu-page .modpa-edu-screener-cta {
  margin-top: 14px;
}

body.modpa-edu-page .modpa-edu-screener-link {
  font-family: 'Space Mono', monospace;
  font-size: 9.5px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 5px 14px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: border-color 0.2s, color 0.2s;
}

body.modpa-edu-page .modpa-edu-screener-link:hover {
  border-color: var(--accent2);
  color: var(--accent2);
}

body.modpa-edu-page .modpa-edu-screener-link .modpa-edu-screener-link-icon {
  width: 11px;
  height: 11px;
}

body.modpa-edu-page #modpa-tool-main .ctx-note {
  font-family: 'Space Mono', monospace;
  font-size: 8.5px;
  color: var(--muted);
  letter-spacing: 0.04em;
  margin-top: 12px;
  line-height: 1.5;
}

body.modpa-edu-page #modpa-tool-main .ctx-note strong {
  color: var(--accent2);
}

body.modpa-edu-page .modpa-edu-scope-disclaimer {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(29, 111, 191, 0.2);
  font-size: 0.7rem;
  color: var(--muted2);
}

body.modpa-edu-page .modpa-edu-incomplete-warning-icon {
  width: 12px;
  height: 12px;
  display: inline;
  margin-right: 4px;
  vertical-align: middle;
}

/* MODPA Screener handoff banner (injected via script) */
body.modpa-edu-page .modpa-edu-screener-handoff-banner {
  background: rgba(0, 229, 176, 0.05);
  border: 1px solid rgba(0, 229, 176, 0.2);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

body.modpa-edu-page .modpa-edu-handoff-check-icon {
  width: 14px;
  height: 14px;
  color: var(--accent3);
  flex-shrink: 0;
  margin-top: 2px;
}

body.modpa-edu-page .modpa-edu-handoff-body {
  flex: 1;
}

body.modpa-edu-page .modpa-edu-handoff-kicker {
  font-family: 'Space Mono', monospace;
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent3);
  margin-bottom: 6px;
}

body.modpa-edu-page .modpa-edu-handoff-details {
  font-family: 'Space Mono', monospace;
  font-size: 9.5px;
  color: var(--muted2);
  line-height: 1.8;
}

body.modpa-edu-page .modpa-edu-handoff-details .modpa-edu-handoff-strong {
  color: var(--text);
}

body.modpa-edu-page .modpa-edu-handoff-hint {
  font-family: 'Space Mono', monospace;
  font-size: 8.5px;
  color: var(--muted);
  margin-top: 5px;
}

body.modpa-edu-page .modpa-edu-handoff-rerun {
  font-family: 'Space Mono', monospace;
  font-size: 8.5px;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
  padding: 3px 8px;
  border: 1px solid var(--border);
  border-radius: 6px;
  transition: border-color 0.2s, color 0.2s;
}

body.modpa-edu-page .modpa-edu-handoff-rerun:hover {
  border-color: var(--accent2);
  color: var(--accent2);
}

body.modpa-edu-page .modpa-edu-rationale-label-spaced {
  margin-top: 10px;
}
