.fak-strip{font-family:var(--wh-font,"Open Sans",sans-serif);grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.fak-card{background:var(--wh-surface,#fff);border:1px solid var(--wh-border-light,#0000000f);border-radius:10px;flex-direction:column;gap:6px;min-height:64px;padding:12px 16px;display:flex}.fak-label{text-transform:uppercase;letter-spacing:.04em;color:var(--wh-text-muted,#71717a);align-items:center;gap:6px;font-size:11px;font-weight:600;display:inline-flex}.fak-value{font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--wh-text,#09090b);font-size:22px;font-weight:700;line-height:1}.fak-card-emph .fak-value,.fak-card-emph .fak-label{color:var(--wh-indigo,#6366f1)}.fak-card-focal{background:linear-gradient(180deg,var(--wh-indigo-muted,#6366f114)0%,transparent 60%),var(--wh-surface,#fff);border-color:var(--wh-indigo-muted,#6366f12e);grid-column:span 1;gap:10px}.fak-focal-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.fak-focal-body{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.fak-value-lg{letter-spacing:-.02em;font-size:32px;font-weight:800}.fak-spark{color:var(--wh-indigo,#6366f1);flex:auto;align-self:flex-end;min-width:56px;max-width:120px;height:28px}.fak-spark-line{stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.fak-spark-dot{fill:var(--wh-indigo,#6366f1)}.fak-trend{font-variant-numeric:tabular-nums;border-radius:999px;align-items:center;gap:3px;padding:2px 7px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.fak-trend-pct{font-variant-numeric:tabular-nums}.fak-trend-up{color:var(--wh-success,#10b981);background:var(--wh-success-soft,#10b9811f)}.fak-trend-down{color:var(--wh-error,#ef4444);background:var(--wh-danger-soft,#ef44441f)}.fak-trend-flat{color:var(--wh-text-muted,#71717a);background:var(--wh-bg-alt,#0000000d)}.fak-value-skel{background:linear-gradient(90deg,#0000000f 0%,#0000001a 50%,#0000000f 100%) 0 0/200% 100%;border-radius:6px;width:60px;height:22px;animation:1.5s linear infinite fak-shimmer}.fak-value-skel-lg{width:88px;height:32px}@keyframes fak-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=960px){.fak-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=540px){.fak-strip{grid-template-columns:1fr}}[data-theme=dark] .fak-card{background:var(--wh-surface,#18181b);border-color:#ffffff0f}[data-theme=dark] .fak-card-focal{background:linear-gradient(180deg,var(--wh-indigo-muted,#6366f129)0%,transparent 60%),var(--wh-surface,#18181b);border-color:var(--wh-indigo-muted,#6366f13d)}[data-theme=dark] .fak-trend-flat{background:#ffffff0f}[data-theme=dark] .fak-value-skel{background:linear-gradient(90deg,#ffffff0d 0%,#ffffff14 50%,#ffffff0d 100%) 0 0/200% 100%}