/* scrapewithclaude.com/playbook -- ebook component layer
   Scoped styles for the playbook page only. Loads AFTER components.css.
   Edit rule of thumb: every asset (A0-A12) has its own commented section below.
   Page structure markers live in playbook.html (ASSET:Ax:START/END, COPY:section). */

/* ============================================================
   1. LAYOUT -- sidebar + content column
   ============================================================ */
.pb-layout {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  align-items: stretch;
}

.pb-sidebar {
  width: 256px;
  min-width: 256px;
  border-right: 1px solid var(--rule);
  background: #F4F2EB;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.pb-sidebar-scroll { flex: 1; overflow-y: auto; padding: 26px 0 12px; }

.pb-sidebar-file {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  letter-spacing: .03em;
  color: var(--mid);
  padding: 0 20px 14px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 12px;
}
.pb-sidebar-file .dotmd { color: var(--faint); }

.pb-toc-label {
  display: block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--faint);
  padding: 14px 20px 5px;
}
.pb-toc-item {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--mid);
  text-decoration: none;
  padding: 5px 18px 5px 28px;
  line-height: 1.4;
  border-left: 2px solid transparent;
  transition: color .12s, background .12s;
}
.pb-toc-item:hover { color: var(--ink); background: #ECE9E0; }
.pb-toc-item.active {
  color: var(--coral-ink);
  background: var(--clay-soft);
  border-left-color: var(--coral);
  font-weight: 600;
}

.pb-sidebar-foot {
  border-top: 1px solid var(--rule);
  padding: 14px 16px 16px;
  background: #F4F2EB;
}
.pb-sidebar-cta {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: transparent;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  margin-bottom: 9px;
  transition: background .15s, color .15s;
}
.pb-sidebar-cta:hover { background: var(--ink); color: var(--cream); }
.pb-verified {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  color: var(--faint);
  text-align: center;
  letter-spacing: .04em;
}

.pb-main {
  flex: 1;
  min-width: 0;
  padding: 48px 56px 90px;
}
.pb-content { max-width: 640px; margin: 0 auto; }

/* ============================================================
   2. MOBILE TOC BAR + DRAWER
   ============================================================ */
.pb-mobilebar {
  display: none;
  position: sticky;
  top: 0;
  z-index: 60;
  background: #F4F2EB;
  border-bottom: 1px solid var(--rule);
  padding: 10px 18px;
  align-items: center;
  justify-content: space-between;
}
.pb-mobilebar-title {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--ink);
}
.pb-toc-toggle {
  background: none;
  border: 1px solid var(--mid);
  border-radius: 6px;
  padding: 4px 10px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  color: var(--ink);
  cursor: pointer;
}
.pb-drawer {
  display: none;
  position: fixed;
  top: 41px;
  left: 0; right: 0;
  z-index: 59;
  background: #F4F2EB;
  border-bottom: 1px solid var(--rule);
  padding: 8px 0 14px;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 18px 40px rgba(20,20,19,.12);
}
.pb-drawer.open { display: block; }

/* ============================================================
   3. TYPOGRAPHY -- book header, sections, prose
   ============================================================ */
.pb-eyebrow {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--coral-ink);
  margin-bottom: 10px;
}
.pb-eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--coral);
  margin-top: 5px;
  border-radius: 1px;
}

.pb-book-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--ink);
  margin: 0 0 14px;
}
.pb-book-subtitle {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.6;
  margin: 0 0 8px;
}

.pb-content h2 {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.18;
  color: var(--ink);
  margin: 6px 0 18px;
}
.pb-content h3 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 30px 0 10px;
}
.pb-content section { scroll-margin-top: 28px; }

.pb-content p {
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 16px;
}
.pb-content p strong { font-weight: 700; }
.pb-content p em { color: var(--mid); }
.pb-content a { color: var(--coral-ink); text-decoration: underline; text-underline-offset: 2px; }
.pb-content a:hover { color: var(--coral); }
.pb-content code {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: .88em;
  background: var(--panel);
  border-radius: 4px;
  padding: 1px 5px;
}

.pb-rule { border: none; border-top: 1px solid var(--rule); margin: 38px 0; }

