.step.current { color: var(--brown); font-weight: 700; }
.step.current b { border: 2px solid var(--brown); color: var(--brown); }
.identity { display: flex; align-items: center; gap: 12px; margin-top: 24px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.identity[hidden] { display: none; }
.identity img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; background: #e7ded6; }
.identity div { min-width: 0; display: flex; flex-direction: column; }
.identity small { color: var(--muted); }
.identity strong { margin-top: 2px; }
.identity code { max-width: 100%; margin-top: 4px; color: var(--muted); font-size: .7rem; overflow-wrap: anywhere; }
.case-panel { margin-top: 34px; }
.case-panel[hidden] { display: none; }
.case-list { display: grid; gap: 12px; }
.case-item { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.86); }
.case-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.case-head strong { color: var(--brown); }
.case-status { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: #f0e7df; color: var(--brown); font-size: .75rem; }
.case-main { margin: 12px 0 5px; font-weight: 700; }
.case-meta,.case-desc { color: var(--muted); font-size: .88rem; line-height: 1.55; }
.case-empty { padding: 24px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; }
