.context-email-modal{position:fixed;inset:0;z-index:110;display:none;align-items:center;justify-content:center;padding:20px;background:#10182899}
.context-email-modal.show{display:flex}
.context-email-format-toolbar[hidden],.context-email-copy-fields[hidden],.context-email-file-list[hidden]{display:none!important}
.context-email-card{display:flex;flex-direction:column;width:min(760px,100%);height:min(720px,92vh);max-height:92vh;overflow:hidden;border-radius:11px;background:#fff;box-shadow:0 25px 70px #0005;transition:width .18s,height .18s}
.context-email-card.expanded{width:calc(100vw - 48px);height:calc(100vh - 40px);max-height:none}
.context-email-head{display:flex;align-items:center;min-height:48px;padding:10px 13px 10px 17px;background:#edf2f7;color:#23364d}
.context-email-head h2{margin:0;font-size:14px}
.context-email-window-actions{display:flex;gap:3px;margin-left:auto}
.context-email-head-button{display:grid;place-items:center;width:31px;height:28px;padding:0;border:0;border-radius:5px;background:transparent;color:#3e4c5d}
.context-email-head-button:hover{background:#dce5ef}
.context-email-fields{padding:0 18px}
.context-email-line{display:flex;align-items:center;min-height:45px;border-bottom:1px solid #e3e7ec}
.context-email-line label{flex:0 0 48px;margin:0;color:#596678;font-size:11px;font-weight:600;text-transform:none;letter-spacing:0}
.context-email-line input,.context-email-line select{min-width:0;min-height:43px;flex:1;padding:8px 2px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#26364a;font:12px Inter,Segoe UI,Arial,sans-serif}
.context-email-line input:focus,.context-email-line select:focus{border:0;box-shadow:none;outline:0}
.context-email-subject-line input{padding-left:0}
.context-email-cc-toggle{min-height:30px;padding:4px 7px;border:0;background:transparent;color:#536176;font-size:11px;white-space:nowrap}
.context-email-cc-toggle:hover{background:#edf3fa;color:#1767b5}
.context-email-format-toolbar{display:flex;align-items:center;gap:2px;min-height:38px;padding:5px 18px;border-bottom:1px solid #e5e9ee;background:#f8fafc}
.context-email-format-toolbar button{min-width:31px;min-height:28px;padding:4px 7px;border:0;border-radius:4px;background:transparent;color:#394a60;font-size:11px}
.context-email-format-toolbar button:hover{background:#e5edf6}
.context-email-format-toolbar span{width:1px;height:20px;margin:0 5px;background:#d9e0e8}
.context-email-editor-wrap{display:flex;min-height:250px;flex:1;flex-direction:column;overflow:auto;padding:0 18px;transition:background .15s}
.context-email-editor-wrap.dragging{background:#edf6ff;box-shadow:inset 0 0 0 2px #78aae1}
.context-email-editor{min-height:270px;flex:1;padding:16px 2px;color:#27364a;outline:0;overflow-wrap:anywhere;font:13px/1.6 Inter,Segoe UI,Arial,sans-serif}
.context-email-editor:empty::before{content:attr(data-placeholder);color:#9aa4b1;pointer-events:none}
.context-email-editor a{color:#1767b5}
.context-email-file-list{display:flex;flex-wrap:wrap;gap:7px;padding:9px 0 12px;border-top:1px solid #edf0f4}
.context-email-file{display:flex;align-items:center;gap:7px;width:min(260px,100%);min-width:0;padding:6px 7px;border:1px solid #dde4ec;border-radius:7px;background:#f8fafc}
.context-email-file-icon{display:grid;place-items:center;width:27px;height:27px;flex:0 0 auto;border-radius:6px;background:#eaf3ff;color:#1767b5;font-size:13px}
.context-email-file-copy{min-width:0;flex:1}
.context-email-file-copy b{display:block;overflow:hidden;color:#35465b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.context-email-file-copy small{color:#8390a0;font-size:8.5px}
.context-email-file-remove{display:grid;place-items:center;width:25px;height:25px;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:transparent;color:#9b3b43;font-size:15px}
.context-email-file-remove:hover{background:#fff0f1}
.context-email-foot{display:flex;align-items:center;gap:4px;min-height:60px;padding:10px 16px;border-top:1px solid #e7ebf0}
.context-email-send{min-width:92px;min-height:38px;border:1px solid transparent;border-radius:7px;background:#2474d2;color:#fff;font-weight:700}
.context-email-send:disabled{cursor:not-allowed;opacity:.55}
.context-email-tool{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:6px;background:transparent;color:#3e4d60}
.context-email-tool:hover{background:#edf2f7;color:#1767b5}
.context-email-foot-spacer{flex:1}
.context-email-save-draft{min-height:34px;padding:6px 9px;border:0;background:transparent;color:#536176;font-size:10.5px}
.context-email-save-draft:hover{background:#edf2f7;color:#1767b5}
.context-email-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.context-email-icon.small{width:14px;height:14px}
@media(max-width:720px){.context-email-modal{padding:6px}.context-email-card,.context-email-card.expanded{width:100%;height:calc(100vh - 12px);max-height:none}.context-email-fields,.context-email-editor-wrap{padding-inline:12px}.context-email-line label{flex-basis:38px}.context-email-foot{gap:1px;padding-inline:7px;overflow:hidden}.context-email-send{min-width:76px}.context-email-tool{width:29px;flex:0 0 auto}.context-email-save-draft{padding-inline:4px;font-size:9px;white-space:nowrap}}
