.notification-wrap { position: relative; }
.notification-button { position: relative; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; }
.notification-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.notification-button b { position: absolute; top: -5px; right: -5px; min-width: 19px; height: 19px; display: grid; place-items: center; padding: 0 5px; border: 2px solid #07100e; border-radius: 12px; background: #ff5968; color: #fff; font-size: 9px; }
.notification-panel { position: absolute; z-index: 60; top: calc(100% + 10px); right: 0; width: min(360px, calc(100vw - 24px)); max-height: min(480px, 70vh); overflow: auto; border: 1px solid #26463c; border-radius: 14px; background: #0b1815; box-shadow: 0 24px 70px #000a; }
.notification-panel header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 15px; border-bottom: 1px solid var(--line); background: #0d1c18f2; backdrop-filter: blur(10px); }
.notification-panel header button { padding: 0; border: 0; background: transparent; color: var(--green); font-size: 10px; font-weight: 800; cursor: pointer; }
.notification-list-empty { padding: 25px 15px; color: var(--muted); text-align: center; font-size: 12px; }
.notification-item { width: 100%; display: grid; grid-template-columns: 9px 1fr; gap: 10px; padding: 13px 15px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.notification-item:hover { background: #13251f; }
.notification-item:last-child { border-bottom: 0; }
.notification-item > i { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: #476158; }
.notification-item.unread > i { background: var(--green); box-shadow: 0 0 12px #2de39d99; }
.notification-item p { margin: 0; color: #d8e5e1; font-size: 12px; line-height: 1.45; }
.notification-item time { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
@media(max-width:620px){.notification-button{width:38px;height:38px}.notification-panel{position:fixed;top:68px;right:10px;left:10px;width:auto}}
