/* ── Docs-only styles (supplements Tailwind CDN) ── */

/* Main content: flex column so prev/next sticks to bottom on short pages */
main.flex-1 { display: flex; flex-direction: column; }
.docs-page-nav { margin-top: auto; }

/* Dot grid background */
.dot-grid {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: 0.03;
  background-image: radial-gradient(circle, #FAFAFA 0.5px, transparent 0.5px);
  background-size: 24px 24px;
}

/* ── Article / markdown content ── */
.markdown { color: #A1A1AA; font-size: 14px; line-height: 1.72; }
.markdown > *:first-child { margin-top: 0; }
.markdown > *:last-child { margin-bottom: 0; }
.markdown p { margin: 0.8em 0; max-width: 80ch; }
.markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 {
  color: #FAFAFA; line-height: 1.18; position: relative;
  scroll-margin-top: 90px; margin: 1.8em 0 0.55em;
}
.markdown h1 { font-family: 'JetBrains Mono', monospace; font-size: 28px; letter-spacing: -0.03em; margin-top: 0.35em; }
.markdown h2 { font-family: 'JetBrains Mono', monospace; font-size: 20px; padding-top: 0.7em; border-top: 1px solid rgba(255,255,255,0.06); }
.markdown h3 { font-size: 16px; color: #e8e8ec; }
.markdown h4, .markdown h5, .markdown h6 { font-size: 14px; color: #dddde3; }
.markdown hr { border: 0; height: 1px; background: rgba(255,255,255,0.08); margin: 1.4em 0; }
.markdown a { color: #60A5FA; text-decoration: none; }
.markdown a:hover { text-decoration: underline; }
.markdown strong { color: #FAFAFA; }
.markdown em { color: #d6d6de; }
.markdown ul, .markdown ol { margin: 0.8em 0; padding-left: 1.25em; max-width: 86ch; list-style: revert; }
.markdown li { margin: 0.3em 0; }
.markdown li > ul, .markdown li > ol { margin: 0.35em 0; }

/* Inline code */
.markdown code {
  font-size: 0.88em; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
  color: #ececf2; border-radius: 5px; padding: 0.12em 0.38em;
}

/* Code blocks (plain pre) */
.markdown pre {
  margin: 1em 0; border: 0; border-radius: 0 0 8px 8px;
  background: #0a0a0c; overflow: auto; padding: 14px;
}
.markdown pre code {
  background: transparent; border: 0; padding: 0; display: block;
  font-size: 12.5px; line-height: 1.62; white-space: pre; color: #e5e7eb;
}

/* Syntax highlighting tokens */
.hl-comment { color: #6b7280; font-style: italic; }
.hl-section { color: #22C55E; }
.hl-key { color: #93c5fd; }
.hl-string { color: #fbbf24; }
.hl-number { color: #c084fc; }
.hl-bool { color: #f472b6; }
.hl-operator { color: #71717A; }
.hl-prompt { color: #22C55E; }
.hl-command { color: #93c5fd; }
.hl-flag { color: #c084fc; }
.hl-variable { color: #f472b6; }
.hl-redirect { color: #71717A; }
.hl-tag { color: #f472b6; }
.hl-attr { color: #93c5fd; }

/* Enhanced code block wrapper (injected by JS) */
.code-block {
  margin: 1em 0; border: 1px solid rgba(255,255,255,0.07); border-radius: 8px;
  overflow: hidden; background: #0a0a0c;
}
.code-block pre { margin: 0; border-radius: 0; }
.code-toolbar {
  height: 34px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.code-meta { font-size: 11px; letter-spacing: 0.04em; color: #71717A; text-transform: lowercase; }
.copy-btn {
  appearance: none; border: 1px solid rgba(255,255,255,0.08); background: transparent;
  color: #A1A1AA; border-radius: 5px; padding: 3px 8px; font-size: 12px; cursor: pointer;
  transition: color 120ms, border-color 120ms;
}
.copy-btn:hover { color: #FAFAFA; border-color: rgba(34,197,94,0.25); }
.copy-btn-success { color: #d1fae5; border-color: rgba(34,197,94,0.3); }

/* Blockquotes */
.markdown blockquote {
  margin: 1em 0; padding: 0.8em 1em; max-width: 84ch; color: #d7d7de;
  border-radius: 0 8px 8px 0; border: 1px solid rgba(34,197,94,0.12);
  border-left: 2px solid rgba(34,197,94,0.6); background: rgba(34,197,94,0.04);
}

/* Tables */
.markdown table {
  border-collapse: separate; border-spacing: 0; margin: 1em 0;
  display: table; overflow: auto; border: 1px solid rgba(255,255,255,0.07); border-radius: 8px;
  max-width: 100%;
}
.markdown thead tr { background: rgba(255,255,255,0.03); }
.markdown th, .markdown td {
  border-right: 1px solid #27272A; border-bottom: 1px solid #27272A;
  padding: 8px 10px; text-align: left; vertical-align: top; font-size: 13px;
}
.markdown tr:last-child td { border-bottom: 0; }
.markdown th:last-child, .markdown td:last-child { border-right: 0; }
.markdown th { color: #FAFAFA; white-space: nowrap; }
.markdown td { color: #b8b8c2; }

/* Images */
.markdown img { border-radius: 8px; border: 1px solid rgba(255,255,255,0.07); }
.markdown img[src*="shields.io"] { border-radius: 999px; border: 0; background: transparent; box-shadow: none; }

/* Anchor links */
.markdown .anchor-link {
  position: absolute; left: -1.05em; top: 0; text-decoration: none;
  color: #71717A; opacity: 0; transition: opacity 120ms; font-weight: 500;
}
.markdown h1:hover .anchor-link, .markdown h2:hover .anchor-link,
.markdown h3:hover .anchor-link, .markdown h4:hover .anchor-link { opacity: 1; }
.markdown .anchor-link:hover { color: #22C55E; }
.markdown [align="center"] { text-align: center; }

/* ── Callout boxes ── */
.callout {
  margin: 1em 0; padding: 12px 14px; border-radius: 8px; max-width: 88ch;
  border: 1px solid rgba(96,165,250,0.18); background: rgba(96,165,250,0.05); color: #d6e4ff;
}
.callout strong { color: #eff6ff; }
.callout-tip {
  margin: 1em 0; padding: 12px 14px; border-radius: 8px; max-width: 88ch;
  border: 1px solid rgba(34,197,94,0.18); background: rgba(34,197,94,0.05); color: #d1fae5;
}
.callout-tip strong { color: #ecfdf5; }
.callout-warn {
  margin: 1em 0; padding: 12px 14px; border-radius: 8px; max-width: 88ch;
  border: 1px solid rgba(245,158,11,0.2); background: rgba(245,158,11,0.05); color: #fef3c7;
}
.callout-warn strong { color: #fffbeb; }

/* ── Numbered steps ── */
.step-grid { counter-reset: step; margin: 1.5em 0; }
.step-grid > .step {
  display: grid; grid-template-columns: 48px 1fr; gap: 0 16px;
  padding: 1.2em 0; border-top: 1px solid rgba(255,255,255,0.06);
}
.step-grid > .step:first-child { border-top: 0; padding-top: 0; }
.step-number {
  counter-increment: step;
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'JetBrains Mono', monospace; font-size: 16px; font-weight: 700;
  color: #22C55E; border: 2px solid rgba(34,197,94,0.3);
  background: rgba(34,197,94,0.08); flex: 0 0 auto;
}
.step-number::after { content: counter(step); }
.step-body { min-width: 0; }
.step-body h3 { margin-top: 0.25em; }

/* ── Time badges ── */
.step-time {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600; color: #22C55E;
  background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.18);
  border-radius: 999px; padding: 2px 8px; margin-left: 8px;
  vertical-align: middle; letter-spacing: 0.02em;
}

/* ── Recipe cards ── */
.recipe-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 1em 0; }
.recipe-card {
  display: block; text-decoration: none; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px; padding: 16px; background: rgba(255,255,255,0.015);
  transition: border-color 150ms, background-color 150ms, box-shadow 150ms;
}
.recipe-card:hover {
  border-color: rgba(34,197,94,0.25); background: rgba(34,197,94,0.03);
  box-shadow: 0 4px 20px rgba(34,197,94,0.08); text-decoration: none;
  transform: translateY(-1px);
}
.recipe-card h4 { margin: 0 0 4px; font-size: 14px; color: #FAFAFA; }
.recipe-card p { margin: 0; color: #A1A1AA; font-size: 13px; line-height: 1.4; }
.recipe-card .recipe-cta {
  margin-top: 10px; display: inline-flex; align-items: center; gap: 4px;
  color: #22C55E; font-size: 12px; font-weight: 500;
}

/* ── Collapsible sections (details/summary) ── */
.markdown details {
  margin: 1em 0; border: 1px solid rgba(255,255,255,0.07); border-radius: 8px;
  border-left: 2px solid rgba(34,197,94,0.3); overflow: hidden;
}
.markdown details[open] { border-left-color: rgba(34,197,94,0.5); }
.markdown summary {
  cursor: pointer; padding: 10px 14px; font-family: 'JetBrains Mono', monospace;
  font-size: 14px; color: #FAFAFA; background: rgba(255,255,255,0.02);
  list-style: none; display: flex; align-items: center; gap: 8px;
  transition: background-color 120ms;
}
.markdown summary:hover { background: rgba(255,255,255,0.04); }
.markdown summary::-webkit-details-marker { display: none; }
.markdown summary::before {
  content: '\25B6'; font-size: 10px; color: #71717A;
  transition: transform 150ms; flex: 0 0 auto;
}
.markdown details[open] > summary::before { transform: rotate(90deg); }
.markdown details > .details-content { padding: 0 14px 14px; }
.markdown summary .summary-desc {
  font-family: 'Inter', system-ui, sans-serif; font-size: 12px;
  color: #71717A; font-weight: 400; margin-left: auto;
}

/* ── Config hero ── */
.config-hero {
  margin: 1.2em 0; border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(34,197,94,0.15);
  background: linear-gradient(90deg, rgba(34,197,94,0.06), transparent 60%);
}
.config-hero-label {
  padding: 8px 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #22C55E; border-bottom: 1px solid rgba(34,197,94,0.12);
}
.config-hero .code-block { margin: 0; border: 0; border-radius: 0; }
.config-hero pre { border-radius: 0; }

/* ── Workflow cards ── */
.workflow-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 1em 0; }
.workflow-card {
  border: 1px solid rgba(255,255,255,0.07); border-radius: 8px;
  padding: 14px; background: rgba(255,255,255,0.015);
}
.workflow-card h4 { margin: 0 0 6px; font-size: 13px; color: #FAFAFA; }
.workflow-card p { margin: 0; color: #A1A1AA; font-size: 12.5px; line-height: 1.45; }
.workflow-card code { font-size: 11.5px; }

/* ── Method pills ── */
.method-pill {
  display: inline-flex; align-items: center; border-radius: 999px; padding: 3px 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em;
  border: 1px solid rgba(255,255,255,0.06); background: rgba(255,255,255,0.02); color: #A1A1AA;
}
.method-get    { border-color: rgba(34,197,94,0.2);   color: #d1fae5; background: rgba(34,197,94,0.06); }
.method-post   { border-color: rgba(96,165,250,0.22); color: #dbeafe; background: rgba(96,165,250,0.06); }
.method-put    { border-color: rgba(250,204,21,0.2);  color: #fef3c7; background: rgba(250,204,21,0.06); }
.method-delete { border-color: rgba(248,113,113,0.2); color: #fee2e2; background: rgba(248,113,113,0.06); }
.method-patch  { border-color: rgba(167,139,250,0.2); color: #ede9fe; background: rgba(167,139,250,0.06); }

/* ── Doc cards grid ── */
.doc-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 1em 0; }
.doc-card {
  display: block; text-decoration: none; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px; padding: 14px; background: rgba(255,255,255,0.015);
  transition: border-color 120ms, background-color 120ms;
}
.doc-card:hover { border-color: rgba(34,197,94,0.2); background: rgba(34,197,94,0.03); text-decoration: none; }
.doc-card-kicker { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: #71717A; font-weight: 700; }
.doc-card h3 { margin: 8px 0 4px; font-size: 15px; color: #FAFAFA; }
.doc-card p { margin: 0; color: #A1A1AA; font-size: 13px; line-height: 1.45; }
.doc-card-cta { margin-top: 8px; display: inline-flex; color: #60A5FA; font-size: 12px; }

/* ── Screenshot grid ── */
.screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 1em 0; }
.shot-card { border: 1px solid rgba(255,255,255,0.07); border-radius: 8px; overflow: hidden; }
.shot-card.shot-wide { grid-column: 1 / -1; }
.shot-card img { display: block; width: 100%; height: auto; border: 0; border-radius: 0; }
.shot-card figcaption { padding: 10px 12px; color: #A1A1AA; font-size: 12px; border-top: 1px solid #27272A; }

/* ── Right-side TOC panel ── */
.toc-panel {
  position: sticky;
  top: 70px;
  max-height: calc(100vh - 82px);
  overflow: hidden;
  flex-direction: column;
  border-left: 1px solid #27272A;
  padding: 0;
}
.toc-header {
  padding: 14px 14px 10px;
  border-bottom: 1px solid #27272A;
}
.toc-header h2 {
  margin: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: #FAFAFA;
}
.toc-header p {
  margin: 6px 0 0;
  color: #71717A;
  font-size: 12px;
  line-height: 1.35;
}
.toc-search-wrap {
  padding: 10px;
  border-bottom: 1px solid #27272A;
}
.toc-search {
  width: 100%;
  border: 1px solid #27272A;
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  color: #FAFAFA;
  font-size: 13px;
  padding: 8px 10px;
  outline: none;
}
.toc-search::placeholder { color: #71717A; }
.toc-search:focus {
  border-color: rgba(34,197,94,0.28);
  box-shadow: 0 0 0 3px rgba(34,197,94,0.12);
}
.toc-scroll {
  overflow: auto;
  padding: 10px;
  flex: 1;
}
.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.toc-item[hidden] { display: none !important; }
.toc-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #A1A1AA;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 6px 8px;
  min-width: 0;
  transition: color 120ms, border-color 120ms, background-color 120ms;
}
.toc-link::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.08);
  flex: 0 0 auto;
}
.toc-link:hover {
  color: #FAFAFA;
  border-color: rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}
.toc-link.toc-link-sub {
  font-size: 12px;
  color: #71717A;
  padding-left: 18px;
}
.toc-link.toc-link-sub::before { width: 5px; height: 5px; opacity: 0.8; }

/* Expandable parent links */
.toc-link-expandable {
  cursor: pointer;
}
.toc-link-expandable::before { display: none; }
.toc-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  font-size: 8px;
  color: #52525B;
  transition: transform 200ms ease, color 200ms;
}
.toc-chevron::after { content: '\25B6'; }
.toc-item-parent.is-expanded > a .toc-chevron {
  transform: rotate(90deg);
  color: #22C55E;
}
.toc-item-parent.is-expanded > a .toc-chevron::after { color: inherit; }

/* Collapsible sublist */
.toc-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 250ms ease, opacity 200ms ease;
  opacity: 0;
}
.toc-item-parent.is-expanded > .toc-sublist {
  max-height: 400px;
  opacity: 1;
}

/* Deep sub-links (subcommands) */
.toc-link.toc-link-deep {
  font-size: 11.5px;
  color: #52525B;
  padding: 4px 8px 4px 34px;
  font-family: 'JetBrains Mono', monospace;
}
.toc-link.toc-link-deep::before {
  width: 4px;
  height: 4px;
  opacity: 0.5;
}
.toc-link.toc-link-deep:hover {
  color: #A1A1AA;
}
.toc-link.toc-link-deep.is-active {
  color: #FAFAFA;
}
.toc-link.is-active {
  color: #FAFAFA;
  border-color: rgba(34,197,94,0.22);
  background: linear-gradient(90deg, rgba(34,197,94,0.1), rgba(34,197,94,0.03));
}
.toc-link.is-active::before {
  background: #22C55E;
  border-color: rgba(34,197,94,0.45);
  box-shadow: 0 0 12px rgba(34,197,94,0.45);
}
.toc-link-label {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toc-empty {
  margin-top: 8px;
  border: 1px dashed rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #71717A;
  font-size: 12px;
}
.toc-footer {
  border-top: 1px solid #27272A;
  padding: 10px 12px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.toc-footer a {
  text-decoration: none;
  color: #A1A1AA;
  font-size: 12px;
  border: 1px solid #27272A;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(255,255,255,0.015);
}
.toc-footer a:hover { color: #FAFAFA; border-color: #3f3f46; }

/* ── Scroll-to-top ── */
.scroll-top-btn {
  position: fixed; right: 18px; bottom: 18px; z-index: 45;
  opacity: 0; pointer-events: none; transform: translateY(8px);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 999px;
  background: rgba(9,9,11,0.92); color: #A1A1AA; padding: 8px 12px;
  font-size: 12px; font-family: 'JetBrains Mono', monospace; cursor: pointer;
  backdrop-filter: blur(8px); transition: opacity 140ms, transform 140ms, color 120ms, border-color 120ms;
}
.scroll-top-btn.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.scroll-top-btn:hover { color: #FAFAFA; border-color: rgba(34,197,94,0.24); }

/* ── Scrollbar ── */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #2f2f34; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #404047; }

/* ── Mobile sidebar responsive ── */
@media (max-width: 1023px) {
  .doc-cards-grid, .screenshot-grid, .recipe-grid, .workflow-grid { grid-template-columns: 1fr; }
  .shot-card.shot-wide { grid-column: auto; }
  .markdown .anchor-link { display: none; }
}

/* ── Print ── */
@media print {
  .dot-grid, .scroll-top-btn { display: none !important; }
  .markdown { color: #000; }
  .markdown a { color: #000; text-decoration: underline; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; scroll-behavior: auto !important;
  }
}

/* ── Global search modal ── */
.gs-backdrop {
  position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px); opacity: 0; transition: opacity 150ms;
  display: none;
}
.gs-backdrop.is-open { display: flex; align-items: flex-start; justify-content: center; opacity: 1; }
.gs-modal {
  margin-top: min(20vh, 140px); width: 100%; max-width: 560px;
  background: #111113; border: 1px solid #27272A; border-radius: 12px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.5); overflow: hidden;
  display: flex; flex-direction: column; max-height: min(70vh, 520px);
}
.gs-input-wrap {
  display: flex; align-items: center; gap: 8px;
  padding: 14px 16px; border-bottom: 1px solid #27272A;
}
.gs-input-icon { color: #71717A; flex: 0 0 auto; }
.gs-input {
  flex: 1; background: transparent; border: 0; outline: none;
  color: #FAFAFA; font-size: 15px; font-family: inherit;
}
.gs-input::placeholder { color: #52525B; }
.gs-results {
  flex: 1; overflow-y: auto; padding: 6px;
  scrollbar-width: thin; scrollbar-color: #2f2f34 transparent;
}
.gs-empty {
  padding: 32px 16px; text-align: center; color: #71717A; font-size: 13px;
}
.gs-result {
  display: block; text-decoration: none; padding: 10px 12px; border-radius: 8px;
  border: 1px solid transparent; transition: background-color 80ms, border-color 80ms;
  cursor: pointer;
}
.gs-result:hover, .gs-result.is-active {
  background: rgba(255,255,255,0.03); border-color: rgba(255,255,255,0.06);
}
.gs-result.is-active { border-color: rgba(34,197,94,0.25); background: rgba(34,197,94,0.05); }
.gs-result-title { color: #FAFAFA; font-size: 14px; font-weight: 500; }
.gs-result-desc { color: #71717A; font-size: 12px; margin-top: 2px; line-height: 1.35; }
.gs-result-headings { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.gs-heading-pill {
  display: inline-block; font-size: 11px; color: #A1A1AA; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 999px; padding: 2px 8px;
  text-decoration: none; transition: color 80ms, border-color 80ms;
}
.gs-heading-pill:hover { color: #FAFAFA; border-color: rgba(34,197,94,0.3); }
.gs-footer {
  border-top: 1px solid #27272A; padding: 8px 16px;
  display: flex; align-items: center; gap: 12px; color: #52525B; font-size: 11px;
}
.gs-footer kbd {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; padding: 0 5px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px; font-size: 11px; font-family: inherit; color: #71717A;
}
.gs-trigger {
  appearance: none; border: 1px solid #27272A; background: rgba(255,255,255,0.02);
  color: #71717A; border-radius: 8px; padding: 5px 10px; font-size: 12px;
  font-family: inherit; cursor: pointer; display: flex; align-items: center; gap: 6px;
  transition: color 120ms, border-color 120ms; min-width: 200px;
}
.gs-trigger:hover { color: #FAFAFA; border-color: rgba(34,197,94,0.25); }
.gs-trigger kbd {
  font-size: 10px; color: #52525B; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06); border-radius: 3px; padding: 1px 5px;
  font-family: inherit;
}
@media (max-width: 639px) {
  .gs-modal { margin: 12px; max-height: 80vh; }
  .gs-trigger kbd { display: none; }
}
