.explorer-search-shell{
  max-width:900px;
  margin-top:28px;
}

.explorer-search-row{
  display:flex;
  gap:10px;
}

.explorer-search-row input{
  flex:1;
}

.explorer-result{
  margin-top:26px;
}

.explorer-result[hidden]{
  display:none;
}

.explorer-summary-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:20px 0;
}

.explorer-summary{
  padding:18px;
}

.explorer-summary span{
  display:block;
  font-size:.78rem;
  opacity:.65;
  margin-bottom:8px;
}

.explorer-summary strong{
  display:block;
  overflow-wrap:anywhere;
}

.explorer-mono{
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
}

.explorer-link{
  cursor:pointer;
  color:var(--tn2,#7ee7ff);
  text-decoration:none;
}

.explorer-link:hover{
  text-decoration:underline;
}

.explorer-error{
  border:1px solid rgba(255,90,90,.35);
  background:rgba(255,90,90,.07);
  padding:18px;
  border-radius:12px;
}

.explorer-status{
  margin-top:12px;
  min-height:22px;
  opacity:.75;
}

.explorer-table-wrap{
  overflow:auto;
}

.explorer-table{
  min-width:760px;
}

.explorer-table td{
  max-width:420px;
  overflow-wrap:anywhere;
}

@media(max-width:900px){
  .explorer-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .explorer-search-row{
    flex-direction:column;
  }

  .explorer-summary-grid{
    grid-template-columns:1fr;
  }
}
