.results-layout{display:flex;flex-direction:column;gap:14px}
.comparison-ladder-panel[hidden]{display:none}
.comparison-ladder-panel{border:1px solid #cbd8e9;border-radius:14px;background:#f9fbfe;box-shadow:0 10px 28px rgba(19,45,85,.08)}
.comparison-ladder-panel details{padding:12px 14px}
.comparison-ladder-panel summary{cursor:pointer;display:flex;flex-direction:column;gap:2px;list-style:none}
.comparison-ladder-panel summary::-webkit-details-marker{display:none}
.comparison-ladder-panel summary span{color:#112c50;font-size:13px;font-weight:800}
.comparison-ladder-panel summary small{color:#60718a;font-size:10px}
.ladder-rows{display:flex;flex-direction:column;gap:8px;margin-top:10px}
.ladder-row{display:flex;flex-direction:column;gap:2px;padding:9px 11px;border:1px solid #dde5ef;border-radius:10px;background:white;text-align:left;font-family:inherit;min-height:44px}
button.ladder-row{cursor:pointer}
button.ladder-row:hover,button.ladder-row:focus-visible{border-color:#2f69d9;background:#eaf1ff}
button.ladder-row.unavailable{opacity:.7}
.ladder-row strong{color:#112c50;font-size:12px}
.ladder-row-price{color:#0e4cb6;font-size:13px;font-weight:800}
.ladder-row-delta{color:#1c7a4c;font-weight:700}
.ladder-row-unavailable{color:#8a94a3;font-weight:700}
.ladder-row-reason{color:#0e4cb6;font-size:10px;font-weight:700}
.ladder-row-action{color:#2f69d9;font-size:10px;font-weight:700;text-decoration:underline}
.ladder-row-rate-badge{display:inline-block;padding:2px 6px;border-radius:6px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:800;width:fit-content;margin:2px 0}
.ladder-row-metric{color:#475569;font-size:10px;font-weight:600}
.rate-badge-metric strong{color:#0284c7 !important}
.coach-badge-metric strong{color:#d97706 !important}
.ladder-row-meta{color:#60718a;font-size:10px}
button.ladder-row:disabled{cursor:default;opacity:.6}
@media(min-width:900px){
  .results-layout{flex-direction:row;align-items:flex-start}
  .comparison-ladder-panel{flex:0 0 260px;position:sticky;top:16px}
  .results-layout>#results{flex:1;min-width:0}
}
