/* Neutral international English and left-to-right layout adjustments. */
html{direction:ltr}
body,button,input,textarea,select{
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;
}
body{text-align:left}
h1,h2,h3,.brand,.draw-status,.journey-note-echo{
  font-family:Georgia,"Times New Roman",serif;
}
.brand,.eyebrow,.journey-kicker{letter-spacing:.08em}
.top .shell,.section-head,.config-bottom,.result-actions,.stage-actions,
.proof,.library-tools,.journey-response-options,.clarifier-choices{
  direction:ltr;
}
.lead,.section-head p,.summary,.detail p,.about p,.faq p,.journey-copy,
input,textarea,select,.topic,.history-item,.safari-guide-card,.safari-step,
.journey-intention,.journey-reveal,.detail,.answer-step,.clarifier-card,
.journey-thread>div{
  text-align:left;
}
.safari-guide-actions .gold-btn,.safari-guide-actions .soft-btn,
.journey-start,.journey-next,.journey-complete{
  justify-content:center;
}
.toast{text-align:center}
@media(max-width:800px){
  .result-box{text-align:left}
  .result-actions{justify-content:flex-start}
}
