.listing{--band--body--Direction:column;--band--body--Gap--vertical:0}.listing-header{display:flex;flex-direction:column;gap:var(--theme--content--space);max-inline-size:var(--theme--content--MaxWidth);padding-block-end:var(--theme--container--space)}.listing-summary{color:var(--theme--text--Color--subtle);margin:0;text-wrap:pretty}.tag-rule{display:flex;gap:4px;inline-size:100%;margin-block-start:var(--theme--content--space);max-inline-size:520px}.tag-rule-segment{block-size:10px;border-radius:999px;flex:var(--segment-count,1);transform-origin:0 50%;transition:opacity .2s ease,scale .2s ease;&:nth-child(4n+1){background:var(--theme--color--orange)}&:nth-child(4n+2){background:var(--theme--color--yellow)}&:nth-child(4n+3){background:var(--theme--color--magenta)}&:nth-child(4n+4){background:var(--theme--color--cyan)}&:hover{scale:1 1.4}&:is(.is-dimmed){opacity:.25}}@keyframes tag-rule-grow{0%{transform:scaleX(0)}}@media (prefers-reduced-motion:no-preference){.tag-rule-segment{animation:tag-rule-grow .48s cubic-bezier(.22,1,.36,1) backwards;animation-delay:calc(var(--segment-index, 0)*70ms)}}.tag-filters{display:flex;flex-flow:row wrap;gap:.5em;list-style:none;margin-block-start:calc(var(--theme--content--space)/2);padding:0}.clear{margin-inline-end:1em}.tag-filter{align-items:center;background-color:var(--theme--layer--card);border:var(--theme--BorderWidth--thin) solid var(--theme--ui--color--subtle);border-radius:999px;color:var(--theme--text--Color);cursor:pointer;display:inline-flex;font-size:.85em;font-weight:var(--theme--FontWeight--medium);gap:.5em;padding:.3em .9em;text-decoration:none;text-transform:lowercase;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.tag-filter-count{color:var(--theme--text--Color--subtle);font-feature-settings:"tnum";font-size:.82em;font-variant-numeric:tabular-nums;transition:color .15s ease}.tag-filter:is(:hover,:focus-visible){border-color:var(--theme--color--magenta)}.tag-filter[aria-current=true]{background-color:var(--theme--color--magenta);border-color:var(--theme--color--magenta);color:var(--theme--color--paper);.tag-filter-count{color:color-mix(in sRGB,var(--theme--color--paper) 75%,var(--theme--color--magenta))}}.listing-item{align-items:flex-start;display:flex;flex-direction:column;gap:calc(var(--theme--content--space)*1.2);inline-size:100%;max-inline-size:var(--theme--content--MaxWidth);padding-block:calc(var(--theme--container--space)*1.75)}.listing-item+.listing-item{border-block-start:var(--theme--BorderWidth--thin) solid var(--theme--ui--color--subtle)}.listing-item[hidden]{display:none}.listing-item-meta{align-items:center;color:var(--theme--text--Color--subtle);display:flex;flex-wrap:wrap;font-size:.85em;gap:var(--theme--content--space);margin:0}.listing-item-topics{font-weight:var(--theme--FontWeight--semi-bold)}.listing-item-time{align-items:center;display:inline-flex;gap:.35em}.listing-item-title{font-size:1.45em;font-weight:var(--theme--FontWeight--semi-bold);letter-spacing:-.015em;line-height:var(--theme--LineHeight--dense);margin:0;max-inline-size:30ch;text-wrap:balance;a{color:inherit;text-decoration:none;&:is(:hover,:focus-visible){color:var(--theme--link--Color);text-decoration:underline;text-decoration-thickness:.12ex;text-underline-offset:.25ex}}}.listing-item-nutshell{color:var(--theme--text--Color);font-size:1.05em;font-weight:var(--theme--FontWeight--medium);margin:0;max-inline-size:58ch;text-wrap:pretty}.listing-item-summary{color:var(--theme--text--Color--subtle);font-size:.95em;max-inline-size:65ch;p{font-size:1em;margin:0}p+p{margin-block-start:.7em}a{color:inherit;text-decoration:underline;text-underline-offset:.2ex}}.listing-item-more{font-size:.95em;font-weight:var(--theme--FontWeight--semi-bold)}