.shell__content{flex-direction:column;min-width:0;min-height:100vh;display:flex}.shell-topbar{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.94);border-bottom:1px solid rgba(20,32,26,.1);justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.7rem 1.5rem;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 8px 24px rgba(20,32,26,.04)}.shell-topbar__left{align-items:center;gap:.65rem;min-width:0;display:flex}.shell-topbar__titles{min-width:0}.shell-menu-btn{flex-shrink:0;display:none}.shell-topbar__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:#5b6b61;margin:0;font-size:.7rem;font-weight:700}.shell-topbar__title{font-family:var(--font-display,Georgia,serif);letter-spacing:-.02em;color:#14201a;white-space:nowrap;text-overflow:ellipsis;max-width:min(52vw,420px);margin:.1rem 0 0;font-size:1.15rem;overflow:hidden}.shell-topbar__actions{flex-shrink:0;align-items:center;gap:.55rem;display:flex}.shell-topbar__slot{position:relative}.shell-icon-btn,.shell-avatar-btn{color:#14201a;cursor:pointer;background:#fff;border:1px solid rgba(20,32,26,.1);border-radius:999px;place-items:center;width:42px;height:42px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid;position:relative;box-shadow:0 6px 16px rgba(20,32,26,.06)}.shell-icon-btn:hover,.shell-avatar-btn:hover,.shell-icon-btn.is-open,.shell-avatar-btn.is-open{border-color:rgba(15,107,76,.35);transform:translateY(-1px);box-shadow:0 10px 22px rgba(15,107,76,.14)}.shell-icon-btn__badge{color:#fff;background:#b42318;border:2px solid #eef3ef;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;animation:1.6s infinite shell-badge-pulse;display:grid;position:absolute;top:-3px;right:-3px;box-shadow:0 0 rgba(180,35,24,.45)}.shell-icon-btn.has-unread{border-color:rgba(180,35,24,.28)}@keyframes shell-badge-pulse{0%{box-shadow:0 0 rgba(180,35,24,.45)}70%{box-shadow:0 0 0 8px rgba(180,35,24,0)}to{box-shadow:0 0 rgba(180,35,24,0)}}.shell-avatar-btn{color:#fff;background:linear-gradient(145deg,#0f6b4c,#1a8f66);border-color:transparent;padding:0;font-size:.78rem;font-weight:700;overflow:hidden}.shell-avatar-btn img{object-fit:cover;width:100%;height:100%}.shell-popover{z-index:50;background:#fff;border:1px solid rgba(20,32,26,.1);border-radius:16px;width:min(340px,100vw - 2rem);animation:.16s shell-pop-in;position:absolute;top:calc(100% + .55rem);right:0;overflow:hidden;box-shadow:0 18px 40px rgba(20,32,26,.14)}@keyframes shell-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.shell-popover--profile{width:240px;padding:.45rem}.shell-popover__profile{border-bottom:1px solid rgba(20,32,26,.1);margin-bottom:.35rem;padding:.75rem .8rem .7rem}.shell-popover__profile strong{font-size:.95rem;display:block}.shell-popover__profile small{color:#5b6b61;word-break:break-all;margin-top:.2rem;font-size:.75rem;display:block}.shell-popover__role{letter-spacing:.05em;text-transform:uppercase;color:#0f6b4c;background:#e8f3ee;border-radius:999px;margin-top:.45rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.shell-popover__link{text-align:left;width:100%;font:inherit;color:#14201a;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:.65rem .8rem;font-weight:600;text-decoration:none;display:block}.shell-popover__link:hover{background:#f3f7f4}.shell-popover__link--danger{color:#9b1c1c}.shell-popover__head{border-bottom:1px solid rgba(20,32,26,.1);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem .55rem;display:flex}.shell-popover__head strong{font-size:.92rem}.shell-popover__head a{color:#0f6b4c;font-size:.78rem;font-weight:650;text-decoration:none}.shell-popover__list{max-height:360px;margin:0;padding:.35rem;list-style:none;overflow:auto}.shell-popover__item{text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-radius:10px;gap:.2rem;padding:.7rem .75rem;display:grid}.shell-popover__item:hover{background:#f3f7f4}.shell-popover__item strong{font-size:.86rem}.shell-popover__item span{color:#5b6b61;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.35;display:-webkit-box;overflow:hidden}.shell-popover__item.is-unread{background:#f2faf6}.shell-popover__item.is-unread strong{color:#0f6b4c}.shell-popover__empty{color:#5b6b61;margin:0;padding:1.2rem 1rem;font-size:.85rem}@media (max-width:900px){.shell-menu-btn{display:grid}.shell-topbar{gap:.5rem;min-height:52px;padding:.45rem .65rem}.shell-topbar__left{gap:.45rem}.shell-topbar__eyebrow{font-size:.62rem}.shell-topbar__title{max-width:min(52vw,240px);margin-top:0;font-size:.95rem}.shell-topbar__actions{gap:.3rem}.shell-icon-btn,.shell-avatar-btn{width:34px;height:34px}}
