.pg-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pg-tile{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-radius:var(--ds-radius-sm);background:var(--ds-surface-2)}.pg-tile-n{font-size:24px;font-weight:700;line-height:1.1;color:var(--ds-text)}.pg-tile-lb{font-size:12.5px}.pg-since,.pg-tile-lb{color:var(--ds-text-mut)}.pg-since{margin:12px 0 0;font-size:13px}.pg-map-scroll{overflow-x:auto;direction:rtl}.pg-map{display:block;direction:ltr}.pg-cell.is-session{fill:var(--ds-accent)}.pg-cell.is-breaks{fill:color-mix(in srgb,var(--ds-accent) 45%,var(--ds-surface-2))}.pg-cell.is-today{stroke:var(--ds-text);stroke-width:1}.pg-legend{display:flex;gap:16px;margin-top:10px}.pg-legend-it{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--ds-text-mut)}.pg-dot{width:8px;height:8px;border-radius:2px;flex:none}.pg-dot.is-session{background:var(--ds-accent)}.pg-dot.is-breaks{background:color-mix(in srgb,var(--ds-accent) 45%,var(--ds-surface-2))}.pg-rhythm{display:grid;grid-template-columns:repeat(24,minmax(0,1fr));gap:2px;height:72px;align-items:end}.pg-rhythm-col{display:flex;align-items:flex-end;height:100%}.pg-bar{width:100%;min-height:2px;border-radius:2px 2px 0 0;background:var(--ds-line-strong)}.pg-bar.is-peak{background:var(--ds-accent)}.pg-rhythm-axis{display:flex;justify-content:space-between;margin-top:6px;font-size:11.5px;color:var(--ds-text-faint)}.pg-nudge-group+.pg-nudge-group{border-top:1px solid var(--ds-line)}.pg-nudge-src{margin:0 0 8px;font-size:13px;font-weight:600;color:var(--ds-text)}.pg-dots{display:flex;flex-wrap:wrap;gap:4px}.pg-ndot{width:8px;height:8px;border-radius:50%;flex:none}.pg-ndot.is-done{background:var(--ds-accent)}.pg-ndot.is-skipped{background:var(--ds-line-strong)}.pg-ndot.is-noAnswer{background:transparent;box-shadow:inset 0 0 0 1px var(--ds-line-strong)}.pg-ndot.is-deliveryUnconfirmed{background:transparent;box-shadow:inset 0 0 0 1px var(--ds-text-faint);opacity:.6}.pg-nudge-counts{margin:8px 0 0;font-size:12.5px;color:var(--ds-text-mut)}.pg-spark{flex:none;margin-inline-start:auto}.pg-spark polyline{stroke:var(--ds-accent)}