/* WPU Research Hub V40.27 — unified public/researcher site chrome */
:root{
  --wpu-chrome-brand-size:clamp(1.14rem,1.05rem + .35vw,1.42rem);
  --wpu-chrome-subtitle-size:.78rem;
  --wpu-chrome-nav-size:clamp(.89rem,.86rem + .12vw,.98rem);
  --wpu-chrome-blue:#075ccf;
  --wpu-chrome-blue-deep:#063d91;
  --wpu-chrome-ink:#102b4e;
  --wpu-chrome-muted:#5f7692;
  --wpu-chrome-line:#d3e1f0;
  --wpu-chrome-surface:rgba(255,255,255,.94);
  --wpu-chrome-shadow:0 14px 36px rgba(14,55,105,.12);
}
.public-header-shell.wpu-unified-site-header,
.rp-topbar.wpu-unified-site-header{
  position:relative;
  z-index:1040;
  background:linear-gradient(112deg,#064aa8 0%,#075fd5 58%,#0a6ee8 100%)!important;
  border:0!important;
  box-shadow:0 10px 28px rgba(4,47,111,.18)!important;
}
.public-header-shell.wpu-unified-site-header .discovery-nav,
.rp-topbar.wpu-unified-site-header .rp-topbar-inner{
  min-height:82px!important;
}
.public-header-shell.wpu-unified-site-header .wpu-public-nav-container,
.rp-topbar.wpu-unified-site-header .rp-topbar-inner{
  width:min(100%,1540px)!important;
  margin-inline:auto!important;
}
.public-header-shell.wpu-unified-site-header .wpu-home-brand,
.rp-topbar.wpu-unified-site-header .rp-brand{
  min-width:0!important;
  text-decoration:none!important;
}
.public-header-shell.wpu-unified-site-header .brand-logo,
.rp-topbar.wpu-unified-site-header .rp-brand img{
  width:62px!important;
  height:62px!important;
  flex:0 0 62px!important;
  padding:5px!important;
  border-radius:17px!important;
  border:1px solid rgba(255,255,255,.48)!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 8px 20px rgba(0,28,79,.18)!important;
  object-fit:contain!important;
}
.public-header-shell.wpu-unified-site-header .brand-text,
.rp-topbar.wpu-unified-site-header .rp-brand>span{
  display:grid!important;
  gap:3px!important;
  min-width:0!important;
}
.public-header-shell.wpu-unified-site-header .brand-text strong,
.rp-topbar.wpu-unified-site-header .rp-brand strong{
  color:#fff!important;
  font-size:var(--wpu-chrome-brand-size)!important;
  line-height:1.08!important;
  font-weight:850!important;
  letter-spacing:-.025em!important;
  white-space:normal!important;
  text-wrap:balance!important;
}
.public-header-shell.wpu-unified-site-header .brand-text small,
.rp-topbar.wpu-unified-site-header .rp-brand small{
  color:rgba(255,255,255,.84)!important;
  font-size:var(--wpu-chrome-subtitle-size)!important;
  line-height:1.15!important;
  font-weight:650!important;
  letter-spacing:.025em!important;
}
.public-header-shell.wpu-unified-site-header .wpu-public-nav-list,
.rp-topbar.wpu-unified-site-header .rp-desktop-nav{
  gap:4px!important;
}
.public-header-shell.wpu-unified-site-header .nav-link,
.rp-topbar.wpu-unified-site-header .rp-desktop-nav>a,
.rp-topbar.wpu-unified-site-header .rp-user-menu{
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:9px 12px!important;
  border-radius:12px!important;
  color:rgba(255,255,255,.94)!important;
  font-size:var(--wpu-chrome-nav-size)!important;
  line-height:1!important;
  font-weight:760!important;
  text-decoration:none!important;
  transition:background-color .18s ease,transform .18s ease,color .18s ease!important;
}
.public-header-shell.wpu-unified-site-header .nav-link:hover,
.public-header-shell.wpu-unified-site-header .nav-link:focus-visible,
.rp-topbar.wpu-unified-site-header .rp-desktop-nav>a:hover,
.rp-topbar.wpu-unified-site-header .rp-desktop-nav>a:focus-visible,
.rp-topbar.wpu-unified-site-header .rp-user-menu:hover,
.rp-topbar.wpu-unified-site-header .rp-user-menu:focus-visible{
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  outline:2px solid rgba(255,255,255,.28)!important;
  outline-offset:1px!important;
}
.public-header-shell.wpu-unified-site-header .nav-admin-btn,
.rp-topbar.wpu-unified-site-header .rp-nav-primary{
  min-height:42px!important;
  padding:9px 14px!important;
  border-radius:12px!important;
  font-size:var(--wpu-chrome-nav-size)!important;
  font-weight:820!important;
}
.public-header-shell.wpu-unified-site-header .global-announcement-bar{
  margin:0!important;
  padding:0 24px 9px!important;
  background:transparent!important;
}
.public-header-shell.wpu-unified-site-header .global-announcement-inner{
  max-width:1490px!important;
  min-height:42px!important;
  margin:0 auto!important;
  border-radius:12px!important;
}
.wpu-unified-site-footer,
.rp-footer.wpu-unified-site-footer{
  width:min(calc(100% - 32px),1490px)!important;
  margin:46px auto 18px!important;
  border:1px solid var(--wpu-chrome-line)!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at 92% 10%,rgba(55,132,235,.14),transparent 22rem),
    linear-gradient(145deg,#fbfdff,#edf5ff)!important;
  color:var(--wpu-chrome-ink)!important;
  box-shadow:var(--wpu-chrome-shadow)!important;
  overflow:hidden!important;
}
.rp-footer.wpu-unified-site-footer{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr)!important;
  gap:24px!important;
  align-items:center!important;
  padding:28px 32px!important;
}
.rp-footer.wpu-unified-site-footer .rp-footer-brand{
  display:flex!important;
  align-items:center!important;
  gap:16px!important;
}
.rp-footer.wpu-unified-site-footer .rp-footer-brand img{
  width:58px!important;height:58px!important;object-fit:contain!important;padding:5px!important;
  border:1px solid #cbdcf0!important;border-radius:15px!important;background:#fff!important;
}
.rp-footer.wpu-unified-site-footer strong{display:block!important;color:var(--wpu-chrome-ink)!important;font-size:1.06rem!important}
.rp-footer.wpu-unified-site-footer span,.rp-footer.wpu-unified-site-footer p{color:var(--wpu-chrome-muted)!important;margin:2px 0 0!important;font-size:.86rem!important}
.rp-footer.wpu-unified-site-footer .rp-footer-links{display:flex!important;justify-content:flex-end!important;flex-wrap:wrap!important;gap:8px!important}
.rp-footer.wpu-unified-site-footer .rp-footer-links a{
  display:inline-flex!important;align-items:center!important;min-height:38px!important;padding:8px 11px!important;
  border:1px solid #c8daee!important;border-radius:11px!important;background:rgba(255,255,255,.76)!important;
  color:#1557a6!important;text-decoration:none!important;font-size:.84rem!important;font-weight:760!important;
}
.rp-footer.wpu-unified-site-footer .rp-footer-links a:hover{background:#fff!important;border-color:#91b9ea!important}
@media(max-width:1199.98px){
  .public-header-shell.wpu-unified-site-header .wpu-public-nav-container{padding-inline:22px!important}
  .public-header-shell.wpu-unified-site-header .wpu-public-nav-list{flex-wrap:wrap!important;justify-content:flex-end!important}
  .public-header-shell.wpu-unified-site-header .nav-link{padding:8px 9px!important}
}
@media(max-width:900px){
  .public-header-shell.wpu-unified-site-header .discovery-nav,.rp-topbar.wpu-unified-site-header .rp-topbar-inner{min-height:72px!important}
  .public-header-shell.wpu-unified-site-header .brand-logo,.rp-topbar.wpu-unified-site-header .rp-brand img{width:52px!important;height:52px!important;flex-basis:52px!important}
  .rp-footer.wpu-unified-site-footer{grid-template-columns:1fr!important;padding:24px!important}
  .rp-footer.wpu-unified-site-footer .rp-footer-links{justify-content:flex-start!important}
}
@media(max-width:575.98px){
  .public-header-shell.wpu-unified-site-header .wpu-public-nav-container{padding-inline:14px!important}
  .public-header-shell.wpu-unified-site-header .brand-text strong,.rp-topbar.wpu-unified-site-header .rp-brand strong{font-size:1.02rem!important}
  .public-header-shell.wpu-unified-site-header .brand-text small,.rp-topbar.wpu-unified-site-header .rp-brand small{font-size:.7rem!important}
  .public-header-shell.wpu-unified-site-header .global-announcement-bar{padding:0 10px 8px!important}
  .wpu-unified-site-footer,.rp-footer.wpu-unified-site-footer{width:calc(100% - 20px)!important;margin-top:32px!important;border-radius:18px!important}
}
