*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#f4f7fb;color:#172033;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}a{color:inherit;text-decoration:none}.metric-card{position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.metric-card:after{content:"";position:absolute;inset:auto 0 0;height:2px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.7),transparent);opacity:0;transition:opacity .18s ease}.metric-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 16px 36px #1e293b17}.metric-card:hover:after{opacity:1}.metric-icon,.inventory-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px}.metric-value{letter-spacing:-.035em}.live-dot{width:9px;height:9px;border-radius:50%;display:inline-block;background:#94a3b8}.live-dot.healthy{background:#10b981;box-shadow:0 0 #10b98180;animation:live-pulse 2s infinite}.live-dot.degraded{background:#f59e0b;box-shadow:0 0 #f59e0b80;animation:warning-pulse 1.5s infinite}.health-row,.health-warning-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:12px;background:#f8fafc;border:1px solid #e8edf5}.health-warning-row{background:#fffbeb;border-color:#fde68a}.activity-row{position:relative;padding:12px 0;border-bottom:1px solid #edf1f6}.activity-row:last-child{border-bottom:0}.activity-dot{flex:0 0 auto;width:9px;height:9px;margin-top:5px;border-radius:50%;background:#94a3b8}.activity-dot.error{background:#ef4444;box-shadow:0 0 0 4px #ef44441a}.inventory-strip{background:linear-gradient(135deg,#fff,#f8faff)}.inventory-icon{color:#4f46e5;background:#4f46e514}.spin{animation:spin 1s linear infinite}@keyframes live-pulse{0%{box-shadow:0 0 #10b98173}70%{box-shadow:0 0 0 7px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes warning-pulse{0%{box-shadow:0 0 #f59e0b73}70%{box-shadow:0 0 0 7px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
