.activity-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;margin-bottom:16px}.activity-layout>.panel{margin:0}.recent-detections{padding:18px;max-height:690px;overflow:hidden}.recent-detections h2{margin:0}.recent-detections .note{font-size:12px;margin:4px 0 0}.recent-detections .panel-title{margin-bottom:12px}.recent-detections button{border:1px solid var(--line);background:#0b1016;border-radius:8px;color:var(--text);padding:8px 10px;cursor:pointer}.recent-detections button.enabled{border-color:#287d73;background:#12312c}.recent-detection-list,#recent-detection-list{display:grid;gap:8px;max-height:600px;overflow:auto;padding-right:3px}.detection-card{position:relative;display:grid;grid-template-columns:76px 1fr;gap:11px;padding:9px;border:1px solid var(--line);border-left:3px solid var(--cyan);border-radius:9px;color:var(--text);text-decoration:none;background:#0e141b;transition:.25s}.detection-card.warning{border-left-color:#ffb84d}.detection-card.alert{border-left-color:var(--red)}.detection-card.fresh{animation:fresh-detection 1.6s ease}.detection-card img{width:76px;height:62px;object-fit:cover;background:#050709;border-radius:6px}.detection-card strong{display:block;font-size:17px;letter-spacing:.04em;overflow-wrap:anywhere}.detection-card .secondary{color:var(--cyan);font-size:12px}.detection-card.warning .secondary{color:#ffb84d}.detection-card small{display:block;color:var(--muted);font-size:10px;margin-top:5px;line-height:1.35}.recent-empty{color:var(--muted);padding:30px 10px;text-align:center}@keyframes fresh-detection{0%{background:#164038;transform:translateY(-4px)}100%{background:#0e141b;transform:none}}@media(max-width:1050px){.activity-layout{grid-template-columns:1fr}.recent-detections{max-height:none}.recent-detection-list,#recent-detection-list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:430px}}@media(max-width:650px){.recent-detection-list,#recent-detection-list{grid-template-columns:1fr}}
