/* Zen Court's existing navy, paper and pink; shared discovery and help. */
.buyer-questions { display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;padding:30px 0;margin:10px 0 35px;border-top:1px solid var(--line);border-bottom:1px solid var(--line); }
.buyer-questions .tag { color:#a60858;font-size:11px; }
.buyer-questions h2 { font-size:28px;line-height:1.25;margin:12px 0; }
.buyer-questions p { color:var(--muted);font-size:15px;line-height:1.75; }
.buyer-answers details + details { border-top:1px solid var(--line); }
.buyer-answers summary { padding:16px 0;cursor:pointer;font-size:16px;font-weight:650; }
.buyer-answers details:first-child summary { padding-top:0; }
.buyer-answers p { margin:0 0 18px; }
.buyer-answers a { color:#a60858;text-decoration:underline;text-underline-offset:3px; }
@media(max-width:650px) { .buyer-questions { grid-template-columns:1fr;gap:16px; }.buyer-questions h2 { font-size:25px; } }
[hidden] { display: none !important; }
.hub-paths { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0; margin: 0 0 30px; border: 1px solid var(--line); background: #fff; }
.hub-paths a { display: flex; align-items: center; gap: 16px; padding: 18px 22px; min-width: 0; }
.hub-paths a + a { border-left: 1px solid var(--line); }
.hub-paths a:hover { background: #fff5fa; }
.path-num { color: #b20860; font-size: 17px; font-weight: 650; }
.hub-paths small { display: block; font-size: 10px; letter-spacing: .075em; color: var(--muted); }
.hub-paths strong { display: block; font-size: 16px; margin-top: 2px; }
.hub-paths a > span:last-child { margin-left: auto; color: #b20860; }
.cover-play { position: absolute; inset: 0; margin: auto; width: 62px; height: 62px; display: grid; place-items: center; padding-left: 4px; border-radius: 50%; color: var(--ink); background: #fffffff0; border: 1px solid #fff; font-size: 20px; box-shadow: 0 6px 25px #0003; }
.cover-image:hover .cover-play { background: #fff; color: var(--accent); }
.reading-desk .desk-row p { margin: 5px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.hub-tools { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hub-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.hub-filters button,.hub-empty button { border: 1px solid var(--line); border-radius: 5px; padding: 10px 14px; background: #fff; color: var(--muted); font-size: 13px; font-weight: 650; cursor: pointer; }
.hub-filters button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.hub-filters button:hover { border-color: var(--ink); }
.hub-search { display: flex; align-items: center; gap: 8px; padding: 0 13px; background: #fff; border: 1px solid var(--line); border-radius: 5px; }
.hub-search:focus-within { outline: 2px solid var(--accent); outline-offset: 2px; }
.hub-search > span[aria-hidden] { font-size: 26px; line-height: 1; color: var(--muted); }
.hub-search input { min-width: 0; width: 215px; border: 0; padding: 12px 0; font: inherit; font-size: 14px; color: var(--ink); background: transparent; outline: 0; }
.hub-result-count { color: var(--muted); font-size: 12px; margin: 15px 0; }
.hub-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.hub-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; border-radius: 7px; overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.hub-card:hover { border-color: #cc8ead; box-shadow: 0 7px 22px #1735480b; }
.hub-card-media { position: relative; aspect-ratio: 16/8; overflow: hidden; }
.hub-card-media img { width: 100%; height: 100%; object-fit: cover; }
.hub-play { position: absolute; bottom: 12px; left: 13px; display: grid; place-items: center; border-radius: 50%; width: 30px; height: 30px; color: var(--ink); background: white; font-size: 10px; padding-left: 2px; }
.hub-card-copy { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.hub-card-copy .tag { color: #a60858; font-size: 10px; letter-spacing: .07em; margin-bottom: 11px; }
.hub-card h3 { font-size: 21px; line-height: 1.35; }
.hub-card p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 12px 0 20px; }
.hub-card .card-author { margin-top: auto; }
.hub-card-label { display: flex; justify-content: space-between; align-items: center; padding: 17px 22px; border-bottom: 1px solid var(--line); background: #edf3f6; }
.hub-card-label > span { font-size: 10px; color: #496475; font-weight: 650; letter-spacing: .08em; }
.hub-card-label b { font-size: 22px; font-weight: 500; color: #8a9daa; }
.hub-empty { border: 1px dashed #b8cbd6; padding: 34px; text-align: center; background: white; }
.hub-empty h3 { font-size: 22px; }.hub-empty a { text-decoration: underline; }
.hub-support { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 32px; margin: 3px 0 20px; border: 1px solid #c9dde6; background: #eaf3f7; border-radius: 8px; }
.hub-support .eyebrow { font-size: 10px; margin-bottom: 10px; color: #a10857; }
.hub-support h2 { font-size: 25px; line-height: 1.3; }
.hub-support p:last-child { max-width: 570px; color: var(--muted); font-size: 14px; margin: 12px 0 0; }
.hub-support-actions { flex-shrink: 0; display: grid; gap: 12px; text-align: center; }
.hub-text-link { font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.hub-next { border-top: 1px solid var(--line); padding: 26px 0; margin: 0 0 20px; display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 25px; align-items: center; }
.hub-next .tag { color: #ae075c; font-size: 10px; margin-bottom: 6px; }
.hub-next h2 { font-size: 22px; }
.hub-next > a { display: grid; gap: 5px; border-left: 1px solid var(--line); padding-left: 25px; }
.hub-next strong { font-size: 15px; }.hub-next strong span { color: #b20860; }
.hub-next > a > span { font-size: 13px; color: var(--muted); }
.hub-next a:hover strong { color: var(--accent); }
.help-checks { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.help-checks > div { background: #edf3f6; padding: 20px; border: 1px solid var(--line); border-radius: 6px; }
.help-checks b { display: block; font-size: 12px; color: #b20860; margin-bottom: 9px; }
.help-checks strong { display: block; font-size: 15px; line-height: 1.45; }
.article-body .help-checks p { font-size: 14px; line-height: 1.65; margin-bottom: 0; }
.help-issues { border-block: 1px solid var(--line); }
.help-issues details + details { border-top: 1px solid var(--line); }
.help-issues details { scroll-margin-top: 25px; }
.help-issues summary { display: flex; align-items: center; gap: 15px; list-style: none; padding: 20px 5px; font-weight: 650; cursor: pointer; line-height: 1.5; }
.help-issues summary::-webkit-details-marker { display: none; }
.help-issues summary > span { color: #b20860; font-size: 12px; }
.help-issues summary::after { content: '+'; font-size: 22px; font-weight: 400; margin-left: auto; }
.help-issues details[open] summary::after { content: '−'; }
.help-issues details > div { padding: 0 30px 24px; }
.help-issues details > div p:first-child { margin-top: 0; }
.help-read { font-size: 14px; font-weight: 650; }
.help-handoff { padding: 20px 25px; border-left: 3px solid var(--accent); background: #edf3f6; }
.help-handoff ul { margin-top: 0; }.article-body .help-handoff > p { font-size: 13px; }
@media(max-width:1000px) {
  .hub-paths a { padding: 15px; gap: 10px; }.hub-paths strong { font-size: 15px; }.hub-paths small { font-size: 9px; }
  .hub-tools { align-items: stretch; flex-direction: column; gap: 12px; }.hub-search input { width: 100%; }.hub-search { align-self: stretch; }
  .hub-next { grid-template-columns: 1fr 1fr; }.hub-next > div { grid-column: 1/-1; }.hub-next > a { padding-left: 0; border-left: 0; }
  .help-checks { grid-template-columns: 1fr; }.help-checks > div { padding: 17px; }.help-checks b { float: left; margin: 2px 15px 0 0; }.help-checks p { margin-top: 8px; }
}
@media(max-width:760px) {
  .hub-paths { margin-bottom: 23px; grid-template-columns: 1fr; }.hub-paths a { padding: 12px 16px; gap: 16px; }.hub-paths a + a { border-left: 0; border-top: 1px solid var(--line); }.hub-paths small { font-size: 10px; }.hub-paths strong { font-size: 16px; }
  .hub-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }.hub-card-copy { padding: 18px; }.hub-card h3 { font-size: 19px; }
  .hub-support { flex-direction: column; align-items: start; padding: 24px; gap: 23px; }.hub-support h2 { font-size: 24px; }.hub-support-actions { text-align: left; }
  .hub-next { gap: 20px; }.hub-next h2 { font-size: 21px; }.hub-next strong { font-size: 14px; }
  .site-header nav > a.mobile-help { display: inline; font-size: 13px; }.site-header .wordmark small { font-size: 9px; }.site-header nav { gap: 10px; }.site-header .store-link { font-size: 12px; }
  .library-heading > span { max-width: 120px; text-align: right; font-size: 11px; }
}
@media(max-width:480px) {
  .hub-grid { grid-template-columns: 1fr; }.hub-card { display: grid; grid-template-columns: 92px minmax(0,1fr); }.hub-card-media { aspect-ratio: auto; height: 100%; }.hub-card-label { border: 0; border-right: 1px solid var(--line); flex-direction: column; align-items: start; justify-content: space-between; padding: 17px 12px; }.hub-card-label > span { font-size: 9px; }.hub-card-label b { font-size: 29px; }.hub-card-copy { padding: 17px; }.hub-card-copy .tag { font-size: 9px; }.hub-card p { font-size: 14px; margin-bottom: 16px; }.hub-filters { display: grid; grid-template-columns: 1fr 1fr; }.hub-filters button { padding: 11px 9px; }
  .cover-image .media-label { font-size: 9px; left: 10px; bottom: 10px; letter-spacing: .025em; }.cover-play { width: 48px; height: 48px; font-size: 15px; }.hub-next { grid-template-columns: 1fr; }.hub-next > a + a { border-top: 1px solid var(--line); padding-top: 15px; }.help-issues details > div { padding: 0 5px 20px; }.help-issues summary { font-size: 15px; gap: 10px; }.site-header .wordmark { font-size: 16px; }.site-header .brand-symbol { width: 26px; height: 32px; font-size: 22px; }.site-header .store-link { padding: 8px; }.site-header { gap: 8px; }
}

.issue-jumps{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 25px}.issue-jumps a{padding:8px 12px;border:1px solid #b7cbd4;border-radius:20px;font-size:13px;line-height:1.5;text-decoration:none!important}.issue-jumps a:hover{background:#e5f1f5}.help-issues details{scroll-margin-top:30px}.help-issues details:target{border-color:#078497}.issue-jumps a:focus-visible{outline:2px solid #078497;outline-offset:3px}
