/* Keystone Delta season view, shared by the profile page and the tool page. */
.who{font-size:15px;color:var(--text-2)} .who a{color:var(--text-muted)}
.prof-head{display:flex;align-items:center;gap:18px;margin-top:8px}
.prof-head h2{margin:0 0 4px}
.prof-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:14px 0 0}
.prof-actions a{display:inline-block;border:1px solid var(--border);border-radius:var(--radius-btn);padding:10px 16px;font-weight:600;color:var(--text);text-decoration:none;background:var(--surface)}
.prof-actions a:hover{border-color:var(--fel-dim);color:var(--fel)}
.chart{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px 16px 10px;margin-bottom:14px;position:relative}
.chart h3{font-family:var(--font);font-weight:600;font-size:15px;margin-bottom:2px}
.chart .why{font-size:12.5px;color:var(--text-muted);margin-bottom:10px}
.chart svg{width:100%;height:auto;display:block;font-family:var(--font)}
.legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-2);margin-top:6px}
.legend i{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:6px;vertical-align:-1px}
.tip{position:absolute;pointer-events:none;background:#0b0b16;border:1px solid var(--border-2);border-radius:3px;padding:8px 10px;font-size:12.5px;color:var(--text);box-shadow:0 12px 30px rgba(0,0,0,.6);display:none;z-index:5;max-width:260px}
.tip b{color:var(--fel)}
.charts2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}
/* A note, a table and a chart row were reaching each other at zero pixels
   inside the season section (measured, 2026-09-07). */
.tablewrap + p.hint{margin-top:14px}
p.hint + .tablewrap,p.hint + .charts2{margin-top:10px}
.timed{color:var(--green)} .depleted{color:var(--red)}
details.dg{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px}
details.dg summary{cursor:pointer;padding:12px 16px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;list-style:none}
details.dg summary::-webkit-details-marker{display:none}
details.dg summary .nm{font-weight:600;font-size:15px}
details.dg summary .facts{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
details.dg summary .best{font-family:var(--display);font-size:26px;font-weight:700;text-align:right;white-space:nowrap}
details.dg summary .best small{display:block;font-family:var(--font);font-size:11px;color:var(--text-muted);font-weight:400}
details.dg .inner{padding:0 12px 12px}
details.dg .inner .tablewrap{margin-top:8px}
.rowlinks a{font-size:12px;color:var(--text-muted);margin-left:8px;white-space:nowrap}
.rowlinks a:hover{color:var(--fel)}
.dg-row{display:inline-block;width:22px;height:22px;border-radius:4px;vertical-align:-6px;margin-right:8px;border:1px solid #000;box-shadow:0 0 0 1px var(--border-2)}
.card.fel .v{color:var(--fel)} .card.gold .v{color:var(--gold)}

.defchips{margin-top:8px}
