.notification-alert-stack{z-index:120;pointer-events:none;gap:12px;width:min(420px,100vw - 32px);display:grid;position:fixed;top:86px;right:22px}.notification-alert-card{--notification-alert-accent:#357a52;--notification-alert-soft:#357a521c;border:1px solid #23493724;border-left:5px solid var(--notification-alert-accent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;background:#fffffff7;border-radius:18px;gap:10px;padding:16px;animation:.18s ease-out both notification-alert-enter;display:grid;overflow:hidden;box-shadow:0 20px 48px #0f2b1f2e}.notification-alert-card-critical{--notification-alert-accent:#b54141;--notification-alert-soft:#b541411f}.notification-alert-card-warning{--notification-alert-accent:#c48613;--notification-alert-soft:#c4861321}.notification-alert-card-success{--notification-alert-accent:#2f7d57;--notification-alert-soft:#2f7d571f}.notification-alert-card-head,.notification-alert-meta,.notification-alert-actions{align-items:center;gap:8px;display:flex}.notification-alert-card-head{justify-content:space-between}.notification-alert-card-head>div{align-items:center;gap:9px;display:flex}.notification-alert-kicker,.notification-alert-card-head strong,.notification-alert-meta span{border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:.72rem;font-weight:850;display:inline-flex}.notification-alert-kicker{color:var(--notification-alert-accent);background:var(--notification-alert-soft)}.notification-alert-card-head strong{color:#fff;background:var(--notification-alert-accent)}.notification-alert-close{color:#53645b;cursor:pointer;background:#23493712;border:0;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.35rem;line-height:1;display:inline-flex}.notification-alert-meta{flex-wrap:wrap}.notification-alert-meta span{color:#597065;background:#2349370f;min-height:24px}.notification-alert-card h3,.notification-alert-card p{margin:0}.notification-alert-card h3{color:#193126;font-size:1rem;line-height:1.3}.notification-alert-card p{color:#53645b;font-size:.86rem;line-height:1.5}.notification-alert-actions{flex-wrap:wrap;margin-top:2px}.notification-alert-actions button{color:#315945;cursor:pointer;background:#ffffffe0;border:1px solid #23493721;border-radius:999px;min-height:32px;padding:0 11px;font-size:.74rem;font-weight:850}.notification-alert-actions button:first-child{color:#fff;border-color:var(--notification-alert-accent);background:var(--notification-alert-accent)}html[data-theme=dark] .notification-alert-card{border-color:#a6d96a29;border-left-color:var(--notification-alert-accent);background:#081f1cf7;box-shadow:0 22px 54px #0000006b}html[data-theme=dark] .notification-alert-card h3{color:#f0f8f2}html[data-theme=dark] .notification-alert-card p,html[data-theme=dark] .notification-alert-meta span{color:#e2f0e6c7}html[data-theme=dark] .notification-alert-meta span,html[data-theme=dark] .notification-alert-close,html[data-theme=dark] .notification-alert-actions button{background:#ffffff14;border-color:#a6d96a29}html[data-theme=dark] .notification-alert-actions button{color:#dceee1}html[data-theme=dark] .notification-alert-actions button:first-child{color:#fff;background:var(--notification-alert-accent)}@keyframes notification-alert-enter{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=720px){.notification-alert-stack{width:auto;top:74px;left:12px;right:12px}.notification-alert-card{padding:14px}}@media (prefers-reduced-motion:reduce){.notification-alert-card{animation:none}}
