/* Independent overlay: polling never replaces the workbench or its editors. */
.staff-notifications{--alert-ink:var(--ink,#202920);--alert-muted:var(--muted,#626c60);--alert-line:var(--border,#dce3d5);position:fixed;z-index:20;right:24px;bottom:max(var(--staff-alert-bottom,20px),env(safe-area-inset-bottom));display:flex;flex-direction:column;align-items:flex-end;gap:12px;max-width:calc(100vw - 32px);color:var(--alert-ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC",sans-serif}
.staff-notifications[hidden],.staff-notifications [hidden]{display:none!important}.staff-notifications button{min-width:44px;min-height:44px;font:inherit;font-size:14px;line-height:1.4;cursor:pointer}.staff-notifications button:focus-visible{outline:3px solid var(--accent,#41583c);outline-offset:3px}.staff-notifications button:active{transform:scale(.98)}.staff-notifications button:disabled{cursor:default;opacity:.55;transform:none}.staff-notifications .staff-alert-bell{display:flex;align-items:center;gap:10px;min-height:48px;padding:10px 16px;border:1px solid var(--alert-line);border-radius:999px;background:rgba(255,255,255,.96);color:var(--alert-ink);box-shadow:0 1px 3px #0000000d,0 14px 40px #0000000d}.staff-alert-bell svg{width:20px;height:20px}.staff-alert-count{display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;padding:0 5px;background:var(--accent,#41583c);color:white;font-size:12px;font-variant-numeric:tabular-nums}.staff-alert-panel,.staff-alert-toast{width:min(380px,calc(100vw - 32px));border:1px solid var(--alert-line);border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 2px 8px #00000012,0 20px 48px #0000001f}.staff-alert-panel{max-height:min(640px,calc(100dvh - var(--staff-alert-reserve,100px)));overflow:auto;overscroll-behavior:contain;padding:16px}.staff-alert-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px}.staff-alert-panel h2{font-size:17px;letter-spacing:-.02em;margin:0}.staff-alert-panel header button,.staff-alert-toast>button[data-alert-dismiss]{border:0;background:transparent;font-size:23px;padding:6px;color:var(--alert-muted)}.staff-alert-status,.staff-alert-empty{font-size:13px;line-height:1.6;color:var(--alert-muted);margin:8px 0 14px}.staff-alert-item{border-top:1px solid var(--alert-line);padding:12px 0}.staff-alert-item strong{font-size:14px;font-weight:600}.staff-alert-item p{font-size:13px;margin:5px 0 0;color:var(--alert-muted);line-height:1.6;overflow-wrap:anywhere}.staff-alert-item.is-read strong{font-weight:400;color:var(--alert-muted)}.staff-alert-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.staff-alert-actions>[data-alert-open],.staff-alert-toast>[data-alert-open]{background:var(--accent,#41583c);color:#fff;border-color:var(--accent,#41583c)}.staff-alert-panel footer{border-top:1px solid var(--alert-line);margin-top:16px;padding-top:16px}.staff-alert-panel footer p{font-size:12px;color:var(--alert-muted);line-height:1.7;margin:8px 0 0}.staff-alert-feedback{font-size:13px;line-height:1.6;color:var(--danger,#943f36);margin:0}.staff-alert-feedback:not(:empty){margin:10px 0}.staff-alert-toast{display:grid;grid-template-columns:1fr 44px;align-items:start;gap:6px 10px;padding:16px}.staff-alert-toast-copy strong{font-size:15px;font-weight:600}.staff-alert-toast-copy p{font-size:13px;line-height:1.6;color:var(--alert-muted);margin:6px 0 10px;overflow-wrap:anywhere}.staff-alert-toast>[data-alert-open]{grid-column:1/-1;justify-self:start}.staff-alert-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.staff-notifications button{transition:background-color .18s ease,transform .18s ease}.studio-ui .staff-alert-panel,.studio-ui .staff-alert-toast{border-radius:16px}.studio-ui .staff-alert-bell:hover{background:#f0f5f3}
@media(max-width:680px){.staff-notifications{right:16px;bottom:max(var(--staff-alert-bottom,16px),env(safe-area-inset-bottom));gap:8px}.staff-alert-panel{max-height:calc(100dvh - var(--staff-alert-reserve,104px))}.staff-notifications .staff-alert-bell{padding:10px 14px}.staff-alert-toast{padding:14px}}
@media(prefers-reduced-motion:reduce){.staff-notifications button{transition:none}.staff-notifications button:active{transform:none}}
@media(prefers-reduced-transparency:reduce){.staff-alert-bell,.staff-alert-panel,.staff-alert-toast{background:#fff!important}}
@media(prefers-contrast:more){.staff-alert-panel,.staff-alert-toast,.staff-alert-bell{border-color:currentColor!important;background:#fff!important}.staff-alert-status,.staff-alert-item p,.staff-alert-panel footer p{color:var(--alert-ink)}}
@media print{.staff-notifications{display:none!important}}
