/* Ray in the community (AiCommunity.php, 2026-09-15): the "AI assistant" badge, the note under an answer, "Wrong answer?",
   the hidden notice, the member's status notes under the header and the card on a group's Manage page. */
.ndti-raybadge{display:inline-block;margin-left:2px;padding:0 8px;border-radius:999px;background:#eaf5eb;color:#2f7a34;border:1px solid #cfe6d1;font-size:11.5px;font-weight:700;line-height:19px;letter-spacing:.01em;vertical-align:middle;white-space:nowrap}
.ndti-rayfoot{margin-top:10px;padding-top:8px;border-top:1px dashed #d6e2d8;font-size:13px;line-height:1.45;color:#57697a}
.ndti-rayfoot p{margin:0}
.ndti-rayfoot .ndti-rayfoot__checked{margin-top:4px;color:#2f7a34;font-weight:600}
.ndti-rayflag{margin-top:4px}
.ndti-rayflag>summary{display:inline-block;cursor:pointer;list-style:none;color:#9a5b00;font-weight:600}
.ndti-rayflag>summary::-webkit-details-marker{display:none}
.ndti-rayflag>summary:hover,.ndti-rayflag>summary:focus-visible{text-decoration:underline}
.ndti-rayflag form{display:grid;gap:6px;max-width:520px;margin:8px 0 0}
.ndti-rayflag label{font-size:12.5px;color:#57697a}
.ndti-rayflag textarea{width:100%;box-sizing:border-box;border:1px solid #c9d3dc;border-radius:10px;padding:8px 10px;font:inherit;font-size:13.5px;min-height:58px;resize:vertical;background:#fff;color:#122b46}
.ndti-rayflag .ndti-btn{justify-self:start;padding:7px 12px;font-size:13px}
.ndti-rayhidden{margin:0;color:#6b7785;font-style:italic}
.ndti-cmt__main>.ndti-rayfoot{margin:4px 0 2px;padding:0 12px;border-top:0;font-size:12.5px}

/* the member's notes (layout.php) */
.ndti-raynotes .container{display:grid;gap:8px;margin-top:12px;margin-bottom:12px}
.ndti-raynote{display:flex;gap:10px;align-items:flex-start;background:#f3f9f3;border:1px solid #d3e8d5;border-radius:12px;padding:10px 14px;color:#1d2b36;font-size:14px;line-height:1.45}
.ndti-raynote.is-note{background:#f7f8fa;border-color:#e1e6eb}
.ndti-raynote__mark{flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:#3d9142;color:#fff;display:flex;align-items:center;justify-content:center}
.ndti-raynote.is-note .ndti-raynote__mark{background:#8795a3}
.ndti-raynote.is-working .ndti-raynote__mark{animation:ndti-ray-pulse 1.4s ease-in-out infinite}
@keyframes ndti-ray-pulse{50%{opacity:.5}}
@media (prefers-reduced-motion:reduce){.ndti-raynote.is-working .ndti-raynote__mark{animation:none}}
.ndti-raynote__text{min-width:0;padding-top:3px;overflow-wrap:anywhere}
.ndti-raynote__msg a{font-weight:600}

/* a private or hidden group's Manage page */
.ndti-raygroup{background:#fff;border:1px solid #dfe5eb;border-radius:16px;padding:20px 24px;margin:0 0 18px;box-shadow:0 1px 2px rgba(11,22,32,.04)}
.ndti-raygroup h2{margin:0 0 8px;font-size:17px;font-weight:800;color:#0b1620;display:flex;align-items:center;gap:8px}
.ndti-raygroup__mark{display:inline-flex;width:26px;height:26px;border-radius:8px;background:#3d9142;color:#fff;align-items:center;justify-content:center}
.ndti-raygroup p{margin:0 0 12px;font-size:14px;line-height:1.5;color:#3b4a58}
.ndti-raygroup form{margin:0}
.ndti-raygroup .ndti-raygroup__small{font-size:13px;color:#7f868f}
@media (max-width:560px){.ndti-raygroup{padding:16px}}
