.evo-legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-dim);margin-bottom:12px;}
  .evo-legend span{display:inline-flex;align-items:center;gap:6px;}
  .evo-legend i{width:14px;height:3px;border-radius:2px;display:inline-block;}
  .evo-wrap{width:100%;overflow:hidden;}
  .evo-svg{width:100%;height:auto;display:block;}
  .phase-bar{display:flex;gap:4px;height:40px;border-radius:10px;overflow:hidden;margin-bottom:12px;}
  .phase-seg{display:flex;align-items:center;justify-content:center;min-width:30px;transition:.15s;}
  .phase-seg:hover{filter:brightness(1.08);}
  .phase-emoji{display:inline-flex;color:#fff;}
  .phase-emoji .ic{width:15px;height:15px;}
  .phase-legend{display:flex;flex-direction:column;gap:6px;}
  .phase-leg{font-size:12.5px;color:var(--text-dim);display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
  .phase-leg b{color:var(--text);font-weight:600;}
  .phase-leg-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0;}
  .phase-leg-w{color:var(--text-mute);}
  .phase-leg-c{font-size:11px;font-weight:600;color:var(--text-dim);background:var(--surface-2);padding:1px 8px;border-radius:999px;}
  .hist-count{font-family:var(--font);font-size:11.5px;font-weight:600;color:var(--text-dim);background:var(--surface-2);padding:2px 9px;border-radius:999px;margin-left:6px;}
  .hist-wrap{overflow-x:auto;}
  .hist-table{width:100%;border-collapse:collapse;font-size:13px;}
  .hist-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-mute);text-transform:uppercase;letter-spacing:.04em;padding:6px 10px;border-bottom:1px solid var(--border);white-space:nowrap;}
  .hist-table td{padding:9px 10px;border-bottom:1px solid var(--border);vertical-align:middle;}
  .hist-table tr:last-child td{border-bottom:none;}
  .hist-table tbody tr:hover{background:var(--surface-2);}
  .hist-date{color:var(--text-dim);white-space:nowrap;font-size:12px;}
  .hist-stat{font-size:11px;font-weight:600;padding:2px 9px;border:1px solid;border-radius:999px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;}
  .hist-stat .ic{width:12px;height:12px;}
