.ps-root{--ps-accent:var(--link-color,var(--bs-primary,#0d6efd));--ps-border:color-mix(in srgb,currentColor 14%,transparent);--ps-border-strong:color-mix(in srgb,currentColor 24%,transparent);--ps-soft:color-mix(in srgb,currentColor 4%,transparent);font-family:var(--ps-font-family);position:relative}.ps-provider-group{margin:0 0 1.05rem}.ps-provider-group+.ps-provider-group{margin-top:1.15rem}.ps-provider-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 .12rem .45rem}.ps-provider-heading h2{font-size:1.28rem;line-height:1.2;font-weight:750;margin:0}.ps-provider-heading h2 a{color:inherit;text-decoration:none}.ps-provider-heading h2 a:hover{text-decoration:underline;text-underline-offset:.15em}.ps-provider-updated{font-size:.73rem;line-height:1.25;opacity:.62;text-align:right;white-space:nowrap}.ps-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.ps-metric-card{border:1px solid var(--ps-border);border-radius:.72rem;padding:.75rem .82rem;background:color-mix(in srgb,var(--bs-body-bg,#fff) 97%,currentColor 3%);box-shadow:0 .2rem .8rem color-mix(in srgb,currentColor 5%,transparent)}.ps-metric-title{font-size:.88rem;font-weight:700;line-height:1.2;margin:0 0 .55rem}.ps-metric-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.42rem}.ps-stat{min-width:0;text-align:center}.ps-stat-label{display:block;font-size:.67rem;line-height:1.16;opacity:.66;min-height:2.2em;margin-bottom:.08rem}.ps-stat-value{display:block;font-size:var(--ps-metric-size);line-height:1;font-weight:750;letter-spacing:-.03em}.ps-list-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:.6rem;margin:1.2rem 0 .75rem;font-size:.84rem}.ps-sort-select{width:auto;min-width:18.5rem}.ps-publications{display:flex;flex-direction:column}.ps-publication{padding:1.15rem .35rem;border-bottom:1px solid var(--ps-border);transition:background-color .18s ease}.ps-publication:first-child{border-top:1px solid var(--ps-border)}.ps-publication:hover{background:var(--ps-soft)}.ps-publication-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.05rem;align-items:start;padding:0 .25rem}.ps-pdf-link{display:flex;align-items:flex-start;justify-content:center;text-decoration:none;flex:none}.ps-pdf-icon{display:block;height:var(--ps-pdf-height);width:auto;max-width:5.6rem;object-fit:contain}.ps-pdf-fallback{height:var(--ps-pdf-height);min-width:3.3rem;padding:.4rem;border:1px solid var(--ps-border);border-radius:.55rem;display:grid;place-items:center;font-weight:800;font-size:.72rem;color:inherit}.ps-publication-info{min-width:0}.ps-publication-meta{font-size:var(--ps-meta-size);line-height:var(--ps-line-height);opacity:.72;white-space:normal}.ps-code{font-size:.92em;font-weight:650}.ps-publication-title{font-size:var(--ps-title-size);line-height:var(--ps-line-height);font-weight:var(--ps-title-weight);letter-spacing:-.015em;margin:.05rem 0}.ps-publication-authors{font-size:var(--ps-author-size);line-height:var(--ps-line-height);font-style:italic;opacity:.82}.ps-abstract{display:block;margin:.95rem -.35rem 0;border:1px solid var(--ps-border-strong);border-radius:.28rem;overflow:hidden;background:var(--bs-body-bg,#fff)}.ps-abstract summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:.72rem .9rem;font-size:.84rem;line-height:1.25;font-weight:650;color:inherit;background:color-mix(in srgb,var(--bs-body-bg,#fff) 97%,currentColor 3%);user-select:none}.ps-abstract summary::-webkit-details-marker{display:none}.ps-abstract summary::after{content:'';flex:0 0 auto;width:.48rem;height:.48rem;border:solid currentColor;border-width:0 .1rem .1rem 0;transform:rotate(45deg);transition:transform .16s ease;margin-right:.12rem;opacity:.75}.ps-abstract[open] summary::after{transform:rotate(225deg)}.ps-abstract[open] summary{border-bottom:1px solid var(--ps-border-strong)}.ps-abstract-body{box-sizing:border-box;width:100%;padding:.85rem .9rem 1rem;font-size:var(--ps-abstract-size);line-height:1.58;white-space:pre-wrap;overflow-wrap:break-word}.ps-empty{padding:1.5rem 0;opacity:.7}.ps-toast{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1080;max-width:min(24rem,calc(100vw - 2.5rem));padding:.8rem 1rem;border-radius:.8rem;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#222);border:1px solid var(--ps-border);box-shadow:0 .8rem 2.2rem color-mix(in srgb,currentColor 18%,transparent);font-size:.88rem}.ps-toast.ps-show{animation:psToastIn .18s ease-out}.ps-root.ps-refreshing .ps-provider-heading:first-child::after{content:'';width:.7rem;height:.7rem;border:.1rem solid var(--ps-border);border-top-color:var(--ps-accent);border-radius:50%;animation:psSpin .8s linear infinite}@keyframes psSpin{to{transform:rotate(360deg)}}@keyframes psToastIn{from{transform:translateY(.6rem);opacity:0}to{transform:none;opacity:1}}@media(max-width:980px){.ps-metric-values{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:.55rem}.ps-stat-label{min-height:auto}}@media(max-width:760px){.ps-metrics-grid{grid-template-columns:1fr}.ps-provider-heading{align-items:flex-start}.ps-provider-updated{white-space:normal}.ps-list-toolbar{justify-content:space-between}.ps-sort-select{min-width:0;max-width:72%}.ps-publication-main{gap:.8rem;padding:0 .15rem}.ps-pdf-icon{max-width:4.7rem}.ps-stat-value{font-size:calc(var(--ps-metric-size)*.9)}}@media(max-width:420px){.ps-provider-heading{flex-direction:column;gap:.15rem}.ps-provider-updated{text-align:left}.ps-publication-main{grid-template-columns:3.4rem minmax(0,1fr)}.ps-pdf-icon{max-width:3.4rem;height:auto;max-height:var(--ps-pdf-height)}.ps-pdf-fallback{min-width:3.2rem;height:auto;min-height:3.8rem}.ps-list-toolbar{align-items:flex-start;flex-direction:column}.ps-sort-select{max-width:100%;width:100%}.ps-abstract{margin-left:-.35rem;margin-right:-.35rem}}
