.lyai-result-matrix__note {
  margin: 0;
  color: #607b99;
  font-size: 13px;
  line-height: 1.65;
}

.lyai-detector__result {
    scroll-margin-top: 96px;
}

.lyai-result-matrix {
  overflow-x: auto;
  border: 1px solid #d5e6f9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(11, 61, 145, .06);
}

.lyai-result-matrix table {
  width: 100%;
  min-width: 940px;
  border-collapse: collapse;
  color: #173256;
  font-size: 14px;
}

.lyai-result-matrix th {
  padding: 16px 14px;
  border-bottom: 1px solid #d8e6f7;
  background: #f1f6fd;
  color: #526c8a;
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.lyai-result-matrix td {
  height: 70px;
  padding: 14px;
  border-bottom: 1px solid #e5eef9;
  vertical-align: middle;
  line-height: 1.55;
}

.lyai-result-matrix tbody tr:last-child td { border-bottom: 0; }

.lyai-result-platform {
  min-width: 164px;
}

.lyai-result-platform img,
.lyai-platform-result summary img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 8px;
  vertical-align: middle;
}

.lyai-result-platform strong,
.lyai-platform-result summary strong {
  display: inline-block;
  margin-left: 10px;
  color: #102b51;
  font-size: 15px;
  vertical-align: middle;
}

.lyai-result-matrix td:nth-child(2) {
  min-width: 220px;
  color: #355270;
}

.lyai-result-matrix td:nth-child(3) {
  min-width: 115px;
  font-weight: 800;
}

.lyai-result-matrix td:nth-child(5),
.lyai-result-matrix td:nth-child(6) {
  color: #057fbe;
  font-weight: 900;
  white-space: nowrap;
}

.lyai-result-matrix td span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.lyai-result-matrix .is-hit {
  background: #e7fbf3;
  color: #00866b;
}

.lyai-result-matrix .is-miss {
  background: #f1f5f9;
  color: #64748b;
}

.lyai-result-matrix .is-analysis {
  background: #eef5ff;
  color: #1258b7;
}

.lyai-result-matrix .is-pending {
  background: #fff6e6;
  color: #a16207;
}

.lyai-scan-state {
  color: #647f9c;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.lyai-platform-details {
  display: grid;
  gap: 10px;
}

.lyai-platform-result {
  overflow: hidden;
  border: 1px solid #d7e7fa;
  border-radius: 8px;
  background: #f8fbff;
}

.lyai-platform-result summary {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 13px 18px;
  cursor: pointer;
  list-style: none;
}

.lyai-platform-result summary::-webkit-details-marker { display: none; }

.lyai-platform-result summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  border: 1px solid #b5d7fb;
  border-radius: 50%;
  color: #0875d7;
  font-size: 18px;
  line-height: 1;
}

.lyai-platform-result[open] summary::before { content: "-"; }

.lyai-platform-result summary span {
  margin-left: auto;
  color: #0875d7;
  font-size: 13px;
  font-weight: 800;
}

.lyai-mention-detail {
  padding: 0 18px 18px;
}

.lyai-mention-detail p {
  margin: 0 0 12px;
  padding: 11px 13px;
  border-left: 3px solid #16bddb;
  background: #edf6ff;
  color: #4e6c8d;
  font-size: 13px;
  line-height: 1.6;
}

.lyai-mention-detail table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dce9f8;
  border-radius: 8px;
  background: #fff;
  color: #173256;
}

.lyai-mention-detail th,
.lyai-mention-detail td {
  padding: 11px 14px;
  border-bottom: 1px solid #e6effa;
  text-align: left;
  font-size: 13px;
}

.lyai-mention-detail th {
  background: #f2f7fe;
  color: #607b99;
  font-weight: 900;
}

.lyai-mention-detail tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 680px) {
  .lyai-result-matrix {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .lyai-result-matrix table,
  .lyai-result-matrix tbody,
  .lyai-result-matrix tr,
  .lyai-result-matrix td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .lyai-result-matrix thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .lyai-result-platform-row {
    margin-bottom: 12px;
    padding: 12px 14px;
    border: 1px solid #d7e7fa;
    border-radius: 8px;
    background: #fff;
  }

  .lyai-result-matrix td {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    height: auto;
    min-height: 38px;
    padding: 7px 0;
    border-bottom: 1px dashed #e4eefb;
    align-items: center;
  }

  .lyai-result-matrix td::before {
    content: attr(data-label);
    color: #7189a5;
    font-size: 12px;
    font-weight: 800;
  }

  .lyai-result-matrix .lyai-result-platform {
    display: block;
    padding: 4px 0 12px;
    margin-bottom: 5px;
    border-bottom-style: solid;
  }

  .lyai-result-matrix .lyai-result-platform::before { display: none; }

  .lyai-result-matrix td:last-child { border-bottom: 0; }

  .lyai-platform-result summary { padding: 12px; }
  .lyai-platform-result summary span { font-size: 12px; }
  .lyai-mention-detail { padding: 0 12px 12px; }
}
