.dashboard-banner {
  padding-bottom: 28px;
  min-height: 0;
}
.dashboard-banner .container {
  padding-top: 6px;
}
.dashboard-hero-title {
  font-size: 1.7rem;
  margin: 2px 0 2px;
}
.dashboard-banner .hero-subtitle {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.pd-shell {
  max-width: 1440px;
  margin: 28px auto 0;
  padding: 0 32px 60px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 264px 1fr;
  gap: 24px;
  align-items: start;
}
.pd-sidebar {
  position: sticky;
  top: 20px;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 22px 16px 16px;
}
.pd-who {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 6px 16px;
  border-bottom: 1px solid #e8ecf0;
  margin-bottom: 14px;
}
.pd-avatar {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #3f71f3, #6d5df3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}
.pd-who-label {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 2px;
}
.pd-email {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.92rem;
  word-break: break-all;
  line-height: 1.3;
}
.pd-greeting-email {
  font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Consolas,
    monospace;
  font-weight: 600;
  font-size: 0.82rem;
  color: #2f5fe0;
  background: rgba(63, 113, 243, 0.09);
  padding: 1px 6px;
  border-radius: 6px;
  word-break: break-all;
}
.pd-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-nav li {
  margin-bottom: 4px;
}
.pd-nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #435268;
  transition: background 0.15s ease, color 0.15s ease;
}
.pd-nav a:hover,
.pd-nav a:focus {
  background: #eef2f7;
  color: #2c3e50;
  text-decoration: none;
}
.pd-nav a i {
  flex: 0 0 18px;
  text-align: center;
  color: #64748b;
}
.pd-nav a .pd-navcount {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 700;
  background: #eef2f7;
  color: #435268;
  border-radius: 999px;
  padding: 1px 8px;
}
.pd-nav a[aria-current="page"] {
  background: #eaf0fe;
  color: #2149c4;
  box-shadow: inset 3px 0 0 #2c5cd8;
}
.pd-nav a[aria-current="page"] i {
  color: #2149c4;
}
.pd-nav a[aria-current="page"] .pd-navcount {
  background: #d5e2fd;
  color: #2149c4;
}
.pd-signout {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e8ecf0;
}
.pd-signout a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
}
.pd-signout a:hover,
.pd-signout a:focus {
  background: #eef2f7;
  color: #2c3e50;
  text-decoration: none;
}
.pd-panel[hidden] {
  display: none;
}
.pd-card {
  padding: 26px 28px;
  margin-bottom: 20px;
}
.pd-card h2 {
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.pd-card h2 i {
  color: #3f71f3;
  font-size: 0.95rem;
}
.pd-card h2 .pd-count {
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
}
.pd-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 4px 2px 18px;
}
.pd-panel-head .pd-btn {
  margin-top: 4px;
}
.pd-panel-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}
.pd-panel-sub {
  font-size: 0.85rem;
  color: #64748b;
  margin: 2px 0 0;
}
.pd-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.86rem;
  border-radius: 10px;
  padding: 9px 16px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease;
}
.pd-btn-primary {
  background: #2c5cd8;
  color: #fff;
}
.pd-btn-primary:hover,
.pd-btn-primary:focus {
  background: #2348c0;
  color: #fff;
  text-decoration: none;
}
.pd-btn-quiet {
  background: transparent;
  color: #435268;
  border-color: #cfd8e3;
}
.pd-btn-quiet:hover,
.pd-btn-quiet:focus {
  color: #2c3e50;
  background: #eef2f7;
  text-decoration: none;
}
.pd-overview-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 30px;
  align-items: start;
}
.pd-risk-label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 6px;
}
.pd-risk-score {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
}
.pd-risk-score small {
  font-size: 1rem;
  font-weight: 600;
  color: #b02a37;
}
.pd-riskband {
  position: relative;
  height: 10px;
  border-radius: 999px;
  margin: 18px 0 6px;
  background: linear-gradient(
    to right,
    #2e9e5b 0%,
    #2e9e5b 25%,
    #a17c00 25%,
    #a17c00 50%,
    #e36209 50%,
    #e36209 75%,
    #cf222e 75%,
    #cf222e 100%
  );
}
.pd-riskband-marker {
  position: absolute;
  top: -5px;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background: #2c3e50;
  box-shadow: 0 0 0 2px #fff;
}
.pd-riskband-scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
}
.pd-risk-why {
  font-size: 0.88rem;
  color: #435268;
  line-height: 1.6;
  margin-bottom: 10px;
}
.pd-howcalc summary {
  cursor: pointer;
  font-size: 0.84rem;
  font-weight: 600;
  color: #2c5cd8;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pd-howcalc summary::-webkit-details-marker {
  display: none;
}
.pd-howcalc summary:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 3px;
  border-radius: 4px;
}
.pd-howcalc[open] summary i {
  transform: rotate(180deg);
}
.pd-howcalc p {
  font-size: 0.84rem;
  color: #5c6c82;
  line-height: 1.6;
  margin: 10px 0 0;
  padding: 12px 14px;
  background: #f6f8fb;
  border-radius: 10px;
}
.pd-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.pd-tile {
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 96px;
  justify-content: center;
}
.pd-tile-num {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.pd-tile-label {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}
.pd-tile i {
  font-size: 0.85rem;
  color: #94a6bd;
  margin-bottom: 2px;
}
.pd-tile-hot {
  border-color: #f5c6cb;
  background: #fffafa;
}
.pd-tile-hot .pd-tile-num,
.pd-tile-hot i {
  color: #b02a37;
}
.pd-chart-wrap {
  overflow-x: auto;
}
.pd-chart {
  width: 100%;
  min-width: 560px;
  height: auto;
  display: block;
}
.pd-axis {
  stroke: #dbe3ec;
  stroke-width: 1.5;
}
.pd-grid {
  stroke: #eef2f7;
  stroke-width: 1;
}
.pd-stem {
  stroke: #b9c8dd;
  stroke-width: 2.5;
  stroke-linecap: round;
}
.pd-node {
  fill: #3f71f3;
  stroke: #fff;
  stroke-width: 2.5;
}
.pd-node-pw {
  fill: #cf222e;
}
.pd-node-stealer {
  fill: #cf222e;
  stroke: #fff;
  stroke-width: 2.5;
}
.pd-chart-yearlabel {
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  fill: #64748b;
}
.pd-chart-valuelabel {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  fill: #2c3e50;
}
.pd-chart-namelabel {
  font-family: "Poppins", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  fill: #64748b;
}
.pd-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.78rem;
  font-weight: 500;
  color: #64748b;
  margin-top: 10px;
}
.pd-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pd-swatch {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}
.pd-swatch-pw {
  background: #cf222e;
}
.pd-swatch-npw {
  background: #3f71f3;
}
.pd-swatch-stealer {
  background: #cf222e;
  border-radius: 2px;
  transform: rotate(45deg);
}
.pd-freshness {
  margin-top: 14px;
  font-size: 0.82rem;
  color: #64748b;
}
.pd-freshness i {
  color: #2e9e5b;
  font-size: 0.6rem;
  vertical-align: 2px;
}
.pd-breach {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #e8ecf0;
}
.pd-breach:first-of-type {
  border-top: 0;
  padding-top: 4px;
}
.pd-breach-logo {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  object-fit: contain;
  background: #f4f7fa;
  border: 1px solid #e8ecf0;
  padding: 5px;
}
.pd-breach-main {
  min-width: 0;
  flex: 1;
}
.pd-breach-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.98rem;
}
.pd-breach-title a {
  color: inherit;
}
.pd-breach-title a:hover,
.pd-breach-title a:focus {
  color: #2c5cd8;
}
.pd-breach-meta {
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 500;
}
.pd-breach-desc {
  font-size: 0.85rem;
  color: #5c6c82;
  line-height: 1.6;
  margin: 8px 0 0;
}
.pd-breach-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 9px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #64748b;
}
.pd-breach-facts span i {
  margin-right: 5px;
  color: #94a6bd;
}
.pd-badge-stealer {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #9c1f2e;
  background: #fdeaea;
  border-radius: 999px;
  padding: 2px 9px;
}
.pd-data-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 9px;
}
.pd-data-chip {
  font-size: 0.72rem;
  font-weight: 600;
  color: #435268;
  background: #eef2f7;
  border-radius: 6px;
  padding: 3px 9px;
}
.pd-data-chip-pw {
  color: #9c1f2e;
  background: #fdeaea;
}
.pd-actions {
  margin-top: 11px;
  font-size: 0.86rem;
}
.pd-actions summary {
  cursor: pointer;
  font-weight: 600;
  color: #2c5cd8;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pd-actions summary::-webkit-details-marker {
  display: none;
}
.pd-actions summary:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 3px;
  border-radius: 4px;
}
.pd-actions[open] summary .fa-chevron-down {
  transform: rotate(180deg);
}
.pd-actions ul {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
}
.pd-actions li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 5px 0;
  color: #435268;
  line-height: 1.55;
}
.pd-actions li i {
  color: #3f71f3;
  margin-top: 4px;
  flex: 0 0 14px;
  font-size: 0.75rem;
}
.pd-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-checklist li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 11px 0;
  border-top: 1px solid #e8ecf0;
  font-size: 0.9rem;
  color: #435268;
  line-height: 1.55;
}
.pd-checklist li:first-child {
  border-top: 0;
  padding-top: 0;
}
.pd-checklist li > i {
  color: #3f71f3;
  margin-top: 5px;
  flex: 0 0 15px;
  font-size: 0.78rem;
}
.pd-status-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid #e8ecf0;
  font-size: 0.9rem;
  color: #435268;
}
.pd-status-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.pd-status-row i.pd-status-icon {
  color: #3f71f3;
  flex: 0 0 18px;
  text-align: center;
}
.pd-status-row .pd-status-label {
  font-weight: 600;
  color: #2c3e50;
}
.pd-status-row .pd-btn {
  margin-left: auto;
  flex-shrink: 0;
}
.pd-status-text {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pd-status-row .pd-badge-on {
  flex-shrink: 0;
}
.pd-badge-on {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #14663b;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 2px 10px;
}
.dataTables_wrapper {
  font-size: 0.85rem;
  color: #435268;
}
.pd-table tbody tr:hover td {
  background: #f6f8fb;
}
.pd-allclear {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 34px 16px;
  text-align: center;
  color: #14663b;
  font-weight: 600;
  font-size: 0.95rem;
}
.pd-allclear i {
  font-size: 2.2rem;
  color: #2e9e5b;
}
.pd-allclear small {
  font-weight: 500;
  color: #64748b;
  font-size: 0.82rem;
}
.pd-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 30px;
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 500;
}
.pd-loading i {
  color: #3f71f3;
}
.pd-freshline {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 0.82rem;
  color: #435268;
}
.pd-freshline i {
  color: #64748b;
  font-size: 1rem;
}
.pd-freshline a {
  color: #2f5fd0;
  font-weight: 600;
  text-decoration: underline;
}
.pd-fresh-label {
  display: block;
  font-size: 0.72rem;
  color: #5a6675;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.pd-fresh-val {
  font-weight: 600;
  color: #2c3e50;
}
body[data-theme="dark"] .pd-freshline {
  background: #1c2033;
  border-color: #2a2d40;
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-freshline i {
  color: #8593ad;
}
body[data-theme="dark"] .pd-freshline a {
  color: #8fb0ff;
}
body[data-theme="dark"] .pd-fresh-val {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-fresh-label {
  color: #a9b4c9;
}
.pd-keyrow {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 560px;
  margin: 6px 0 4px;
}
.pd-keyrow code {
  flex: 1;
  border-radius: 10px 0 0 10px !important;
  border-right: 0 !important;
  display: flex !important;
  align-items: center;
}
.pd-keyrow .pd-btn {
  border-radius: 0;
  border: 1px solid #cfd8e3;
  border-left: 0;
}
.pd-keyrow .pd-btn:last-child {
  border-radius: 0 10px 10px 0;
}
.pd-panel {
  animation: pd-fadein 0.25s ease;
}
@keyframes pd-fadein {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.pd-feed {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-feed li {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #e8ecf0;
  font-size: 0.88rem;
  color: #435268;
  line-height: 1.55;
}
.pd-feed li:first-child {
  border-top: 0;
  padding-top: 2px;
}
.pd-feed-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdeaea;
  color: #9c1f2e;
  font-size: 0.85rem;
}
.pd-feed time {
  display: block;
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 600;
}
.pd-delivered {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #14663b;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 1px 8px;
  margin-left: 6px;
}
.pd-empty-note {
  font-size: 0.84rem;
  color: #5c6c82;
  background: #f6f8fb;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 14px;
  line-height: 1.6;
}
.pd-domain-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 1.02rem;
  color: #2c3e50;
  margin-bottom: 14px;
}
.pd-domain-verified {
  color: #14663b;
  font-size: 0.76rem;
  font-weight: 700;
  background: #e7f6ec;
  border-radius: 999px;
  padding: 2px 10px;
}
.pd-domain-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.pd-mini-breach {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #e8ecf0;
  font-size: 0.88rem;
  color: #435268;
}
.pd-mini-breach:first-of-type {
  border-top: 0;
  padding-top: 2px;
}
.pd-mini-logo {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: contain;
  background: #f4f7fa;
  border: 1px solid #e8ecf0;
  padding: 3px;
}
.pd-mini-name {
  font-weight: 600;
  color: #2c3e50;
}
.pd-mini-name a {
  color: inherit;
}
.pd-mini-name a:hover,
.pd-mini-name a:focus {
  color: #2c5cd8;
}
.pd-mini-right {
  margin-left: auto;
  text-align: right;
}
.pd-masked {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.86rem;
  color: #435268;
}
.pd-masked li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #e8ecf0;
}
.pd-masked li:first-child {
  border-top: 0;
  padding-top: 0;
}
.pd-domain-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
body[data-theme="dark"] .pd-sidebar {
  background: #181b2d;
  border-color: #2a2d40;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}
body[data-theme="dark"] .pd-who {
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-who-label {
  color: #8a9bb5;
}
body[data-theme="dark"] .pd-greeting-email {
  color: #9dbdff;
  background: #1d2b52;
}
body[data-theme="dark"] .pd-email,
body[data-theme="dark"] .pd-panel-title,
body[data-theme="dark"] .pd-risk-score,
body[data-theme="dark"] .pd-tile-num,
body[data-theme="dark"] .pd-breach-title,
body[data-theme="dark"] .pd-domain-head {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-data-chip {
  background: #232741;
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-nav a {
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-nav a i {
  color: #8a9bb5;
}
body[data-theme="dark"] .pd-nav a:hover,
body[data-theme="dark"] .pd-nav a:focus {
  background: #232741;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-nav a .pd-navcount {
  background: #232741;
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-nav a[aria-current="page"] {
  background: #1d2b52;
  color: #9dbdff;
  box-shadow: inset 3px 0 0 #5b9aff;
}
body[data-theme="dark"] .pd-nav a[aria-current="page"] i,
body[data-theme="dark"] .pd-nav a[aria-current="page"] .pd-navcount {
  color: #9dbdff;
}
body[data-theme="dark"] .pd-nav a[aria-current="page"] .pd-navcount {
  background: #26356b;
}
body[data-theme="dark"] .pd-signout {
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-signout a {
  color: #8a9bb5;
}
body[data-theme="dark"] .pd-signout a:hover,
body[data-theme="dark"] .pd-signout a:focus {
  background: #232741;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-card h2 .pd-count,
body[data-theme="dark"] .pd-risk-label,
body[data-theme="dark"] .pd-riskband-scale,
body[data-theme="dark"] .pd-tile-label,
body[data-theme="dark"] .pd-panel-sub,
body[data-theme="dark"] .pd-breach-meta,
body[data-theme="dark"] .pd-freshness,
body[data-theme="dark"] .pd-progress-note,
body[data-theme="dark"] .pd-legend,
body[data-theme="dark"] .pd-feed time {
  color: #9fc0e0;
}
body[data-theme="dark"] .pd-breach-desc {
  color: #a9bfd9;
}
body[data-theme="dark"] .pd-breach-facts {
  color: #9fc0e0;
}
body[data-theme="dark"] .pd-breach-facts span i {
  color: #8a9bb5;
}
body[data-theme="dark"] .pd-risk-why,
body[data-theme="dark"] .pd-actions li,
body[data-theme="dark"] .pd-checklist li,
body[data-theme="dark"] .pd-feed li,
body[data-theme="dark"] .pd-masked {
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-howcalc p,
body[data-theme="dark"] .pd-empty-note {
  background: #10121f;
  color: #9fc0e0;
}
body[data-theme="dark"] .pd-tile,
body[data-theme="dark"] .pd-breach,
body[data-theme="dark"] .pd-checklist li,
body[data-theme="dark"] .pd-feed li,
body[data-theme="dark"] .pd-masked li {
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-tile-hot {
  background: #241318;
  border-color: #5c2830;
}
body[data-theme="dark"] .pd-tile-hot .pd-tile-num,
body[data-theme="dark"] .pd-tile-hot i {
  color: #ff9da6;
}
body[data-theme="dark"] .pd-badge-stealer,
body[data-theme="dark"] .pd-data-chip-pw {
  background: #3a1a20;
  color: #ff9da6;
}
body[data-theme="dark"] .pd-feed-icon {
  background: #3a1a20;
  color: #ff9da6;
}
body[data-theme="dark"] .pd-delivered {
  background: #12301f;
  color: #7fdba4;
}
body[data-theme="dark"] .pd-riskband-marker {
  background: #e2e8f0;
  box-shadow: 0 0 0 2px #181b2d;
}
body[data-theme="dark"] .pd-howcalc summary,
body[data-theme="dark"] .pd-actions summary {
  color: #5b9aff;
}
body[data-theme="dark"] .pd-btn-primary {
  background: #2c5cd8;
}
body[data-theme="dark"] .pd-btn-primary:hover,
body[data-theme="dark"] .pd-btn-primary:focus {
  background: #2348c0;
}
body[data-theme="dark"] .pd-btn-quiet {
  color: #c3d3e8;
  border-color: #3a3f56;
}
body[data-theme="dark"] .pd-btn-quiet:hover,
body[data-theme="dark"] .pd-btn-quiet:focus {
  background: #232741;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-breach-logo {
  background: #232741;
  border-color: #343a5c;
}
body[data-theme="dark"] .pd-breach-title a:hover,
body[data-theme="dark"] .pd-breach-title a:focus {
  color: #9dbdff;
}
body[data-theme="dark"] .pd-status-row {
  color: #c3d3e8;
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-status-row .pd-status-label {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-badge-on {
  background: #12301f;
  color: #7fdba4;
}
body[data-theme="dark"] .dataTables_wrapper,
body[data-theme="dark"] .dataTables_wrapper .dataTables_info,
body[data-theme="dark"] .dataTables_wrapper .dataTables_length,
body[data-theme="dark"] .dataTables_wrapper .dataTables_filter,
body[data-theme="dark"] .dataTables_wrapper .dataTables_paginate .page-link {
  color: #c3d3e8;
}
body[data-theme="dark"] .dataTables_wrapper input,
body[data-theme="dark"] .dataTables_wrapper select,
body[data-theme="dark"] .dataTables_wrapper .page-link {
  background: #181b2d;
  border-color: #3a3f56;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-table tbody tr:hover td {
  background: #1c2036;
}
body[data-theme="dark"] .pd-allclear {
  color: #7fdba4;
}
body[data-theme="dark"] .pd-allclear small,
body[data-theme="dark"] .pd-loading {
  color: #9fc0e0;
}
body[data-theme="dark"] .pd-keyrow .pd-btn {
  border-color: #3a3f56;
}
@media (prefers-reduced-motion: reduce) {
  .pd-panel {
    animation: none;
  }
}
body[data-theme="dark"] .pd-domain-verified {
  background: #12301f;
  color: #7fdba4;
}
body[data-theme="dark"] .pd-mini-breach {
  color: #c3d3e8;
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-mini-name {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-mini-name a:hover,
body[data-theme="dark"] .pd-mini-name a:focus {
  color: #9dbdff;
}
body[data-theme="dark"] .pd-mini-logo {
  background: #232741;
  border-color: #343a5c;
}
body[data-theme="dark"] .pd-axis {
  stroke: #343a5c;
}
body[data-theme="dark"] .pd-grid {
  stroke: #232741;
}
body[data-theme="dark"] .pd-stem {
  stroke: #3a4666;
}
body[data-theme="dark"] .pd-node,
body[data-theme="dark"] .pd-node-stealer {
  stroke: #181b2d;
}
body[data-theme="dark"] .pd-chart-yearlabel,
body[data-theme="dark"] .pd-chart-namelabel {
  fill: #9fc0e0;
}
body[data-theme="dark"] .pd-chart-valuelabel {
  fill: #e2e8f0;
}
.pd-navgroup {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #64748b;
  margin: 16px 6px 6px;
  list-style: none;
}
.pd-nav li.pd-navgroup:first-child {
  margin-top: 2px;
}
.pd-domswitch {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 2px 16px;
}
.pd-domchip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 14px;
  background: #fff;
  color: #435268;
  border: 1px solid #cfd8e3;
  cursor: pointer;
}
.pd-domchip:hover,
.pd-domchip:focus {
  background: #eef2f7;
}
.pd-domchip-on {
  background: #eaf0fe;
  color: #2149c4;
  border-color: #2c5cd8;
}
.pd-vip-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.pd-filterrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}
.pd-filterrow select,
.pd-filterrow input[type="search"],
.pd-ph-input {
  font-size: 0.86rem;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid #cfd8e3;
  color: #2c3e50;
  background: #fff;
}
.pd-filterrow .pd-count-note {
  font-size: 0.8rem;
  color: #64748b;
  margin-left: auto;
}
.pd-table {
  width: 100%;
  font-size: 0.85rem;
  border-collapse: collapse;
}
.pd-table th {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  text-align: left;
  padding: 8px 10px 8px 0;
  border-bottom: 2px solid #e8ecf0;
}
.pd-table td {
  padding: 9px 10px 9px 0;
  border-bottom: 1px solid #e8ecf0;
  color: #435268;
  vertical-align: top;
}
.pd-table-wrap {
  overflow-x: auto;
}
.pd-btn-sm {
  padding: 4px 10px;
  font-size: 0.76rem;
  border-radius: 8px;
}
.pd-strength {
  margin-top: 22px;
}
.pd-strength-bar {
  display: flex;
  height: 12px;
  border-radius: 999px;
  overflow: hidden;
  margin: 8px 0 10px;
  background: #eef2f7;
}
.pd-strength-bar span {
  display: block;
  height: 100%;
}
.pd-key-box {
  background: #f6f8fb;
  border: 1px solid #e8ecf0;
  border-radius: 14px;
  padding: 18px;
}
.pd-key-box code {
  display: inline-block;
  font-size: 0.9rem;
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 10px 14px;
  color: #2c3e50;
  word-break: break-all;
}
.pd-key-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 12px 0 18px;
}
.pd-curl {
  display: block;
  font-size: 0.78rem;
  background: #10121f;
  border: 1px solid #262b3f;
  border-radius: 10px;
  padding: 12px 14px;
  color: #c9d7ec;
  word-break: break-all;
  margin-top: 8px;
}
body[data-theme="dark"] .pd-navgroup {
  color: #8a9bb5;
}
body[data-theme="dark"] .pd-domchip {
  background: #181b2d;
  color: #c3d3e8;
  border-color: #3a3f56;
}
body[data-theme="dark"] .pd-domchip:hover,
body[data-theme="dark"] .pd-domchip:focus {
  background: #232741;
}
body[data-theme="dark"] .pd-domchip-on {
  background: #1d2b52;
  color: #9dbdff;
  border-color: #5b9aff;
}
body[data-theme="dark"] .pd-filterrow select,
body[data-theme="dark"] .pd-filterrow input[type="search"],
body[data-theme="dark"] .pd-ph-input {
  background: #181b2d;
  border-color: #3a3f56;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-filterrow .pd-count-note {
  color: #9fc0e0;
}
body[data-theme="dark"] .pd-table th {
  color: #9fc0e0;
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-table td {
  color: #c3d3e8;
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-strength-bar {
  background: #232741;
}
body[data-theme="dark"] .pd-key-box {
  background: #10121f;
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-key-box code {
  background: #181b2d;
  border-color: #2a2d40;
  color: #c3d3e8;
}
.pd-badge-sensitive {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #8a4b00;
  background: #fdf1df;
  border-radius: 999px;
  padding: 2px 9px;
}
body[data-theme="dark"] .pd-badge-sensitive {
  color: #f3c078;
  background: #33230d;
}
.pd-vip-domain {
  display: block;
  font-size: 0.74rem;
  color: #64748b;
}
body[data-theme="dark"] .pd-vip-domain {
  color: #9fc0e0;
}
.pd-panel .dt-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.86rem;
  border-radius: 10px;
  padding: 9px 16px;
  border: 1px solid transparent;
  background: #2c5cd8;
  color: #fff;
  transition: background 0.2s ease;
}
.pd-panel .dt-buttons .btn:hover,
.pd-panel .dt-buttons .btn:focus {
  background: #2348c0;
  color: #fff;
  box-shadow: none;
}
.dt-button-collection {
  background: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  padding: 6px;
}
.dt-button-collection .dt-button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #2c3e50;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 8px 12px;
  margin: 0;
}
.dt-button-collection .dt-button i {
  width: 18px;
  color: #2c5cd8;
}
.dt-button-collection .dt-button:hover,
.dt-button-collection .dt-button:focus {
  background: #f6f8fb;
  color: #2c3e50;
}
body[data-theme="dark"] .dt-button-collection {
  background: #181b2d;
  border-color: #2a2d40;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
body[data-theme="dark"] .dt-button-collection .dt-button {
  color: #c3d3e8;
}
body[data-theme="dark"] .dt-button-collection .dt-button i {
  color: #5b9aff;
}
body[data-theme="dark"] .dt-button-collection .dt-button:hover,
body[data-theme="dark"] .dt-button-collection .dt-button:focus {
  background: #232741;
  color: #e2e8f0;
}
.pd-panel .dataTables_filter input,
.pd-panel .dataTables_length select {
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  padding: 6px 10px;
  background: #fff;
  color: #2c3e50;
}
.pd-panel .dataTables_filter input:focus,
.pd-panel .dataTables_length select:focus {
  border-color: #2c5cd8;
  outline: none;
  box-shadow: 0 0 0 3px rgba(44, 92, 216, 0.18);
}
body[data-theme="dark"] .pd-panel .dataTables_filter input,
body[data-theme="dark"] .pd-panel .dataTables_length select {
  background: #10121f;
  border-color: #3a3f56;
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-panel .dataTables_wrapper,
body[data-theme="dark"] .pd-panel .dataTables_info {
  color: #9fc0e0;
}
body[data-theme="dark"] .pd-panel .page-link {
  background: #181b2d;
  border-color: #2a2d40;
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-panel .page-item.active .page-link {
  background: #2c5cd8;
  border-color: #2c5cd8;
  color: #fff;
}
.pd-nav a:focus-visible,
.pd-btn:focus-visible,
.pd-domchip:focus-visible,
.pd-panel .dt-buttons .btn:focus-visible {
  outline: 3px solid #2c5cd8;
  outline-offset: 2px;
}
body[data-theme="dark"] .pd-nav a:focus-visible,
body[data-theme="dark"] .pd-btn:focus-visible,
body[data-theme="dark"] .pd-domchip:focus-visible {
  outline-color: #5b9aff;
}
.pd-nav a .pd-navcount.pd-navcount-ok {
  background: #e7f6ec;
  color: #14663b;
}
.pd-nav a .pd-navcount.pd-navcount-bad {
  background: #fdeaea;
  color: #9c1f2e;
}
.pd-domchip .pd-chipcount {
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(63, 82, 104, 0.12);
  border-radius: 999px;
  padding: 1px 7px;
}
body[data-theme="dark"] .pd-domchip .pd-chipcount {
  background: rgba(255, 255, 255, 0.12);
}
.pd-tile i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #eaf0ff;
  color: #2c5cd8;
  margin-bottom: 6px;
}
.pd-tile-hot i {
  background: #fdeaea;
  color: #b02a37;
}
body[data-theme="dark"] .pd-tile i {
  background: #1d2b52;
  color: #9dbdff;
}
body[data-theme="dark"] .pd-tile-hot i {
  background: #3a1518;
  color: #f3a6ad;
}
.pd-masked li {
  padding: 9px 0;
  border-top: 1px solid #e8ecf0;
}
.pd-masked li:first-child {
  border-top: 0;
}
.pd-masked li .pd-breach-meta {
  background: #eef2f7;
  border-radius: 999px;
  padding: 2px 10px;
  font-weight: 600;
}
body[data-theme="dark"] .pd-masked li {
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-masked li .pd-breach-meta {
  background: #232741;
}
.pd-mini-breach {
  border-radius: 10px;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0 -8px;
}
.pd-mini-breach:hover {
  background: #f6f8fb;
}
body[data-theme="dark"] .pd-mini-breach:hover {
  background: #1c2036;
}
.pd-key-hint {
  font-size: 0.82rem;
  color: #64748b;
  margin: 10px 0 0;
}
body[data-theme="dark"] .pd-key-hint {
  color: #9fc0e0;
}
.pd-endpoint {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.pd-method {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #2c5cd8;
  color: #fff;
  border-radius: 7px;
  padding: 4px 9px;
}
.pd-endpoint code {
  font-size: 0.85rem;
  background: #f6f8fb;
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 5px 10px;
  color: #2c3e50;
  word-break: break-all;
}
body[data-theme="dark"] .pd-endpoint code {
  background: #10121f;
  border-color: #2a2d40;
  color: #c3d3e8;
}
@media (max-width: 1100px) {
  .pd-shell {
    padding: 0 20px 60px;
  }
}
@media (max-width: 991px) {
  .pd-shell {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .pd-sidebar {
    position: static;
    padding: 16px;
  }
  .pd-nav {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }
  .pd-nav li {
    margin: 0;
    flex: 0 0 auto;
  }
  .pd-nav a {
    white-space: nowrap;
  }
  .pd-nav a[aria-current="page"] {
    box-shadow: inset 0 -3px 0 #2c5cd8;
  }
  .pd-signout {
    display: none;
  }
  .pd-overview-grid {
    grid-template-columns: 1fr;
  }
  .pd-freshline {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .pd-domain-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .pd-shell {
    padding: 0 14px 48px;
  }
  .pd-card {
    padding: 18px;
  }
  .pd-tiles,
  .pd-domain-stats {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .pd-panel-title {
    font-size: 1.15rem;
  }
  .pd-risk-score {
    font-size: 2.4rem;
  }
  .pd-panel-head .pd-btn {
    width: 100%;
    justify-content: center;
  }
  .pd-status-row .pd-btn,
  .pd-status-row .pd-badge-on {
    margin-left: 0;
  }
  .pd-vip-filter {
    flex-wrap: wrap;
  }
  .pd-keyrow {
    flex-wrap: wrap;
  }
  .pd-keyrow code {
    flex-basis: 100%;
    border-radius: 10px !important;
    margin-bottom: 6px;
  }
  .pd-keyrow .pd-btn {
    flex: 1;
    border-radius: 10px !important;
    border-left: 1px solid #cfd8e3;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pd-btn,
  .pd-nav a,
  .pd-progress-fill {
    transition: none;
  }
}

.pd-status-row .pd-badge-off {
  flex-shrink: 0;
}
.pd-badge-off {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #57657a;
  background: #eef1f5;
  border-radius: 999px;
  padding: 4px 10px;
}
body[data-theme="dark"] .pd-badge-off {
  color: #9fc0e0;
  background: #10121f;
}

.pd-status-row .pd-badge-locked {
  flex-shrink: 0;
}
a.pd-badge-locked,
a.pd-badge-locked:hover,
a.pd-badge-locked:focus {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #a11a26;
  background: #fbeaec;
  border-radius: 999px;
  padding: 4px 10px;
  text-decoration: none;
  position: relative;
}
a.pd-badge-locked:hover,
a.pd-badge-locked:focus {
  text-decoration: underline;
}
a.pd-badge-locked:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 2px;
}
body[data-theme="dark"] a.pd-badge-locked,
body[data-theme="dark"] a.pd-badge-locked:hover,
body[data-theme="dark"] a.pd-badge-locked:focus {
  color: #ff9da6;
  background: #2a1216;
}
a.pd-badge-locked::after {
  content: attr(data-tip);
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: block;
  width: 230px;
  box-sizing: border-box;
  background: #23272f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 24px rgba(20, 24, 60, 0.35);
  text-align: center;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 2100;
}
a.pd-badge-locked:hover::after,
a.pd-badge-locked:focus::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  a.pd-badge-locked::after {
    display: none;
  }
}

.pd-alert-control {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.pd-alert-control .pd-btn {
  margin-left: 0;
}
.pd-btn-danger {
  background: #b02a37;
  color: #fff;
  border-color: transparent;
}
.pd-btn-danger:hover,
.pd-btn-danger:focus {
  background: #8f222d;
  color: #fff;
  text-decoration: none;
}
.pd-alert-confirm {
  margin-top: 14px;
  border: 1px solid #f1c6cb;
  background: #fdf4f5;
  border-radius: 12px;
  padding: 16px 18px;
}
.pd-alert-confirm-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pd-alert-confirm-title i {
  color: #b02a37;
}
.pd-alert-confirm-points {
  margin: 0 0 14px;
  padding-left: 18px;
  font-size: 0.85rem;
  color: #435268;
  line-height: 1.6;
}
.pd-alert-confirm-points li {
  margin-bottom: 6px;
}
.pd-alert-confirm-points li:last-child {
  margin-bottom: 0;
}
.pd-alert-confirm-points a {
  color: #2f5fd0;
  font-weight: 600;
  text-decoration: underline;
}
.pd-alert-confirm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body[data-theme="dark"] .pd-alert-confirm {
  background: #241318;
  border-color: #5c2830;
}
body[data-theme="dark"] .pd-alert-confirm-title {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-alert-confirm-title i {
  color: #ff9da6;
}
body[data-theme="dark"] .pd-alert-confirm-points {
  color: #c3d3e8;
}
body[data-theme="dark"] .pd-alert-confirm-points a {
  color: #8fb0ff;
}
@media (max-width: 575px) {
  .pd-alert-control {
    margin-left: 0;
    width: 100%;
  }
}

.pd-authgate {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 15, 25, 0.55);
  z-index: 3000;
  padding: 16px;
}
.pd-authgate-box {
  background: #fff;
  color: #1f2a3a;
  max-width: 420px;
  width: 100%;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  font-size: 15px;
  line-height: 1.6;
}
.pd-authgate-box i {
  font-size: 1.6em;
  color: #3c5fec;
}
.pd-authgate-box p {
  margin: 12px 0 0;
}
body[data-theme="dark"] .pd-authgate-box {
  background: #181b2d;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-authgate-box i {
  color: #8fb0ff;
}

.pd-domain-only[hidden] {
  display: none;
}
.pd-emptystate {
  text-align: center;
  padding: 44px 24px;
  border: 1px dashed #cfd8e3;
  border-radius: 16px;
  background: #f8fafc;
}
.pd-emptystate-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3f71f3, #6d5df3);
  color: #fff;
  font-size: 1.4rem;
}
.pd-emptystate-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px;
}
.pd-emptystate-body {
  font-size: 0.9rem;
  color: #5c6c82;
  line-height: 1.6;
  max-width: 520px;
  margin: 0 auto 20px;
}
.pd-emptystate-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
body[data-theme="dark"] .pd-emptystate {
  background: #10121f;
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-emptystate-title {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-emptystate-body {
  color: #a9bfd9;
}
.pd-nav-lock {
  margin-left: auto;
  color: #64748b;
  font-size: 0.72rem;
}
body[data-theme="dark"] .pd-nav-lock {
  color: #8a9bb5;
}

.pd-mon-add {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.pd-mon-field {
  position: relative;
  flex: 1 1 240px;
  min-width: 0;
}
.pd-mon-add input[type="email"] {
  width: 100%;
  min-width: 0;
  padding: 10px 40px 10px 14px;
  border: 1px solid #cfd8e3;
  border-radius: 10px;
  font-size: 0.92rem;
  color: #2c3e50;
  background: #fff;
}
.pd-mon-add input[type="email"]:focus {
  outline: 2px solid #3f71f3;
  outline-offset: 1px;
  border-color: #3f71f3;
}
.pd-mon-add input.pd-input-valid {
  border-color: #1e8a52;
}
.pd-mon-add input.pd-input-invalid {
  border-color: #cc3344;
}
.pd-mon-valid-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-size: 0.95rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.pd-mon-valid-icon.pd-valid {
  color: #1e8a52;
  opacity: 1;
}
.pd-mon-valid-icon.pd-invalid {
  color: #cc3344;
  opacity: 1;
}
.pd-note {
  margin: 10px 0 0;
  font-size: 0.85rem;
  color: #5c6c82;
}
.pd-note-error {
  color: #9c1f2e;
}
.pd-mon-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 4px;
}
.pd-chip {
  font-size: 0.75rem;
  font-weight: 600;
  color: #435268;
  background: #eef2f7;
  border-radius: 999px;
  padding: 4px 12px;
}
.pd-chip b {
  font-weight: 800;
}
.pd-chip-pending {
  color: #8a5a00;
  background: #fff4e0;
}
.pd-chip-accepted {
  color: #14663b;
  background: #e7f6ec;
}
.pd-chip-rejected {
  color: #5c6c82;
  background: #eef2f7;
}
.pd-chip-withdrawn {
  color: #4a4f8a;
  background: #ecedf8;
}
.pd-mon-group-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #5c6c82;
  margin: 20px 0 8px;
}
.pd-mon-gicon {
  font-size: 0.85rem;
  line-height: 1;
}
.pd-mon-gicon-accepted {
  color: #3f71f3;
}
.pd-mon-gicon-pending {
  color: #b45309;
}
.pd-mon-gicon-rejected {
  color: #5c6c82;
}
.pd-mon-gicon-withdrawn {
  color: #4a4f8a;
}
body[data-theme="dark"] .pd-mon-gicon-accepted {
  color: #8fb0ff;
}
body[data-theme="dark"] .pd-mon-gicon-pending {
  color: #e6c07a;
}
body[data-theme="dark"] .pd-mon-gicon-rejected {
  color: #a9bfd9;
}
body[data-theme="dark"] .pd-mon-gicon-withdrawn {
  color: #b0b6f0;
}
.pd-mon-rowgroup {
  border-bottom: 1px solid #eef2f7;
}
.pd-mon-rowgroup:last-child {
  border-bottom: none;
}
.pd-mon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 0;
}
.pd-mon-email {
  font-size: 0.92rem;
  font-weight: 600;
  color: #2c3e50;
  word-break: break-word;
  min-width: 0;
}
.pd-mon-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.pd-muted {
  font-size: 0.82rem;
  color: #5c6c82;
}
.pd-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 2px 10px;
}
.pd-badge-warn {
  color: #9c1f2e;
  background: #fdeaea;
}
.pd-badge-ok {
  color: #14663b;
  background: #e7f6ec;
}
.pd-badge-shield {
  color: #2f5fe0;
  background: #eaf0fe;
}
.pd-linkbtn {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2f5fe0;
  cursor: pointer;
}
.pd-linkbtn:hover,
.pd-linkbtn:focus-visible {
  text-decoration: underline;
}
.pd-linkbtn:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 2px;
  border-radius: 4px;
}

body[data-theme="dark"] .pd-mon-add input[type="email"] {
  background: #12141f;
  border-color: #2a2d40;
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-note {
  color: #a9bfd9;
}
body[data-theme="dark"] .pd-note-error {
  color: #ff9da6;
}
body[data-theme="dark"] .pd-chip {
  color: #c3d3e8;
  background: #1e2233;
}
body[data-theme="dark"] .pd-chip-pending {
  color: #e6c07a;
  background: #3a2e14;
}
body[data-theme="dark"] .pd-chip-accepted {
  color: #7fdba4;
  background: #12301f;
}
body[data-theme="dark"] .pd-chip-rejected {
  color: #a9bfd9;
  background: #1e2233;
}
body[data-theme="dark"] .pd-chip-withdrawn {
  color: #b0b6f0;
  background: #24263f;
}
body[data-theme="dark"] .pd-mon-group-title,
body[data-theme="dark"] .pd-muted {
  color: #a9bfd9;
}
body[data-theme="dark"] .pd-mon-rowgroup {
  border-bottom-color: #2a2d40;
}
body[data-theme="dark"] .pd-mon-add input.pd-input-valid {
  border-color: #4fbd82;
}
body[data-theme="dark"] .pd-mon-add input.pd-input-invalid {
  border-color: #ff7a89;
}
body[data-theme="dark"] .pd-mon-valid-icon.pd-valid {
  color: #7fdba4;
}
body[data-theme="dark"] .pd-mon-valid-icon.pd-invalid {
  color: #ff9da6;
}
body[data-theme="dark"] .pd-mon-email {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-badge-warn {
  color: #ff9da6;
  background: #3a1a20;
}
body[data-theme="dark"] .pd-badge-ok {
  color: #7fdba4;
  background: #12301f;
}
body[data-theme="dark"] .pd-badge-shield {
  color: #9db8ff;
  background: #1a2540;
}
body[data-theme="dark"] .pd-linkbtn {
  color: #9db8ff;
}

.pd-mon-await {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #8a5a00;
  background: #fff4e0;
  border-radius: 999px;
  padding: 3px 12px;
}
.pd-mon-await i {
  font-size: 0.78rem;
  opacity: 0.85;
}
body[data-theme="dark"] .pd-mon-await {
  color: #e6c07a;
  background: #3a2e14;
}

.pd-mon-declined {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #5c6c82;
  background: #eef2f7;
  border-radius: 999px;
  padding: 3px 12px;
}
.pd-mon-declined i {
  font-size: 0.76rem;
  opacity: 0.85;
}
body[data-theme="dark"] .pd-mon-declined {
  color: #a9bfd9;
  background: #1e2233;
}

.pd-mon-withdrawn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4a4f8a;
  background: #ecedf8;
  border-radius: 999px;
  padding: 3px 12px;
}
.pd-mon-withdrawn i {
  font-size: 0.76rem;
  opacity: 0.85;
}
body[data-theme="dark"] .pd-mon-withdrawn {
  color: #b0b6f0;
  background: #24263f;
}


.pd-mon-expand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.pd-mon-expand:hover {
  filter: brightness(0.97);
}
.pd-mon-expand:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 2px;
}
.pd-mon-expand i {
  font-size: 0.68rem;
  transition: transform 0.18s ease;
}
.pd-mon-expand.pd-mon-expand-open i {
  transform: rotate(180deg);
}
.pd-mon-details {
  padding: 0 0 14px;
}
.pd-mon-details-meta {
  margin-bottom: 10px;
}
.pd-mon-risk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #435268;
  background: #eef2f7;
  border-radius: 999px;
  padding: 3px 11px;
}
.pd-risk-high {
  color: #9c1f2e;
  background: #fdeaea;
}
.pd-risk-medium {
  color: #8a5a00;
  background: #fff4e0;
}
.pd-risk-low {
  color: #14663b;
  background: #e7f6ec;
}
.pd-mon-breaches {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pd-mon-breach {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f7;
}
.pd-mon-breach:last-child {
  border-bottom: 0;
}
.pd-mon-logo {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  object-fit: contain;
  flex: 0 0 26px;
  background: #fff;
  border: 1px solid #eef2f7;
}
.pd-mon-breach-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.pd-mon-bname {
  font-size: 0.85rem;
  font-weight: 700;
  color: #2c3e50;
  word-break: break-word;
}
.pd-mon-xdata {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pd-mon-xchip {
  font-size: 0.68rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 1px 7px;
}
.pd-xsev-high {
  color: #991b1b;
  background: #fee2e2;
}
.pd-xsev-medium {
  color: #92400e;
  background: #fef3c7;
}
.pd-xsev-low {
  color: #1e40af;
  background: #dbeafe;
}
.pd-mon-blink {
  color: #2c3e50;
  font-weight: 700;
  text-decoration: none;
}
.pd-mon-blink:hover,
.pd-mon-blink:focus-visible {
  color: #2f5fe0;
  text-decoration: underline;
}
.pd-mon-ext {
  font-size: 0.62rem;
  opacity: 0.6;
  margin-left: 2px;
}
.pd-mon-fire {
  cursor: help;
  font-size: 0.82rem;
}
.pd-mon-fire:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 2px;
  border-radius: 4px;
}
body[data-theme="dark"] .pd-mon-breach {
  border-bottom-color: #2a2d40;
}
body[data-theme="dark"] .pd-mon-logo {
  border-color: #2a2d40;
}
body[data-theme="dark"] .pd-mon-bname {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-mon-blink {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-mon-blink:hover,
body[data-theme="dark"] .pd-mon-blink:focus-visible {
  color: #9db8ff;
}
body[data-theme="dark"] .pd-xsev-high {
  color: #ff9999;
  background: #3b1a1a;
}
body[data-theme="dark"] .pd-xsev-medium {
  color: #ffd966;
  background: #2a2518;
}
body[data-theme="dark"] .pd-xsev-low {
  color: #6daae0;
  background: #152535;
}
body[data-theme="dark"] .pd-mon-risk {
  color: #c3d3e8;
  background: #1e2233;
}
body[data-theme="dark"] .pd-risk-high {
  color: #ff9da6;
  background: #3a1a20;
}
body[data-theme="dark"] .pd-risk-medium {
  color: #e6c07a;
  background: #3a2e14;
}
body[data-theme="dark"] .pd-risk-low {
  color: #7fdba4;
  background: #12301f;
}

.pd-modal[hidden] {
  display: none;
}
.pd-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pd-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
}
.pd-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.35);
}
.pd-modal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 10px;
}
.pd-modal-body {
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5c6c82;
  margin: 0 0 20px;
  word-break: break-word;
}
.pd-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}
.pd-btn-danger {
  background: #cc3344;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 9px 18px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}
.pd-btn-danger:hover,
.pd-btn-danger:focus-visible {
  background: #b02a3a;
}
.pd-btn-primary {
  background: #2f5fe0;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 9px 18px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}
.pd-btn-primary:hover,
.pd-btn-primary:focus-visible {
  background: #2650c8;
}
.pd-btn-primary:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 2px;
}
.pd-btn-danger:focus-visible,
#pd-modal-cancel:focus-visible {
  outline: 2px solid #3f71f3;
  outline-offset: 2px;
}
body[data-theme="dark"] .pd-btn-primary {
  background: #3358d0;
}
body[data-theme="dark"] .pd-btn-primary:hover,
body[data-theme="dark"] .pd-btn-primary:focus-visible {
  background: #3a63d8;
}
body.pd-modal-open {
  overflow: hidden;
}
body[data-theme="dark"] .pd-modal-dialog {
  background: #161826;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
body[data-theme="dark"] .pd-modal-title {
  color: #e2e8f0;
}
body[data-theme="dark"] .pd-modal-body {
  color: #a9bfd9;
}
body[data-theme="dark"] .pd-btn-danger {
  background: #d24455;
}
body[data-theme="dark"] .pd-btn-danger:hover,
body[data-theme="dark"] .pd-btn-danger:focus-visible {
  background: #e0546a;
}
