.faf-root{font-family:var(--wh-font);flex-direction:column;gap:10px;padding:12px 16px 16px;display:flex}.faf-filters{border-bottom:1px solid var(--wh-border-light,#e5e7eb);flex-wrap:wrap;gap:5px;padding-bottom:9px;display:flex}.faf-chip{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);color:var(--wh-text-secondary,#4b5563);font-family:var(--wh-font);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.faf-chip:hover{border-color:var(--wh-primary,#2563eb);color:var(--wh-text,#111)}.faf-chip.active{border-color:var(--wh-primary,#2563eb);background:var(--wh-primary,#2563eb);color:#fff}.faf-chip-count{background:var(--wh-bg,#f3f4f6);color:var(--wh-text-muted,#6b7280);font-size:10px;font-family:var(--wh-font,"Open Sans",sans-serif);border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 5px;font-weight:700;display:inline-flex}.faf-chip.active .faf-chip-count{color:#fff;background:#ffffff38}.faf-list{flex-direction:column;gap:14px;display:flex}.faf-skeleton-row{border-bottom:1px solid var(--wh-border,#e5e7eb);gap:12px;padding:12px 0;display:flex}.faf-skeleton-text{flex-direction:column;flex:1;gap:6px;display:flex}.faf-group{flex-direction:column;gap:6px;display:flex}.faf-group-header{background:var(--wh-surface,#fff);z-index:1;align-items:center;gap:10px;padding:4px 0;display:flex;position:sticky;top:0}.faf-group-label{text-transform:uppercase;letter-spacing:.06em;color:var(--wh-text-muted,#6b7280);white-space:nowrap;font-size:11px;font-weight:700}.faf-group-line{background:var(--wh-border-light,#e5e7eb);flex:1;height:1px}.faf-timeline{flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:relative}.faf-timeline:before{content:"";background:var(--wh-border-light,#e5e7eb);z-index:0;width:1px;position:absolute;top:24px;bottom:12px;left:13px}.faf-row{z-index:1;gap:9px;padding:6px 0;display:flex;position:relative}.faf-icon{border:1px solid var(--wh-border-light,#e5e7eb);background:var(--wh-surface,#fff);color:var(--wh-text-muted,#6b7280);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.faf-icon-positive{color:#16a34a;background:#16a34a14;border-color:#16a34a40}.faf-icon-warning{color:#d97706;background:#d9770614;border-color:#d9770640}.faf-icon-danger{color:#dc2626;background:#dc262614;border-color:#dc262640}.faf-icon-info{color:#6366f1;background:#6366f114;border-color:#6366f140}.faf-row-content{flex-direction:column;flex:1;gap:2px;min-width:0;padding-top:2px;display:flex}.faf-row-headline{color:var(--wh-text,#111);flex-wrap:wrap;align-items:center;gap:5px;font-size:12.5px;line-height:1.45;display:flex}.faf-row-actor{font-weight:700}.faf-row-action{color:var(--wh-text-secondary,#4b5563)}.faf-row-meta{color:var(--wh-text-muted,#6b7280);font-size:11px;font-family:var(--wh-font,"Open Sans",sans-serif);align-items:center;gap:5px;display:inline-flex}.faf-row-meta-dot{font-family:var(--wh-font)}.faf-load-more{border:1px dashed var(--wh-border-light,#e5e7eb);color:var(--wh-text-secondary,#4b5563);font-family:var(--wh-font);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-self:center;align-items:center;gap:6px;padding:9px 14px;font-size:12px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.faf-load-more:hover{border-style:solid;border-color:var(--wh-primary,#2563eb);color:var(--wh-primary,#2563eb);background:#2563eb0a}@media (prefers-reduced-motion:reduce){.faf-chip,.faf-load-more{transition-duration:.01ms!important}}