{{ block title }}Bargaining Phase{{ endblock }} {{ block content }} {% if round_number == 2 %} Practice Round {% else %} Round {{ display_round }} of {{ display_total }} {% endif %}
{% if round_number == 2 %}
⚠️ Practice Round — This round does not count toward your payment
{% endif %} {# ── Seller reminder ── #} {% if role == 'Seller' %}
Reminder:
  1. Only the buyer can invite the expert, and the buyer pays for the appraisal. You cannot call the expert and never pay for it.
  2. In each round, you are matched with a buyer who is paired with the same expert across all 20 rounds.
  3. If the buyer invites the expert, the appraisal will be revealed to both you and the buyer at no cost to you. If the buyer does not invite the expert, no appraisal will be shown.
  4. The expert's appraisal is based on a 10-point range that contains the true value, but the expert may report any number between 100 and 400.
  5. The final realized value will always be drawn from the 10-point range observed by the expert and will be revealed at the end of the round.
{% endif %} {# ── Buyer reminder ── #} {% if is_buyer %}
Reminder:
  1. Only you can invite the expert, and you pay 5 points for the appraisal.
  2. You are paired with the same expert across all 20 rounds.
  3. If you invite the expert, the appraisal will be revealed to both you and the seller. If you do not invite the expert, no appraisal will be shown.
  4. The expert's appraisal is based on a 10-point range that contains the true value, but the expert may report any number between 100 and 400.
  5. The final realized value will always be drawn from the 10-point range observed by the expert and will be revealed at the end of the round.
{% endif %}

You are the {{ role }}. The blue marker is the Buyer's current price; the red marker is the Seller's current price.

{# ── Visual price track (read-only display) ── #}
{{ price_min }} {{ price_max }}
0
Buyer{% if is_buyer %} (you){% endif %}
400
Seller{% if role == 'Seller' %} (you){% endif %}
{# ── Price input box ── #}
{# ── Invite button (Buyer only) ── #}
Window closes in: {{ invite_window }}s
{# ── Appraiser value box (shown when invited) ── #}
Expert's Appraisal
Time Remaining
{{ max_seconds }}s
{{ endblock }}