/* DHV Experience 13.54.0 — Feed Rhythm Intelligence.
 * Sparse presentation checkpoints only; never content ranking or filtering. */
.dhvx-feed-rhythm{
  --dhvx-rhythm-accent:#68706d;
  --dhvx-rhythm-soft:color-mix(in srgb,var(--dhvx-rhythm-accent) 6%,var(--dhvx-surface));
  min-width:0;
  display:grid;
  grid-template-columns:30px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:11px 20px 12px;
  border-bottom:1px solid var(--dhvx-border);
  background:linear-gradient(90deg,var(--dhvx-rhythm-soft),color-mix(in srgb,var(--dhvx-surface) 98%,transparent) 72%);
  color:var(--dhvx-text-secondary);
}
.dhvx-feed-rhythm.tone-teal{--dhvx-rhythm-accent:#267569}
.dhvx-feed-rhythm.tone-orange{--dhvx-rhythm-accent:#a95026}
.dhvx-feed-rhythm.tone-violet{--dhvx-rhythm-accent:#7658ad}
.dhvx-feed-rhythm.tone-clay{--dhvx-rhythm-accent:#9b6035}
.dhvx-feed-rhythm.tone-blue{--dhvx-rhythm-accent:#35658f}
.dhvx-feed-rhythm.tone-rose{--dhvx-rhythm-accent:#9a5265}
.dhvx-feed-rhythm.tone-slate{--dhvx-rhythm-accent:#53677d}
.dhvx-feed-rhythm.tone-red{--dhvx-rhythm-accent:#b64646}
.dhvx-feed-rhythm.tone-neutral{--dhvx-rhythm-accent:#68706d}
.dhvx-feed-rhythm__pulse{width:28px;height:28px;display:flex;align-items:end;justify-content:center;gap:2px;padding:6px;border:1px solid color-mix(in srgb,var(--dhvx-rhythm-accent) 22%,var(--dhvx-border));border-radius:8px;background:color-mix(in srgb,var(--dhvx-rhythm-accent) 8%,var(--dhvx-surface));color:var(--dhvx-rhythm-accent)}
.dhvx-feed-rhythm__pulse i{width:3px;border-radius:2px;background:currentColor;opacity:.92}
.dhvx-feed-rhythm__pulse i:nth-child(1){height:7px}.dhvx-feed-rhythm__pulse i:nth-child(2){height:13px}.dhvx-feed-rhythm__pulse i:nth-child(3){height:9px}
.dhvx-feed-rhythm.is-case .dhvx-feed-rhythm__pulse i:nth-child(1){height:11px}.dhvx-feed-rhythm.is-case .dhvx-feed-rhythm__pulse i:nth-child(2){height:8px}.dhvx-feed-rhythm.is-case .dhvx-feed-rhythm__pulse i:nth-child(3){height:13px}
.dhvx-feed-rhythm__copy{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;column-gap:7px;row-gap:1px}
.dhvx-feed-rhythm__eyebrow{color:var(--dhvx-rhythm-accent);font-size:9.5px;line-height:1.2;font-weight:800;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap}
.dhvx-feed-rhythm__copy strong{min-width:0;overflow:hidden;color:var(--dhvx-text);font-size:12.5px;line-height:1.3;font-weight:760;letter-spacing:-.012em;text-overflow:ellipsis;white-space:nowrap}
.dhvx-feed-rhythm__copy small{grid-column:1/-1;color:var(--dhvx-text-muted);font-size:10.75px;line-height:1.3}
.dhvx-feed-rhythm__switch{min-width:0;display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:5px;min-height:34px;padding:5px 9px;border:1px solid color-mix(in srgb,var(--dhvx-rhythm-accent) 17%,var(--dhvx-border));border-radius:999px;background:color-mix(in srgb,var(--dhvx-rhythm-accent) 4%,var(--dhvx-surface));color:var(--dhvx-text-secondary);font-size:10.5px;line-height:1;white-space:nowrap}
.dhvx-feed-rhythm__switch span:first-child{color:var(--dhvx-text-muted);font-weight:650}.dhvx-feed-rhythm__switch strong{max-width:88px;overflow:hidden;color:var(--dhvx-rhythm-accent);font-size:10.75px;text-overflow:ellipsis;white-space:nowrap}.dhvx-feed-rhythm__switch span:last-child{color:var(--dhvx-rhythm-accent);font-weight:800}
.dhvx-feed-rhythm__switch:hover,.dhvx-feed-rhythm__switch:focus-visible{border-color:color-mix(in srgb,var(--dhvx-rhythm-accent) 42%,var(--dhvx-border));background:color-mix(in srgb,var(--dhvx-rhythm-accent) 10%,var(--dhvx-surface))}
.dhvx-feed-rhythm__switch:focus-visible{outline:2px solid color-mix(in srgb,var(--dhvx-rhythm-accent) 45%,transparent);outline-offset:2px}
@media(max-width:767px){.dhvx-feed-rhythm{grid-template-columns:27px minmax(0,1fr);gap:8px;padding:9px 16px 10px}.dhvx-feed-rhythm__pulse{width:26px;height:26px;padding:5px}.dhvx-feed-rhythm__copy{grid-template-columns:1fr;gap:1px}.dhvx-feed-rhythm__eyebrow{font-size:8.75px}.dhvx-feed-rhythm__copy strong{font-size:11.75px}.dhvx-feed-rhythm__copy small{font-size:10px}.dhvx-feed-rhythm__switch{grid-column:2;justify-self:start;min-height:0;margin-top:2px;padding:0;border:0;border-radius:0;background:transparent;font-size:10px}.dhvx-feed-rhythm__switch strong{max-width:105px;font-size:10px}.dhvx-feed-rhythm__switch:hover,.dhvx-feed-rhythm__switch:focus-visible{border:0;background:transparent;text-decoration:underline;text-underline-offset:2px}}
html[data-theme="dark"] .dhvx-feed-rhythm{--dhvx-rhythm-soft:color-mix(in srgb,var(--dhvx-rhythm-accent) 12%,var(--dhvx-surface))}
html[data-theme="dark"] .dhvx-feed-rhythm.tone-teal{--dhvx-rhythm-accent:#5cc3b4}html[data-theme="dark"] .dhvx-feed-rhythm.tone-orange{--dhvx-rhythm-accent:#e88b58}html[data-theme="dark"] .dhvx-feed-rhythm.tone-violet{--dhvx-rhythm-accent:#b59ae3}html[data-theme="dark"] .dhvx-feed-rhythm.tone-clay{--dhvx-rhythm-accent:#d59a6c}html[data-theme="dark"] .dhvx-feed-rhythm.tone-blue{--dhvx-rhythm-accent:#81b3dd}html[data-theme="dark"] .dhvx-feed-rhythm.tone-rose{--dhvx-rhythm-accent:#d990a3}html[data-theme="dark"] .dhvx-feed-rhythm.tone-slate{--dhvx-rhythm-accent:#a2b2c7}html[data-theme="dark"] .dhvx-feed-rhythm.tone-red{--dhvx-rhythm-accent:#e98585}html[data-theme="dark"] .dhvx-feed-rhythm.tone-neutral{--dhvx-rhythm-accent:#b4bbb8}
@media(prefers-reduced-motion:reduce){.dhvx-feed-rhythm__switch{transition:none}}
@media(forced-colors:active){.dhvx-feed-rhythm{background:Canvas;border-color:CanvasText;color:CanvasText}.dhvx-feed-rhythm__pulse,.dhvx-feed-rhythm__switch{border:1px solid CanvasText;background:Canvas;color:CanvasText}.dhvx-feed-rhythm__eyebrow,.dhvx-feed-rhythm__copy strong,.dhvx-feed-rhythm__copy small,.dhvx-feed-rhythm__switch strong,.dhvx-feed-rhythm__switch span{color:CanvasText}}
