.live-alerts{--live-alerts-top:16px;--live-alerts-side:16px;--live-alerts-nav-inset:80px;--live-alerts-z:1040;position:fixed;z-index:var(--live-alerts-z);width:372px;max-width:calc(100vw - 2*var(--live-alerts-side));pointer-events:none;transition:height .24s cubic-bezier(.23,1,.32,1)}.live-alerts[data-position^=top]{top:var(--live-alerts-top)}.live-alerts[data-position^=bottom]{bottom:var(--live-alerts-side)}.live-alerts[data-position$=right]{right:var(--live-alerts-side)}.live-alerts[data-position$=left]{left:calc(var(--live-alerts-nav-inset) + var(--live-alerts-side))}.live-alerts[data-position$=center]{left:calc(50% + var(--live-alerts-nav-inset)/2);transform:translateX(-50%)}.live-alerts[data-nav-hidden=true]{--live-alerts-nav-inset:0px}body.admin-topbar-active .live-alerts{--live-alerts-top:calc(52px + 12px)}body.admin-topbar-active.admin-topbar-subtabs-active .live-alerts{--live-alerts-top:calc(52px + 44px + 12px)}body.sidebar-labeled-active .live-alerts{--live-alerts-nav-inset:220px}body.sidebar-labeled-active.sidebar-labeled-collapsed .live-alerts{--live-alerts-nav-inset:64px}@media(max-width:768px){.live-alerts,.live-alerts[data-position$=center],.live-alerts[data-position$=left],.live-alerts[data-position$=right]{--live-alerts-side:8px;--live-alerts-nav-inset:0px;left:var(--live-alerts-side);right:var(--live-alerts-side);width:auto;max-width:none;transform:none}body.admin-topbar-active .live-alerts{--live-alerts-top:calc(48px + 8px)}body.admin-topbar-active.admin-topbar-subtabs-active .live-alerts{--live-alerts-top:calc(48px + 44px + 8px)}}.live-alerts__slot{position:absolute;left:0;right:0;border-radius:16px;pointer-events:auto;transform-origin:top center;transition:transform .32s cubic-bezier(.23,1,.32,1),height .24s cubic-bezier(.23,1,.32,1),opacity .2s cubic-bezier(.23,1,.32,1);will-change:transform}.live-alerts[data-position^=top] .live-alerts__slot{top:0}.live-alerts[data-position^=bottom] .live-alerts__slot{bottom:0;transform-origin:bottom center}.live-alerts[data-expanded=false] .live-alerts__slot:not(.is-front){overflow:hidden}.live-alerts[data-expanded=false] .live-alerts__slot:not(.is-front):before{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(180deg,#fbfcfd,#f1f3f6);border:1px solid rgba(9,30,66,.14);box-shadow:0 8px 20px rgba(9,30,66,.1)}.live-alerts__slot.is-hidden{opacity:0;pointer-events:none}.live-alerts__slot:not(.is-front) .live-alert{pointer-events:none}.live-alerts[data-expanded=true] .live-alerts__slot:not(.is-front) .live-alert{pointer-events:auto}.live-alerts__slot:after{content:"";position:absolute;left:0;right:0;height:12px;pointer-events:auto}.live-alerts[data-position^=top] .live-alerts__slot:after{top:100%}.live-alerts[data-position^=bottom] .live-alerts__slot:after{bottom:100%}.live-alerts__measure{display:block}.live-alert{--live-alert-accent:var(--primary-color);--live-alert-accent-rgb:var(--primary-color-rgb);position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:flex-start;padding:14px 12px 12px 16px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78)) padding-box,#fff;border:1px solid rgba(9,30,66,.1);box-shadow:0 14px 34px rgba(9,30,66,.14),0 3px 8px rgba(9,30,66,.06),inset 0 1px 0 hsla(0,0%,100%,.9);color:#202a3c;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;opacity:1;transform:translateZ(0) scale(1);transition:transform .26s cubic-bezier(.23,1,.32,1),opacity .2s cubic-bezier(.23,1,.32,1),box-shadow .2s ease}@starting-style{.live-alert{opacity:0;transform:translate3d(0,-14px,0) scale(.97)}.live-alerts[data-position^=bottom] .live-alert{transform:translate3d(0,14px,0) scale(.97)}}.live-alert:focus-visible{box-shadow:0 14px 34px rgba(9,30,66,.14),0 3px 8px rgba(9,30,66,.06),0 0 0 3px rgba(var(--live-alert-accent-rgb),.28)}.live-alert--warning{--live-alert-accent:#c47f00;--live-alert-accent-rgb:196,127,0}.live-alert--critical{--live-alert-accent:#c92c2c;--live-alert-accent-rgb:201,44,44}.live-alert--dragging{transition:none;cursor:-webkit-grabbing;cursor:grabbing}.live-alert--exiting{opacity:0;pointer-events:none;transition:transform .2s cubic-bezier(.77,0,.175,1),opacity .16s ease-out}.live-alert--exit-edge{transform:translate3d(0,-10px,0) scale(.96)}.live-alerts[data-position^=bottom] .live-alert--exit-edge{transform:translate3d(0,10px,0) scale(.96)}.live-alert--exit-right{transform:translate3d(140%,0,0)}.live-alert--exit-left{transform:translate3d(-140%,0,0)}.live-alert__rail{position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,rgba(var(--live-alert-accent-rgb),.95),rgba(var(--live-alert-accent-rgb),.55))}.live-alert__glyph{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:var(--live-alert-accent);background:rgba(var(--live-alert-accent-rgb),.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),inset 0 -1px 0 rgba(var(--live-alert-accent-rgb),.12);flex-shrink:0}.live-alert--critical .live-alert__glyph{animation:live-alert-glyph-pulse 1.8s ease-in-out 2}.live-alert__body{gap:4px}.live-alert__body,.live-alert__head{display:flex;flex-direction:column;min-width:0}.live-alert__head{gap:1px}.live-alert__title{font-size:.9rem;font-weight:650;line-height:1.25;letter-spacing:-.005em;color:#202a3c;overflow-wrap:anywhere}.live-alert__meta{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:500;color:#7a8494;letter-spacing:.01em}.live-alert__severity{color:var(--live-alert-accent);font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:.64rem}.live-alert__dot{opacity:.6}.live-alert__message{margin:2px 0 0;font-size:.82rem;line-height:1.45;color:#5b6577;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.live-alert__thinking{display:inline-flex;gap:3px;margin-left:6px;vertical-align:middle}.live-alert__thinking span{width:4px;height:4px;border-radius:50%;background:rgba(var(--live-alert-accent-rgb),.55);animation:live-alert-dot 1.2s ease-in-out infinite}.live-alert__thinking span:nth-child(2){animation-delay:.15s}.live-alert__thinking span:nth-child(3){animation-delay:.3s}.live-alert__voice{display:flex;align-items:flex-start;gap:8px;margin-top:6px;padding:7px 9px;border-radius:10px;background:rgba(var(--primary-color-rgb),.05);border:1px solid rgba(var(--primary-color-rgb),.1);font-size:.78rem;line-height:1.45;color:#202a3c}.live-alert__voice.is-speaking{background:rgba(var(--primary-color-rgb),.08)}.live-alert__voice-icon{display:inline-flex;align-items:center;height:1.45em;color:var(--primary-color);flex-shrink:0}.live-alert__voice-text{flex:1 1;min-width:0;overflow-wrap:anywhere}.live-alert__caret{display:inline-block;width:1px;height:.95em;margin-left:2px;vertical-align:-.15em;background:var(--primary-color);animation:live-alert-caret .9s steps(2) infinite}.live-alert__voice-bars{display:inline-flex;align-items:flex-end;gap:2px;height:12px}.live-alert__voice-bars span{width:2.5px;border-radius:2px;background:var(--primary-color);transform-origin:bottom;animation:live-alert-bar .8s ease-in-out infinite}.live-alert__voice-bars span:first-child{height:45%}.live-alert__voice-bars span:nth-child(2){height:85%;animation-delay:.12s}.live-alert__voice-bars span:nth-child(3){height:60%;animation-delay:.24s}.live-alert__voice-bars span:nth-child(4){height:35%;animation-delay:.36s}.live-alert__actions{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}.live-alert__btn{height:26px;padding:0 10px;border-radius:999px;border:1px solid rgba(9,30,66,.12);background:linear-gradient(180deg,#fff,#f3f5f8);color:#202a3c;font-size:.74rem;font-weight:600;line-height:1;cursor:pointer;display:inline-flex;align-items:center;gap:5px;white-space:nowrap;box-shadow:0 1px 1px rgba(9,30,66,.06),inset 0 1px 0 hsla(0,0%,100%,.9);transition:transform .14s cubic-bezier(.23,1,.32,1),background-color .14s ease,box-shadow .14s ease,opacity .14s ease}@media(hover:hover)and (pointer:fine){.live-alert__btn:hover:not(:disabled){background:linear-gradient(180deg,#fff,#eef1f5);box-shadow:0 2px 4px rgba(9,30,66,.08),inset 0 1px 0 hsla(0,0%,100%,.9)}}.live-alert__btn:active:not(:disabled){transform:scale(.97);box-shadow:inset 0 1px 2px rgba(9,30,66,.12)}.live-alert__btn:disabled{opacity:.55;cursor:default}.live-alert__btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(var(--live-alert-accent-rgb),.28)}.live-alert__btn--primary{color:#fff;border-color:rgba(var(--live-alert-accent-rgb),.9);background:linear-gradient(180deg,rgba(var(--live-alert-accent-rgb),.92),rgba(var(--live-alert-accent-rgb),1));box-shadow:0 2px 6px rgba(var(--live-alert-accent-rgb),.28),inset 0 1px 0 hsla(0,0%,100%,.28)}@media(hover:hover)and (pointer:fine){.live-alert__btn--primary:hover:not(:disabled){background:linear-gradient(180deg,rgba(var(--live-alert-accent-rgb),.98),rgba(var(--live-alert-accent-rgb),1));box-shadow:0 4px 10px rgba(var(--live-alert-accent-rgb),.32),inset 0 1px 0 hsla(0,0%,100%,.28)}}.live-alert__settings{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;color:#7a8494;opacity:.7;transition:opacity .14s ease,background-color .14s ease,transform .14s cubic-bezier(.23,1,.32,1)}@media(hover:hover)and (pointer:fine){.live-alert__settings:hover{opacity:1;background:rgba(9,30,66,.06)}}.live-alert__settings:active{transform:scale(.94)}.live-alert__settings:focus-visible{outline:none;opacity:1;box-shadow:0 0 0 3px rgba(var(--live-alert-accent-rgb),.28)}.live-alert__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin:-4px -2px 0 0;border:none;border-radius:999px;background:rgba(0,0,0,0);color:#7a8494;cursor:pointer;transition:background-color .14s ease,color .14s ease,transform .14s cubic-bezier(.23,1,.32,1)}@media(hover:hover)and (pointer:fine){.live-alert__close:hover{background:rgba(9,30,66,.07);color:#202a3c}}.live-alert__close:active{transform:scale(.92)}.live-alert__close:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(var(--live-alert-accent-rgb),.28)}.live-alert__progress{position:absolute;left:16px;right:16px;bottom:0;height:2px;border-radius:2px 2px 0 0;background:rgba(var(--live-alert-accent-rgb),.35);transform-origin:left center;transform:scaleX(var(--live-alert-progress,1));transition:transform .26s linear}.live-alerts__toolbar{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 4px 0 12px;height:30px;pointer-events:auto;font-size:.72rem;color:#7a8494;transition:transform .32s cubic-bezier(.23,1,.32,1)}.live-alerts[data-position^=top] .live-alerts__toolbar{top:0}.live-alerts[data-position^=bottom] .live-alerts__toolbar{bottom:0}@starting-style{.live-alerts__toolbar{opacity:0}}.live-alerts__count{font-weight:600}.live-alerts__dismiss-all{height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(9,30,66,.12);background:hsla(0,0%,100%,.92);color:#202a3c;font-size:.72rem;font-weight:600;cursor:pointer;box-shadow:0 2px 6px rgba(9,30,66,.08);transition:transform .14s cubic-bezier(.23,1,.32,1),background-color .14s ease}@media(hover:hover)and (pointer:fine){.live-alerts__dismiss-all:hover{background:#fff}}.live-alerts__dismiss-all:active{transform:scale(.97)}@keyframes live-alert-dot{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1.15)}}@keyframes live-alert-bar{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.25)}}@keyframes live-alert-caret{0%,to{opacity:1}50%{opacity:0}}@keyframes live-alert-glyph-pulse{0%,to{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),0 0 0 0 rgba(var(--live-alert-accent-rgb),.35)}50%{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),0 0 0 8px rgba(var(--live-alert-accent-rgb),0)}}@media(prefers-reduced-motion:reduce){.live-alert,.live-alerts,.live-alerts__slot,.live-alerts__toolbar{transition-property:opacity;transition-duration:.16s}@starting-style{.live-alert{transform:none}}.live-alert--exit-edge,.live-alert--exit-left,.live-alert--exit-right{transform:none}.live-alert__caret,.live-alert__glyph,.live-alert__thinking span,.live-alert__voice-bars span{animation:none}}html[data-performance-mode=true] .live-alert,html[data-performance-mode=true] .live-alert__btn,html[data-performance-mode=true] .live-alert__close,html[data-performance-mode=true] .live-alert__progress,html[data-performance-mode=true] .live-alert__settings,html[data-performance-mode=true] .live-alerts,html[data-performance-mode=true] .live-alerts__slot,html[data-performance-mode=true] .live-alerts__toolbar{transition:none}html[data-performance-mode=true] .live-alert{box-shadow:0 6px 18px rgba(9,30,66,.12);background:#fff}html[data-performance-mode=true] .live-alert__glyph,html[data-performance-mode=true] .live-alert__thinking span,html[data-performance-mode=true] .live-alert__voice-bars span{animation:none}