.route-content .ec-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;margin:8px 0;background:#000;}
.route-content .ec-row.free{border-color:rgba(74,222,128,.35);background:rgba(74,222,128,.06);}
.route-content .ec-row .ec-name{font-weight:600;color:#fff;font-size:15px;}
.route-content .ec-row .ec-sub{font-size:12px;color:#7f8aa3;margin-top:2px;}
.route-content .ec-row .ec-cost{font-family:ui-monospace,monospace;font-size:20px;font-weight:700;color:#fb7185;white-space:nowrap;}
.route-content .ec-row.free .ec-cost{color:#4ade80;}
.route-content .ec-bar{height:6px;border-radius:4px;background:linear-gradient(90deg,#f97316,#f43f5e);margin-top:8px;}
.route-content .ec-row.free .ec-bar{background:#4ade80;}
.route-content .ec-big{font-size:clamp(26px,4vw,40px);font-weight:700;color:#fff;line-height:1.15;}
.route-content .ec-big em{font-style:normal;color:#fb7185;}