/* Static, accessible reading patterns; content remains in the HTML. */
body .search-flow { margin: 0; padding: 28px; border: 1px solid #cbd9df; border-radius: 10px; background: #f0f5f7; color: #253c4c; }
body .search-flow ol { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
body .search-flow li { position: relative; min-width: 0; }
body .search-flow li+li::before { content: '→'; position: absolute; left: -19px; top: 3px; color: #326581; }
body .search-flow strong { display: block; font-size: 18px; line-height: 1.5; color: #253c4c; }
body .search-flow span { display: block; margin-top: 8px; font-size: 14px; line-height: 1.65; color: #50616c; }
body .search-flow figcaption { margin-top: 20px; border-top: 1px solid #cbd9df; padding-top: 14px; font-size: 13px; color: #50616c; }
body .search-flow--compact ol { grid-template-columns: 1fr; gap: 24px; }
body .search-flow--compact li { padding-left: 24px; border-left: 2px solid #8eaebb; }
body .search-flow--compact li+li::before { content: '↓'; left: -9px; top: -22px; }
body .search-overview { width: min(1280px,100%); margin: 0 auto; padding: 32px; }
body .search-matrix { margin: 24px 0; border: 1px solid #cbd9df; border-radius: 8px; overflow: hidden; }
body .search-matrix table { width: 100%; border-collapse: collapse; table-layout: fixed; text-align: left; }
body .search-matrix th,body .search-matrix td { padding: 18px 20px; border-bottom: 1px solid #dce5e8; vertical-align: top; font-size: 15px; line-height: 1.7; overflow-wrap: anywhere; }
body .search-matrix thead { background: #e8f0f3; color: #253c4c; }
body .search-matrix th:first-child { width: 22%; }
body .search-matrix td { color: #50616c; }
body .search-matrix tr:last-child :is(th,td) { border-bottom: 0; }
body .search-matrix caption { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
body .search-details { border-top: 1px solid #cbd9df; padding: 20px 0; }
body .search-details summary { cursor: pointer; color: #253c4c; font-size: 18px; font-weight: 600; line-height: 1.6; }
body .search-details summary:focus-visible,body .search-related a:focus-visible { outline: 3px solid #326581; outline-offset: 5px; }
body .search-details[open] summary { margin-bottom: 24px; }
body .search-related { max-width: 1280px; margin: 24px auto; padding: 24px 32px; border-top: 1px solid #cbd9df; }
body .search-related h2 { font-size: 22px !important; margin: 0 0 16px !important; }
body .search-related ul { display: flex; gap: 12px 24px; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
body .search-related a { display: inline-block; padding: 8px 0; color: #26536c !important; text-decoration: underline; text-underline-offset: 5px; }
body .search-source { font-size: 13px; color: #50616c; }
body .search-reading-nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px 0; }
body .search-reading-nav a { padding: 9px 14px; border: 1px solid #cbd9df; border-radius: 6px; color: #26536c; font-size: 14px; }
body .ai-uc-grid { align-items: start; }
body .ai-uc .search-details { border: 0; padding: 0; }
body .ai-uc .search-details summary .ai-uc-head { display: inline-flex; max-width: 90%; vertical-align: top; margin-bottom: 0; }
body .ai-uc .search-details summary { padding: 4px 0; }
body [id^="ai-reading-"] { scroll-margin-top: 100px; }
@media(max-width:640px) {
 body .search-flow { padding: 22px; }
 body .search-flow ol { grid-template-columns: 1fr 1fr; gap: 24px; }
 body .search-flow li+li::before { display: none; }
 body .search-flow--compact ol { grid-template-columns: 1fr; }
 body .search-overview { padding: 24px 20px; }
 body .search-matrix :is(th,td) { padding: 12px 10px; font-size: 13px; line-height: 1.7; }
 body .search-matrix th:first-child { width: 25%; }
 body .search-related { padding: 24px 20px; }
 body .search-details summary { font-size: 17px; }
}
