.notify-wrap{position:relative}.notify-bell{position:relative;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;place-items:center;font-size:18px;cursor:pointer;box-shadow:0 8px 18px rgba(24,58,99,.05)}.notify-bell b{position:absolute;right:-4px;top:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#d1595f;color:#fff;font-size:10px;display:grid;place-items:center;border:2px solid #fff}.notify-panel{position:absolute;right:0;top:53px;width:min(390px,calc(100vw - 28px));max-height:520px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 26px 70px rgba(24,58,99,.22);overflow:hidden;z-index:90}.notify-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 15px;border-bottom:1px solid var(--line);background:#fbfdff}.notify-head strong,.notify-head small{display:block}.notify-head small{color:var(--muted);font-size:10px;margin-top:2px}.notify-head button{border:0;background:none;color:var(--navy);font-size:11px;font-weight:800;cursor:pointer}.notify-list{max-height:430px;overflow:auto}.notify-item{width:100%;border:0;border-bottom:1px solid #edf2f6;background:#fff;text-align:left;padding:12px 14px;display:grid;grid-template-columns:8px 1fr;gap:10px;cursor:pointer}.notify-item:hover{background:#f7fafc}.notify-item.unread{background:#f2f7fc}.notify-dot{width:7px;height:7px;border-radius:50%;background:#d1dbe4;margin-top:6px}.notify-item.unread .notify-dot{background:#245a8d}.notify-item strong,.notify-item small,.notify-item time{display:block}.notify-item strong{font-size:13px;color:#183a63}.notify-item small{font-size:11px;color:#64748b;line-height:1.4;margin-top:3px}.notify-item time{font-size:9px;color:#94a3b8;margin-top:5px}.notify-empty{padding:28px;text-align:center;color:var(--muted);font-size:12px}@media(max-width:760px){.notify-bell{width:40px;height:40px}.notify-panel{position:fixed;top:80px;left:12px;right:12px;width:auto;max-height:70vh}}
