body { font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.panel { background: #fff; border: 1px solid rgba(33, 50, 91, .08); border-radius: 8px; padding: 1.5rem; box-shadow: 0 .375rem 1.5rem rgba(140, 152, 164, .075); }
.stat-card { background: #fff; border: 1px solid rgba(33, 50, 91, .08); border-radius: 8px; padding: 1.25rem; min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-card span, .metric span { color: #677788; font-size: .875rem; }
.stat-card strong { color: #21325b; font-size: 1.9rem; line-height: 1; }
.stat-card small { color: #00a76f; }
.timeline > div { position: relative; padding-left: 1.6rem; margin-bottom: 1rem; }
.timeline p { color: #677788; margin-bottom: 0; }
.dot { position: absolute; left: 0; top: .35rem; width: .65rem; height: .65rem; border-radius: 999px; }
.metric { border: 1px solid rgba(33, 50, 91, .08); border-radius: 8px; padding: 1rem; min-height: 116px; display: grid; gap: .3rem; }
.metric i { font-size: 1.35rem; color: #377dff; }
.metric strong { color: #21325b; }
.auth-panel { max-width: 420px; }
