html.mobile-site {
  --mobile-kb-offset: 0px;
  overflow-x: hidden;
}

html.mobile-site body {
  padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  overflow-x: hidden;
}

html.mobile-site .top {
  position: sticky;
  top: 0;
  z-index: 70;
  backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 56px;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

html.mobile-site .top .nav {
  gap: 0.35rem;
  justify-content: flex-end;
}

html.mobile-site .top .nav-main {
  display: none;
}

html.mobile-site .top .nav-right .auth-slot {
  display: none;
}

html.mobile-site .top .nav .lang-switch {
  margin-left: auto;
}

html.mobile-site .top .brand {
  grid-column: 1;
  justify-self: start;
  max-width: 100%;
}

html.mobile-site .top .nav-right,
html.mobile-site .top .nav {
  grid-column: 2;
  justify-self: end;
  min-width: 0;
}

html.mobile-site .top .brand {
  padding: 0.28rem 0.44rem;
  border-radius: 10px;
}

html.mobile-site .top .brand-logo {
  width: 96px;
  height: 22px;
}

@media (max-width: 900px) {
  body.pub-light .top {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    min-height: 56px;
    gap: 0.6rem;
  }

  body.pub-light .top .brand {
    grid-column: 1;
    justify-self: start;
    max-width: 100%;
  }

  body.pub-light .top .nav,
  body.pub-light .top .nav-right {
    grid-column: 2;
    justify-self: end;
    min-width: 0;
  }

  body.pub-light .top .nav-main {
    display: none !important;
  }

  body.pub-light .top .nav-right .auth-slot {
    display: none !important;
  }

  body.pub-light .top .nav .lang-switch {
    margin-left: auto;
  }
}

html.mobile-site .landing,
html.mobile-site .page,
html.mobile-site .models-main,
html.mobile-site .docs-shell {
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

html.mobile-site .landing {
  padding-top: 0.35rem;
}

html.mobile-site .hero-band {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

html.mobile-site .hero-device,
html.mobile-site .hero-procurement,
html.mobile-site .hero-points {
  display: none;
}

html.mobile-site .hero-copy {
  text-align: left;
}

html.mobile-site .hero-chip {
  margin-bottom: 0.6rem;
}

html.mobile-site .hero-note {
  font-size: 0.86rem;
  line-height: 1.55;
}

html.mobile-site .metrics-strip .metrics-grid {
  gap: 0.55rem;
}

html.mobile-site .metrics-strip .metrics-grid article {
  padding: 0.95rem 0.85rem;
  border-radius: 14px;
}

html.mobile-site .metrics-strip .metrics-grid article:nth-child(n + 2) {
  display: none;
}

html.mobile-site #pricing .compare-wrap {
  display: none;
}

html.mobile-site #pricing .price-grid {
  gap: 0.7rem;
}

html.mobile-site .landing > section.block.mobile-fold-ready {
  border-radius: 16px;
  margin: 0.55rem 0;
  border: 1px solid #dbe6f6;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

html.mobile-site .landing > section.block.mobile-fold-ready .lr-container {
  padding: 0.9rem 0.85rem;
}

html.mobile-site .landing > section.block.mobile-fold-ready .section-kicker {
  margin-bottom: 0.36rem;
}

html.mobile-site .landing > section.block.mobile-fold-ready h2 {
  font-size: 1.12rem;
  margin-bottom: 0.4rem;
}

html.mobile-site .landing > section.block.mobile-fold-ready .section-sub {
  margin-bottom: 0.45rem;
  font-size: 0.86rem;
}

html.mobile-site .mobile-fold-body {
  display: grid;
  gap: 0.62rem;
  overflow: hidden;
  transition: max-height 0.26s ease, opacity 0.2s ease;
  max-height: 2400px;
  opacity: 1;
}

html.mobile-site .landing > section.block.mobile-fold-ready.is-collapsed .mobile-fold-body {
  max-height: 0;
  opacity: 0;
}

html.mobile-site .mobile-fold-toggle {
  margin-top: 0.35rem;
  width: 100%;
  min-height: 2.25rem;
  border-radius: 10px;
  border: 1px solid #d7e2f2;
  background: #f7faff;
  color: #2f4d74;
  font-size: 0.82rem;
  font-weight: 700;
}

html.mobile-site .hero-grid,
html.mobile-site .metrics-grid,
html.mobile-site .steps-row,
html.mobile-site .case-grid,
html.mobile-site .outcome-grid,
html.mobile-site .price-grid,
html.mobile-site .card-grid {
  grid-template-columns: 1fr;
}

html.mobile-site .hero-actions {
  flex-direction: column;
  align-items: stretch;
}

html.mobile-site .hero-actions .btn {
  width: 100%;
  justify-content: center;
}

html.mobile-site .final-cta-band {
  display: none;
}

html.mobile-site .docs-page,
html.mobile-site .hub-frame,
html.mobile-site .chat-layout {
  display: block;
}

html.mobile-site .docs-stage {
  gap: 0.5rem;
}

html.mobile-site .docs-stage-metrics {
  display: none;
}

html.mobile-site .docs-toc {
  padding: 0.85rem;
  border-radius: 14px;
}

html.mobile-site .docs-main .docs-card {
  border-radius: 14px;
  padding: 0.92rem;
}

html.mobile-site .docs-main {
  min-width: 0;
  max-width: 100%;
}

html.mobile-site .docs-card,
html.mobile-site .docs-endpoint-card,
html.mobile-site .docs-mini-card {
  min-width: 0;
  max-width: 100%;
}

html.mobile-site .docs-card p,
html.mobile-site .docs-card li,
html.mobile-site .docs-kv td,
html.mobile-site .docs-kv th {
  word-break: break-word;
}

html.mobile-site .docs-kv {
  table-layout: fixed;
}

html.mobile-site .docs-kv th {
  width: 34%;
}

html.mobile-site .docs-code {
  font-size: 0.74rem;
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow-x: auto;
}

html.mobile-site .docs-page,
html.mobile-site .docs-shell,
html.mobile-site .docs-card,
html.mobile-site .docs-kv,
html.mobile-site .docs-kv-compact,
html.mobile-site .docs-endpoint-grid,
html.mobile-site .docs-response-grid,
html.mobile-site .docs-error-index {
  max-width: 100%;
}

html.mobile-site .models-hub .filter-sidebar-inner {
  border-radius: 14px;
  padding: 0.8rem;
}

html.mobile-site .models-hub .filter-hero-panel,
html.mobile-site .models-hub .filter-current-panel,
html.mobile-site .models-hub .filter-group,
html.mobile-site .models-hub .filter-note {
  border-radius: 18px;
}

html.mobile-site .models-hub .filter-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html.mobile-site .models-hub .filter-metric-card {
  padding-inline: 0.4rem;
}

html.mobile-site .models-hub .filter-panel-title {
  font-size: 1.2rem;
}

html.mobile-site .models-hub .filter-panel-lead,
html.mobile-site .models-hub .filter-current-hint,
html.mobile-site .models-hub .filter-note {
  font-size: 0.74rem;
}

html.mobile-site .models-hub .models-toolbar {
  gap: 0.7rem;
}

html.mobile-site .models-hub .models-sub {
  font-size: 0.86rem;
}

html.mobile-site .models-hub .view-toggle {
  display: none;
}

html.mobile-site .models-hub .hub-frame {
  position: relative;
  display: block;
  width: 100%;
}

html.mobile-site .models-hub .models-main {
  padding-top: 0.75rem;
}

html.mobile-site .model-detail-page .detail-main,
html.mobile-site .model-detail-page #content,
html.mobile-site .model-detail-page .detail-page-shell,
html.mobile-site .model-detail-page .detail-section,
html.mobile-site .model-detail-page .detail-side-card,
html.mobile-site .model-detail-page .detail-card,
html.mobile-site .model-detail-page .detail-code-card,
html.mobile-site .model-detail-page .related-model-card {
  max-width: 100%;
  min-width: 0;
}

html.mobile-site .model-detail-page .detail-main {
  width: 100%;
  padding-top: 0.75rem;
}

html.mobile-site .model-detail-page .detail-hero-grid,
html.mobile-site .model-detail-page .detail-layout,
html.mobile-site .model-detail-page .detail-grid,
html.mobile-site .model-detail-page .related-model-grid {
  grid-template-columns: 1fr;
}

html.mobile-site .model-detail-page .detail-hero-side {
  display: grid;
  grid-template-columns: repeat(3, minmax(148px, 1fr));
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
}

html.mobile-site .model-detail-page .detail-price-card {
  min-width: 148px;
}

html.mobile-site .model-detail-page .detail-hero,
html.mobile-site .model-detail-page .detail-section,
html.mobile-site .model-detail-page .detail-side-card {
  border-radius: 18px;
  padding: 0.95rem;
}

html.mobile-site .model-detail-page .detail-hero h1 {
  font-size: 1.6rem;
  line-height: 1.05;
}

html.mobile-site .model-detail-page .detail-sub,
html.mobile-site .model-detail-page .detail-subtitle,
html.mobile-site .model-detail-page .detail-body,
html.mobile-site .model-detail-page .detail-card dd,
html.mobile-site .model-detail-page .related-model-card p,
html.mobile-site .model-detail-page .related-model-meta span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

html.mobile-site .model-detail-page .detail-mono,
html.mobile-site .model-detail-page .detail-code-card pre {
  max-width: 100%;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

html.mobile-site .model-detail-page .detail-anchor-nav,
html.mobile-site .model-detail-page .detail-id-row,
html.mobile-site .model-detail-page .detail-actions,
html.mobile-site .model-detail-page .detail-tags,
html.mobile-site .model-detail-page .detail-facet-value,
html.mobile-site .model-detail-page .related-model-meta {
  flex-wrap: wrap;
}

html.mobile-site .model-detail-page .detail-signal-grid {
  grid-template-columns: 1fr;
}

html.mobile-site .models-hub .model-stat-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin-top: 0.62rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 0.15rem;
}

html.mobile-site .models-hub .model-stat {
  flex: 0 0 auto;
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.62rem;
  border-radius: 12px;
}

html.mobile-site .models-hub .model-stat span {
  font-size: 0.68rem;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

html.mobile-site .models-hub .model-stat strong {
  font-size: 0.9rem;
  line-height: 1;
  white-space: nowrap;
}

html.mobile-site .models-hub .model-stat small {
  display: none;
}

html.mobile-site .mobile-filter-trigger {
  position: fixed;
  right: 0.9rem;
  bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
  z-index: 126;
  min-height: 2.45rem;
  padding: 0 0.92rem;
  border-radius: 999px;
  border: 1px solid #c9d8ee;
  background: #ffffff;
  color: #244b86;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
}

html.mobile-site .mobile-filter-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(8, 16, 34, 0.34);
  opacity: 0;
  pointer-events: none;
  z-index: 127;
  transition: opacity 0.2s ease;
}

html.mobile-site .mobile-filter-drawer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 128;
  max-height: min(74vh, 640px);
  overflow-y: auto;
  background: #f8fbff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #d7e3f4;
  padding: 0.72rem 0.9rem calc(1.05rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(102%);
  transition: transform 0.22s ease;
}

html.mobile-site .mobile-filter-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #d6e1f2;
  background: #ffffff;
  color: #3b5478;
  font-size: 1.2rem;
  z-index: 2;
}

html.mobile-site.mobile-filter-open .mobile-filter-backdrop {
  opacity: 1;
  pointer-events: auto;
}

html.mobile-site.mobile-filter-open .mobile-filter-drawer {
  display: block;
  transform: translateY(0);
}

html.mobile-site.mobile-filter-open .mobile-site-nav,
html.mobile-site.mobile-filter-open .mobile-filter-trigger {
  opacity: 0;
  pointer-events: none;
}

html.mobile-site .docs-toc,
html.mobile-site .filter-sidebar:not(.mobile-filter-drawer),
html.mobile-site .chat-config-panel {
  position: static;
  margin-bottom: 0.9rem;
}

html.mobile-site .filter-sidebar.mobile-filter-drawer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  max-height: min(74vh, 640px);
  margin: 0;
  border-right: none;
  border-bottom: none;
  box-shadow: 0 -18px 40px rgba(15, 23, 42, 0.18);
}

