/* === session.php style block === */

  body { font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif; }

  /* 지문 본문 */
  .passage-body { font-size: 1.1rem; line-height: 2.0; word-break: keep-all; }
  .passage-body p { margin-bottom: 1em; }

  /* 단계 전환 페이드 */
  .phase-fade { animation: fadeIn .4s ease; }
  @keyframes fadeIn { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:none; } }

  /* SVG 타이머 */
  .timer-ring { transition: stroke-dashoffset .9s linear; }

  /* 정답/오답 */
  .correct-answer { background: #dcfce7; border-color: #16a34a; }
  .wrong-answer   { background: #fee2e2; border-color: #dc2626; }

