.command_palette_container_39d3885d {
  padding: 1rem;
}

.command_palette_content_f751b07f {
  width: min(42rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow: auto;
  display: grid;
  gap: 0.75rem;
  padding-top: 2.25rem;
}

.command_palette_input_section_416dd871 {
  display: grid;
  gap: 0.375rem;
}

.command_palette_label_3037bd2e {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--frey-color-text-secondary, #4b5563);
}

.command_palette_input_b0b33543 {
  width: 100%;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--frey-color-border, #d1d5db);
  border-radius: var(--frey-radius-md, 0.5rem);
  background: var(--frey-color-surface, #fff);
  color: var(--frey-color-text-primary, #111827);
  font: inherit;
  box-sizing: border-box;
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}

.command_palette_input_b0b33543:focus-visible {
  outline: none;
  border-color: var(--frey-focus-ring);
  box-shadow: 0 0 0 2px var(--frey-focus-ring);
}

.command_palette_list_1f6ced4a {
  margin: 0;
  padding: 0.25rem;
  max-height: min(24rem, 60vh);
  overflow: auto;
  display: grid;
  gap: 0.625rem;
  border: 1px solid var(--frey-color-border-subtle, #e5e7eb);
  border-radius: var(--frey-radius-md, 0.5rem);
  background: var(--frey-color-surface, #fff);
}

.command_palette_group_0b164648 {
  display: grid;
  gap: 0.375rem;
}

.command_palette_group_heading_ffe20e35 {
  margin: 0;
  padding: 0 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--frey-color-text-muted, #6b7280);
}

.command_palette_group_items_85f7a9af {
  display: grid;
  gap: 0.25rem;
}

.command_palette_item_714d5e0a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 2.25rem;
  padding: 0.5rem 0.625rem;
  border: 1px solid transparent;
  border-radius: var(--frey-radius-sm, 0.375rem);
  background: transparent;
  color: var(--frey-color-text-primary, #111827);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease;
}

.command_palette_item_714d5e0a:hover {
  background: var(--frey-color-surface-subtle, #f3f4f6);
}

.command_palette_item_active_1aa1e8d8 {
  background: var(--frey-color-surface-subtle, #f3f4f6);
  border-color: var(--frey-color-border-subtle, #e5e7eb);
}

.command_palette_item_714d5e0a:focus-visible {
  outline: none;
  border-color: var(--frey-focus-ring);
  box-shadow: 0 0 0 2px var(--frey-focus-ring);
}

.command_palette_item_disabled_f38babb3,
.command_palette_item_714d5e0a:disabled {
  color: var(--frey-color-text-muted, #6b7280);
  cursor: not-allowed;
}

.command_palette_item_disabled_f38babb3:hover,
.command_palette_item_714d5e0a:disabled:hover {
  background: transparent;
}

.command_palette_empty_c83cb124 {
  margin: 0;
  padding: 0.75rem 0.625rem;
  color: var(--frey-color-text-muted, #6b7280);
  font-size: 0.875rem;
}

.command_palette_shortcut_57d2537e {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0.125rem 0.375rem;
  border: 1px solid var(--frey-color-border-subtle, #e5e7eb);
  border-radius: var(--frey-radius-sm, 0.375rem);
  background: var(--frey-color-surface-subtle, #f3f4f6);
  color: var(--frey-color-text-muted, #6b7280);
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 0.75rem;
  line-height: 1;
}

.visually_hidden_581d665f:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (forced-colors: active) {
  .command_palette_input_b0b33543,
  .command_palette_list_1f6ced4a,
  .command_palette_item_714d5e0a,
  .command_palette_shortcut_57d2537e {
    border-color: CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .command_palette_item_active_1aa1e8d8 {
    outline: 2px solid Highlight;
  }

  .command_palette_item_714d5e0a:focus-visible,
  .command_palette_input_b0b33543:focus-visible {
    outline: 2px solid Highlight;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .command_palette_input_b0b33543,
  .command_palette_item_714d5e0a {
    transition: none;
  }
}
