@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;700&display=swap";:root{--jh-bg:#eef4ff;--jh-surface:hsla(0,0%,100%,.92);--jh-surface-strong:#fff;--jh-primary:#2d68ff;--jh-primary-deep:#1848c7;--jh-accent:#8eb7ff;--jh-text:#17315d;--jh-muted:#6f84ab;--jh-border:rgba(49,103,221,.14);--jh-shadow:0 18px 40px rgba(46,93,194,.12);--jh-shadow-soft:0 8px 20px rgba(71,117,213,.1)}*{box-sizing:border-box}body{background:radial-gradient(circle at top left,rgba(120,165,255,.45),transparent 32%),linear-gradient(180deg,#f7faff,#edf3ff);color:var(--jh-text);font-family:IBM Plex Sans,PingFang SC,sans-serif;margin:0}a{color:inherit;text-decoration:none}.page-shell{display:flex;flex-direction:column;gap:20px}.page-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.page-title{font-family:"Noto Serif SC",serif;font-size:28px;font-weight:700;margin:0}.page-subtitle{color:var(--jh-muted);margin:8px 0 0}.glass-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--jh-surface);border:1px solid var(--jh-border);border-radius:20px;box-shadow:var(--jh-shadow)}.toolbar-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.metric-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-card{min-height:140px;padding:18px}.metric-label{color:var(--jh-muted);font-size:13px}.metric-value{color:var(--jh-primary-deep);font-size:34px;font-weight:700;margin-top:24px}.panel{padding:20px}
