/* Дзвіночок + панель («Сповіщення · v2 · панель», popup 450×560) — 1:1 з Penpot */
body.v2 .v2-bell-wrap { position: relative; }
body.v2 .v2-bell {
  width: 40px; height: 40px; border-radius: 12px; cursor: pointer; position: relative;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: #e8eaf0; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
body.v2 .v2-bell:hover { background: rgba(255,255,255,.08); }
body.v2 .v2-bell.open { border-color: rgba(156,39,176,.5); }
body.v2 .v2-bell .badge {
  position: absolute; top: -2px; right: -6px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px;
  background: #dc3545; color: #fff; font: 700 10px/18px var(--font-ui); text-align: center; display: none;
}
body.v2 .v2-bell .badge.show { display: block; }
body.v2 .v2-bell .ws-dot { position: absolute; bottom: -2px; left: -2px; width: 8px; height: 8px; border-radius: 50%; background: #718096; border: 2px solid #0b0e14; }
body.v2 .v2-bell .ws-dot.connected { background: #52d199; }
body.v2 .v2-bell .ws-dot.connecting { background: #fbbf24; }

body.v2 .v2-bell-panel {
  position: absolute; right: 0; top: 48px; width: 450px; z-index: 90; display: none;
  background: #171b24; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; box-shadow: var(--shadow-popup);
}
body.v2 .v2-bell-panel.open { display: block; }
body.v2 .v2-bell-panel .head { display: flex; align-items: center; height: 46px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.05); }
body.v2 .v2-bell-panel .head .t { font-size: 13.5px; font-weight: 600; color: #e8eaf0; }
body.v2 .v2-bell-panel .head .n { font-size: 11px; color: #f0a0a0; margin-left: 14px; }
body.v2 .v2-bell-panel .head .mark-all { margin-left: auto; font-size: 11px; color: #98a2b3; cursor: pointer; }
body.v2 .v2-bell-panel .list { padding: 12px 10px 0; max-height: 450px; overflow-y: auto; }
body.v2 .v2-bell-panel .foot { height: 48px; border-top: 1px solid rgba(255,255,255,.05); display: flex; align-items: center; justify-content: center; margin-top: 10px; }
body.v2 .v2-bell-panel .foot a { font-size: 11.5px; font-weight: 600; color: #c77dff; text-decoration: none; }

/* notif-item 430×80 */
body.v2 .v2-notif-row { position: relative; height: 80px; border-radius: 10px; background: rgba(255,255,255,.02); margin-bottom: 8px; overflow: hidden; cursor: pointer; }
body.v2 .v2-notif-row.unread { background: rgba(255,255,255,.05); }
body.v2 .v2-notif-row .acc { position: absolute; left: 0; top: 0; bottom: 0; width: 3px; }
body.v2 .v2-notif-row .nicon { position: absolute; left: 14px; top: 14px; width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 12px; }
body.v2 .v2-notif-row .ntitle { position: absolute; left: 54px; top: 12px; right: 40px; font-size: 12px; font-weight: 600; color: #e8eaf0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.v2 .v2-notif-row:not(.unread) .ntitle { color: #c9d1e0; }
body.v2 .v2-notif-row .ntext { position: absolute; left: 54px; top: 32px; right: 40px; font-size: 10.5px; color: #98a2b3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.v2 .v2-notif-row .nmeta { position: absolute; left: 54px; top: 52px; font-size: 9.5px; color: #667085; }
body.v2 .v2-notif-row .ndot { position: absolute; right: 20px; top: 36px; width: 7px; height: 7px; border-radius: 50%; background: #dc3545; display: none; }
body.v2 .v2-notif-row.unread .ndot { display: block; }
body.v2 .v2-notif-row[data-k="danger"] .acc { background: #dc3545; } body.v2 .v2-notif-row[data-k="danger"] .nicon { background: rgba(220,53,69,.16); color: #dc3545; }
body.v2 .v2-notif-row[data-k="due"] .acc { background: #ff6b35; } body.v2 .v2-notif-row[data-k="due"] .nicon { background: rgba(255,107,53,.16); color: #ff6b35; }
body.v2 .v2-notif-row[data-k="ok"] .acc { background: #52d199; } body.v2 .v2-notif-row[data-k="ok"] .nicon { background: rgba(82,209,153,.16); color: #52d199; }
body.v2 .v2-notif-row[data-k="info"] .acc { background: #4a90e2; } body.v2 .v2-notif-row[data-k="info"] .nicon { background: rgba(74,144,226,.16); color: #4a90e2; }
body.v2 .v2-notif-row[data-k="booking"] .acc { background: #9c27b0; } body.v2 .v2-notif-row[data-k="booking"] .nicon { background: rgba(156,39,176,.16); color: #c77dff; }
body.v2 .v2-notif-row[data-k="warn"] .acc { background: #fbbf24; } body.v2 .v2-notif-row[data-k="warn"] .nicon { background: rgba(251,191,36,.16); color: #fbbf24; }
body.v2 .v2-notif-empty { padding: 34px 16px; text-align: center; color: #667085; font-size: 11.5px; }
