.wke-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 120;
  border-radius: 14px;
  border: 1px solid var(--wke-panel-border, rgba(255, 255, 255, 0.14));
  background: var(--wke-glass-strong, rgba(20, 24, 32, 0.97));
  box-shadow: var(--wke-shadow, 0 12px 40px rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(var(--wke-blur, 16px));
  max-height: min(420px, 60vh);
  overflow: auto;
  display: none;
}

.wke-search-results.is-open {
  display: block;
}

.wke-search-results-summary {
  padding: 10px 12px;
  border-bottom: 1px solid var(--wke-panel-border, rgba(255, 255, 255, 0.1));
  color: var(--wke-fg, #e8edf5);
  font-size: 13px;
  line-height: 1.45;
}

.wke-search-results-count {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}

.wke-search-results-list {
  list-style: none;
  margin: 0;
  padding: 6px;
}

.wke-search-results-item {
  margin: 0;
}

.wke-search-results-link {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 10px;
  padding: 8px 10px;
  background: transparent;
  color: var(--wke-fg, #e8edf5);
  cursor: pointer;
  text-decoration: none;
}

.wke-search-results-link:hover,
.wke-search-results-link:focus-visible {
  background: var(--wke-search-bg, rgba(255, 255, 255, 0.08));
  outline: none;
}

.wke-search-results-title {
  font-size: 13px;
  font-weight: 600;
}

.wke-search-results-subtitle {
  font-size: 12px;
  color: var(--wke-muted, #9aa8bc);
  margin-top: 2px;
}

.wke-search-results-kind {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--wke-muted, #9aa8bc);
  margin-bottom: 2px;
}

.wke-search-results-empty,
.wke-search-results-loading {
  padding: 12px;
  color: var(--wke-muted, #9aa8bc);
  font-size: 13px;
}

.wke-search-results-error {
  padding: 12px;
  color: #f87171;
  font-size: 13px;
}

.shell-search {
  position: relative;
}
