/* Homepage event region; updated by events-fanout, separate from playlist cards. */
#upcoming-shows{margin:32px 0 12px;color:#f0eaf7;--show-line:#ffffff26;--show-dim:#c7b7ce;--show-fill:#ffffff06}
html[data-theme=day] #upcoming-shows{color:#3a2033;--show-line:#a8463626;--show-dim:#6b4d60;--show-fill:#ffffff30}
.shows-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}
.shows-kicker{font:10px 'Space Mono',monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--show-dim)}
.shows-heading h2{font-size:28px;letter-spacing:-.035em;margin:8px 0 0;line-height:1.1}
.shows-heading a,.shows-follow{color:var(--show-dim);font-size:12px;text-decoration:none;line-height:1.5}
.shows-heading a{max-width:120px;text-align:right;padding:8px 0}
.home-show-list{display:grid;gap:12px}.home-show{display:flex;align-items:center;gap:20px;padding:18px;border:1px solid var(--show-line);border-radius:16px;background:var(--show-fill)}
.home-show time{display:flex;flex-direction:column;align-items:center;min-width:43px;gap:2px;flex-shrink:0;font:10px 'Space Mono',monospace;color:var(--show-dim)}
.home-show time strong{font:700 32px 'Outfit',sans-serif;color:inherit;line-height:1}
.home-show h3{font-size:17px;font-weight:600;line-height:1.25;margin:0 0 6px}.home-show p{font-size:13px;color:var(--show-dim);margin:0}
.shows-follow{display:inline-block;padding:14px 0 6px;min-height:44px}.shows-heading a:focus-visible,.shows-follow:focus-visible{outline:3px solid #d4647e;outline-offset:5px}
@media(min-width:960px){#upcoming-shows{grid-column:1/-1;grid-row:3;margin:36px 0 0}.home-show-list{grid-template-columns:1fr 1fr;gap:20px}.home-show{padding:22px 24px}.shows-heading h2{font-size:36px}.shows-heading a{max-width:none;font-size:14px}.home-show h3{font-size:21px}}
