/* CommunityHub Theme v0.4.362 — Smart Community Feed presentation. */
.ch-smart-feed-status{position:relative;display:flex;align-items:center;gap:8px;margin:10px 0 12px;padding:9px 12px;border:1px solid color-mix(in srgb,var(--ch-primary,#2374e1) 28%,var(--ch-border,#d8e1ec));border-radius:14px;background:linear-gradient(135deg,color-mix(in srgb,var(--ch-primary,#2374e1) 8%,var(--ch-surface,#fff)),var(--ch-surface,#fff));color:var(--ch-text,#172033);font-size:.78rem;line-height:1.35;box-shadow:0 7px 20px rgba(20,40,70,.06)}
.ch-smart-feed-status__spark{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:color-mix(in srgb,var(--ch-primary,#2374e1) 14%,transparent);color:var(--ch-primary,#2374e1);font-size:.85rem;font-weight:900}
.ch-smart-feed-status strong{font-weight:850}.ch-smart-feed-help{margin-left:auto;display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;border:1px solid color-mix(in srgb,var(--ch-primary,#2374e1) 30%,var(--ch-border,#d8e1ec));border-radius:50%;background:var(--ch-surface-raised,var(--ch-surface,#fff));color:var(--ch-primary,#2374e1);font:800 .76rem/1 system-ui;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.ch-smart-feed-help:hover,.ch-smart-feed-help:focus-visible,.ch-smart-feed-help[aria-expanded="true"]{transform:translateY(-1px);border-color:var(--ch-primary,#2374e1);box-shadow:0 0 0 3px color-mix(in srgb,var(--ch-primary,#2374e1) 13%,transparent);outline:none}
.ch-smart-feed-help-popover{position:absolute;right:8px;top:calc(100% + 7px);z-index:40;width:min(360px,calc(100vw - 40px));padding:11px 12px;border:1px solid var(--ch-border,#d8e1ec);border-radius:12px;background:var(--ch-surface-raised,var(--ch-surface,#fff));color:var(--ch-text,#172033);font-size:.74rem;line-height:1.45;box-shadow:0 18px 45px rgba(10,25,50,.18)}
.ch-smart-feed-help-popover[hidden]{display:none!important}
html[data-ch-theme-mode="dark"] .ch-smart-feed-status,body.ch-theme-mode-dark .ch-smart-feed-status{background:linear-gradient(135deg,color-mix(in srgb,var(--ch-primary,#5ea1ff) 11%,var(--ch-surface,#111b29)),var(--ch-surface,#111b29));box-shadow:0 8px 24px rgba(0,0,0,.22)}
html[data-ch-theme-mode="dark"] .ch-smart-feed-help-popover,body.ch-theme-mode-dark .ch-smart-feed-help-popover{box-shadow:0 20px 48px rgba(0,0,0,.42)}
@media(max-width:700px){.ch-smart-feed-status{margin:8px 0 10px;padding:8px 10px;border-radius:12px;font-size:.72rem}.ch-smart-feed-status__spark{width:22px;height:22px;flex-basis:22px}.ch-smart-feed-help{width:24px;height:24px;flex-basis:24px}.ch-smart-feed-help-popover{right:4px;width:min(330px,calc(100vw - 28px));font-size:.72rem}}
@media(max-width:560px) and (orientation:landscape){.ch-smart-feed-status{padding-block:6px}.ch-smart-feed-help-popover{max-height:55vh;overflow:auto}}
@media(prefers-reduced-motion:reduce){.ch-smart-feed-help{transition:none}.ch-smart-feed-help:hover,.ch-smart-feed-help:focus-visible,.ch-smart-feed-help[aria-expanded="true"]{transform:none}}
