/* The hand has its own space to the RIGHT of the floating bell. */
.dinavision-bell-float .dv-attention-hand{position:absolute;left:calc(100% + 16px);top:50%;width:36px;height:40px;line-height:40px;font-size:32px;text-align:center;pointer-events:none;user-select:none;transform:translateY(-50%) rotate(-8deg);transform-origin:70% 80%;filter:drop-shadow(0 2px 3px #0003)}
.dinavision-bell-float .dv-attention-hand[hidden]{display:none!important}
.dinavision-bell-float .dv-attention-hand.is-waving{animation:dv-attention-wave 2.8s cubic-bezier(.4,0,.2,1) 1 both}
@keyframes dv-attention-wave{0%,100%{transform:translateY(-50%) rotate(-8deg)}12%,36%,60%{transform:translateY(-55%) rotate(18deg)}24%,48%,72%{transform:translateY(-50%) rotate(-18deg)}86%{transform:translateY(-50%) rotate(5deg)}}
@media(max-width:767px){.dinavision-bell-float .dv-attention-hand{left:calc(100% + 14px);width:32px;height:36px;line-height:36px;font-size:28px}}
@media(prefers-reduced-motion:reduce){.dinavision-bell-float .dv-attention-hand.is-waving{animation:none}}
.dv-attention-admin{margin:18px 0;padding:20px;border:1px solid #dce3ea;border-radius:12px;background:#fff;color:#172b4d;max-width:900px;box-sizing:border-box}
.dv-attention-admin h3{margin:0 0 10px;font-size:20px}.dv-attention-admin p{line-height:1.5}
.dv-attention-admin label{display:flex;gap:10px;align-items:center;min-height:44px;font-weight:600}.dv-attention-admin input[type=checkbox]{width:20px;height:20px;flex:0 0 20px}
.dv-attention-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.dv-attention-actions button{min-height:44px;padding:10px 16px;cursor:pointer}
.dv-attention-preview{min-height:90px;margin:20px 0 0}
.dv-attention-admin .dinavision-bell-float{position:relative;left:0;bottom:0;display:block;width:58px;height:58px;border-radius:50%;background:#e6291f;color:white;box-shadow:0 8px 20px #172b4d30;z-index:1}
.dv-attention-admin .dinavision-bell-float details,.dv-attention-admin .dinavision-bell-float summary{width:100%;height:100%}
.dv-attention-admin .dinavision-bell-float summary{display:flex;align-items:center;justify-content:center;position:relative;list-style:none;pointer-events:none}
.dv-attention-admin .dinavision-bell-float summary::-webkit-details-marker{display:none}
.dv-attention-admin .dinavision-bell-float svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dv-attention-admin .dinavision-bell-float__count{position:absolute;right:-4px;top:-4px;min-width:20px;height:20px;padding:0 4px;border:2px solid white;border-radius:10px;background:#172b4d;color:white;font-size:11px;line-height:20px;text-align:center}
