.live-card[data-astro-cid-eouq5zfv]{display:flex;flex-direction:column;gap:var(--space-3);position:relative;padding:var(--space-4);min-height:140px;background:var(--surface);border-radius:var(--r-md);box-shadow:var(--shadow-1);color:var(--label);text-decoration:none;transition:background var(--dur-micro) var(--ease-standard),transform var(--dur-standard) var(--ease-spring),box-shadow var(--dur-standard) var(--ease-standard);-webkit-tap-highlight-color:transparent}.live-card[data-astro-cid-eouq5zfv]:active{transform:scale(.98);background:var(--surface-2)}@media(hover:hover){.live-card[data-astro-cid-eouq5zfv]:hover{background:var(--surface-2);transform:translateY(-2px);box-shadow:var(--shadow-2)}.live-card[data-astro-cid-eouq5zfv]:hover .live-card__icon[data-astro-cid-eouq5zfv]{background:var(--signal);color:var(--label)}}.live-card__icon[data-astro-cid-eouq5zfv]{transition:background var(--dur-micro) var(--ease-standard),color var(--dur-micro) var(--ease-standard)}@media(prefers-reduced-motion:reduce){.live-card[data-astro-cid-eouq5zfv]:hover{transform:none}}.live-card__top[data-astro-cid-eouq5zfv]{display:flex;align-items:center;justify-content:space-between}.live-card__icon[data-astro-cid-eouq5zfv]{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--bg-grouped);color:var(--label-secondary);font-size:18px;line-height:1}.live-card__icon[data-astro-cid-eouq5zfv] i[data-astro-cid-eouq5zfv]{display:block;line-height:1}.live-card__dot[data-astro-cid-eouq5zfv]{width:10px;height:10px;border-radius:50%;background:var(--dot-calm);flex-shrink:0}.live-card__dot--calm[data-astro-cid-eouq5zfv]{background:var(--dot-calm);animation:evh-breathe-calm 3.2s ease-in-out infinite}.live-card__dot--watch[data-astro-cid-eouq5zfv]{background:var(--dot-watch);box-shadow:0 0 0 3px #c7f00038;animation:evh-breathe-watch 2.6s ease-in-out infinite}.live-card__dot--alert[data-astro-cid-eouq5zfv]{background:var(--dot-alert);box-shadow:0 0 0 3px #f5a52438;animation:evh-breathe-alert 2.2s ease-in-out infinite}.live-card__dot--critical[data-astro-cid-eouq5zfv]{background:var(--dot-critical);box-shadow:0 0 0 3px #e5484d38;animation:evh-pulse-crit 2s ease infinite}@keyframes evh-breathe-calm{0%,to{opacity:.55}50%{opacity:1}}@keyframes evh-breathe-watch{0%,to{box-shadow:0 0 0 3px #c7f00038}50%{box-shadow:0 0 0 6px #c7f0001a}}@keyframes evh-breathe-alert{0%,to{box-shadow:0 0 0 3px #f5a52438}50%{box-shadow:0 0 0 6px #f5a5241a}}@keyframes evh-pulse-crit{0%,to{box-shadow:0 0 0 3px #e5484d38}50%{box-shadow:0 0 0 7px #e5484d0f}}@media(prefers-reduced-motion:reduce){.live-card__dot[data-astro-cid-eouq5zfv]{animation:none!important}}.live-card__body[data-astro-cid-eouq5zfv]{display:flex;flex-direction:column;gap:2px;flex:1;justify-content:flex-end}.live-card__metric[data-astro-cid-eouq5zfv]{margin:0;font-family:var(--font-heading);font-size:2rem;font-weight:800;line-height:1;color:var(--label);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.live-card__label[data-astro-cid-eouq5zfv]{margin:0;font-family:var(--font-body);font-size:var(--type-subhead);font-weight:600;line-height:1.3;color:var(--label)}.live-card__sub[data-astro-cid-eouq5zfv]{margin:0;font-family:var(--font-body);font-size:var(--type-footnote);font-weight:400;line-height:1.3;color:var(--label-secondary)}.live-card__skeleton[data-astro-cid-eouq5zfv]{display:inline-block;height:1em;border-radius:4px;background:linear-gradient(90deg,var(--bg-grouped) 0%,var(--surface-2) 50%,var(--bg-grouped) 100%);background-size:200% 100%;animation:evh-skeleton-shimmer 1.4s var(--ease-standard) infinite}.live-card__skeleton--metric[data-astro-cid-eouq5zfv]{width:3ch;height:.9em}.live-card__skeleton--sub[data-astro-cid-eouq5zfv]{width:11ch;height:.85em}.live-card[data-astro-cid-eouq5zfv]:not(.is-loading) .live-card__skeleton[data-astro-cid-eouq5zfv]{display:none}@keyframes evh-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.live-card__skeleton[data-astro-cid-eouq5zfv]{animation:none;opacity:.55}}.live-card__chev[data-astro-cid-eouq5zfv]{position:absolute;top:var(--space-3);right:var(--space-3);display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;color:var(--label-tertiary);opacity:0;transition:opacity var(--dur-micro) var(--ease-standard)}.live-card__chev[data-astro-cid-eouq5zfv] i[data-astro-cid-eouq5zfv]{display:block;line-height:1}@media(hover:hover){.live-card[data-astro-cid-eouq5zfv]:hover .live-card__chev[data-astro-cid-eouq5zfv]{opacity:1}}
