.SidePanel-module__mxS1va__header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.SidePanel-module__mxS1va__title{font-family:var(--font-sans-brand);letter-spacing:-.02em;color:var(--fg);margin:0;font-size:18px;font-weight:500}.SidePanel-module__mxS1va__linkBtn{color:var(--accent-2);font-family:var(--font-sans-brand);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:4px;padding:4px 6px;font-size:13px;transition:background .15s,color .15s;display:inline-flex}.SidePanel-module__mxS1va__linkBtn:hover{background:var(--pill)}.SidePanel-module__mxS1va__linkBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.SidePanel-module__mxS1va__linkBtn svg{width:14px;height:14px}.SidePanel-module__mxS1va__list{flex-direction:column;gap:14px;display:flex}.SidePanel-module__mxS1va__empty{text-align:center;color:var(--fg-2);padding:32px 8px}.SidePanel-module__mxS1va__empty svg{width:36px;height:36px;color:var(--fg-3);margin:0 auto 12px}.SidePanel-module__mxS1va__empty h3{font-family:var(--font-sans-brand);color:var(--fg);margin:0 0 4px;font-size:14px;font-weight:500}.SidePanel-module__mxS1va__empty p{font-family:var(--font-sans-brand);color:var(--fg-3);margin:0;font-size:13px}.SidePanel-module__mxS1va__skelRow{align-items:flex-start;gap:12px;display:flex}.SidePanel-module__mxS1va__skelDot{background:var(--pill);border-radius:999px;flex:none;width:32px;height:32px;animation:1.5s ease-in-out infinite SidePanel-module__mxS1va__pulse}.SidePanel-module__mxS1va__skelLines{flex-direction:column;flex:1;gap:8px;padding-top:6px;display:flex}.SidePanel-module__mxS1va__skelLine{background:var(--pill);border-radius:4px;height:10px;animation:1.5s ease-in-out infinite SidePanel-module__mxS1va__pulse}.SidePanel-module__mxS1va__skelLineWide{width:70%}.SidePanel-module__mxS1va__skelLineNarrow{width:40%}@keyframes SidePanel-module__mxS1va__pulse{0%,to{opacity:1}50%{opacity:.5}}.SidePanel-module__mxS1va__issueLoading{color:var(--fg-3);font-family:var(--font-sans-brand);align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:inline-flex}.SidePanel-module__mxS1va__spinner{width:16px;height:16px;color:var(--fg-3);animation:.8s linear infinite SidePanel-module__mxS1va__recentChangesSpin}@keyframes SidePanel-module__mxS1va__recentChangesSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.SidePanel-module__mxS1va__spinner{animation:none}}.SidePanel-module__mxS1va__issueError{border:1px solid var(--line);background:var(--danger-tint);border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px;padding:8px 10px;display:flex}.SidePanel-module__mxS1va__issueErrorMsg{color:var(--fg);font-family:var(--font-sans-brand);margin:0;font-size:13px}.SidePanel-module__mxS1va__dismissButton{border:1px solid var(--line);background:var(--pill);color:var(--fg);font-family:var(--font-sans-brand);cursor:pointer;border-radius:8px;padding:4px 10px;font-size:12px;transition:background .15s}.SidePanel-module__mxS1va__dismissButton:hover{background:var(--pill-hover)}.SidePanel-module__mxS1va__dismissButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.SidePanel-module__mxS1va__alertList{flex-direction:column;gap:14px;display:flex}.SidePanel-module__mxS1va__alert{border:1px solid var(--line);background:var(--panel);border-radius:14px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedDanger{background:#e5644b14;border-color:#e5644b47}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedWarn{background:#e8a33d14;border-color:#e8a33d47}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedInfo{background:#6fa8ff14;border-color:#6fa8ff47}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedOk{background:#7bd38914;border-color:#7bd38947}.SidePanel-module__mxS1va__alertIcon{flex:none;width:22px;height:22px}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedDanger .SidePanel-module__mxS1va__alertIcon{color:var(--danger)}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedWarn .SidePanel-module__mxS1va__alertIcon{color:var(--accent)}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedInfo .SidePanel-module__mxS1va__alertIcon{color:var(--accent-2)}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedOk .SidePanel-module__mxS1va__alertIcon{color:var(--ok)}.SidePanel-module__mxS1va__alertBody{flex:auto;min-width:0}.SidePanel-module__mxS1va__alertTitle{font-family:var(--font-sans-brand);letter-spacing:-.01em;color:var(--fg);margin:0 0 4px;font-size:14px;font-weight:600}.SidePanel-module__mxS1va__alertMessage{font-family:var(--font-sans-brand);color:var(--fg-2);margin:0;font-size:13px;line-height:1.45}.SidePanel-module__mxS1va__alertAction{font-family:var(--font-sans-brand);cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;margin-top:12px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedDanger .SidePanel-module__mxS1va__alertAction{color:var(--danger);background:#e5644b24;border-color:#e5644b52}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedDanger .SidePanel-module__mxS1va__alertAction:hover{background:#e5644b38}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedWarn .SidePanel-module__mxS1va__alertAction{color:var(--accent);background:#e8a33d24;border-color:#e8a33d52}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedWarn .SidePanel-module__mxS1va__alertAction:hover{background:#e8a33d38}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedInfo .SidePanel-module__mxS1va__alertAction{color:var(--accent-2);background:#6fa8ff24;border-color:#6fa8ff52}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedInfo .SidePanel-module__mxS1va__alertAction:hover{background:#6fa8ff38}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedOk .SidePanel-module__mxS1va__alertAction{color:var(--ok);background:#7bd38924;border-color:#7bd38952}.SidePanel-module__mxS1va__alert.SidePanel-module__mxS1va__tonedOk .SidePanel-module__mxS1va__alertAction:hover{background:#7bd38938}.SidePanel-module__mxS1va__alertAction:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.SidePanel-module__mxS1va__alertDismiss{width:26px;height:26px;color:var(--fg-3);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;margin:-4px -4px 0 0;transition:background .15s,color .15s;display:inline-flex}.SidePanel-module__mxS1va__alertDismiss:hover{background:var(--pill-hover);color:var(--fg-2)}.SidePanel-module__mxS1va__alertDismiss:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
.BrandProtectionPanel-module__-dnInq__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.BrandProtectionPanel-module__-dnInq__stat{background:var(--bg-2);border-radius:14px;flex-direction:column;gap:8px;min-width:0;padding:18px 12px 16px;text-decoration:none;transition:background .15s,box-shadow .15s;display:flex}.BrandProtectionPanel-module__-dnInq__stat:hover{box-shadow:inset 0 0 0 1px var(--line-2)}.BrandProtectionPanel-module__-dnInq__stat:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.BrandProtectionPanel-module__-dnInq__statValue{font-family:var(--font-mono-brand);font-variant-numeric:tabular-nums;color:var(--fg-3);font-size:36px;font-weight:600;line-height:1}.BrandProtectionPanel-module__-dnInq__statLabel{font-family:var(--font-mono-brand);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);overflow-wrap:anywhere;font-size:11px}.BrandProtectionPanel-module__-dnInq__active.BrandProtectionPanel-module__-dnInq__flagged{background:var(--danger-tint)}.BrandProtectionPanel-module__-dnInq__active.BrandProtectionPanel-module__-dnInq__flagged .BrandProtectionPanel-module__-dnInq__statValue{color:var(--danger)}.BrandProtectionPanel-module__-dnInq__active.BrandProtectionPanel-module__-dnInq__pending{background:var(--warn-tint)}.BrandProtectionPanel-module__-dnInq__active.BrandProtectionPanel-module__-dnInq__pending .BrandProtectionPanel-module__-dnInq__statValue{color:var(--warn)}.BrandProtectionPanel-module__-dnInq__active.BrandProtectionPanel-module__-dnInq__watching{background:var(--info-tint)}.BrandProtectionPanel-module__-dnInq__active.BrandProtectionPanel-module__-dnInq__watching .BrandProtectionPanel-module__-dnInq__statValue{color:var(--accent-2)}.BrandProtectionPanel-module__-dnInq__emptyAction{margin-top:12px}
.PanelTable-module__6ydUlq__table{border-collapse:collapse;width:100%}.PanelTable-module__6ydUlq__head th{text-align:left;font-family:var(--font-mono-brand);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3);white-space:nowrap;border-right:0;border-bottom:1px solid var(--line);padding:0 12px 12px;font-size:11px;font-weight:500}.PanelTable-module__6ydUlq__head th.PanelTable-module__6ydUlq__right{text-align:right}.PanelTable-module__6ydUlq__srHead th{border:0;height:0;padding:0;line-height:0}.PanelTable-module__6ydUlq__row{cursor:pointer;transition:background .15s}.PanelTable-module__6ydUlq__row:hover,.PanelTable-module__6ydUlq__row:focus{background:var(--pill);outline:none}.PanelTable-module__6ydUlq__row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.PanelTable-module__6ydUlq__row td{vertical-align:middle;border-bottom:1px solid var(--line);padding:12px}.PanelTable-module__6ydUlq__row:last-child td{border-bottom:0}.PanelTable-module__6ydUlq__head th:first-child,.PanelTable-module__6ydUlq__row td:first-child{padding-left:0}.PanelTable-module__6ydUlq__head th:last-child,.PanelTable-module__6ydUlq__row td:last-child{padding-right:0}.PanelTable-module__6ydUlq__fill{width:100%;max-width:0}.PanelTable-module__6ydUlq__truncate{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.PanelTable-module__6ydUlq__nowrap{white-space:nowrap}.PanelTable-module__6ydUlq__right{text-align:right}.PanelTable-module__6ydUlq__name{font-family:var(--font-mono-brand);color:var(--fg);font-size:12px}.PanelTable-module__6ydUlq__recordCell{align-items:center;gap:8px;min-width:0;display:flex}.PanelTable-module__6ydUlq__recordCell .PanelTable-module__6ydUlq__truncate{min-width:0}.PanelTable-module__6ydUlq__recordLines{flex-direction:column;gap:2px;min-width:0;display:flex}.PanelTable-module__6ydUlq__zone{font-family:var(--font-mono-brand);color:var(--fg-3);font-size:11px}.PanelTable-module__6ydUlq__detail{font-family:var(--font-mono-brand);color:var(--fg-2);font-size:12px}.PanelTable-module__6ydUlq__sep{font-family:var(--font-mono-brand);color:var(--fg-3);font-size:12px}.PanelTable-module__6ydUlq__text{font-family:var(--font-sans-brand);color:var(--fg);font-size:14px}.PanelTable-module__6ydUlq__status{font-family:var(--font-sans-brand);color:var(--fg-3);white-space:nowrap;font-size:13px}.PanelTable-module__6ydUlq__date{font-family:var(--font-mono-brand);letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);white-space:nowrap;font-size:11px;font-weight:500}.PanelTable-module__6ydUlq__num{font-family:var(--font-mono-brand);font-variant-numeric:tabular-nums;color:var(--fg);font-size:13.5px}.PanelTable-module__6ydUlq__badge{font-family:var(--font-mono-brand);letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:6px;align-items:center;padding:3px 9px;font-size:11px;font-weight:500;line-height:1.5;display:inline-flex}.PanelTable-module__6ydUlq__danger{background:var(--danger-tint);color:var(--danger)}.PanelTable-module__6ydUlq__warn{background:var(--warn-tint);color:var(--warn)}.PanelTable-module__6ydUlq__ok{background:var(--ok-tint);color:var(--ok)}.PanelTable-module__6ydUlq__info{background:var(--info-tint);color:var(--accent-2)}.PanelTable-module__6ydUlq__neutral{background:var(--bg-3);color:var(--fg-2)}.PanelTable-module__6ydUlq__typeChip{background:var(--bg-3);border:1px solid var(--line);min-width:46px;font-family:var(--font-mono-brand);letter-spacing:.06em;text-transform:uppercase;color:var(--fg-2);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.PanelTable-module__6ydUlq__impactValue{font-family:var(--font-mono-brand);font-variant-numeric:tabular-nums;color:var(--danger);font-size:13.5px}.PanelTable-module__6ydUlq__impactNone{color:var(--fg-3)}