/* V60.1 Conversation Context — compact, no new toolbar */
.mf601-context{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 12px;background:#fff;border-bottom:1px solid #dbe6f5;min-height:50px}
.mf601-context-main{display:flex;align-items:center;gap:9px;min-width:0}.mf601-context-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff6cf;border:1px solid #ffd45c;font-weight:800;color:#003da5;flex:none}.mf601-context-main div{display:grid;min-width:0}.mf601-context-main small{font-size:10px;color:#6d7d91;line-height:1.1}.mf601-context-main b{font-size:14px;color:#092b62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mf601-context-main em{font-style:normal;font-size:9px;color:#8492a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mf601-member-button{border:0;background:#eef5ff;border-radius:12px;padding:5px 9px;display:grid;grid-template-columns:auto auto;column-gap:4px;align-items:center;color:#003da5;cursor:pointer}.mf601-member-button span{grid-row:1/3;font-size:18px}.mf601-member-button b{font-size:13px}.mf601-member-button small{font-size:8px;color:#65758a}
.mf601-send-target{display:flex;align-items:center;gap:6px;padding:3px 12px;background:#f8fbff;border-top:1px solid #e1eaf5;color:#708096;white-space:nowrap;overflow:hidden}.mf601-send-target span{font-size:9px}.mf601-send-target b{font-size:10px;color:#003da5;overflow:hidden;text-overflow:ellipsis}
.mf601-context-dialog{border:0;padding:0;background:transparent;width:min(94vw,460px);max-height:88vh}.mf601-context-dialog::backdrop{background:rgba(0,25,64,.42);backdrop-filter:blur(2px)}.mf601-context-card{background:#fff;border-radius:20px;box-shadow:0 24px 70px rgba(0,31,78,.28);overflow:hidden;max-height:88vh;display:flex;flex-direction:column}.mf601-context-card>header{display:flex;justify-content:space-between;align-items:center;padding:15px 16px;border-bottom:2px solid #ffc400}.mf601-context-card>header div{display:grid;min-width:0}.mf601-context-card>header small{font-size:10px;color:#77879b}.mf601-context-card>header b{font-size:18px;color:#092b62;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mf601-context-card>header em{font-size:10px;color:#8794a6;font-style:normal}.mf601-context-card>header button{width:34px;height:34px;border:0;border-radius:50%;background:#eef4fb;font-size:21px;cursor:pointer}
.mf601-context-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 14px;background:#f6f9fd}.mf601-context-summary span{text-align:center;display:grid}.mf601-context-summary b{font-size:13px;color:#003da5;overflow:hidden;text-overflow:ellipsis}.mf601-context-summary small{font-size:9px;color:#718096}
.mf601-member-list{padding:8px 14px;overflow:auto;min-height:90px;max-height:260px}.mf601-member{display:flex;align-items:center;gap:9px;padding:8px 2px;border-bottom:1px solid #edf1f6}.mf601-member-avatar{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:#eef5ff;color:#003da5;font-weight:800}.mf601-member-info{display:grid;min-width:0;flex:1}.mf601-member-info b{font-size:13px;color:#17375f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mf601-member-info small{font-size:9px;color:#7d8998}.mf601-online{width:8px;height:8px;border-radius:50%;background:#18bf6a}.mf601-offline{background:#bcc5cf}
.mf601-invite{padding:12px 14px 15px;border-top:1px solid #e6edf5}.mf601-invite>header{display:grid;margin-bottom:8px}.mf601-invite>header b{font-size:13px;color:#092b62}.mf601-invite>header small{font-size:9px;color:#748396}.mf601-search-row{display:grid;grid-template-columns:1fr auto;gap:7px}.mf601-search-row input{min-width:0;height:40px;border:1px solid #cbd8e8;border-radius:11px;padding:0 11px;font:inherit}.mf601-search-row button,.mf601-invite-action{border:0;border-radius:11px;background:#003da5;color:#fff;font-weight:700;padding:0 13px;cursor:pointer}.mf601-search-results{display:grid;gap:6px;margin-top:8px;max-height:180px;overflow:auto}.mf601-search-result{display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #e0e8f2;border-radius:12px}.mf601-search-result div{display:grid;min-width:0;flex:1}.mf601-search-result b{font-size:12px;color:#17375f}.mf601-search-result small{font-size:9px;color:#758399}.mf601-invite-action{height:34px;background:#ffc400;color:#00306d}.mf601-invite-note{margin:8px 0 0;padding:8px;border-radius:10px;background:#fff7dc;color:#7d5b00;font-size:10px}
@media(max-width:760px){.mf601-context{padding:5px 8px;min-height:44px}.mf601-context-icon{width:30px;height:30px}.mf601-context-main small,.mf601-context-main em{display:none}.mf601-context-main b{font-size:12px}.mf601-member-button{padding:4px 7px}.mf601-context-dialog{width:calc(100vw - 20px)}.mf601-context-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.mf601-send-target{padding-left:8px}}