html.mobile-site .chat-page .chat-stage,
html.mobile-site .chat-page .chat-trial-banner,
html.mobile-site .chat-page .chat-config-panel {
  display: none;
}

html.mobile-site .chat-page .chat-page-main {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: calc(6rem + env(safe-area-inset-bottom, 0px));
  min-height: calc(100vh - 56px);
}

html.mobile-site .chat-page .chat-layout {
  height: calc(100vh - 56px - 6rem - env(safe-area-inset-bottom, 0px));
  padding: 0;
}

html.mobile-site .chat-page .chat-session-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  padding: 0 0.72rem;
}

html.mobile-site .chat-page .chat-panel-head-wide,
html.mobile-site .chat-page .chat-panel-head-wide p,
html.mobile-site .chat-page .chat-session-badges {
  display: none;
}

html.mobile-site .chat-page .chat-mobile-tools {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.28rem;
  margin-bottom: 0;
  padding: 0.22rem;
  border: 1px solid #d7e4f5;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

html.mobile-site .chat-page .chat-mobile-tools .icon-select-wrap {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 0;
  background: #eef4ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d4a74;
}

html.mobile-site .chat-page .chat-mobile-tools .icon-select-glyph {
  font-size: 0.95rem;
  line-height: 1;
}

html.mobile-site .chat-page .chat-mobile-tools .icon-select-wrap select {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

html.mobile-site .chat-page .chat-mobile-tools .icon-send-btn {
  width: 2.15rem;
  height: 2.15rem;
  min-height: 2.15rem;
  border-radius: 999px;
  border: 0;
  background: #2563eb;
  color: #ffffff;
  padding: 0;
  font-size: 0.88rem;
  box-shadow: none;
}

html.mobile-site .chat-page .chat-mobile-tools textarea {
  min-height: 2.15rem;
  height: 2.15rem;
  max-height: 2.15rem;
  line-height: 1.35;
  padding: 0.44rem 0.2rem 0.44rem 0.1rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  resize: none;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

html.mobile-site .chat-page .chat-mobile-tools textarea:focus {
  box-shadow: none;
  outline: none;
}

html.mobile-site .toolbar-actions {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
}

html.mobile-site .toolbar-actions .tb-btn,
html.mobile-site .toolbar-actions .sort-select,
html.mobile-site .toolbar-actions .search-wrap {
  width: 100%;
}

html.mobile-site .mobile-site-nav {
  position: fixed;
  left: 50%;
  right: auto;
  width: min(calc(100% - 2.2rem), 430px);
  transform: translateX(-50%);
  bottom: calc(0.55rem + env(safe-area-inset-bottom, 0px) + var(--mobile-kb-offset));
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.3rem;
  padding: 0.42rem;
  border-radius: 16px;
  background: color-mix(in srgb, #ffffff 95%, #d4ecff 5%);
  border: 1px solid color-mix(in srgb, #c8d8ea 82%, #ffffff 18%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease, opacity 0.2s ease, bottom 0.2s ease;
}

html.mobile-site .mobile-site-nav a {
  display: grid;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  justify-items: center;
  row-gap: 0.08rem;
  min-height: 2.8rem;
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #385068;
  background: transparent;
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
  position: relative;
  overflow: hidden;
}

html.mobile-site .mobile-site-nav a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  background: rgba(11, 99, 216, 0.22);
  transform: scale(0.2);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.24s ease;
}

html.mobile-site .mobile-site-nav-icon {
  width: 1.02rem;
  height: 1.02rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html.mobile-site .mobile-site-nav-icon svg {
  width: 100%;
  height: 100%;
}

html.mobile-site .mobile-site-nav-label {
  line-height: 1;
}

html.mobile-site .mobile-site-nav a.active {
  color: #0b63d8;
  background: color-mix(in srgb, #0b63d8 14%, #ffffff 86%);
  animation: mobile-nav-bump 260ms ease-out;
}

html.mobile-site .mobile-site-nav a:active {
  transform: scale(0.92);
}

html.mobile-site .mobile-site-nav a:active::after {
  opacity: 1;
  transform: scale(17);
}

html.mobile-site.mobile-keyboard-open .mobile-site-nav {
  opacity: 0;
  transform: translate(-50%, 120%);
  pointer-events: none;
}

@keyframes mobile-nav-bump {
  0% {
    transform: scale(0.94);
  }
  70% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

html.mobile-site .chat-page .chat-session-panel.mobile-chat-optimized {
  padding-bottom: calc(5.9rem + env(safe-area-inset-bottom, 0px));
}

html.mobile-site .chat-page .chat-session-panel.mobile-chat-optimized .msg-list {
  flex: 1;
  min-height: 0;
  height: 100%;
  margin-bottom: 0;
  padding: 0.3rem 0.1rem 0.85rem;
  border-radius: 0;
  background: transparent;
}

html.mobile-site .chat-page .msg-time-sep {
  margin: 0.72rem auto 0.58rem;
  width: fit-content;
  font-size: 0.68rem;
  color: #5f6f88;
  padding: 0.2rem 0.52rem;
  border-radius: 999px;
  border: 1px solid #d5e0ef;
  background: rgba(247, 251, 255, 0.96);
}

html.mobile-site .chat-page .bubble-row {
  display: grid;
  gap: 0.18rem;
  margin: 0.38rem 0;
}

html.mobile-site .chat-page .bubble-row.user {
  justify-items: end;
}

html.mobile-site .chat-page .bubble-row.assistant,
html.mobile-site .chat-page .bubble-row.error {
  justify-items: start;
}

html.mobile-site .chat-page .bubble {
  max-width: min(94%, 36rem);
  line-height: 1.56;
}

html.mobile-site .chat-page .bubble.user {
  border-radius: 14px 14px 4px 14px;
}

html.mobile-site .chat-page .bubble.asst,
html.mobile-site .chat-page .bubble.err {
  border-radius: 14px 14px 14px 4px;
}

html.mobile-site .chat-page .bubble.pending {
  max-width: min(82%, 22rem);
}

html.mobile-site .chat-page .bubble-meta {
  font-size: 0.68rem;
  color: #6f7f97;
  padding: 0 0.2rem;
}

html.mobile-site .chat-page .mobile-chat-composer {
  position: fixed;
  left: 0.72rem;
  right: 0.72rem;
  bottom: calc(5rem + env(safe-area-inset-bottom, 0px) + var(--mobile-kb-offset));
  z-index: 130;
  border-radius: 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0;
  transition: bottom 0.2s ease;
}

html.mobile-site .chat-page .mobile-chat-composer label {
  margin-top: 0;
}

html.mobile-site .chat-page .mobile-chat-composer .chat-mobile-tools label {
  display: none;
}

html.mobile-site .chat-page .mobile-chat-composer textarea {
  min-height: 2.15rem;
  max-height: 2.15rem;
  line-height: 1.35;
  resize: none;
}

html.mobile-site .chat-page .mobile-chat-composer .row-actions {
  display: none;
}

html.mobile-site .chat-page .mobile-chat-composer #send {
  grid-column: 1 / -1;
}

html.mobile-site .chat-page .mobile-chat-composer #clear,
html.mobile-site .chat-page .mobile-chat-composer #copyCurl {
  display: none;
}

html.mobile-site .chat-page .mobile-chat-composer button {
  min-height: 2.35rem;
}

html.mobile-site .chat-page .mobile-chat-composer .err-text {
  margin-top: 0.4rem;
}

html.mobile-site .mobile-docs-toc-trigger,
html.mobile-site .mobile-back-top {
  position: fixed;
  right: 0.9rem;
  z-index: 126;
  min-height: 2.3rem;
  padding: 0 0.78rem;
  border-radius: 999px;
  border: 1px solid #c9d8ee;
  background: #ffffff;
  color: #244b86;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
  font-size: 0.8rem;
  font-weight: 700;
}

html.mobile-site .mobile-docs-toc-trigger {
  bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
}

html.mobile-site .mobile-back-top {
  bottom: calc(8.05rem + env(safe-area-inset-bottom, 0px));
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

html.mobile-site .mobile-back-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

html.mobile-site .mobile-docs-backdrop {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(8, 16, 34, 0.34);
  opacity: 0;
  pointer-events: none;
  z-index: 127;
  transition: opacity 0.2s ease;
}

html.mobile-site .mobile-docs-drawer {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 128;
  max-height: min(68vh, 560px);
  overflow-y: auto;
  background: #f8fbff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #d7e3f4;
  padding: 0.72rem 0.9rem calc(1.05rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(102%);
  transition: transform 0.22s ease;
}

html.mobile-site .mobile-docs-toc-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid #d6e1f2;
  background: #ffffff;
  color: #3b5478;
  font-size: 1.2rem;
  z-index: 2;
}

html.mobile-site.mobile-docs-open .mobile-docs-backdrop {
  opacity: 1;
  pointer-events: auto;
}

html.mobile-site.mobile-docs-open .mobile-docs-drawer {
  display: block;
  transform: translateY(0);
}

html.mobile-site.mobile-docs-open .mobile-site-nav,
html.mobile-site.mobile-docs-open .mobile-docs-toc-trigger,
html.mobile-site.mobile-docs-open .mobile-back-top {
  opacity: 0;
  pointer-events: none;
}

html.mobile-site .site-footer {
  display: none;
}

html.mobile-site .foot {
  display: none;
}
