
/* The SEAS5 Explorer — Route 01. Loaded only by /seas5/.
   Generated by scripts/seas5_page.py; edit there, not here. */

.plate,.evo{background:var(--card);border:1px solid var(--line);border-radius:12px;
 box-shadow:0 8px 26px rgba(0,0,0,.07);overflow:hidden}
.ctl{background:var(--paper2);border-bottom:1px solid var(--line);padding:12px 14px}
.ctlrow{display:flex;gap:12px;align-items:baseline;padding:5px 0}
.ctlrow+.ctlrow{border-top:1px dashed var(--line)}
.cl{flex:none;width:64px;font-family:'Overpass Mono',monospace;font-size:9.5px;
 font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--mut);
 padding-top:6px}
.chips2{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0}
.ch{font-family:'Overpass Mono',monospace;font-size:11.5px;font-weight:700;
 letter-spacing:.03em;background:var(--card);color:var(--ink2);border:1px solid var(--line);
 border-radius:7px;padding:6px 11px;cursor:pointer;transition:.12s;white-space:nowrap}
.ch:hover{border-color:var(--sign);color:var(--sign)}
.ch.on{background:var(--accent);border-color:var(--accent);color:#fff}
.chips2.mo .ch{min-width:56px;text-align:center}

.mapfig{margin:0;padding:14px 14px 4px;background:var(--paper2)}
.mapfig img{display:block;width:100%;height:auto;border-radius:8px;background:var(--paper2);
 border:1px solid var(--line2)}
.mapfig figcaption{font-family:'Overpass Mono',monospace;font-size:11px;color:var(--mut);
 letter-spacing:.04em;padding:10px 2px 0;text-transform:uppercase}
.card .stat.sm{font-size:1.5rem}
.blurb{margin:0;padding:12px 16px 16px;font-size:13.5px;color:var(--ink2);line-height:1.55;
 background:var(--paper2)}
.fineprint{font-family:'Overpass Mono',monospace;font-size:10.5px;color:var(--mut);
 line-height:1.5;margin:0;padding:0 16px 14px;background:var(--paper2)}
.prose .fineprint{padding:0;background:none}

/* ── the evolution chart ─────────────────────────────────────────────────── */
.evochart{padding:16px 14px 4px}
#evosvg{width:100%;height:auto;display:block;overflow:visible}
.ev-grid{stroke:var(--line2);stroke-width:1}
.ev-zero{stroke:var(--ink2);stroke-width:1.2;stroke-dasharray:5 4;opacity:.55}
.ev-ax{fill:var(--mut);font-family:'Overpass Mono',monospace;font-size:12px}
.ev-ax.y{text-anchor:end}
.ev-ax.x{text-anchor:middle}
.ev-yr{fill:var(--mut);font-family:'Overpass Mono',monospace;font-size:10px;opacity:.75;
 text-anchor:middle}
.ev-unit{fill:var(--mut);font-family:'Overpass Mono',monospace;font-size:11px;
 text-anchor:start}
.ev-line{fill:none;stroke-linejoin:round;stroke-linecap:round}
.ev-dot{stroke:var(--card);stroke-width:1.5}
.ev-lab{font-family:'Overpass Mono',monospace;font-size:11px;font-weight:700}
.evleg{display:flex;flex-wrap:wrap;gap:14px;padding:2px 16px 14px}
.evleg span{display:inline-flex;align-items:center;gap:7px;font-family:'Overpass Mono',monospace;
 font-size:11px;font-weight:700;color:var(--ink2)}
.evleg i{width:20px;height:3px;border-radius:2px;display:block}
.evleg .newest{color:var(--ink)}
.evo .tw{border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none;
 background:var(--card)}
table.evotab{min-width:520px;font-size:13px}
table.evotab td.v{text-align:right;font-family:'Overpass Mono',monospace;
 font-variant-numeric:tabular-nums;color:var(--ink2)}
table.evotab tr.newest td{background:var(--accent-sub)}
table.evotab tr.newest td.k,table.evotab tr.newest td.v{color:var(--ink);font-weight:700}
table.evotab td.na{color:var(--mut);opacity:.5;text-align:right}

@media(max-width:640px){
  .cl{width:100%;padding-top:0}
  .ctlrow{flex-direction:column;gap:6px}
}
