/**handles:kfc-frontend**/
.kfc-chart-wrapper{font-family:system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;margin:2.5rem 0;overflow-x:auto;padding:.75rem;color:#111827}.kfc-filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.kfc-filter{padding:.35rem .9rem;border-radius:999px;border:1px solid #6b7280;background:#f9fafb;font-size:.85rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .18s ease-out}.kfc-filter:hover{background:#e5e7eb}.kfc-filter:focus-visible{outline:3px solid #111827;outline-offset:2px}.kfc-filter.active{background:#111827;color:#f9fafb;border-color:#111827}.kfc-chart{display:grid;grid-template-columns:130px repeat(var(--kfc-cols,3),minmax(150px,1fr));grid-auto-rows:auto;column-gap:4rem;row-gap:0;width:100%;position:relative;align-items:start}.kfc-row-label{grid-column:1;padding:.5rem .6rem 2rem;font-size:.78rem;display:flex;align-items:flex-start;margin-bottom:0}.kfc-row-label.kfc-hidden{display:none}.kfc-grid-spacer{grid-column:1;grid-row:1}.kfc-col-header{text-align:left;font-weight:700;font-size:.95rem;padding-bottom:.4rem;color:#4b5563;border-bottom:2px solid #e5e7eb;align-self:end;margin-bottom:1em}.kfc-card.kfc-rowspan{align-self:stretch}.kfc-cell-group{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;align-items:start;margin-bottom:1.5rem}.kfc-cell-group.kfc-rowspan{align-self:stretch}.kfc-cell-group .kfc-card{flex:1 1 150px;min-width:150px;margin-bottom:0}.kfc-arrows-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:10}@media (min-width:769px){.kfc-card-next{display:none}}.kfc-card{--kfc-card-color:#E5E7EB;border-radius:12px;padding:1rem 1.2rem 1.1rem;background:color-mix(in srgb,var(--kfc-card-color) 92%,#fff 8%);box-shadow:0 1px 4px rgba(15,23,42,.08);display:flex;flex-direction:column;gap:.35rem;position:relative;overflow:hidden;align-self:start;margin-bottom:1.5rem;justify-content:center;transition:opacity .25s ease,transform .2s ease,box-shadow .2s ease}.kfc-card.kfc-highlighted,.kfc-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(15,23,42,.13)}.kfc-card-link:focus-visible{outline:3px solid #111827;outline-offset:3px;border-radius:12px}.kfc-card.kfc-dimmed{opacity:.32}.kfc-card-link{display:block;text-decoration:none;color:inherit;padding:0;margin:0;border:none;background:0 0;line-height:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit}a.kfc-card-link::after,a.kfc-card-link::before{content:none!important}.kfc-card-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:.35rem}.kfc-card-top{display:flex;align-items:baseline;gap:.3rem}.kfc-card-title{font-size:.85rem;font-weight:800;margin:0;flex:1;line-height:1.25}.kfc-card-next{font-size:.72rem;flex-shrink:0;opacity:.7;margin-left:auto}.kfc-card-subtitle{font-size:.68rem;font-weight:600;opacity:.75;margin:0;padding:0;background:0 0}.kfc-badge{display:inline-block;padding:.12rem .45rem;border-radius:999px;font-size:.65rem;font-weight:700;letter-spacing:.01em;background:rgba(0,0,0,.14);margin:.1rem 0 .05rem;width:fit-content}.kfc-card-desc{font-size:.7rem;line-height:1.3;opacity:.85;margin-top:.05rem}.kfc-light-text .kfc-card-desc,.kfc-light-text .kfc-card-icon,.kfc-light-text .kfc-card-next,.kfc-light-text .kfc-card-subtitle,.kfc-light-text .kfc-card-title{color:#f9fafb}.kfc-light-text .kfc-badge{background:rgba(255,255,255,.25);color:#f9fafb}.kfc-dark-text .kfc-card-desc,.kfc-dark-text .kfc-card-icon,.kfc-dark-text .kfc-card-next,.kfc-dark-text .kfc-card-subtitle,.kfc-dark-text .kfc-card-title{color:#111827}.kfc-dark-text .kfc-badge{background:rgba(0,0,0,.14);color:#111827}@media (max-width:768px){.kfc-chart-wrapper{padding-right:3rem}.kfc-chart{min-width:unset;grid-template-columns:1fr;display:block}.kfc-col-header,.kfc-grid-spacer{display:none}.kfc-row-label{font-weight:700;border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.25rem;padding-bottom:.5rem}.kfc-card{max-width:70vw;width:70vw;box-sizing:border-box;margin-bottom:.75rem;align-self:stretch}.kfc-cell-group{flex-direction:column;gap:.75rem;margin-bottom:.75rem}.kfc-cell-group .kfc-card{align-self:stretch;width:100%;min-width:0;margin-bottom:0;flex-basis:auto}}@media (prefers-reduced-motion:reduce){.kfc-card,.kfc-filter{transition:none!important}.kfc-card.kfc-highlighted,.kfc-card:hover{transform:none}}