/* [project]/apps/web/src/app/docs/DocsLayout.module.css [app-client] (css) */
.DocsLayout-module__ifCGza__layout {
  background: #f8fafc;
  min-height: 100vh;
  display: flex;
}

.dark .DocsLayout-module__ifCGza__layout {
  background: #030712;
}

.DocsLayout-module__ifCGza__sidebar {
  z-index: 5;
  flex-shrink: 0;
  width: 272px;
  height: calc(100vh - clamp(44px, 6vh, 56px));
  transition: width .4s cubic-bezier(.4, 0, 0, 1);
  position: sticky;
  top: clamp(44px, 6vh, 56px);
  overflow: hidden;
}

.DocsLayout-module__ifCGza__collapsed {
  width: 64px;
}

.DocsLayout-module__ifCGza__sidebarBg {
  z-index: 0;
  background: #fff;
  border-inline-end: 1px solid #0000000f;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.dark .DocsLayout-module__ifCGza__sidebarBg {
  background: #0a0e1a;
  border-inline-end-color: #ffffff0a;
}

.DocsLayout-module__ifCGza__bgNoise {
  opacity: .015;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  position: absolute;
  inset: 0;
}

.dark .DocsLayout-module__ifCGza__bgNoise {
  opacity: .03;
}

.DocsLayout-module__ifCGza__bgLine1 {
  top: 0;
  background: linear-gradient(#0000, #00000008 40% 60%, #0000);
  width: 1px;
  height: 100%;
  position: absolute;
  inset-inline-end: 40px;
}

.DocsLayout-module__ifCGza__bgLine2 {
  top: 0;
  background: linear-gradient(#0000, #00000004 30% 70%, #0000);
  width: 1px;
  height: 100%;
  position: absolute;
  inset-inline-end: 80px;
}

.dark .DocsLayout-module__ifCGza__bgLine1 {
  background: linear-gradient(#0000, #ffffff05 40% 60%, #0000);
}

.dark .DocsLayout-module__ifCGza__bgLine2 {
  background: linear-gradient(#0000, #ffffff03 30% 70%, #0000);
}

.DocsLayout-module__ifCGza__bgOrb {
  bottom: -60px;
  filter: blur(40px);
  background: radial-gradient(circle, #6366f10f, #0000 70%);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  animation: 15s ease-in-out infinite DocsLayout-module__ifCGza__orbFloat;
  position: absolute;
  inset-inline-start: -60px;
}

.dark .DocsLayout-module__ifCGza__bgOrb {
  background: radial-gradient(circle, #6366f11f, #0000 70%);
}

@keyframes DocsLayout-module__ifCGza__orbFloat {
  0%, 100% {
    transform: translate(0);
  }

  50% {
    transform: translate(20px, -30px);
  }
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__bgLine1, .DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__bgLine2, .DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__bgOrb {
  display: none;
}

.DocsLayout-module__ifCGza__sidebarBody {
  z-index: 1;
  scrollbar-width: thin;
  scrollbar-color: #0000000f transparent;
  flex-direction: column;
  height: 100%;
  padding: .75rem;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.dark .DocsLayout-module__ifCGza__sidebarBody {
  scrollbar-color: #ffffff0a transparent;
}

.DocsLayout-module__ifCGza__sidebarBody::-webkit-scrollbar {
  width: 4px;
}

.DocsLayout-module__ifCGza__sidebarBody::-webkit-scrollbar-track {
  background: none;
}

.DocsLayout-module__ifCGza__sidebarBody::-webkit-scrollbar-thumb {
  background: #00000014;
  border-radius: 4px;
}

.dark .DocsLayout-module__ifCGza__sidebarBody::-webkit-scrollbar-thumb {
  background: #ffffff0f;
}

.DocsLayout-module__ifCGza__sidebarHead {
  flex-direction: column;
  gap: .625rem;
  margin-bottom: .25rem;
  padding: .25rem .25rem .75rem;
  display: flex;
}

.DocsLayout-module__ifCGza__headTopRow {
  justify-content: flex-end;
  display: flex;
}

.DocsLayout-module__ifCGza__brand {
  flex: 1;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  text-decoration: none;
  display: flex;
}

.DocsLayout-module__ifCGza__brandMark {
  flex-shrink: 0;
  position: relative;
}

.DocsLayout-module__ifCGza__brandSvg {
  border-radius: 9px;
  width: 34px;
  height: 34px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

.DocsLayout-module__ifCGza__brand:hover .DocsLayout-module__ifCGza__brandSvg {
  transform: rotate(-3deg)scale(1.06);
}

.DocsLayout-module__ifCGza__brandPing {
  top: -2px;
  background: #34d399;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 3s ease-in-out infinite DocsLayout-module__ifCGza__pingPulse;
  position: absolute;
  inset-inline-end: -2px;
}

.dark .DocsLayout-module__ifCGza__brandPing {
  border-color: #0a0e1a;
}

@keyframes DocsLayout-module__ifCGza__pingPulse {
  0%, 80%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  40% {
    opacity: .5;
    transform: scale(.8);
  }
}

.DocsLayout-module__ifCGza__brandText {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.DocsLayout-module__ifCGza__brandTitle {
  color: #0f172a;
  letter-spacing: -.03em;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.2;
}

.dark .DocsLayout-module__ifCGza__brandTitle {
  color: #f1f5f9;
}

.DocsLayout-module__ifCGza__brandSub {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #94a3b8;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.5;
}

.dark .DocsLayout-module__ifCGza__brandSub {
  color: #475569;
}

.DocsLayout-module__ifCGza__toggleBtn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 28px;
  height: 28px;
  padding: 6px;
  transition: background .2s;
  display: flex;
}

.DocsLayout-module__ifCGza__toggleBtn:hover {
  background: #0000000a;
}

.dark .DocsLayout-module__ifCGza__toggleBtn:hover {
  background: #ffffff0f;
}

.DocsLayout-module__ifCGza__toggleBar {
  transform-origin: center;
  background: #94a3b8;
  border-radius: 2px;
  width: 14px;
  height: 1.5px;
  transition: all .3s cubic-bezier(.22, 1, .36, 1);
  display: block;
}

.DocsLayout-module__ifCGza__toggleBarX1 {
  width: 12px;
  transform: translateY(5.5px)rotate(45deg);
}

.DocsLayout-module__ifCGza__toggleBarX2 {
  opacity: 0;
  transform: scaleX(0);
}

.DocsLayout-module__ifCGza__toggleBarX3 {
  width: 12px;
  transform: translateY(-5.5px)rotate(-45deg);
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__sidebarHead {
  align-items: center;
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__headTopRow {
  justify-content: center;
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__toggleBtn {
  margin: 0;
}

.DocsLayout-module__ifCGza__activeCard {
  background: color-mix(in srgb, var(--item-color) 6%, #fff);
  border: 1px solid color-mix(in srgb, var(--item-color) 15%, transparent);
  border-radius: 10px;
  align-items: center;
  gap: .625rem;
  margin-bottom: .625rem;
  padding: .5rem .75rem;
  animation: .35s DocsLayout-module__ifCGza__cardFadeIn;
  display: flex;
}

.dark .DocsLayout-module__ifCGza__activeCard {
  background: color-mix(in srgb, var(--item-color) 6%, #0a0e1a);
  border-color: color-mix(in srgb, var(--item-color) 12%, transparent);
}

@keyframes DocsLayout-module__ifCGza__cardFadeIn {
  from {
    opacity: 0;
    transform: scale(.97);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.DocsLayout-module__ifCGza__activeCardIcon {
  background: color-mix(in srgb, var(--item-color) 10%, transparent);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 1.1rem;
  display: flex;
}

.DocsLayout-module__ifCGza__activeCardInfo {
  flex-direction: column;
  min-width: 0;
  display: flex;
}

.DocsLayout-module__ifCGza__activeCardLabel {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--item-color);
  opacity: .8;
  font-size: .575rem;
  font-weight: 600;
}

.DocsLayout-module__ifCGza__activeCardTitle {
  color: #1e293b;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.3;
}

.dark .DocsLayout-module__ifCGza__activeCardTitle {
  color: #e2e8f0;
}

.DocsLayout-module__ifCGza__navGroups {
  flex-direction: column;
  flex: 1;
  gap: .375rem;
  display: flex;
}

.DocsLayout-module__ifCGza__navGroup {
  flex-direction: column;
  display: flex;
}

.DocsLayout-module__ifCGza__groupLabel {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #94a3b8;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .4rem .5rem;
  font-size: .65rem;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.DocsLayout-module__ifCGza__groupLabel:hover {
  color: #64748b;
}

.dark .DocsLayout-module__ifCGza__groupLabel {
  color: #475569;
}

.dark .DocsLayout-module__ifCGza__groupLabel:hover {
  color: #94a3b8;
}

.DocsLayout-module__ifCGza__groupChevron {
  opacity: .5;
  transition: transform .25s cubic-bezier(.22, 1, .36, 1);
}

.DocsLayout-module__ifCGza__groupChevronOpen {
  transform: rotate(0);
}

.DocsLayout-module__ifCGza__groupChevron:not(.DocsLayout-module__ifCGza__groupChevronOpen) {
  transform: rotate(-90deg);
}

[dir="rtl"] .DocsLayout-module__ifCGza__groupChevron:not(.DocsLayout-module__ifCGza__groupChevronOpen) {
  transform: rotate(90deg);
}

.DocsLayout-module__ifCGza__groupItems {
  flex-direction: column;
  gap: 1px;
  padding-bottom: .25rem;
  animation: .25s DocsLayout-module__ifCGza__groupReveal;
  display: flex;
}

@keyframes DocsLayout-module__ifCGza__groupReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.DocsLayout-module__ifCGza__navItem {
  color: #64748b;
  border-radius: 10px;
  align-items: center;
  gap: .625rem;
  padding: .5rem .625rem;
  font-size: .825rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background .2s, transform .2s cubic-bezier(.22, 1, .36, 1);
  display: flex;
  position: relative;
}

.dark .DocsLayout-module__ifCGza__navItem {
  color: #94a3b8;
}

.DocsLayout-module__ifCGza__navItem:hover {
  color: #1e293b;
  background: #00000006;
  transform: translateX(2px);
}

[dir="rtl"] .DocsLayout-module__ifCGza__navItem:hover {
  transform: translateX(-2px);
}

.dark .DocsLayout-module__ifCGza__navItem:hover {
  color: #e2e8f0;
  background: #ffffff08;
}

.DocsLayout-module__ifCGza__navItemActive {
  color: #1e293b;
  background: linear-gradient(135deg, color-mix(in srgb, var(--item-color) 5%, transparent), color-mix(in srgb, var(--item-color) 10%, transparent));
  font-weight: 600;
}

.dark .DocsLayout-module__ifCGza__navItemActive {
  color: #f1f5f9;
  background: linear-gradient(135deg, color-mix(in srgb, var(--item-color) 6%, transparent), color-mix(in srgb, var(--item-color) 12%, transparent));
}

.DocsLayout-module__ifCGza__navItemActive:before {
  content: "";
  inset-inline-start: 0;
  background: linear-gradient(180deg, var(--g1), var(--g2));
  width: 3px;
  height: 50%;
  box-shadow: 0 0 8px var(--item-color);
  border-radius: 0 3px 3px 0;
  animation: .3s cubic-bezier(.22, 1, .36, 1) DocsLayout-module__ifCGza__barGrow;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="rtl"] .DocsLayout-module__ifCGza__navItemActive:before {
  border-radius: 3px 0 0 3px;
}

@keyframes DocsLayout-module__ifCGza__barGrow {
  from {
    opacity: 0;
    height: 0;
  }

  to {
    opacity: 1;
    height: 50%;
  }
}

.DocsLayout-module__ifCGza__navItemActive:hover {
  transform: none;
}

.DocsLayout-module__ifCGza__navIcon {
  background: #00000006;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: .85rem;
  font-style: normal;
  line-height: 1;
  transition: all .25s;
  display: flex;
}

.dark .DocsLayout-module__ifCGza__navIcon {
  background: #ffffff08;
}

.DocsLayout-module__ifCGza__navIconActive {
  background: linear-gradient(135deg, var(--g1), var(--g2));
  color: #fff;
  box-shadow: 0 2px 8px color-mix(in srgb, var(--item-color) 30%, transparent);
  font-weight: 700;
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__navIcon {
  border-radius: 10px;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  font-size: .95rem;
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__navItem {
  justify-content: center;
  padding: .375rem;
}

.DocsLayout-module__ifCGza__collapsed .DocsLayout-module__ifCGza__navItemActive:before {
  display: none;
}

.DocsLayout-module__ifCGza__navLabel {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.DocsLayout-module__ifCGza__statusNew, .DocsLayout-module__ifCGza__statusBeta, .DocsLayout-module__ifCGza__badgePill {
  letter-spacing: .04em;
  border-radius: 4px;
  flex-shrink: 0;
  padding: .1rem .4rem;
  font-size: .55rem;
  font-weight: 700;
  line-height: 1.4;
}

.DocsLayout-module__ifCGza__statusNew {
  color: #10b981;
  background: #34d3991f;
}

.dark .DocsLayout-module__ifCGza__statusNew {
  color: #34d399;
  background: #34d39926;
}

.DocsLayout-module__ifCGza__statusBeta {
  color: #d97706;
  background: #fbbf241f;
}

.dark .DocsLayout-module__ifCGza__statusBeta {
  color: #fbbf24;
  background: #fbbf2426;
}

.DocsLayout-module__ifCGza__badgePill {
  color: #7c3aed;
  background: linear-gradient(135deg, #6366f11a, #a855f71a);
}

.dark .DocsLayout-module__ifCGza__badgePill {
  color: #a78bfa;
  background: linear-gradient(135deg, #6366f126, #a855f726);
}

.DocsLayout-module__ifCGza__sidebarFoot {
  margin-top: auto;
  padding-top: .25rem;
}

.DocsLayout-module__ifCGza__footDivider {
  background: linear-gradient(90deg, #0000, #0000000f, #0000);
  height: 1px;
  margin: 0 .25rem .625rem;
}

.dark .DocsLayout-module__ifCGza__footDivider {
  background: linear-gradient(90deg, #0000, #ffffff0a, #0000);
}

.DocsLayout-module__ifCGza__footRow {
  justify-content: space-between;
  align-items: center;
  padding: 0 .375rem;
  display: flex;
}

.DocsLayout-module__ifCGza__footVersion {
  color: #94a3b8;
  align-items: center;
  gap: .375rem;
  font-size: .65rem;
  font-weight: 600;
  display: flex;
}

.dark .DocsLayout-module__ifCGza__footVersion {
  color: #475569;
}

.DocsLayout-module__ifCGza__footDot {
  background: #34d399;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  animation: 3s ease-in-out infinite DocsLayout-module__ifCGza__dotBlink;
  box-shadow: 0 0 6px #34d39966;
}

@keyframes DocsLayout-module__ifCGza__dotBlink {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }
}

.DocsLayout-module__ifCGza__footKbd {
  gap: 2px;
  display: flex;
}

.DocsLayout-module__ifCGza__footKbd kbd {
  color: #94a3b8;
  background: #00000004;
  border: 1px solid #00000014;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 16px;
  padding: 0 .25rem;
  font-family: inherit;
  font-size: .55rem;
  font-weight: 600;
  display: inline-flex;
}

.dark .DocsLayout-module__ifCGza__footKbd kbd {
  color: #475569;
  background: #ffffff05;
  border-color: #ffffff0f;
}

.DocsLayout-module__ifCGza__content {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
}

.DocsLayout-module__ifCGza__mobileNav {
  z-index: 5;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: #ffffffe0;
  border-bottom: 1px solid #0000000f;
  display: none;
  position: sticky;
  top: 0;
  overflow-x: auto;
}

.dark .DocsLayout-module__ifCGza__mobileNav {
  background: #0a0e1ae0;
  border-bottom-color: #ffffff0a;
}

.DocsLayout-module__ifCGza__mobileNav::-webkit-scrollbar {
  display: none;
}

.DocsLayout-module__ifCGza__mobileStrip {
  gap: 6px;
  min-width: max-content;
  padding: .5rem .75rem;
  display: flex;
}

.DocsLayout-module__ifCGza__mobilePill {
  color: #64748b;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: 100px;
  align-items: center;
  gap: .35rem;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.dark .DocsLayout-module__ifCGza__mobilePill {
  color: #94a3b8;
}

.DocsLayout-module__ifCGza__mobilePill:hover {
  color: #1e293b;
  background: #00000008;
}

.dark .DocsLayout-module__ifCGza__mobilePill:hover {
  color: #e2e8f0;
  background: #ffffff0a;
}

.DocsLayout-module__ifCGza__mobilePillActive {
  box-shadow: 0 2px 8px color-mix(in srgb, var(--pill-c) 35%, transparent), inset 0 1px 0 #ffffff1f;
  border-color: #0000;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, var(--pill-g1), var(--pill-g2)) !important;
}

.DocsLayout-module__ifCGza__mobilePillIcon {
  font-size: .8rem;
  line-height: 1;
}

.DocsLayout-module__ifCGza__mobilePillLabel {
  line-height: 1;
}

@media (max-width: 1024px) {
  .DocsLayout-module__ifCGza__sidebar {
    display: none;
  }

  .DocsLayout-module__ifCGza__mobileNav {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .DocsLayout-module__ifCGza__sidebar, .DocsLayout-module__ifCGza__navItem, .DocsLayout-module__ifCGza__brandSvg, .DocsLayout-module__ifCGza__toggleBar, .DocsLayout-module__ifCGza__groupChevron, .DocsLayout-module__ifCGza__groupItems, .DocsLayout-module__ifCGza__activeCard, .DocsLayout-module__ifCGza__mobilePill {
    transition: none !important;
    animation: none !important;
  }

  .DocsLayout-module__ifCGza__bgOrb, .DocsLayout-module__ifCGza__brandPing, .DocsLayout-module__ifCGza__footDot, .DocsLayout-module__ifCGza__navItemActive:before {
    animation: none !important;
  }

  .DocsLayout-module__ifCGza__navItem:hover {
    transform: none;
  }
}

/* [project]/apps/web/src/app/docs/DocsSearchModal.module.css [app-client] (css) */
.DocsSearchModal-module__UHcDca__backdrop {
  z-index: 100;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #0006;
  animation: .15s DocsSearchModal-module__UHcDca__fadeIn;
  position: fixed;
  inset: 0;
}

.dark .DocsSearchModal-module__UHcDca__backdrop {
  background: #0009;
}

@keyframes DocsSearchModal-module__UHcDca__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.DocsSearchModal-module__UHcDca__modal {
  z-index: 101;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  flex-direction: column;
  width: min(600px, 90vw);
  max-height: 70vh;
  animation: .2s cubic-bezier(.22, 1, .36, 1) DocsSearchModal-module__UHcDca__modalSlide;
  display: flex;
  position: fixed;
  top: 12vh;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  box-shadow: 0 20px 60px #0000001f, 0 0 0 1px #0000000a;
}

.dark .DocsSearchModal-module__UHcDca__modal {
  background: #0f172a;
  border-color: #ffffff0f;
  box-shadow: 0 20px 60px #0006, 0 0 0 1px #ffffff0a;
}

@keyframes DocsSearchModal-module__UHcDca__modalSlide {
  from {
    opacity: 0;
    transform: translateX(-50%)translateY(-8px)scale(.98);
  }

  to {
    opacity: 1;
    transform: translateX(-50%)translateY(0)scale(1);
  }
}

.DocsSearchModal-module__UHcDca__inputWrap {
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: .75rem;
  padding: .875rem 1.25rem;
  display: flex;
}

.dark .DocsSearchModal-module__UHcDca__inputWrap {
  border-bottom-color: #ffffff0f;
}

.DocsSearchModal-module__UHcDca__inputIcon {
  color: #94a3b8;
  flex-shrink: 0;
}

.dark .DocsSearchModal-module__UHcDca__inputIcon {
  color: #475569;
}

.DocsSearchModal-module__UHcDca__input {
  color: #1e293b;
  background: none;
  border: none;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
}

.DocsSearchModal-module__UHcDca__input::placeholder {
  color: #94a3b8;
}

.dark .DocsSearchModal-module__UHcDca__input {
  color: #f1f5f9;
}

.dark .DocsSearchModal-module__UHcDca__input::placeholder {
  color: #475569;
}

.DocsSearchModal-module__UHcDca__escBadge {
  color: #94a3b8;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  flex-shrink: 0;
  padding: .15rem .4rem;
  font-family: inherit;
  font-size: .6rem;
  font-weight: 600;
  display: inline-flex;
}

.dark .DocsSearchModal-module__UHcDca__escBadge {
  color: #475569;
  background: #ffffff0a;
  border-color: #ffffff14;
}

.DocsSearchModal-module__UHcDca__results {
  scrollbar-width: thin;
  scrollbar-color: #0000000f transparent;
  flex: 1;
  padding: .5rem;
  overflow-y: auto;
}

.dark .DocsSearchModal-module__UHcDca__results {
  scrollbar-color: #ffffff0a transparent;
}

.DocsSearchModal-module__UHcDca__resultItem {
  cursor: pointer;
  text-align: start;
  background: none;
  border: none;
  border-radius: 10px;
  align-items: center;
  gap: .75rem;
  width: 100%;
  padding: .625rem .75rem;
  font-family: inherit;
  transition: background .15s;
  display: flex;
}

.DocsSearchModal-module__UHcDca__resultItem:hover, .DocsSearchModal-module__UHcDca__resultItemSelected {
  background: #f8fafc;
}

.dark .DocsSearchModal-module__UHcDca__resultItem:hover {
  background: #ffffff0a;
}

.dark .DocsSearchModal-module__UHcDca__resultItemSelected {
  background: #ffffff0a;
}

.DocsSearchModal-module__UHcDca__resultItemSelected {
  outline: 2px solid color-mix(in srgb, var(--rc) 40%, transparent);
  outline-offset: -2px;
}

.DocsSearchModal-module__UHcDca__resultIcon {
  background: color-mix(in srgb, var(--rc) 8%, transparent);
  width: 32px;
  height: 32px;
  color: var(--rc);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.dark .DocsSearchModal-module__UHcDca__resultIcon {
  background: color-mix(in srgb, var(--rc) 12%, transparent);
}

.DocsSearchModal-module__UHcDca__resultBody {
  flex: 1;
  min-width: 0;
}

.DocsSearchModal-module__UHcDca__resultMeta {
  align-items: center;
  gap: .5rem;
  margin-bottom: .125rem;
  display: flex;
}

.DocsSearchModal-module__UHcDca__resultPage {
  color: #1e293b;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .7rem;
  font-weight: 700;
}

.dark .DocsSearchModal-module__UHcDca__resultPage {
  color: #e2e8f0;
}

.DocsSearchModal-module__UHcDca__resultField {
  color: #94a3b8;
  background: #00000008;
  border-radius: 3px;
  padding: .05rem .35rem;
  font-size: .6rem;
  font-weight: 600;
}

.dark .DocsSearchModal-module__UHcDca__resultField {
  color: #64748b;
  background: #ffffff0a;
}

.DocsSearchModal-module__UHcDca__resultSnippet {
  color: #64748b;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: .8rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.dark .DocsSearchModal-module__UHcDca__resultSnippet {
  color: #94a3b8;
}

.DocsSearchModal-module__UHcDca__highlight {
  color: inherit;
  background: #fbbf2440;
  border-radius: 2px;
  padding: 0 1px;
}

.dark .DocsSearchModal-module__UHcDca__highlight {
  background: #fbbf2433;
}

.DocsSearchModal-module__UHcDca__resultArrow {
  color: #cbd5e1;
  opacity: 0;
  flex-shrink: 0;
  transition: opacity .15s;
}

.DocsSearchModal-module__UHcDca__resultItemSelected .DocsSearchModal-module__UHcDca__resultArrow, .DocsSearchModal-module__UHcDca__resultItem:hover .DocsSearchModal-module__UHcDca__resultArrow {
  opacity: 1;
}

.dark .DocsSearchModal-module__UHcDca__resultArrow {
  color: #475569;
}

.DocsSearchModal-module__UHcDca__empty {
  text-align: center;
  color: #94a3b8;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  padding: 2.5rem 1rem;
  font-size: .85rem;
  display: flex;
}

.dark .DocsSearchModal-module__UHcDca__empty {
  color: #475569;
}

.DocsSearchModal-module__UHcDca__emptyIcon {
  opacity: .5;
  font-size: 2rem;
}

.DocsSearchModal-module__UHcDca__hints {
  padding: 1.5rem 1rem;
}

.DocsSearchModal-module__UHcDca__hintsTitle {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #94a3b8;
  margin-bottom: .75rem;
  font-size: .7rem;
  font-weight: 700;
}

.dark .DocsSearchModal-module__UHcDca__hintsTitle {
  color: #475569;
}

.DocsSearchModal-module__UHcDca__hintsList {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.DocsSearchModal-module__UHcDca__hint {
  color: #64748b;
  align-items: center;
  gap: .625rem;
  font-size: .8rem;
  display: flex;
}

.dark .DocsSearchModal-module__UHcDca__hint {
  color: #94a3b8;
}

.DocsSearchModal-module__UHcDca__hintKbd {
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 22px;
  padding: 0 .35rem;
  font-family: inherit;
  font-size: .65rem;
  font-weight: 600;
  display: inline-flex;
}

.dark .DocsSearchModal-module__UHcDca__hintKbd {
  color: #94a3b8;
  background: #ffffff0a;
  border-color: #ffffff14;
}

.DocsSearchModal-module__UHcDca__footer {
  color: #94a3b8;
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .65rem;
  display: flex;
}

.dark .DocsSearchModal-module__UHcDca__footer {
  color: #475569;
  border-top-color: #ffffff0f;
}

.DocsSearchModal-module__UHcDca__footerCount {
  font-weight: 600;
}

.DocsSearchModal-module__UHcDca__footerPowered {
  opacity: .6;
}

.DocsSearchModal-module__UHcDca__trigger {
  color: #94a3b8;
  cursor: pointer;
  background: #00000004;
  border: 1px solid #0000000f;
  border-radius: 10px;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .5rem .75rem;
  font-family: inherit;
  font-size: .8rem;
  transition: all .2s;
  display: flex;
}

.DocsSearchModal-module__UHcDca__trigger:hover {
  background: #00000006;
  border-color: #0000001a;
}

.dark .DocsSearchModal-module__UHcDca__trigger {
  color: #64748b;
  background: #ffffff05;
  border-color: #ffffff0f;
}

.dark .DocsSearchModal-module__UHcDca__trigger:hover {
  background: #ffffff0a;
  border-color: #ffffff1a;
}

.DocsSearchModal-module__UHcDca__triggerText {
  text-align: start;
  flex: 1;
}

.DocsSearchModal-module__UHcDca__triggerKbd {
  color: #94a3b8;
  background: #fff;
  border: 1px solid #00000014;
  border-radius: 4px;
  padding: .1rem .35rem;
  font-family: inherit;
  font-size: .6rem;
  font-weight: 600;
  display: inline-flex;
}

.dark .DocsSearchModal-module__UHcDca__triggerKbd {
  color: #64748b;
  background: #ffffff0a;
  border-color: #ffffff14;
}

@media (prefers-reduced-motion: reduce) {
  .DocsSearchModal-module__UHcDca__backdrop, .DocsSearchModal-module__UHcDca__modal, .DocsSearchModal-module__UHcDca__resultItem, .DocsSearchModal-module__UHcDca__resultArrow {
    transition: none !important;
    animation: none !important;
  }
}

[dir="rtl"] .DocsSearchModal-module__UHcDca__rtlFlip {
  transform: scaleX(-1);
}

/*# sourceMappingURL=apps_web_src_app_docs_375f967f._.css.map*/