.notifications{background:linear-gradient(135deg,#151c2a,#11151f);border:1px solid var(--line);border-radius:16px;padding:18px;margin-bottom:30px}.notifyhead{display:flex;align-items:center;justify-content:space-between}.notifyhead h2{margin:0}.notification{display:flex;justify-content:space-between;gap:15px;color:var(--muted);padding:12px 0;border-top:1px solid var(--line)}.notification.unread{color:var(--text);font-weight:700}.notification.unread:before{content:'';width:8px;height:8px;flex:0 0 8px;margin-top:8px;border-radius:50%;background:var(--cyan)}.notification small{font-weight:400;color:var(--muted);white-space:nowrap}@media(max-width:600px){.notification{flex-wrap:wrap}.notification small{width:100%}}
