.activityItem.svelte-1d9e2md{color:inherit;flex-direction:column;gap:.5rem;text-decoration:none;display:flex}.activityItem__header.svelte-1d9e2md{color:var(--subtle);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.activityItem__icon.svelte-1d9e2md{width:1rem;height:1rem;color:var(--fg)}.activityItem__type.svelte-1d9e2md{text-transform:capitalize}.activityItem__time.svelte-1d9e2md{color:var(--subtle)}.activityItem__private.svelte-1d9e2md{font-size:.75rem}.activityItem__hide.svelte-1d9e2md{opacity:0;color:var(--subtle);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1rem;line-height:1;transition:opacity .15s}.activityItem__hide.svelte-1d9e2md:hover{color:red}.activityItem.svelte-1d9e2md:hover .activityItem__hide:where(.svelte-1d9e2md){opacity:1}.activityItem__body.svelte-1d9e2md{margin-left:1.75rem}.activityItem--github.svelte-1d9e2md,.activityItem--hackernews.svelte-1d9e2md,.activityItem--reddit.svelte-1d9e2md,.activityItem--bgg.svelte-1d9e2md{margin-bottom:1rem}.activityItem--bluesky.svelte-1d9e2md .activityItem__body:where(.svelte-1d9e2md){margin-left:1rem}.bggGame.svelte-6o2kad{align-items:flex-start;gap:1rem;display:flex}.bggGame__poster.svelte-6o2kad{flex-shrink:0;width:6rem;height:auto}.bggGame__content.svelte-6o2kad{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.bggGame__titleRow.svelte-6o2kad{flex-wrap:wrap;align-items:baseline;gap:.25rem;display:flex}.bggGame__title.svelte-6o2kad{color:var(--fg);font-weight:600;line-height:1.4;text-decoration:none}.bggGame__title.svelte-6o2kad:hover{text-decoration:underline}.bggGame__meta.svelte-6o2kad{color:var(--subtle);flex-wrap:wrap;gap:.5rem;font-size:.875rem;display:flex}.bggGame__meta.svelte-6o2kad span:where(.svelte-6o2kad):not(:last-child):after{content:" ·";margin-left:.5rem}.bggGame__notes.svelte-6o2kad{color:var(--fg);margin-top:.25rem;font-size:.9375rem;line-height:1.6}.bggGame__notes.svelte-6o2kad p{margin:.5rem 0}.bggGame__notes.svelte-6o2kad p:first-child{margin-top:0}.bggGame__notes.svelte-6o2kad p:last-child{margin-bottom:0}.bggGame__notes.svelte-6o2kad a{color:var(--fg);text-decoration:none}.bggGame__notes.svelte-6o2kad a:hover{text-decoration:underline}.bggGame__notes.svelte-6o2kad ul{margin:.5rem 0;padding-left:1.5rem}.bggGame__notes.svelte-6o2kad ul:last-child{margin-bottom:0}.bggGame__notes.svelte-6o2kad li{margin-bottom:.125rem}.bggGame__notes.svelte-6o2kad li::marker{color:var(--listMarker);content:"❖ "}@media (width<=768px){.bggGame.svelte-6o2kad{display:block}.bggGame__poster.svelte-6o2kad{float:left;width:5rem;margin-bottom:.5rem;margin-right:1rem}.bggGame__content.svelte-6o2kad{display:block}}.ogPreview.svelte-1arq2nf{color:inherit;gap:1rem;margin:.5rem 0;text-decoration:none;display:flex}.ogPreview--loading.svelte-1arq2nf{color:var(--subtle);font-size:.875rem}.ogPreview__image.svelte-1arq2nf{object-fit:cover;border-radius:.25rem;flex-shrink:0;height:80px}.ogPreview__content.svelte-1arq2nf{flex-direction:column;gap:.25rem;min-width:0;display:flex}.ogPreview__site.svelte-1arq2nf{color:var(--subtle);text-transform:uppercase;font-size:.75rem}.ogPreview__title.svelte-1arq2nf{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;display:-webkit-box;overflow:hidden}.ogPreview__description.svelte-1arq2nf{color:var(--subtle);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;display:-webkit-box;overflow:hidden}.thread.svelte-1y6wc4r{flex-direction:column;display:flex}.thread--empty.svelte-1y6wc4r{color:var(--subtle);padding:1rem 0;font-style:italic}.threadPost.svelte-1y6wc4r{padding:1rem 1rem 1rem 3.5rem;position:relative}.threadPost.svelte-1y6wc4r:first-child{padding-top:0}.threadPost--hasNext.svelte-1y6wc4r:after{content:"";background:var(--subtle);width:2px;position:absolute;top:calc(1rem + 32px);bottom:0;left:calc(1.75rem - 1px)}.threadPost--hasPrev.svelte-1y6wc4r:before{content:"";background:var(--subtle);width:2px;height:1rem;position:absolute;top:0;left:calc(1.75rem - 1px)}.threadPost__header.svelte-1y6wc4r{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.threadPost__avatar.svelte-1y6wc4r{border-radius:50%;width:32px;height:32px;position:absolute;left:.75rem}.threadPost__authorInfo.svelte-1y6wc4r{flex-direction:column;display:flex}.threadPost__author.svelte-1y6wc4r{font-size:.9rem;font-weight:600}.threadPost__handle.svelte-1y6wc4r{color:var(--subtle);font-size:.8rem}.threadPost__time.svelte-1y6wc4r{color:var(--subtle);margin-left:auto;font-size:.8rem;text-decoration:none}.threadPost__time.svelte-1y6wc4r:hover{text-decoration:underline}.threadPost__content.svelte-1y6wc4r{margin-left:0}.threadPost__text.svelte-1y6wc4r{white-space:pre-wrap;margin:0;line-height:1.5}.threadPost__text.svelte-1y6wc4r a{color:var(--fg);text-decoration:underline}.threadPost__images.svelte-1y6wc4r{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem;display:grid}.threadPost__images.svelte-1y6wc4r:has(>:where(.svelte-1y6wc4r):only-child){grid-template-columns:1fr}.threadPost__image.svelte-1y6wc4r{width:100%;height:auto}.threadPost__video.svelte-1y6wc4r{margin-top:.75rem}.threadPost__videoLink.svelte-1y6wc4r{display:block;position:relative}.threadPost__videoThumbnail.svelte-1y6wc4r{width:100%;height:auto;display:block}.threadPost__videoPlay.svelte-1y6wc4r{color:#fff;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding-left:4px;font-size:1.25rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.threadPost__videoLink.svelte-1y6wc4r:hover .threadPost__videoPlay:where(.svelte-1y6wc4r){background:#000c}.threadPost__embeds.svelte-1y6wc4r{margin-top:.75rem}.threadPost__linkPreviews.svelte-1y6wc4r{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.githubBody__repo.svelte-1cu32aa{text-transform:uppercase;letter-spacing:.05em;color:var(--fg);font-family:BerkeleyMono,monospace;font-size:.75rem;font-weight:600;text-decoration:none;display:block}.githubBody__repo.svelte-1cu32aa:hover{text-decoration:underline}.githubBody__title.svelte-1cu32aa{color:var(--subtle);font-weight:600;line-height:1.4;text-decoration:none}.githubBody__title.svelte-1cu32aa:hover{text-decoration:underline}.githubBody__reply.svelte-1cu32aa{gap:.5rem;margin-top:.5rem;display:flex}.githubBody__replyArrow.svelte-1cu32aa{color:var(--subtle);flex-shrink:0;font-size:1rem;line-height:1.6;display:none}.githubBody__reply--visible.svelte-1cu32aa .githubBody__replyArrow:where(.svelte-1cu32aa){display:block}.githubBody__reply--visible.svelte-1cu32aa .githubBody__message:where(.svelte-1cu32aa){flex:1;min-width:0}.githubBody__message.svelte-1cu32aa{line-height:1.6}.githubBody__message.svelte-1cu32aa p{margin:.5rem 0}.githubBody__message.svelte-1cu32aa p:first-child{margin-top:0}.githubBody__message.svelte-1cu32aa p:last-child{margin-bottom:0}.githubBody__message.svelte-1cu32aa a{color:var(--fg);text-decoration:underline}.githubBody__message.svelte-1cu32aa code{background:color-mix(in srgb, var(--fg) 10%, transparent);border-radius:.25rem;padding:.1rem .3rem;font-family:BerkeleyMono,monospace;font-size:.9em}.githubBody__message.svelte-1cu32aa pre{background:color-mix(in srgb, var(--fg) 10%, transparent);border-radius:.5rem;margin:.5rem 0;padding:1rem;overflow-x:auto}.githubBody__message.svelte-1cu32aa pre code{background:0 0;padding:0}.githubBody__message.svelte-1cu32aa img{max-width:100%;height:auto}.hnBody__row.svelte-h9wazw{align-items:flex-start;gap:.5rem;display:flex}.hnBody__content.svelte-h9wazw{flex:1;min-width:0}.hnBody__title.svelte-h9wazw{color:var(--subtle);font-weight:600;line-height:1.4;text-decoration:none}.hnBody__title.svelte-h9wazw:hover{text-decoration:underline}.hnBody__score.svelte-h9wazw{background:var(--fg);color:var(--bg);flex-shrink:0;padding:0 .3rem;font-size:.85em;text-decoration:none;display:inline-block}.hnBody__comments.svelte-h9wazw{color:var(--subtle);margin-top:.25rem;font-size:.875rem}.hnBody__reply.svelte-h9wazw{gap:.5rem;margin-top:.5rem;display:flex}.hnBody__replyArrow.svelte-h9wazw{color:var(--subtle);flex-shrink:0;font-size:1rem;line-height:1.6;display:none}.hnBody__reply--visible.svelte-h9wazw .hnBody__replyArrow:where(.svelte-h9wazw){display:block}.hnBody__reply--visible.svelte-h9wazw .hnBody__text:where(.svelte-h9wazw){flex:1;min-width:0}.hnBody__text.svelte-h9wazw{color:var(--fg);font-size:.9375rem;line-height:1.6}.hnBody__text.svelte-h9wazw p{margin:.5rem 0}.hnBody__text.svelte-h9wazw p:first-child{margin-top:0}.hnBody__text.svelte-h9wazw p:last-child{margin-bottom:0}.hnBody__text.svelte-h9wazw a{color:var(--fg);text-decoration:underline}.hnBody__text.svelte-h9wazw i{font-style:italic}.hnBody__text.svelte-h9wazw code{background:color-mix(in srgb, var(--fg) 10%, transparent);border-radius:.25rem;padding:.1rem .3rem;font-family:BerkeleyMono,monospace;font-size:.9em}.hnBody__text.svelte-h9wazw pre{background:color-mix(in srgb, var(--fg) 10%, transparent);border-radius:.5rem;margin:.5rem 0;padding:1rem;overflow-x:auto}.hnBody__text.svelte-h9wazw pre code{background:0 0;padding:0}.plexReviewForm.svelte-80xqt3{flex-direction:column;gap:.5rem;display:flex}.plexReviewForm__textarea.svelte-80xqt3{background:var(--bg);border:1px solid var(--subtle);color:var(--fg);resize:none;width:100%;min-height:4rem;padding:.5rem;font-family:inherit;font-size:.9375rem;overflow:hidden}.plexReviewForm__textarea.svelte-80xqt3:focus{border-color:var(--fg);outline:none}.plexReviewForm__actions.svelte-80xqt3{gap:.5rem;display:flex}.plexMovie.svelte-3hqni8{align-items:flex-start;gap:1rem;display:flex}.plexMovie__poster.svelte-3hqni8{flex-shrink:0;width:6rem;height:auto}.plexMovie__content.svelte-3hqni8{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.plexMovie__titleRow.svelte-3hqni8{flex-wrap:wrap;align-items:baseline;gap:.25rem;display:flex}.plexMovie__title.svelte-3hqni8{font-weight:600;line-height:1.4;text-decoration:none}.plexMovie__title.svelte-3hqni8:hover{text-decoration:underline}.plexMovie__director.svelte-3hqni8{color:var(--subtle);font-size:.875rem}.plexMovie__review.svelte-3hqni8{color:var(--fg);white-space:pre-line;font-size:.9375rem;line-height:1.6}@media (width<=768px){.plexMovie.svelte-3hqni8{display:block}.plexMovie__poster.svelte-3hqni8{float:left;width:5rem;margin-bottom:.5rem;margin-right:1rem}.plexMovie__content.svelte-3hqni8{display:block}}.plexTV.svelte-1crk7h6{align-items:flex-start;gap:1rem;display:flex}.plexTV__poster.svelte-1crk7h6{flex-shrink:0;width:6rem;height:auto}.plexTV__content.svelte-1crk7h6{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.plexTV__titleRow.svelte-1crk7h6{flex-wrap:wrap;align-items:baseline;gap:.25rem;display:flex}.plexTV__title.svelte-1crk7h6{font-weight:600;line-height:1.4;text-decoration:none}.plexTV__title.svelte-1crk7h6:hover{text-decoration:underline}.plexTV__episodes.svelte-1crk7h6{border:1px solid var(--border);flex-direction:column;gap:1rem;padding-top:.5rem;display:flex;overflow:hidden}.plexTV__episode.svelte-1crk7h6{background:var(--bg-secondary);align-items:center;gap:.75rem;display:flex}.plexTV__episode.svelte-1crk7h6:not(:last-child){border-bottom:1px solid var(--border)}.plexTV__episodeLink.svelte-1crk7h6{min-width:0;color:inherit;flex:1;align-items:center;gap:.75rem;text-decoration:none;display:flex}.plexTV__episodeLink.svelte-1crk7h6:hover .plexTV__episodeTitle:where(.svelte-1crk7h6){text-decoration:underline}.plexTV__episodeThumb.svelte-1crk7h6{object-fit:cover;flex-shrink:0;width:4rem;height:2.25rem}.plexTV__episodeInfo.svelte-1crk7h6{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.plexTV__episodeCode.svelte-1crk7h6{color:var(--subtle);font-size:.75rem;font-weight:500}.plexTV__episodeTitle.svelte-1crk7h6{font-size:.875rem;line-height:1.3}.plexTV__episodeRating.svelte-1crk7h6{flex-shrink:0;padding-right:.5rem}@media (width<=768px){.plexTV.svelte-1crk7h6{display:block}.plexTV__poster.svelte-1crk7h6{float:left;width:5rem;margin-bottom:.5rem;margin-right:1rem}.plexTV__content.svelte-1crk7h6{display:block}.plexTV__episodeThumb.svelte-1crk7h6{width:3rem;height:1.75rem}}.redditBody__subreddit.svelte-lmk5fp{text-transform:lowercase;letter-spacing:.05em;color:var(--fg);font-family:BerkeleyMono,monospace;font-size:.75rem;font-weight:600;text-decoration:none;display:block}.redditBody__subreddit.svelte-lmk5fp:hover{text-decoration:underline}.redditBody__title.svelte-lmk5fp{color:var(--subtle);font-weight:600;line-height:1.4;text-decoration:none}.redditBody__title.svelte-lmk5fp:hover{text-decoration:underline}.redditBody__text.svelte-lmk5fp{color:var(--fg);white-space:pre-line;margin-top:.5rem;font-size:.9375rem;line-height:1.6}.steamBody.svelte-1h16u6p{align-items:flex-start;gap:1rem;display:flex}.steamBody__poster.svelte-1h16u6p{flex-shrink:0;width:6rem;height:auto}.steamBody__content.svelte-1h16u6p{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.steamBody__titleRow.svelte-1h16u6p{flex-wrap:wrap;align-items:baseline;gap:.25rem;display:flex}.steamBody__title.svelte-1h16u6p{color:var(--fg);font-weight:600;line-height:1.4;text-decoration:none}.steamBody__title.svelte-1h16u6p:hover{text-decoration:underline}.steamBody__developer.svelte-1h16u6p,.steamBody__playtime.svelte-1h16u6p{color:var(--subtle);font-size:.875rem}.steamBody__achievements.svelte-1h16u6p{border:1px solid var(--border);flex-direction:column;gap:1rem;padding-top:.5rem;display:flex;overflow:hidden}.steamBody__achievement.svelte-1h16u6p{background:var(--bg-secondary);align-items:center;gap:.75rem;display:flex}.steamBody__achievement.svelte-1h16u6p:not(:last-child){border-bottom:1px solid var(--border)}.steamBody__achievementIcon.svelte-1h16u6p{object-fit:cover;flex-shrink:0;width:3rem;height:3rem}.steamBody__achievementContent.svelte-1h16u6p{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.steamBody__achievementName.svelte-1h16u6p{font-weight:500;line-height:1.3}.steamBody__achievementDesc.svelte-1h16u6p{color:var(--subtle);font-size:.875rem;line-height:1.4}@media (width<=768px){.steamBody.svelte-1h16u6p{display:block}.steamBody__poster.svelte-1h16u6p{float:left;width:5rem;margin-bottom:.5rem;margin-right:1rem}.steamBody__content.svelte-1h16u6p{display:block}.steamBody__achievementIcon.svelte-1h16u6p{width:48px;height:48px}}.activityHeatmap.svelte-nhicj7{--heatmapBase:#222;--heatmapActive:#fff;--heatmapWidth:11px;--dotMax:min(var(--heatmapWidth), calc((98vh - 4.5rem) / var(--heatmapDays,90) - 2px));gap:3px;height:98vh;display:flex;position:fixed;top:1vh;right:.5rem}.activityHeatmap__column.svelte-nhicj7{flex-direction:column;height:100%;display:flex}.activityHeatmap__label.svelte-nhicj7{height:4rem;margin-bottom:.5rem;position:relative}.activityHeatmap__labelText.svelte-nhicj7{writing-mode:vertical-rl;white-space:nowrap;font-family:var(--codeFont);text-transform:uppercase;color:var(--subtle);font-size:.6rem;position:absolute;bottom:0;right:0}.activityHeatmap__labelText--active.svelte-nhicj7{color:var(--fg);font-weight:700}.activityHeatmap__cells.svelte-nhicj7{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex}.activityHeatmap__cell.svelte-nhicj7{width:var(--heatmapWidth);cursor:pointer;opacity:.55;background:0 0;border:none;flex:1 1 0;justify-content:center;align-items:center;min-height:2px;padding:0;display:flex}.activityHeatmap__cell--empty.svelte-nhicj7{cursor:default}.activityHeatmap--filtered.svelte-nhicj7 .activityHeatmap__cell:where(.svelte-nhicj7){opacity:1}.activityHeatmap--filtered.svelte-nhicj7 .activityHeatmap__cell--muted:where(.svelte-nhicj7){opacity:.25}.activityHeatmap__dot.svelte-nhicj7{width:calc(var(--dotMax) * var(--dotScale,1));height:calc(var(--dotMax) * var(--dotScale,1));background:color-mix(in srgb, var(--heatmapActive) var(--dotMix,100%), var(--heatmapBase));border-radius:1px}.activityHeatmap__dot--empty.svelte-nhicj7{background:var(--heatmapBase);width:3px;height:3px}.activityHeatmap__dateRow.svelte-nhicj7{flex:1 1 0;justify-content:flex-end;align-items:center;min-height:2px;display:flex}.activityHeatmap__dateCell.svelte-nhicj7{cursor:pointer;background:0 0;border:none;justify-content:flex-end;align-items:center;height:100%;padding:0 .5rem 0 0;display:flex;position:relative}.activityHeatmap__clear.svelte-nhicj7{background:var(--bg);color:var(--fg);font-family:var(--codeFont);cursor:pointer;z-index:2;border:none;margin-right:.25rem;padding:.1rem .25rem;font-size:.7rem;line-height:1;position:relative}.activityHeatmap__dateLabel.svelte-nhicj7{visibility:hidden;white-space:nowrap;font-family:var(--codeFont);text-transform:uppercase;color:var(--subtle);font-size:.6rem}.activityHeatmap__dateLabel--pinned.svelte-nhicj7{visibility:visible}.activityHeatmap__dateLabel--selected.svelte-nhicj7{background:var(--bg);border:1px solid var(--fg);color:var(--fg);z-index:2;padding:.1rem .2rem;position:relative}.activityHeatmap__dateMarker.svelte-nhicj7{visibility:hidden;white-space:nowrap;font-family:var(--codeFont);text-transform:uppercase;background-color:var(--bg);color:var(--fg);border:1px solid var(--fg);z-index:1;padding:.1rem .2rem;font-size:.6rem;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.activityHeatmap__dateCell--muted.svelte-nhicj7 .activityHeatmap__dateLabel:where(.svelte-nhicj7){opacity:.25}.activityHeatmap__dateCell.svelte-nhicj7:hover .activityHeatmap__dateLabel:where(.svelte-nhicj7),.activityHeatmap__dateCell--active.svelte-nhicj7 .activityHeatmap__dateLabel:where(.svelte-nhicj7){visibility:hidden}.activityHeatmap__dateCell.svelte-nhicj7:hover .activityHeatmap__dateMarker:where(.svelte-nhicj7),.activityHeatmap__dateCell--active.svelte-nhicj7 .activityHeatmap__dateMarker:where(.svelte-nhicj7),.activityHeatmap__dateCell--selected.svelte-nhicj7 .activityHeatmap__dateLabel:where(.svelte-nhicj7){visibility:visible}.activityHeatmap__dateCell--selected.svelte-nhicj7 .activityHeatmap__dateMarker:where(.svelte-nhicj7){visibility:hidden}@media (width<=768px){.activityHeatmap.svelte-nhicj7{display:none}}.activity.svelte-13r34ge{max-width:40rem;margin:0 auto}.activity--withViz.svelte-13r34ge{margin-right:max(50% - 20rem,9rem)}.activity__header.svelte-13r34ge{margin-bottom:2rem}.activity__titleRow.svelte-13r34ge{justify-content:space-between;align-items:flex-end;margin-bottom:1rem;display:flex}.activity__title.svelte-13r34ge{align-items:start;gap:2rem;display:flex}.activity__title.svelte-13r34ge h1:where(.svelte-13r34ge){font-family:var(--displayFont);font-size:3rem;line-height:1.1;animation-name:svelte-13r34ge-slidedown;animation-duration:.25s;animation-timing-function:ease-in-out;animation-fill-mode:both}@keyframes svelte-13r34ge-slidedown{0%{opacity:0;transform:translateY(-3rem)}to{opacity:1}}.activity__headerRight.svelte-13r34ge,.activity__searchRow.svelte-13r34ge{align-items:center;gap:1rem;display:flex}.activity__filterPopover.svelte-13r34ge{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1rem;padding:1rem 0;display:flex}.activity__filterArrow.svelte-13r34ge{color:var(--subtle)}.activity__search.svelte-13r34ge{width:12rem}.activity__excerpt.svelte-13r34ge{border-left:2px solid var(--visBg);color:var(--subtle);overflow-wrap:break-word;margin-top:.5rem;padding:.25rem 1rem;font-size:.85rem}.activity__excerptMark.svelte-13r34ge{color:var(--fg);border:2px solid var(--fg);background:0 0;padding:.1em .35em}.activity__empty.svelte-13r34ge{color:var(--subtle)}.activity__list.svelte-13r34ge{flex-direction:column;gap:1rem;display:flex}.activity__allLoaded.svelte-13r34ge{opacity:0;text-align:center;color:var(--subtle);padding:2rem;animation:.5s 1s forwards svelte-13r34ge-fadein}@keyframes svelte-13r34ge-fadein{to{opacity:1}}.activity__admin.svelte-13r34ge{border-top:1px solid var(--subtle);margin-top:3rem;padding-top:2rem}.activity__admin.svelte-13r34ge p:where(.svelte-13r34ge){color:var(--subtle);margin-bottom:1rem}.activity__adminButtons.svelte-13r34ge{flex-wrap:wrap;gap:.5rem;display:flex}.activity__adminButtons.svelte-13r34ge button:where(.svelte-13r34ge){border:1px solid var(--subtle);cursor:pointer;color:var(--subtle);background:0 0;border-radius:.25rem;padding:.5rem 1rem;font-family:inherit}.activity__adminButtons.svelte-13r34ge button:where(.svelte-13r34ge):hover{color:red;border-color:red}.activity__adminIcon.svelte-13r34ge{vertical-align:-.15em;width:1rem;height:1rem}@media (width<=1024px){.activity__titleRow.svelte-13r34ge{flex-direction:column;align-items:flex-start;gap:1rem}.activity__headerRight.svelte-13r34ge{width:100%}.activity__searchRow.svelte-13r34ge{flex:1}.activity__search.svelte-13r34ge{flex:1;width:auto;min-width:0}}@media (width<=768px){.activity--withViz.svelte-13r34ge{margin-right:auto}.activity__headerRight.svelte-13r34ge{flex-direction:column;align-items:stretch}.activity__searchRow.svelte-13r34ge{flex:none}.activity__headerRight.svelte-13r34ge>button{width:100%}.activity__search.svelte-13r34ge{flex:1;width:auto;min-width:0}.activity__filterPopover.svelte-13r34ge{flex-direction:column;align-items:stretch}.activity__filterArrow.svelte-13r34ge{display:none}}
