.pp-timeline { margin-bottom: 1.25rem; }
.pp-timeline h2, .pp-grid h2 { font-size: 1.1rem; margin-bottom: .5rem; }
.pp-muted { color: var(--text-secondary); font-size: .8rem; margin: .5rem 0; }
.pp-dot { color: var(--primary); padding: 0 .5rem; }
.pp-range { font-size: .8rem; display: flex; align-items: center; gap: .5rem; }
.pp-range select { background: var(--bg-surface-secondary); color: var(--text); padding: .5rem; border: 1px solid var(--border-color); border-radius: 5px; max-width: 100%; }
.pp-legend { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .8rem; margin: 1.5rem 0 .5rem; }
.pp-legend span:first-child { color: var(--primary); }
.pp-legend span:nth-child(2) { color: var(--azure); }
.pp-legend span:nth-child(3) { color: var(--orange); }
#pp-chart svg, #pp-map svg { width: 100%; height: auto; display: block; }
#pp-chart { overflow-x: auto; }
#pp-chart svg { min-width: 550px; }
.pp-inspect { background: var(--bg-surface-secondary); border-left: 3px solid var(--primary); padding: .8rem 1rem; border-radius: 4px; min-height: 3rem; font-variant-numeric: tabular-nums; }
.pp-method { font-size: .8rem; color: var(--text-secondary); margin-top: .8rem; line-height: 1.6; }
.pp-method summary { cursor: pointer; }
.pp-method p { max-width: 85ch; padding-top: .5rem; }
.pp-method ul { padding-left: 1.5rem; }
.pp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
.pp-grid .card { min-width: 0; }
.pp-events { list-style: none; max-height: 360px; overflow-y: auto; padding-left: .5rem; }
.pp-events li { border-left: 2px solid var(--border-color); padding: .6rem 1rem; position: relative; font-size: .85rem; }
.pp-events li::before { content: ''; position: absolute; left: -5px; top: 1rem; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.pp-events time { display: block; color: var(--text-secondary); font-size: .75rem; margin-bottom: .25rem; }
.pp-bar { display: inline-block; width: 130px; height: 7px; background: var(--bg-surface-secondary); border-radius: 4px; overflow: hidden; margin-right: .6rem; }
.pp-bar span { display: block; height: 100%; background: var(--primary); border-radius: inherit; }
.pp-point { cursor: pointer; }
.pp-point:hover, .pp-point:focus { stroke: var(--text); stroke-width: 3; outline: none; }
.dash-metrics strong { overflow-wrap: anywhere; }
@media (max-width: 900px) { .pp-grid { grid-template-columns: minmax(0, 1fr); } }