.pb-endnote { font-size: 14.5px; color: var(--mid); font-style: italic; }

/* part divider band -- bleeds across the content column */
.pb-part {
  background: var(--clay-soft);
  border-top: 1px solid #EBDFCB;
  border-bottom: 1px solid #EBDFCB;
  margin: 48px -56px;
  padding: 16px 56px;
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.pb-part-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--coral-ink);
  white-space: nowrap;
}
.pb-part-title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}

/* when-to-use row -- opens each toolkit play */
.pb-wtu {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #F3EFE7;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 12px 16px;
  margin: 0 0 20px;
}
.pb-wtu-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--coral-ink);
  white-space: nowrap;
  padding-top: 3px;
  flex-shrink: 0;
}
.pb-wtu-text { font-size: 14px; color: var(--ink); line-height: 1.55; }

/* staying-clean aside */
.pb-aside {
  background: #F3EFE7;
  border: 1px solid var(--rule);
  border-left: 3px solid var(--clay);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px 8px;
  margin: 34px 0;
}
.pb-aside h3 { margin: 0 0 12px; font-size: 17px; }
.pb-aside p { font-size: 15px; color: var(--ink); margin-bottom: 12px; }

/* ============================================================
   4. WINDOW CHROME -- shared frame for every asset & code block
   ============================================================ */
