/* Clear next actions without relying on color or an icon-font baseline. */
.welcome-heading { display: flex; align-items: center; gap: 20px; justify-content: space-between; margin-bottom: 22px; }
.welcome-heading h2 { margin-bottom: 0; }
.welcome-heading .dialog-art { float: none; flex: 0 0 52px; }
.dialog-chevron { display: block; width: 22px; height: 14px; background: currentColor; clip-path: polygon(0 0, 50% 65%, 100% 0, 100% 35%, 50% 100%, 0 35%); }
.recovery-content { padding: 28px; }
.recovery-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.save-status { max-width: 360px; overflow-wrap: anywhere; }
button:disabled { cursor: not-allowed; box-shadow: none; transform: none; }
.start-dialog button:disabled { opacity: .6; }
.trial-workflow { margin-bottom: 18px; padding: 16px 20px; border-color: #b8d5df; }
.trial-workflow:has(.trial-steps [aria-current="step"]:not(:first-child)) { border-color: #ba872b; background: #fffdf7; }
.trial-steps { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 0; padding: 0; list-style: none; }
.trial-steps li { display: flex; align-items: center; gap: 8px; color: #506370; font-size: .85rem; font-weight: 750; }
.trial-steps li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #bbcdd4; border-radius: 50%; background: #f3f7f9; flex-shrink: 0; }
.trial-steps [aria-current="step"] { color: #123e56; }
.trial-steps [aria-current="step"] > span { color: #fff; background: #0c496f; border-color: #0c496f; }
.trial-steps .done > span { background: #e0f4ef; color: #176154; border-color: #79b8a7; }
.workflow-next { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }
.workflow-next p { margin: 0; color: #294c60; font-size: .86rem; line-height: 1.5; }
.workflow-next .button { flex-shrink: 0; }
.run-prompt.needs-recording { padding: 11px; border: 1px solid #d1aa52; border-radius: 9px; color: #61410b; background: #fff6de; font-weight: 700; text-align: left; }
.after-trial { padding: 15px; border: 2px solid #d1aa52; border-radius: 12px; background: #fffdf5; scroll-margin-top: 20px; }
.after-trial h3 { font-size: .94rem; color: #61410b; }
.after-trial textarea { margin-top: 9px; background: #fff; }
.required-label { font-size: .72rem; color: #825811; }
.after-trial .button:disabled { color: #425c6a; background: #dce7ed; opacity: 1; }
.after-trial .button.ready-to-record { outline: 2px solid #0c496f; outline-offset: 3px; }
@media (max-width: 760px) {
  .workflow-next { flex-direction: column; align-items: stretch; }
  .trial-steps { gap: 9px; flex-direction: column; }
  .trial-workflow { padding: 15px; }
}
@media print { .trial-workflow, #afterTrial { display: none; } }
