/* ── ALERTAS ─────────────────────────────────────── */
.alerts-panel{position:fixed;top:var(--th);right:16px;width:340px;background:var(--sf);border:1px solid var(--bd);border-radius:var(--r5);box-shadow:var(--sh-xl);z-index:var(--z-drop);animation:slidein-r .2s;overflow:hidden;max-height:calc(100vh - var(--th) - 32px);display:flex;flex-direction:column}
.alert-item{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border-bottom:1px solid var(--bd2);cursor:pointer;transition:background var(--tr)}
.alert-item:hover{background:var(--sf2)}
