.fhc-body{flex-direction:column;gap:16px;font-size:13px;display:flex;container-type:inline-size}.fhc-tabpanel{flex-direction:column;gap:16px;display:flex}.fhc-scope-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.fhc-scope-label{color:hsl(var(--muted-foreground));flex-shrink:0;font-size:12px}.fhc-scope-pills{flex-wrap:wrap;gap:6px;display:inline-flex}.fhc-scope-pill{color:hsl(var(--muted-foreground));border-radius:calc(var(--radius) + 2px);cursor:pointer;background:0 0;border:1px solid #0000;padding:5px 14px;font-size:12.5px;transition:background-color .15s,color .15s}.fhc-scope-pill:hover{color:hsl(var(--foreground))}.fhc-scope-pill[aria-checked=true]{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.fhc-scope-pill:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.fhc-scope-caption{color:hsl(var(--muted-foreground));flex-basis:100%;font-size:11px}.fhc-tabs{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);scrollbar-width:thin;display:flex;overflow-x:auto}.fhc-tab{min-width:84px;color:hsl(var(--muted-foreground));cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1 1 0;justify-content:center;align-items:center;gap:6px;padding:9px 10px;font-size:12.5px;display:inline-flex}.fhc-tab+.fhc-tab{border-left:1px solid hsl(var(--border))}.fhc-tab:hover{color:hsl(var(--foreground))}.fhc-tab[aria-selected=true]{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary));font-weight:600}.fhc-tab:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:-2px}.fhc-tab .anticon{font-size:14px}.fhc-section-head{align-items:center;gap:8px;display:flex}.fhc-section-toggle{cursor:pointer;color:hsl(var(--foreground));background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:600;display:inline-flex}.fhc-section-toggle .anticon{color:hsl(var(--muted-foreground));font-size:11px;transition:transform .15s}.fhc-section-toggle[aria-expanded=false] .anticon{transform:rotate(-90deg)}.fhc-section-toggle:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:4px}.fhc-learn-more{color:hsl(var(--primary));white-space:nowrap;margin-left:auto;font-size:12px}.fhc-section-sub{color:hsl(var(--muted-foreground));margin:4px 0 0 19px;font-size:12px}.fhc-section-body{flex-direction:column;gap:14px;margin-top:12px;display:flex}.fhc-panel-grid{grid-template-columns:minmax(0,1fr) 216px;align-items:start;gap:16px;display:grid}@container (width<=560px){.fhc-panel-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=560px){.fhc-panel-grid{grid-template-columns:minmax(0,1fr)}}.fhc-swatch-group{flex-direction:column;gap:8px;display:flex}.fhc-swatch-label{color:hsl(var(--muted-foreground));font-size:12px}.fhc-swatch-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.fhc-swatch{border:1px solid hsl(var(--border));cursor:pointer;width:26px;height:26px;color:hsl(var(--primary-foreground));border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:12px;display:inline-flex}.fhc-swatch[aria-pressed=true]{box-shadow:0 0 0 2px hsl(var(--background)), 0 0 0 4px hsl(var(--ring))}.fhc-swatch:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.fhc-swatch-more{color:hsl(var(--muted-foreground));background:0 0}.fhc-preview{flex-direction:column;gap:6px;display:flex}.fhc-preview-title{color:hsl(var(--muted-foreground));font-size:11px}.fhc-preview-card{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);background:hsl(var(--card));flex-direction:column;gap:8px;padding:12px;display:flex}.fhc-preview-label{overflow-wrap:anywhere;flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:13px;display:inline-flex}.fhc-preview-label .anticon{color:hsl(var(--muted-foreground));font-size:12px}.fhc-preview-input{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--field-background,var(--background)));color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;padding:6px 10px;font-size:12.5px;overflow:hidden}.fhc-preview-input--readonly{background:hsl(var(--field-background-disabled,var(--muted)))}.fhc-preview-hidden{color:hsl(var(--muted-foreground));align-items:center;gap:6px;font-size:12px;font-style:italic;display:inline-flex}.fhc-changes{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);flex-direction:column;gap:0;padding:12px;display:flex}.fhc-changes--dirty{border-color:hsl(var(--warning) / .45);background:hsl(var(--warning) / .07)}.fhc-changes-head{align-items:center;gap:8px;padding-bottom:6px;font-size:13px;font-weight:600;display:flex}.fhc-changes-dot{background:hsl(var(--warning));border-radius:50%;flex-shrink:0;width:8px;height:8px}.fhc-changes-row{border-top:1px solid hsl(var(--border) / .6);align-items:center;gap:8px;padding:8px 0;font-size:12.5px;display:flex}.fhc-changes-row .anticon{color:hsl(var(--muted-foreground));font-size:13px}.fhc-changes-count{color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums;margin-left:auto}.fhc-changes-view{border:none;border-top:1px solid hsl(var(--border) / .6);color:hsl(var(--primary));cursor:pointer;text-align:left;background:0 0;margin-top:0;padding:8px 0 0;font-size:12.5px}.fhc-changes-view:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:4px}.fhc-changes-detail{flex-direction:column;gap:4px;padding-top:8px;font-size:12px;display:flex}.fhc-footer{flex-direction:column;gap:6px;display:flex}.fhc-footer-error{color:hsl(var(--destructive));font-size:12px}.fhc-footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.fhc-footer-actions{gap:8px;margin-left:auto;display:inline-flex}.fcv-meta{color:hsl(var(--muted-foreground));font-feature-settings:"tnum";align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.fcv-list{border:1px solid hsl(var(--border));border-radius:var(--radius,8px);background:hsl(var(--card));overflow:hidden}.fcv-row{border-bottom:1px solid hsl(var(--border));cursor:pointer;grid-template-columns:18px 14px 52px minmax(0,1fr) 84px 92px;align-items:center;column-gap:10px;min-height:36px;padding:0 12px;font-size:13px;transition:background .12s;display:grid}.fcv-row:last-child{border-bottom:none}.fcv-row:hover{background:hsl(var(--muted))}.fcv-row--active{box-shadow:inset 2px 0 0 hsl(var(--primary))}.fcv-row--expanded{background:hsl(var(--muted) / .5);border-bottom:none}.fcv-expand{width:18px;height:24px;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.fcv-expand .anticon{font-size:10px;transition:transform .15s}.fcv-expand[aria-expanded=false] .anticon{transform:rotate(-90deg)}.fcv-expand:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:4px}.fcv-dot{background:hsl(var(--card));border:1px solid hsl(var(--muted-foreground));border-radius:50%;width:7px;height:7px}.fcv-dot--active{background:hsl(var(--primary));border-color:hsl(var(--primary))}.fcv-version{font-feature-settings:"tnum";white-space:nowrap;font-weight:600}.fcv-change{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.fcv-change--restore{color:hsl(var(--foreground))}.fcv-time{color:hsl(var(--muted-foreground));text-align:right;white-space:nowrap;font-feature-settings:"tnum";font-size:12px}.fcv-action{justify-content:flex-end;display:flex}.fcv-active-label{color:hsl(var(--primary));white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.fcv-detail{border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .25);flex-direction:column;gap:14px;padding:4px 12px 14px 54px;font-size:12px;display:flex}.fcv-detail:last-child{border-bottom:none}.fcv-detail-block{flex-direction:column;gap:7px;display:flex}.fcv-detail-title{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));font-size:11px}.fcv-detail-empty{color:hsl(var(--muted-foreground))}.fcv-detail-item{align-items:flex-start;gap:8px;display:flex}.fcv-detail-badge{border-radius:999px;flex-shrink:0;margin-top:1px;padding:1px 8px;font-size:10.5px;font-weight:600}.fcv-detail-badge--added{color:hsl(var(--success));background:hsl(var(--success) / .12)}.fcv-detail-badge--changed{color:hsl(var(--warning));background:hsl(var(--warning) / .12)}.fcv-detail-badge--removed{color:hsl(var(--destructive));background:hsl(var(--destructive) / .1)}.fcv-detail-item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.fcv-detail-target{color:hsl(var(--foreground));overflow-wrap:anywhere;align-items:baseline;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.fcv-detail-target-kind{color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:4px;padding:0 4px;font-size:10.5px;font-weight:500}.fcv-detail-lines{flex-direction:column;gap:2px;display:flex}.fcv-detail-line{color:hsl(var(--muted-foreground));overflow-wrap:anywhere}.fcv-detail-line--removed{text-decoration:line-through}.fcv-detail-mark{color:hsl(var(--success));font-size:11px}.fcv-detail-summary{color:hsl(var(--muted-foreground));overflow-wrap:anywhere}.fcv-detail .fhc-preview{max-width:300px;margin-top:2px}.fcv-detail-heading-card{border:1px solid hsl(var(--border));border-radius:calc(var(--radius) + 2px);background:hsl(var(--card));flex-direction:column;gap:4px;max-width:300px;margin-top:2px;padding:10px 12px;display:flex}.fcv-detail-heading{overflow-wrap:anywhere;font-size:13px;font-weight:600}.fcv-detail-heading-help{color:hsl(var(--muted-foreground));overflow-wrap:anywhere;font-size:12px}.fcv-detail-heading-hidden{color:hsl(var(--muted-foreground));align-items:center;gap:6px;font-size:12px;font-style:italic;display:inline-flex}@media (width<=600px){.fcv-row{grid-template-columns:18px 14px 52px minmax(0,1fr) 92px}.fcv-time{display:none}.fcv-detail{padding-left:12px}}
