/* SAGE Stage 11.2 unified public/My SAGE application shell */
.sage-site-shell{position:sticky;top:0;z-index:900;width:100%;background:#fff;border-bottom:1px solid #d8e2de;box-shadow:0 4px 18px rgba(24,45,40,.06)}
.sage-site-shell__bar{max-width:1680px;min-height:104px;margin:0 auto;padding:10px clamp(14px,3vw,32px);display:grid;grid-template-columns:172px minmax(0,1fr) auto;align-items:center;gap:18px}
.sage-site-shell__home{display:flex;align-items:center;align-self:stretch;border-right:1px solid #d8e2de;padding-right:18px;text-decoration:none}.sage-site-shell__logo{display:block;width:132px;height:84px;max-width:132px;max-height:84px;object-fit:contain;object-position:left center}
.sage-site-shell__identity{display:flex;justify-content:flex-end;align-items:center;gap:10px}.sage-site-shell__person{display:flex;flex-direction:column;align-items:flex-end;color:#202322;line-height:1.15}.sage-site-shell__person strong{font-size:13px}.sage-site-shell__person span{margin-top:4px;color:#65736f;font-size:11px}.sage-site-shell__logout,.sage-site-shell__back{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border:1px solid #cbdcd8;border-radius:11px;background:#fff;color:#007a76;text-decoration:none;font:inherit;font-weight:800;cursor:pointer}.sage-site-shell__logout:hover,.sage-site-shell__logout:focus-visible,.sage-site-shell__back:hover,.sage-site-shell__back:focus-visible{background:#eef8f6;border-color:#008f8b}.sage-site-shell-footer{max-width:1680px;margin:28px auto 0;padding:18px clamp(14px,3vw,32px);border-top:1px solid #d8e2de;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#65736f;font-size:13px}.sage-site-shell-footer a{color:#007a76;font-weight:800;text-decoration:none}
@media(max-width:760px){.sage-site-shell__bar{min-height:78px;grid-template-columns:92px minmax(0,1fr) auto;gap:10px;padding:8px 10px}.sage-site-shell__home{padding-right:10px}.sage-site-shell__logo{width:82px;height:54px;max-width:82px;max-height:54px}.sage-site-shell__person span{display:none}.sage-site-shell__logout,.sage-site-shell__back{min-height:38px;padding:0 10px;font-size:12px}}
@media(max-width:520px){.sage-site-shell__identity{display:none!important}.sage-site-shell__bar{grid-template-columns:92px 1fr auto}}

/* Stage 11.2.1 profile shell repair */
.sage-site-shell__person-link{text-decoration:none;cursor:pointer;padding:8px 10px;border-radius:11px}.sage-site-shell__person-link:hover,.sage-site-shell__person-link:focus-visible{background:#eef8f6;outline:none}.sage-site-shell__bar{width:min(1680px,100%);box-sizing:border-box}.sage-site-shell__logo{flex:0 0 auto}

/* Stage 11.2.2 application-shell coherence */
:root{--sage-site-shell-height:104px}
.sage-site-shell{width:100%;left:0;right:0}
.sage-site-shell__bar{width:min(1680px,100%);max-width:1680px;box-sizing:border-box}
.sage-site-shell__identity{margin-left:auto}
.sage-site-shell__welcome{color:#65736f;font-size:12px;font-weight:700;white-space:nowrap}
.sage-site-shell__person-link{text-decoration:none;cursor:pointer;padding:8px 10px;border-radius:11px}
.sage-site-shell__person-link:hover,.sage-site-shell__person-link:focus-visible{background:#eef8f6;outline:none}
@media(max-width:760px){:root{--sage-site-shell-height:78px}.sage-site-shell__welcome{display:none}}

/* Stage 11.2.3 public-profile shell */
body>.sage-site-shell+main.wrap{margin-top:0}
