
/* VTA_STAGE17_RANKINGS_CSS */
.stage17-rankings{background:#f4f7f8;color:#17313e}
.stage17-rankings .section-heading{margin-bottom:28px}
.stage17-headline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px}
.stage17-headline-card{background:#fff;border:1px solid #d9e4e7;border-radius:14px;padding:18px;box-shadow:0 10px 30px rgba(7,27,44,.06)}
.stage17-headline-card span{display:block;color:#6a7d87;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.stage17-headline-card strong{display:block;margin-top:7px;color:#0d4657;font-family:Manrope,Arial,sans-serif;font-size:26px;line-height:1.15}
.stage17-headline-card small{display:block;margin-top:6px;color:#667983;line-height:1.4}
.stage17-panel{background:#fff;border:1px solid #d9e4e7;border-radius:16px;overflow:hidden;box-shadow:0 14px 36px rgba(7,27,44,.07)}
.stage17-tabs{display:flex;gap:6px;overflow-x:auto;padding:12px;border-bottom:1px solid #e1e9eb;background:#f8fafb}
.stage17-tab{border:1px solid #ccd9dd;background:#fff;color:#31505e;border-radius:999px;padding:9px 13px;font:700 12px/1.1 DM Sans,Arial,sans-serif;white-space:nowrap;cursor:pointer}
.stage17-tab.is-active{background:#4d2b72;border-color:#4d2b72;color:#fff}
.stage17-controls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,240px) auto auto;gap:10px;padding:14px;border-bottom:1px solid #e1e9eb}
.stage17-controls input,.stage17-controls select{width:100%;border:1px solid #cbd8dc;border-radius:9px;background:#fff;color:#17313e;padding:10px 11px;font:500 13px DM Sans,Arial,sans-serif}
.stage17-button{border:0;border-radius:9px;background:#0d4657;color:#fff;padding:10px 13px;font:700 12px DM Sans,Arial,sans-serif;cursor:pointer}
.stage17-button--secondary{background:#edf3f5;color:#234653}
.stage17-table-heading{padding:16px 16px 8px}
.stage17-table-heading h3{margin:0;color:#0d4657;font-size:20px}
.stage17-table-heading p{margin:5px 0 0;color:#687b84;font-size:13px;line-height:1.5}
.stage17-summary-line{display:flex;justify-content:space-between;gap:12px;padding:0 16px 12px;color:#6a7d87;font-size:12px}
.stage17-table-wrap{overflow:auto;border-top:1px solid #e7edef}
.stage17-table{width:100%;border-collapse:collapse;min-width:1080px;font-size:12px}
.stage17-table th,.stage17-table td{padding:10px 11px;border-bottom:1px solid #e7edef;text-align:left;vertical-align:middle}
.stage17-table th{position:sticky;top:0;background:#eaf1f3;color:#294957;font-size:10.5px;text-transform:uppercase;letter-spacing:.04em;z-index:1}
.stage17-table td.is-number,.stage17-table th.is-number{text-align:right;font-variant-numeric:tabular-nums}
.stage17-rank{display:inline-grid;place-items:center;min-width:27px;height:27px;border-radius:999px;background:#eef2f4;color:#294957;font-weight:800}
.stage17-rank--top{background:#4d2b72;color:#fff}
.stage17-site strong{display:block;color:#17313e;font-size:12.5px}
.stage17-site small{display:block;color:#73848c;margin-top:2px}
.stage17-badge{display:inline-block;border-radius:999px;padding:4px 7px;font-size:9.5px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}
.stage17-badge--robust{background:#e8f3ec;color:#17683a}
.stage17-badge--short{background:#eee8f4;color:#5e2d80}
.stage17-badge--intermittent{background:#fff0dc;color:#9a5400}
.stage17-badge--limited{background:#fff8d9;color:#786300}
.stage17-badge--na{background:#edf1f2;color:#65757c}
.stage17-map-button{border:1px solid #b9cbd1;background:#fff;color:#0d4657;border-radius:7px;padding:6px 8px;font-weight:800;font-size:10.5px;cursor:pointer}
.stage17-empty{padding:30px;text-align:center;color:#6b7e87}
.stage17-pagination{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 15px;background:#fafcfc}
.stage17-pagination__buttons{display:flex;gap:7px}
.stage17-pagination button{border:1px solid #cbd8dc;background:#fff;border-radius:8px;padding:7px 10px;color:#294957;font-weight:700;cursor:pointer}
.stage17-pagination button:disabled{opacity:.45;cursor:not-allowed}
.stage17-method{margin-top:16px;background:#fff;border:1px solid #d9e4e7;border-radius:13px;padding:15px;color:#596f79;font-size:12px;line-height:1.55}
.stage17-method strong{color:#17313e}
.stage17-evidence{margin-top:16px;background:#fff;border:1px solid #d9e4e7;border-radius:13px;overflow:hidden}
.stage17-evidence summary{cursor:pointer;padding:15px 17px;font-weight:800;color:#0d4657}
.stage17-evidence__body{padding:0 15px 15px}
.stage17-evidence-grid{display:grid;grid-template-columns:minmax(220px,1fr) minmax(160px,240px);gap:10px;margin-bottom:12px}
@media(max-width:900px){
  .stage17-headline-grid{grid-template-columns:1fr}
  .stage17-controls{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .stage17-controls,.stage17-evidence-grid{grid-template-columns:1fr}
  .stage17-summary-line,.stage17-pagination{align-items:flex-start;flex-direction:column}
}
