.notification-button{position:relative;flex:0 0 42px;width:42px;height:42px;margin-left:auto;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--forest);display:grid;place-items:center;cursor:pointer}
.notification-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.notification-button.has-notifications{border-color:#d2a85b;background:#fff8e8}
.notification-button span{position:absolute;right:-6px;top:-7px;min-width:20px;height:20px;padding:0 5px;border:2px solid var(--cream);border-radius:10px;background:#b95e3f;color:white;font-size:10px;font-weight:850;line-height:16px;text-align:center}
.nav-item .nav-badge{margin-left:auto;width:auto;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#d7b463;color:#17362f;font-size:10px;font-weight:850;line-height:22px;text-align:center}
.notifications-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.notifications-head h3{font:600 28px Georgia,serif;margin:6px 0}
.notifications-head p{margin:0;color:var(--muted);font-size:14px}
.notification-summary{margin-bottom:12px;color:var(--forest2);font-size:13px;font-weight:800}
.notification-list{display:grid;gap:10px;max-width:900px}
.notification-card{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:var(--paper);box-shadow:0 6px 20px rgba(20,53,46,.04)}
.notification-card.unread{border-color:#d8b66f;background:#fffaf0;box-shadow:inset 4px 0 0 #c89942}
.notification-icon{width:42px;height:42px;border-radius:11px;background:#e3ece7;color:var(--forest);display:grid;place-items:center;font-size:18px;font-weight:850}
.notification-card.unread .notification-icon{background:#f2dfb6;color:#80572a}
.notification-meta{display:flex;align-items:center;gap:10px;margin-bottom:5px}
.notification-meta span{color:var(--rust);font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.notification-meta time{color:var(--muted);font-size:12px}
.notification-copy h4{margin:0;font-size:16px}
.notification-copy p{margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.45}
.notification-actions{display:flex;align-items:center;gap:7px}
.notification-actions button{border:1px solid var(--line);border-radius:8px;padding:9px 11px;background:white;color:var(--forest);font-size:12px;font-weight:750;cursor:pointer}
.notification-actions .notification-open{background:var(--forest);border-color:var(--forest);color:white}
.notification-actions button:disabled{opacity:.48;cursor:default}
.notification-empty{display:grid;gap:6px;padding:48px 24px;border:1px dashed #bfc6c1;border-radius:14px;text-align:center;color:var(--muted)}
.notification-empty strong{color:var(--ink);font:600 21px Georgia,serif}
.notification-empty span{font-size:14px}
@media(max-width:760px){
  .notification-button{flex-basis:38px;width:38px;height:38px;margin-left:6px}
  .date{margin-left:8px}
  .notifications-head{align-items:flex-start}
  .notifications-head h3{font-size:24px}
  .notifications-head p{font-size:13px}
  .notification-card{grid-template-columns:40px minmax(0,1fr);padding:15px}
  .notification-icon{width:38px;height:38px}
  .notification-actions{grid-column:2;flex-wrap:wrap}
  .notification-actions button{flex:1}
  .notification-copy h4{font-size:15px}
  .notification-copy p{font-size:13px}
}
