#notifDock{position:fixed;top:12px;left:12px;z-index:9999;direction:rtl}
#notifDock .bellBtn{position:relative;background:#223149;color:#eaf2ff;
  border:1px solid #2e4053;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
#notifDock .badge{position:absolute;top:-8px;right:-8px;background:#ff3b3b;color:#fff;
  border-radius:999px;padding:2px 7px;font-size:12px;min-width:20px;text-align:center;display:none}
#notifDock .badge.show{display:inline-block}
#notifDock .panel{display:none;position:absolute;top:44px;right:0;background:#0f1b2d;color:#eaf2ff;
  border:1px solid #2e4053;border-radius:12px;width:320px;max-height:420px;overflow:auto;box-shadow:0 8px 24px rgba(0,0,0,.35)}
#notifDock .panel.show{display:block}
#notifDock .row{padding:10px 12px;border-bottom:1px dashed #2e4053;font-size:13px}
#notifDock .row b{color:#9fe9c9}
#notifDock .row a{color:#8fb6ff;text-decoration:none}
#notifDock .hdr{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #2e4053}
#notifDock .hdr .ttl{font-weight:700}
#notifDock .hdr .act{display:flex;gap:6px}
#notifDock .btn{background:#2c6fff;border:none;color:#fff;border-radius:8px;padding:6px 10px;cursor:pointer}
#notifDock .btn.sec{background:#223149;color:#9fb0c9;border:1px solid #2e4053}
#notifDock .empty{padding:14px;color:#9fb0c9}
