.comm-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:14px 0}.comm-card{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fff}.comm-card b{display:block;color:var(--navy);font-size:16px}.comm-card small{display:block;color:var(--muted);margin-top:5px;line-height:1.4}.comm-live{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900}.comm-live.off{background:var(--redbg);color:var(--red)}.comm-live.on{background:var(--greenbg);color:var(--green)}.comm-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.comm-tabs .active{background:var(--navy);color:#fff}.comm-filter{display:flex;gap:9px;align-items:end;flex-wrap:wrap}.comm-filter select,.comm-filter input,.comm-form input,.comm-form select,.comm-form textarea{padding:9px 10px;border:1px solid var(--line);border-radius:9px;background:#fff}.comm-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.comm-form label{display:grid;gap:5px;font-size:11px;font-weight:800;color:var(--muted)}.comm-form .wide{grid-column:1/-1}.comm-form textarea{min-height:130px;resize:vertical}.comm-status{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900;background:#eef3f7;color:#667583}.comm-status.queued{background:#eef3f7;color:#5e6e7b}.comm-status.pending,.comm-status.processing{background:var(--yellowbg);color:var(--yellow)}.comm-status.sent,.comm-status.delivered,.comm-status.read{background:var(--greenbg);color:var(--green)}.comm-status.failed,.comm-status.cancelled{background:var(--redbg);color:var(--red)}.comm-actions{display:flex;gap:6px;flex-wrap:wrap}.comm-message{max-width:280px}.comm-message b,.comm-message small{display:block}.comm-message small{color:var(--muted);margin-top:3px;white-space:normal}.comm-history{display:grid;gap:6px;margin-top:9px}.comm-history div{border-left:3px solid var(--line);padding-left:8px;font-size:11px;color:var(--muted)}.comm-safety{border:1px solid #f0dda5;background:#fffdf3;border-radius:11px;padding:11px;margin:12px 0;color:#72580b;font-size:12px;line-height:1.45}.comm-empty{padding:24px;text-align:center;color:var(--muted)}@media(max-width:900px){.comm-status-grid{grid-template-columns:1fr}.comm-form{grid-template-columns:1fr}.comm-form .wide{grid-column:auto}.comm-filter>*{width:100%}}