.search-page{max-width:1500px}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin:28px 0;padding:18px;background:#101929;border:1px solid #2b3951}.search-page-form input{min-width:0;height:48px;padding:0 16px;background:#0b1320;border:1px solid #34445f;color:#fff;font:inherit}.search-page-form input:focus{outline:0;border-color:#876cff;box-shadow:0 0 0 3px rgba(135,108,255,.12)}.search-page-summary{margin:0 0 26px;color:#9eb1cc}.search-page-summary strong{color:#fff}.search-result-group{margin-top:34px}.search-result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:12px}.search-result-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;padding:15px;background:#101929;border:1px solid #2c3b54;border-left:3px solid #8669ff;color:#fff;text-decoration:none;transition:.16s ease}.search-result-card:hover{transform:translateY(-1px);border-color:#775cff;background:#141e31}.search-result-icon{display:grid;place-items:center;width:44px;height:44px;background:#19243a;font-size:20px}.search-result-card strong,.search-result-card small{display:block}.search-result-card small{margin-top:4px;color:#91a7c7}.search-result-card>b{color:#967fff}.search-page-empty{padding:36px;background:#101929;border:1px solid #2c3b54;text-align:center}.search-page-empty strong{font-size:20px}.search-page-empty p{margin:8px 0 0;color:#9db0cb}@media(max-width:640px){.search-page-form{grid-template-columns:1fr}.search-page-form button{width:100%}.search-result-grid{grid-template-columns:1fr}}

/* GuildMesh search-page action: match the portal's primary controls. */
.search-page-form .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 48px;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #8d72ff;
  border-radius: 0;
  background: linear-gradient(135deg, #795cff 0%, #9278ff 100%);
  color: #fff;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.search-page-form .primary-button:hover {
  transform: translateY(-1px);
  border-color: #aa96ff;
  background: linear-gradient(135deg, #856aff 0%, #9d87ff 100%);
  box-shadow: 0 8px 22px rgba(121, 92, 255, .22);
}

.search-page-form .primary-button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(135, 108, 255, .25);
}

.search-page-form .primary-button:active {
  transform: translateY(0);
}
