
/* EMP Benachrichtigungscenter */
.notice-shell{max-width:1100px;margin:0 auto}.notice-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.06)}.notice-item{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:#fff}.notice-item.is-unread{border-left:5px solid #2563eb;background:#eff6ff}.notice-meta{font-size:12px;color:#64748b}.notice-body{white-space:pre-wrap;overflow-wrap:anywhere}.notice-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:700px){.notice-form-grid{grid-template-columns:1fr}}.notice-badge{display:inline-flex;min-width:20px;height:20px;padding:0 6px;border-radius:999px;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:11px;font-weight:800}
