.notification-bell{position:relative}.notification-bell>span{position:absolute;right:-4px;top:-5px;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:20px;background:#e2485f;color:#fff;font-size:9px;font-weight:800;display:grid;place-items:center}.notification-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 25px;margin-bottom:16px;border:1px solid #dedaf7;border-radius:18px;background:linear-gradient(120deg,#fff,#f4f2ff)}.notification-hero h2{font-size:28px;margin:3px 0}.notification-hero p{color:var(--muted);margin:0}.notification-hero-count{min-width:90px;text-align:center;padding:13px 18px;border-radius:15px;background:#fff;border:1px solid var(--line)}.notification-hero-count strong,.notification-hero-count span{display:block}.notification-hero-count strong{font-size:25px;color:var(--violet)}.notification-hero-count span{font-size:11px;color:var(--muted)}.notification-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.notification-group{height:370px;min-height:0;padding:15px;display:flex;flex-direction:column;overflow:hidden}.notification-group-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:1px solid var(--line)}.notification-group-head h3{color:var(--ink);font-size:15px;margin:0}.notification-group-head span{min-width:28px;height:25px;border-radius:20px;background:var(--violet-soft);color:var(--violet);display:grid;place-items:center;font-size:11px;font-weight:800}.notification-scroll{overflow-y:auto;min-height:0;scrollbar-width:thin}.notification-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 2px;border-bottom:1px solid var(--line)}.notification-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center}.notification-icon svg{width:18px}.notification-icon.violet{background:#eeecff;color:#6558d3}.notification-icon.green{background:#e6f6ef;color:#16855b}.notification-icon.red{background:#fdecef;color:#c84257}.notification-icon.amber{background:#fff4df;color:#bb741b}.notification-icon.blue{background:#e9f2ff;color:#3975bd}.notification-open{border:0;background:transparent;text-align:left;min-width:0;padding:0}.notification-open strong,.notification-open small,.notification-open em{display:block}.notification-open strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink);font-size:13px}.notification-open small{color:var(--muted);font-size:11px}.notification-open em{font-style:normal;color:#8a82a8;font-size:10px;margin-top:2px}.notification-actions{display:flex;gap:3px}.notification-actions button{width:29px;height:29px;border:0;border-radius:9px;background:#f5f5f8;color:#707789;display:grid;place-items:center}.notification-actions button:hover{background:var(--violet-soft);color:var(--violet)}.notification-actions svg{width:14px}.notification-empty{height:100%;min-height:160px;display:grid;place-content:center;justify-items:center;gap:7px;color:#9aa0ad;font-size:12px}.notification-empty svg{width:26px;color:#55a47d}@media(max-width:850px){.notification-grid{grid-template-columns:1fr}.notification-hero{align-items:flex-start}.notification-group{height:390px}}
