/* Quick Switcher (Ctrl+K / Cmd+K) Styles matching AdminLTE */
#modal-quick-switcher .modal-dialog {
  max-width: 680px;
  margin-top: 10vh;
}

#modal-quick-switcher .modal-content {
  border-radius: 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

#modal-quick-switcher .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0.75rem 1rem;
}

#quick-switcher-input {
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  font-size: 1.05rem;
  padding: 0.4rem 0.6rem;
  color: #343a40;
}

#quick-switcher-input::placeholder {
  color: #adb5bd;
  font-size: 0.95rem;
}

.qs-results-container {
  max-height: 420px;
  overflow-y: auto;
  padding: 0.35rem 0;
}

.qs-result-item {
  display: flex;
  align-items: center;
  padding: 0.65rem 1rem;
  color: #343a40;
  text-decoration: none !important;
  border-left: 3px solid transparent;
  transition: background-color 0.12s ease, border-left-color 0.12s ease;
  cursor: pointer;
}

.qs-result-item:hover,
.qs-result-item.active {
  background-color: #f1f4f9;
  border-left-color: #1f6feb;
  color: #1f2d3d;
}

.qs-result-icon {
  width: 36px;
  height: 36px;
  border-radius: 0.45rem;
  background-color: #e8f0fe;
  color: #1f6feb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-right: 0.85rem;
}

.qs-result-item.active .qs-result-icon {
  background-color: #1f6feb;
  color: #ffffff;
}

.qs-result-info {
  flex: 1 1 auto;
  min-width: 0;
}

.qs-result-title {
  font-size: 0.92rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.25;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.qs-result-desc {
  font-size: 0.78rem;
  color: #6c757d;
  margin: 0.15rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.qs-result-badge {
  font-size: 0.7rem;
  padding: 0.15rem 0.45rem;
  border-radius: 0.25rem;
  font-weight: 500;
  margin-left: auto;
  flex-shrink: 0;
}

.qs-empty-state {
  padding: 2.5rem 1rem;
  text-align: center;
  color: #6c757d;
}

.qs-empty-state i {
  font-size: 2.2rem;
  color: #ced4da;
  margin-bottom: 0.75rem;
}

#btn-quick-switcher {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  border-radius: 0.35rem;
  transition: all 0.15s ease;
}

#btn-quick-switcher kbd {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.7rem;
}
