.sc-library-explorer{--scx-ink:#151515;--scx-muted:#666;--scx-line:#e2e2e2;--scx-soft:#f7f7f6;--scx-accent:#a51f27;max-width:1180px;margin:0 auto;padding:0 0 36px;color:var(--scx-ink)}
.sc-library-explorer *{box-sizing:border-box}.sc-library-explorer button,.sc-library-explorer input,.sc-library-explorer select{font:inherit}
.sc-library-explorer__hero{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;padding:10px 0 26px;border-bottom:1px solid var(--scx-line)}
.sc-library-explorer__hero-copy{max-width:760px}.sc-library-explorer__eyebrow,.sc-library-explorer__section-head p{margin:0 0 8px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--scx-accent)}
.sc-library-explorer__hero h2{margin:0;font-size:clamp(36px,5vw,66px);line-height:.98;letter-spacing:-.04em}.sc-library-explorer__hero-copy>p:last-child{max-width:720px;margin:18px 0 0;font-size:17px;line-height:1.6;color:#444}
.sc-library-explorer__state{display:flex;gap:9px;align-items:center;min-width:max-content;padding:9px 12px;border:1px solid var(--scx-line);border-radius:999px;font-size:12px;color:#444;background:#fff}.sc-library-explorer__pulse{width:8px;height:8px;border-radius:50%;background:#198754;box-shadow:0 0 0 4px rgba(25,135,84,.1)}.sc-library-explorer__state.is-fallback .sc-library-explorer__pulse{background:#b78103;box-shadow:0 0 0 4px rgba(183,129,3,.1)}.sc-library-explorer__state.is-error .sc-library-explorer__pulse{background:var(--scx-accent);box-shadow:0 0 0 4px rgba(165,31,39,.1)}
.sc-library-explorer__search{display:grid;grid-template-columns:1fr auto;gap:10px;margin:26px 0 16px}.sc-library-explorer__search label{position:relative;display:block}.sc-library-explorer__search svg{position:absolute;left:17px;top:50%;transform:translateY(-50%);width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;color:#777}.sc-library-explorer__search input{width:100%;height:58px;padding:0 18px 0 50px;border:1px solid #cfcfcf;border-radius:8px;background:#fff;font-size:17px;color:var(--scx-ink)}.sc-library-explorer__search input:focus{outline:2px solid rgba(165,31,39,.2);border-color:var(--scx-accent)}.sc-library-explorer__search>button{min-width:118px;border:1px solid var(--scx-accent);border-radius:8px;background:var(--scx-accent);color:#fff;font-weight:800;cursor:pointer}
.sc-library-explorer__metrics{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:26px;border:1px solid var(--scx-line);border-radius:8px;overflow:hidden;background:#fff}.sc-library-explorer__metrics>div{padding:14px 18px;border-right:1px solid var(--scx-line)}.sc-library-explorer__metrics>div:last-child{border-right:0}.sc-library-explorer__metrics strong{display:block;font-size:22px;line-height:1.1}.sc-library-explorer__metrics span{display:block;margin-top:4px;font-size:12px;color:var(--scx-muted)}
.sc-library-explorer__discover,.sc-library-explorer__featured,.sc-library-explorer__results{padding:24px 0;border-top:1px solid var(--scx-line)}.sc-library-explorer__section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:14px}.sc-library-explorer__section-head h3{margin:0;font-size:24px;letter-spacing:-.02em}.sc-library-explorer__section-head>a{font-size:13px;font-weight:800;color:var(--scx-ink);text-decoration:none}.sc-library-explorer__section-head>a:hover{text-decoration:underline}
.sc-library-explorer__filter-toggle,.sc-library-explorer__reset,.sc-library-explorer__load-more-wrap button{border:1px solid #cfcfcf;border-radius:7px;background:#fff;color:var(--scx-ink);padding:9px 13px;font-weight:750;cursor:pointer}.sc-library-explorer__filter-toggle:hover,.sc-library-explorer__reset:hover,.sc-library-explorer__load-more-wrap button:hover{border-color:#999}
.sc-library-explorer__topic-strip{display:flex;gap:8px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:thin}.sc-library-explorer__topic-strip button{display:flex;align-items:center;gap:8px;flex:0 0 auto;border:1px solid var(--scx-line);border-radius:999px;background:#fff;padding:8px 12px;cursor:pointer}.sc-library-explorer__topic-strip button:hover,.sc-library-explorer__topic-strip button.is-active{border-color:var(--scx-ink);background:var(--scx-ink);color:#fff}.sc-library-explorer__topic-strip em{font-size:11px;font-style:normal;opacity:.65}
.sc-library-explorer__filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:14px;padding:14px;background:var(--scx-soft);border:1px solid var(--scx-line);border-radius:8px}.sc-library-explorer__filters label{display:grid;gap:5px}.sc-library-explorer__filters label span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#666}.sc-library-explorer__filters select{width:100%;height:38px;border:1px solid #ccc;border-radius:5px;background:#fff;padding:0 8px}.sc-library-explorer__reset{grid-column:1/-1;justify-self:start}
.sc-library-explorer__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sc-library-explorer__cards--featured{grid-template-columns:repeat(4,minmax(0,1fr))}.sc-library-explorer-card{display:flex;flex-direction:column;min-height:230px;padding:17px;border:1px solid var(--scx-line);border-radius:8px;background:#fff;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.sc-library-explorer-card:hover{transform:translateY(-2px);border-color:#bbb;box-shadow:0 8px 20px rgba(0,0,0,.05)}.sc-library-explorer-card__meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:12px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#707070}.sc-library-explorer-card h4{margin:0;font-size:18px;line-height:1.24;letter-spacing:-.015em}.sc-library-explorer-card h4 a{color:var(--scx-ink);text-decoration:none}.sc-library-explorer-card h4 a:hover{text-decoration:underline}.sc-library-explorer-card>p{margin:11px 0 14px;font-size:13px;line-height:1.55;color:#555}.sc-library-explorer-card__topics{display:flex;flex-wrap:wrap;gap:5px;margin-top:auto}.sc-library-explorer-card__topics button{border:0;border-radius:999px;background:#f0f0ef;padding:5px 8px;font-size:10px;cursor:pointer;color:#444}.sc-library-explorer-card__topics button:hover{background:#e4e4e2}.sc-library-explorer-card__actions{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:13px;padding-top:12px;border-top:1px solid #ededed}.sc-library-explorer-card__actions button{border:0;background:transparent;padding:0;font-size:12px;font-weight:800;cursor:pointer;color:var(--scx-accent)}.sc-library-explorer-card__actions a{font-size:11px;font-weight:750;color:#333;text-decoration:none}.sc-library-explorer-card__actions a:hover{text-decoration:underline}
.sc-library-explorer__section-head--results{align-items:center}.sc-library-explorer__section-head--results>span{font-size:13px;font-weight:700;color:#666}.sc-library-explorer__active{display:flex;flex-wrap:wrap;gap:6px;margin:-3px 0 14px}.sc-library-explorer__active span{padding:5px 8px;border-radius:999px;background:#f0f0ef;font-size:11px}.sc-library-explorer__load-more-wrap{text-align:center;padding-top:18px}.sc-library-explorer__loading,.sc-library-explorer__empty,.sc-library-explorer__error{grid-column:1/-1;padding:24px;border:1px dashed #cfcfcf;border-radius:8px;text-align:center;color:#666}.sc-library-explorer__error{display:grid;gap:8px}.sc-library-explorer__error a{font-weight:800;color:var(--scx-accent)}
.sc-library-explorer__footer{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 0 0;border-top:1px solid var(--scx-line);font-size:11px;color:#777}.sc-library-explorer__footer a{color:#333;font-weight:750}
.sc-library-explorer-drawer{position:fixed;z-index:999999;inset:0}.sc-library-explorer-drawer__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(0,0,0,.45);cursor:pointer}.sc-library-explorer-drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(650px,92vw);overflow:auto;background:#fff;box-shadow:-18px 0 50px rgba(0,0,0,.16)}.sc-library-explorer-drawer__bar{position:sticky;z-index:2;top:0;display:flex;justify-content:space-between;align-items:center;padding:13px 18px;border-bottom:1px solid var(--scx-line);background:rgba(255,255,255,.96);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sc-library-explorer-drawer__bar button{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}.sc-library-explorer-drawer__content{padding:26px}.sc-library-explorer-drawer__heading>p{margin:0 0 8px;color:var(--scx-accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sc-library-explorer-drawer__heading h3{margin:0;font-size:32px;line-height:1.08;letter-spacing:-.03em}.sc-library-explorer-drawer__heading>div{display:flex;flex-wrap:wrap;gap:5px;margin:14px 0}.sc-library-explorer-drawer__heading>div span{padding:5px 8px;border-radius:999px;background:#f0f0ef;font-size:10px}.sc-library-explorer-drawer__primary{display:inline-block;margin-top:5px;font-size:13px;font-weight:800;color:var(--scx-accent)}.sc-library-explorer-drawer__tabs{display:flex;gap:4px;margin:24px 0 18px;border-bottom:1px solid var(--scx-line)}.sc-library-explorer-drawer__tabs button{border:0;border-bottom:2px solid transparent;background:transparent;padding:9px 10px;font-weight:750;cursor:pointer;color:#666}.sc-library-explorer-drawer__tabs button.is-active{border-bottom-color:var(--scx-accent);color:var(--scx-ink)}.sc-library-explorer-drawer__abstract{font-size:17px;line-height:1.6;color:#333}.sc-library-explorer-drawer__provenance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sc-library-explorer-drawer__provenance div{padding:10px;background:var(--scx-soft);border-radius:6px}.sc-library-explorer-drawer__provenance dt{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#777}.sc-library-explorer-drawer__provenance dd{margin:3px 0 0;font-weight:750}.sc-library-explorer-drawer pre{white-space:pre-wrap;overflow-wrap:anywhere;padding:12px;background:#f6f6f5;border-radius:6px;font-size:11px}.sc-library-explorer-drawer__related{display:grid;gap:7px}.sc-library-explorer-drawer__related a{display:flex;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--scx-line);border-radius:6px;color:var(--scx-ink);text-decoration:none}.sc-library-explorer-drawer__related a span{font-size:10px;color:#777}.sc-library-explorer-drawer__timeline{display:grid;gap:8px;padding-left:18px}.sc-library-explorer-drawer__timeline li{padding:8px 0}.sc-library-explorer-drawer__timeline span{display:block;font-size:11px;color:#777}.sc-library-explorer-drawer-open{overflow:hidden}
@media(max-width:900px){.sc-library-explorer__hero{display:block}.sc-library-explorer__state{margin-top:18px;width:max-content}.sc-library-explorer__cards--featured,.sc-library-explorer__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.sc-library-explorer__filters{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.sc-library-explorer{padding-bottom:24px}.sc-library-explorer__hero h2{font-size:42px}.sc-library-explorer__search{grid-template-columns:1fr}.sc-library-explorer__search>button{height:48px}.sc-library-explorer__metrics{grid-template-columns:1fr}.sc-library-explorer__metrics>div{border-right:0;border-bottom:1px solid var(--scx-line)}.sc-library-explorer__metrics>div:last-child{border-bottom:0}.sc-library-explorer__section-head{align-items:start}.sc-library-explorer__cards--featured,.sc-library-explorer__cards{grid-template-columns:1fr}.sc-library-explorer__filters{grid-template-columns:1fr}.sc-library-explorer-card{min-height:0}.sc-library-explorer__footer{display:grid}.sc-library-explorer-drawer__content{padding:20px}.sc-library-explorer-drawer__heading h3{font-size:28px}.sc-library-explorer-drawer__tabs{overflow-x:auto}.sc-library-explorer-drawer__provenance{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.sc-library-explorer-card{transition:none}}


/* v5.6.0 R3.2 — topic control visibility under global button CSS. */
body .cc-research-library-brand .sc-library-explorer__topic-strip button{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:34px!important;padding:7px 11px!important;border:1px solid #d7dbd7!important;border-radius:999px!important;background:#fff!important;color:#151515!important;-webkit-text-fill-color:#151515!important;font-size:11px!important;font-weight:800!important;line-height:1.15!important;visibility:visible!important;opacity:1!important;appearance:none!important;-webkit-appearance:none!important}
body .cc-research-library-brand .sc-library-explorer__topic-strip button:hover,body .cc-research-library-brand .sc-library-explorer__topic-strip button:focus-visible,body .cc-research-library-brand .sc-library-explorer__topic-strip button.is-active{border-color:#151515!important;background:#151515!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
body .cc-research-library-brand .sc-library-explorer__topic-strip button span,body .cc-research-library-brand .sc-library-explorer__topic-strip button strong,body .cc-research-library-brand .sc-library-explorer__topic-strip button em{color:inherit!important;-webkit-text-fill-color:currentColor!important}