.pb-window {
  background: #fff;
  border: 1px solid #E0DDD2;
  border-radius: 12px;
  overflow: hidden;
  margin: 26px 0;
  box-shadow: 0 1px 2px rgba(20,20,19,.04), 0 10px 28px rgba(20,20,19,.07);
}
.pb-titlebar {
  background: #F1EFE7;
  border-bottom: 1px solid #E4E1D6;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pb-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; box-shadow: inset 0 0 0 .5px rgba(0,0,0,.12); }
.pb-dot.r { background: #EC6A5E; }
.pb-dot.y { background: #F4BE50; }
.pb-dot.g { background: #61C454; }
.pb-filename {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11.5px;
  color: var(--mid);
  margin-left: 8px;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pb-spacer { flex: 1; }
.pb-copy {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #E4E1D6;
  border: none;
  border-radius: 5px;
  padding: 4px 10px;
  color: #54524C;
  cursor: pointer;
  transition: background .15s;
  flex-shrink: 0;
}
.pb-copy:hover { background: #D8D4C6; }
.pb-copy.copied { background: #DCE5D2; color: #4F7A3A; }

/* browser-variant titlebar: address pill after the dots */
.pb-address {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: var(--mid);
  background: #fff;
  border: 1px solid #E0DDD2;
  border-radius: 6px;
  padding: 3px 12px;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pb-address .lock { font-size: 9px; color: var(--faint); }

/* asset caption under a window */
.pb-caption {
  font-size: 12.5px;
  color: var(--faint);
  margin: -14px 2px 26px;
  line-height: 1.5;
}

/* ============================================================
   5. TERMINAL PALETTE -- Chris's terminal: parchment, charcoal,
      maroon headers, blue links. All book terminals share this.
   ============================================================ */
.pb-term {
  background: #F6F1E4;
  padding: 16px 18px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12.5px;
  line-height: 1.65;
  color: #2E2A23;
  overflow-x: auto;
}
.pb-term .tp { color: #97907F; }                       /* prompt $ */
.pb-term .tc { color: #2E2A23; font-weight: 600; }     /* command */
.pb-term .tm { color: #8A2D1E; font-weight: 700; }     /* maroon header */
.pb-term .tb { color: #3E6E9E; }                       /* blue link/domain */
.pb-term .th { color: #56753F; font-weight: 600; }     /* hit / ok */
.pb-term .tv { color: #56753F; font-weight: 700; }     /* verified */
.pb-term .ts { color: #97907F; }                       /* skip / muted */
.pb-term .td2 { color: #5E7A99; }                      /* cost / dim data */
.pb-term .tdim { color: #97907F; font-size: 11px; }
.pb-term .tital { color: #97907F; font-size: 11.5px; font-style: italic; }
.pb-term-hr { border: none; border-top: 1px solid #E2D9C4; margin: 10px 0; }

/* table rendered as terminal output (A1) */
.pb-ttable { width: 100%; border-collapse: collapse; font-size: 11.5px; margin-top: 4px; }
.pb-ttable th {
  color: #8A2D1E; font-weight: 700; text-align: left;
  padding: 2px 12px 4px 0; border-bottom: 1px solid #DCD2BA;
  font-size: 10.5px; letter-spacing: .05em; text-transform: lowercase;
}
.pb-ttable td { padding: 4px 12px 4px 0; vertical-align: top; white-space: nowrap; }
.pb-ttable td.ok { color: #56753F; font-weight: 600; }
.pb-ttable td.miss { color: #A04A38; }
.pb-ttable tr:nth-child(even) td { background: rgba(74,58,30,.04); }

/* redaction bar -- proof the data is real */
.pb-redact {
  display: inline-block;
  height: .7em;
  background: linear-gradient(135deg, #3A352D, #262320);
  border-radius: 3px;
  vertical-align: baseline;
  transform: translateY(.02em);
}

/* ============================================================
   ASSET A0 -- real Pebble Beach capture in browser chrome
   ============================================================ */
.pb-shot { display: block; width: 100%; height: auto; }

/* ============================================================
   ASSET A2 -- spreadsheet mockup
   ============================================================ */
.pb-sheet-scroll { overflow-x: auto; }
.pb-sheet { width: 100%; border-collapse: collapse; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 10px; }
.pb-sheet th {
  background: #EFEDE5;
  color: var(--mid);
  font-weight: 700;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: left;
  padding: 5px 6px;
  border: 1px solid #E2DFD4;
  white-space: nowrap;
}
.pb-sheet td {
  padding: 5px 6px;
  border: 1px solid #E8E5DA;
  color: #44423C;
  background: #fff;
  white-space: nowrap;
}
.pb-sheet tr:nth-child(even) td { background: #FAF9F4; }
.pb-sheet td.rownum, .pb-sheet th.rownum { background: #EFEDE5; color: var(--faint); text-align: center; width: 18px; font-size: 9px; padding-left: 3px; padding-right: 3px; }
.pb-sheet td.signal { background: #F7F0E3; }           /* booking-system column: THE signal field */
.pb-sheet tr:nth-child(even) td.signal { background: #F3EBDB; }
.pb-sheet td.ok { color: #56753F; font-weight: 700; text-align: center; }
.pb-sheet td.na { color: var(--faint); text-align: center; }

/* ============================================================
   ASSETS A4 + A11 -- email editor with variable chips
   ============================================================ */
.pb-email { background: #fff; font-family: 'Inter', sans-serif; }
.pb-email-field {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--rule);
  padding: 9px 16px;
}
.pb-email-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--faint);
  width: 58px;
  flex-shrink: 0;
}
.pb-email-value { font-size: 13.5px; color: var(--ink); }
.pb-email-toolbar {
  display: flex;
  gap: 6px;
  padding: 8px 16px;
  border-bottom: 1px solid var(--rule);
  background: #FBFAF6;
}
.pb-email-tool {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  color: var(--mid);
  background: #EFEDE5;
  border: 1px solid #E2DFD4;
  border-radius: 4px;
  padding: 2px 8px;
}
.pb-email-body { padding: 16px 16px 18px; }
.pb-email-body p { font-size: 13.5px !important; line-height: 1.65 !important; color: var(--ink); margin: 0 0 10px !important; }
.pb-email-body p:last-child { margin-bottom: 0 !important; }

/* variable chips -- one brand color per variable */
.pb-chip {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  border-radius: 999px;
  padding: 1px 9px;
  border: 1px solid;
  white-space: nowrap;
}
.pb-chip.first  { background: #F9E5DB; border-color: #EDC7B3; color: #A14D33; }  /* {{first_name}} coral */
.pb-chip.email  { background: #EFEDE5; border-color: #DDD9CB; color: #54524C; }  /* {{email}} neutral */
.pb-chip.course { background: #F0E6D6; border-color: #E2CFAF; color: #8A6A3F; }  /* {{course_name}} clay */
.pb-chip.ctype  { background: #E5EDF5; border-color: #C7D9EA; color: #3D6285; }  /* {{course_type}} blue */
.pb-chip.system { background: #E9EDE0; border-color: #CFD9BD; color: #5A6E3D; }  /* {{booking_system}} green */

/* ============================================================
   ASSET A5 -- split frame, raw HTML to clean CSV
   ============================================================ */
.pb-split { display: flex; gap: 10px; align-items: stretch; padding: 16px; background: #FBFAF6; }
.pb-split-pane {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  line-height: 1.6;
  color: #44423C;
  overflow: hidden;
}
.pb-split-arrow { display: flex; align-items: center; font-size: 20px; color: var(--coral); flex-shrink: 0; }
.pb-pane-head {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--coral-ink);
  border-bottom: 1px solid var(--rule);
  padding-bottom: 5px;
  margin-bottom: 8px;
}
.pb-html .tag { color: #8A2D1E; }
.pb-html .attr { color: #3E6E9E; }
.pb-html .txt { color: #44423C; }

/* ============================================================
   ASSET A6 -- browser two states (spinner, loaded)
   ============================================================ */
.pb-states { display: flex; gap: 12px; align-items: stretch; padding: 16px; background: #FBFAF6; }
.pb-state {
  flex: 1;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff;
  padding: 12px 14px;
  min-width: 0;
}
.pb-state-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--coral-ink);
  margin-bottom: 10px;
}
.pb-states-arrow { display: flex; align-items: center; font-size: 20px; color: var(--coral); flex-shrink: 0; }
.pb-spinner {
  width: 22px; height: 22px;
  border: 2.5px solid #E8E5DA;
  border-top-color: var(--mid);
  border-radius: 50%;
  margin: 14px auto 8px;
}
.pb-teetime-row {
  display: flex;
  justify-content: space-between;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  color: #44423C;
  border-bottom: 1px solid #F0EDE3;
  padding: 4px 0;
}
.pb-teetime-row .price { color: #56753F; font-weight: 600; }

/* ============================================================
   ASSET A7 -- DevTools Network tab
   ============================================================ */
.pb-devtools { background: #23221F; padding: 10px 14px 12px; }
.pb-dt-tabs { border-bottom: 1px solid #3A3833; padding-bottom: 6px; margin-bottom: 6px; }
.pb-dt-tab {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  color: #8A877E;
  padding: 2px 9px;
  border-bottom: 2px solid transparent;
  letter-spacing: .03em;
}
.pb-dt-tab.active { color: #E8E6DC; border-bottom-color: #D97757; }
.pb-dt-row {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  color: #8A877E;
  padding: 3px 6px;
  display: flex;
  gap: 12px;
  border-radius: 3px;
}
.pb-dt-row.head { color: #5E5C55; font-size: 9.5px; border-bottom: 1px solid #3A3833; border-radius: 0; margin-bottom: 3px; }
.pb-dt-row.hit { background: #2C4429; color: #A4D49A; }
.pb-dt-name { flex: 1.6; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pb-dt-type { flex: 1; }
.pb-dt-size { flex: .6; text-align: right; }
.pb-dt-note { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 9.5px; color: #6E6B62; font-style: italic; margin-top: 7px; }
.pb-dt-pagearea { border-bottom: 2px solid #44423C; }

/* ============================================================
   ASSET A8 -- subdomain index list
   ============================================================ */
.pb-subdomains { padding: 14px 18px 16px; font-family: ui-monospace, "SF Mono", Menlo, monospace; }
.pb-sub-head {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--coral-ink);
  background: var(--clay-soft);
  border: 1px solid #EBDFCB;
  border-radius: 5px;
  padding: 3px 9px;
  margin-bottom: 10px;
}
.pb-sub-row {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: #44423C;
  padding: 5px 0;
  border-bottom: 1px solid #F0EDE3;
}
.pb-sub-row:last-of-type { border-bottom: none; }
.pb-sub-row .dr { color: #5E7A99; font-size: 10.5px; }
.pb-sub-row.more { color: var(--faint); font-style: italic; font-size: 10.5px; }

/* ============================================================
   ASSET A9 -- Apify actor input
   ============================================================ */
.pb-apify { background: #FBFAF6; }
.pb-apify-head {
  background: #EFEDE5;
  border-bottom: 1px solid var(--rule);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  color: var(--mid);
}
.pb-apify-actor { font-weight: 700; color: var(--ink); font-size: 11.5px; }
.pb-apify-body { padding: 16px; }
.pb-apify-row { margin-bottom: 12px; }
.pb-apify-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 9.5px;
  font-weight: 700;
  color: var(--faint);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.pb-apify-input {
  background: #fff;
  border: 1px solid #E0DDD2;
  border-radius: 6px;
  padding: 7px 11px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  color: var(--ink);
}
.pb-toggle-row { display: flex; align-items: center; gap: 10px; }
.pb-toggle {
  width: 34px; height: 20px;
  background: #D8D4C6;
  border-radius: 999px;
  position: relative;
  flex-shrink: 0;
}
.pb-toggle::after {
  content: '';
  position: absolute;
  top: 2px; left: 2px;
  width: 16px; height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,.18);
}
.pb-toggle-note { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 10.5px; color: #A04A38; }
.pb-apify-btn {
  display: inline-block;
  background: var(--ink);
  color: var(--cream);
  border-radius: 6px;
  padding: 8px 16px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: 4px;
}

/* ============================================================
   ASSET A13 -- scraper marketplace grid (toolkit play 7)
   ============================================================ */
.pb-store { background: #FBFAF6; padding: 16px; }
.pb-store-search {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px;
  color: var(--faint);
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 12px;
}
.pb-store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pb-store-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 12px 13px;
  display: flex;
  flex-direction: column;
}
.pb-store-mono {
  width: 30px; height: 30px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 9px;
}
.pb-store-name { font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.3; margin-bottom: 4px; }
.pb-store-meta { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 9.5px; color: var(--faint); }
@media (max-width: 480px) {
  .pb-store-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   ASSET A3 -- booking widget footer crop (optional)
   ============================================================ */
.pb-widgetcrop { padding: 16px; background: #FBFAF6; }
.pb-widgetcrop-inner {
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px 12px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
}
.pb-crop-slotrow { display: flex; gap: 8px; margin-bottom: 6px; }
.pb-crop-slot {
  flex: 1;
  border: 1px solid #E8E5DA;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 10px;
  color: #44423C;
  text-align: center;
  background: #FAF9F4;
}
.pb-crop-foot {
  border-top: 1px solid var(--rule);
  margin-top: 12px;
  padding-top: 9px;
  font-size: 10px;
  color: var(--faint);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ============================================================
   NEXT STEPS -- docs-style two-door close
   ============================================================ */
.pb-doors {
  border: 1px solid var(--rule);
  border-radius: 14px;
  overflow: hidden;
  margin: 28px 0;
  background: #fff;
}
.pb-doors-head {
  background: #F1EFE7;
  padding: 11px 18px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mid);
  border-bottom: 1px solid var(--rule);
}
.pb-door {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px;
  border-bottom: 1px solid var(--rule);
  text-decoration: none !important;
  color: inherit;
  transition: background .12s;
}
.pb-door:last-child { border-bottom: none; }
.pb-door:hover { background: #FBFAF6; }
.pb-door-arrow { color: var(--coral); font-size: 18px; flex-shrink: 0; padding-top: 1px; transition: transform .15s; }
.pb-door:hover .pb-door-arrow { transform: translateX(4px); }
.pb-door-title { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.pb-door-desc { font-size: 14.5px; color: var(--ink); line-height: 1.6; }
.pb-door-desc .fake-link { color: var(--coral-ink); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .pb-sidebar { display: none; }
  .pb-mobilebar { display: flex; }
  .pb-main { padding: 28px 20px 70px; }
  .pb-part { margin: 40px -20px; padding: 14px 20px; }
  .pb-book-title { font-size: 33px; }
  .pb-content h2 { font-size: 25px; }
  .pb-split { flex-direction: column; }
  .pb-split-arrow { transform: rotate(90deg); justify-content: center; }
  .pb-states { flex-direction: column; }
  .pb-states-arrow { transform: rotate(90deg); justify-content: center; }
}
@media (max-width: 480px) {
  .pb-sheet { font-size: 10px; }
  .pb-term { font-size: 11px; }
  .pb-ttable { font-size: 10px; }
}
