:root{color-scheme:light;--ink:#10243d;--muted:#425b76;--blue:#15538d;--blue-dark:#103f6c;--line:#b8cee2;--pale:#f2f7fc;--white:#fff;--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--white);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65}a{color:var(--blue);text-underline-offset:4px}a:hover{color:var(--blue-dark)}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #116ea9;outline-offset:4px}[hidden]{display:none!important}.skip-link{position:absolute;left:18px;top:-100px;z-index:10;padding:12px 18px;background:white;border:2px solid var(--blue)}.skip-link:focus{top:12px}.site-header{border-bottom:1px solid var(--line);background:#f8fbfe}.header-inner{width:min(1180px,calc(100% - 48px));margin:auto;min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:.88rem;letter-spacing:.13em;font-weight:800;text-decoration:none}.back-link{font-size:.9rem;font-weight:700;white-space:nowrap;padding:12px 0}.page{width:min(1180px,calc(100% - 48px));margin:auto}.hero{max-width:960px;padding:70px 0 34px}.eyebrow{font-size:.76rem;font-weight:800;color:var(--blue);letter-spacing:.13em;text-transform:uppercase;margin:0 0 12px}h1,h2,h3{line-height:1.2;margin:0;letter-spacing:-.025em}h1{font-size:clamp(2.4rem,6vw,4.35rem);color:var(--blue-dark);max-width:850px}h2{font-size:clamp(1.75rem,3.5vw,2.6rem)}h3{font-size:1.23rem}p{margin:16px 0}.hero .lead{font-size:clamp(1.17rem,2.2vw,1.5rem);line-height:1.5;color:var(--ink);max-width:850px;margin-top:25px}.hero>p:not(.eyebrow){max-width:870px}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin:28px 0}.primary-link,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:11px 18px;border-radius:10px;font-weight:750;text-decoration:none;border:1px solid var(--blue);cursor:pointer}.primary-link{color:white;background:var(--blue)}.primary-link:hover{background:var(--blue-dark);color:white}.text-link{font-weight:650}.secondary-button{color:var(--blue-dark);background:white}.secondary-button:hover{background:#e9f2fa}.scope-note{background:var(--pale);border-left:4px solid var(--blue);padding:20px 24px;border-radius:0 14px 14px 0;margin-top:32px;font-size:.95rem}.scope-note p{margin:8px 0 0}.section{padding:42px 0}.section-heading{max-width:800px;margin-bottom:26px}.section-heading>p:last-child{color:var(--muted)}.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.mode-card{border:1px solid var(--line);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;align-items:flex-start}.mode-number{color:var(--blue);font-weight:800;font-size:1.45rem;margin:0 0 20px}.mode-card p:not(.mode-number){color:var(--muted);font-size:.98rem}.mode-card ul{padding-left:21px;margin:0 0 22px;font-size:.95rem}.mode-card li+li{margin-top:7px}.filter-link{font-weight:750;text-decoration-thickness:1px}.mode-card .filter-link{margin-top:auto}.section-footnote{font-size:.88rem;color:var(--muted);max-width:1000px;margin-top:20px}.method-panel{background:var(--pale);border:1px solid var(--line);padding:34px;border-radius:var(--radius);margin:24px 0}.method-intro{font-size:1.12rem;max-width:900px}.method-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 40px;padding-left:25px;margin:25px 0}.method-steps li{padding-left:4px}.method-steps strong{color:var(--blue-dark)}.method-example{padding:22px 24px;background:white;border:1px solid var(--line);border-radius:14px;margin:28px 0}.method-example p:last-child{margin-bottom:0}.evidence-key{border-left:3px solid var(--line);padding-left:21px;color:var(--muted);font-size:.92rem;margin:24px 0 28px;max-width:1060px}.evidence-key p{margin:8px 0}.research-controls{background:var(--pale);padding:22px;border:1px solid var(--line);border-radius:14px}.mode-filters{display:flex;flex-wrap:wrap;gap:10px}.mode-filters button{min-height:46px;border:1px solid #8faeca;background:white;color:var(--blue-dark);border-radius:999px;padding:9px 18px;cursor:pointer;font-size:.92rem;font-weight:750}.mode-filters button[aria-pressed="true"]{color:white;background:var(--blue);border-color:var(--blue)}.mode-filters button:hover{border-color:var(--blue-dark)}.search-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(190px,.6fr) auto;gap:18px;align-items:end;margin-top:22px}.search-row label{font-size:.84rem;font-weight:700;color:var(--blue-dark);display:flex;flex-direction:column;gap:8px}.search-row input,.search-row select{min-height:48px;width:100%;border:1px solid #8faeca;border-radius:8px;color:var(--ink);background:white;padding:10px 12px;font-size:1rem}.search-row input::placeholder{color:#546c84}.search-row .secondary-button{min-height:48px;font-size:.9rem}.load-status{color:var(--muted);font-size:.94rem}.load-status:empty{display:none}.load-status.error{color:#87331d;background:#fff3ee;border:1px solid #d79b86;padding:14px 18px;border-radius:10px}.results-count{font-size:.92rem;color:var(--muted);margin:22px 0 16px;min-height:24px}.study-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.study-card{border:1px solid var(--line);border-radius:16px;padding:26px;overflow-wrap:anywhere}.study-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.study-tag{padding:4px 9px;font-size:.73rem;font-weight:750;border-radius:6px;background:#e8f1f9;color:#244e73;line-height:1.5}.study-tag.evidence-type{background:#e8f4f0;color:#255b4a}.study-card h3{font-size:1.24rem;line-height:1.35}.study-card h3 a{text-decoration:none}.study-card h3 a:hover{text-decoration:underline}.study-citation{font-size:.86rem;color:var(--muted);margin:12px 0 20px}.study-card dl{margin:0}.study-card dt{font-weight:800;font-size:.78rem;letter-spacing:.03em;color:var(--blue-dark);margin-top:17px}.study-card dd{margin:4px 0 0;font-size:.97rem}.study-card dd.scope{color:var(--muted);font-size:.92rem}.study-source{display:inline-block;margin-top:21px;font-size:.88rem;font-weight:750}.no-results{grid-column:1/-1;border:1px solid var(--line);background:var(--pale);border-radius:12px;padding:25px}.closing-note{border-top:1px solid var(--line);margin:38px 0 55px;padding-top:38px;max-width:890px}.closing-note h2{font-size:1.65rem}.closing-note p{margin-bottom:24px}.site-footer{border-top:1px solid var(--line);padding:25px 24px 35px;text-align:center;font-size:.82rem;color:var(--muted);background:#f8fbfe}
.feature-map-wrap{border:1px solid var(--line);border-radius:16px;overflow:hidden}.feature-map{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.91rem;line-height:1.55}.feature-map caption{text-align:left;padding:16px 20px;color:var(--muted);font-size:.88rem;background:#f8fbfe}.feature-map th,.feature-map td{padding:19px 20px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.feature-map thead th{color:var(--blue-dark);font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;background:var(--pale)}.feature-map thead th:nth-child(1){width:22%}.feature-map thead th:nth-child(2){width:30%}.feature-map thead th:nth-child(3){width:29%}.feature-map thead th:nth-child(4){width:19%}.feature-map .feature-group th{background:#e8f1fa;color:var(--blue-dark);padding:14px 20px;font-size:.95rem}.feature-map td:last-child a{display:block;font-size:.85rem;font-weight:700;padding:3px 0}.feature-map td:last-child a+a{margin-top:8px}.fit-label{display:block;font-weight:800;color:var(--blue-dark);font-size:.8rem;margin-bottom:7px}.feature-map tbody:last-child tr:last-child>*{border-bottom:0}.study-card:focus{outline:3px solid var(--blue);outline-offset:5px}.study-card{scroll-margin-top:28px}
@media(max-width:920px){.mode-grid{grid-template-columns:1fr}.mode-card{padding:24px}.mode-number{margin-bottom:10px}.mode-card ul{margin-bottom:18px}.search-row{grid-template-columns:minmax(0,1fr) minmax(180px,.7fr)}.search-row .secondary-button{justify-self:start}.study-grid{gap:16px}.study-card{padding:21px}.feature-map th,.feature-map td{padding:16px 14px}}
@media(max-width:760px){.feature-map,.feature-map tbody,.feature-map tr,.feature-map th,.feature-map td{display:block;width:100%}.feature-map thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.feature-map caption{display:block;width:100%;padding:16px 18px}.feature-map tbody tr:not(.feature-group){padding:20px 18px;border-bottom:1px solid var(--line)}.feature-map tr:not(.feature-group)>*{border:0;padding:0}.feature-map tr:not(.feature-group)>th{font-size:1.06rem;margin-bottom:15px;line-height:1.35}.feature-map tr:not(.feature-group)>td+td{margin-top:16px}.feature-map td::before{content:attr(data-label);display:block;font-size:.73rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:800;margin-bottom:5px}.feature-map .feature-group th{padding:15px 18px}.feature-map td:last-child a{padding:5px 0;min-height:34px}.feature-map td:last-child a+a{margin-top:4px}.feature-map .fit-label{margin-bottom:4px}.feature-map tbody:last-child tr:last-child{border-bottom:0}}
@media(max-width:640px){body{font-size:16px}.header-inner,.page{width:calc(100% - 32px)}.header-inner{min-height:80px;gap:16px}.brand{font-size:.72rem;letter-spacing:.06em;max-width:145px}.back-link{font-size:.8rem;white-space:normal;text-align:right}.hero{padding-top:42px}.hero-actions{gap:17px}.hero-actions .text-link{font-size:.92rem}.scope-note{padding:17px 18px}.section{padding:30px 0}.method-panel{padding:22px 20px;margin:20px 0}.method-steps{grid-template-columns:1fr;gap:17px;padding-left:20px}.method-example{padding:19px 18px}.research-controls{padding:16px}.mode-filters{gap:8px}.mode-filters button{font-size:.81rem;padding:9px 13px}.search-row{grid-template-columns:1fr;gap:16px}.search-row .secondary-button{width:100%}.study-grid{grid-template-columns:1fr}.study-card{padding:22px}.section-heading{margin-bottom:20px}.site-footer{text-align:left}.closing-note{margin-bottom:40px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{.site-header,.hero-actions,.research-controls,.filter-link,.closing-note .primary-link,#retry-load{display:none!important}.page{width:100%}.hero{padding-top:0}.study-grid,.mode-grid{display:block}.study-card,.mode-card{break-inside:avoid;margin-bottom:16px}.method-panel{background:white}.site-footer{background:white}.study-card h3 a{text-decoration:none;color:var(--ink)}}
