/* Jobix v165 Tenant Notification Bell */
#jx165-bell{position:fixed;right:22px;top:18px;z-index:9999;display:flex;align-items:center;gap:8px;background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 14px 36px rgba(15,23,42,.20);border-radius:999px;padding:10px 13px;font-weight:900;text-decoration:none;cursor:pointer;font-family:inherit}
#jx165-bell:hover{transform:translateY(-1px)}
#jx165-bell .jx165-icon{font-size:18px;line-height:1}#jx165-bell .jx165-count{min-width:22px;height:22px;border-radius:999px;background:#ef4444;color:#fff;display:none;align-items:center;justify-content:center;font-size:12px;padding:0 6px}#jx165-bell.has-count .jx165-count{display:flex}#jx165-bell .jx165-tenant{font-size:12px;color:#dbeafe;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#jx165-panel{position:fixed;right:22px;top:68px;z-index:9999;width:min(420px,calc(100vw - 30px));max-height:70vh;overflow:auto;background:#fff;border:1px solid #dbe7f4;border-radius:18px;box-shadow:0 24px 70px rgba(15,23,42,.24);display:none;color:#0f172a;font-family:inherit}#jx165-panel.open{display:block}.jx165-panel-head{padding:14px 16px;border-bottom:1px solid #e5eef8;display:flex;align-items:center;justify-content:space-between}.jx165-panel-head strong{font-size:16px}.jx165-panel-head a{font-size:13px;color:#2563eb;text-decoration:none;font-weight:900}.jx165-notif-item{padding:14px 16px;border-bottom:1px solid #eef3fa}.jx165-notif-item.unread{background:#eff6ff}.jx165-notif-title{font-weight:900;margin-bottom:4px}.jx165-notif-meta{font-size:12px;color:#64748b;margin-bottom:6px}.jx165-notif-body{font-size:14px;line-height:1.35}.jx165-notif-actions{margin-top:9px;display:flex;gap:8px;flex-wrap:wrap}.jx165-notif-actions button,.jx165-notif-actions a{border:0;background:#eaf1fb;color:#0f172a;border-radius:999px;padding:7px 10px;font-weight:900;text-decoration:none;font-size:12px;cursor:pointer}.jx165-notif-empty{padding:18px;color:#64748b}.jx165-notif-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.jx165-notif-summary>div{background:#f8fbff;border:1px solid #dbe7f4;border-radius:16px;padding:14px}.jx165-notif-summary span{display:block;color:#64748b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.jx165-notif-summary strong{display:block;font-size:24px;margin-top:4px}.jx165-row-unread{background:#eff6ff}.jx165-notifications-page{max-width:1100px}.jx165-notif-table td{vertical-align:top}
@media(max-width:740px){#jx165-bell{right:12px;top:12px;padding:9px 11px}.jx165-tenant{display:none!important}.jx165-notif-summary{grid-template-columns:1fr}.jx165-notif-table{font-size:13px}}
@media print{#jx165-bell,#jx165-panel{display:none!important}}
