.send-file-dialog{width:min(460px,calc(100vw - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:0;border:1px solid #dce9e2;border-radius:22px;background:#fff;color:#20342c;box-shadow:0 24px 80px #14372c33;overflow:auto;box-sizing:border-box}
.send-file-dialog::backdrop{background:#102f2566;backdrop-filter:blur(3px)}
.send-file-form{padding:24px;display:flex;flex-direction:column;gap:16px;margin:0}
.send-file-form header{display:flex;justify-content:space-between;align-items:center;gap:12px}
.send-file-form h2{font-size:24px;line-height:1.2;margin:5px 0 0}
.send-file-eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;color:#099364}
.send-file-form .send-file-close{width:36px;height:36px;min-width:36px;padding:0;border:1px solid #dce9e2;border-radius:10px;background:#f5f9f7;color:#4c675c;font-size:24px;cursor:pointer}
.send-file-recipient{margin:0;font-size:14px;overflow-wrap:anywhere;color:#52685e}
.send-file-field{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600}
.send-file-field select{box-sizing:border-box;width:100%;min-width:0;min-height:44px;padding:10px 12px;background:#f7faf8;color:#20342c;border:1px solid #dce9e2;border-radius:10px;font:inherit}
.send-file-preview{display:flex;flex-direction:column;gap:6px;padding:14px;background:#f2f8f5;border-radius:12px;overflow-wrap:anywhere}
.send-file-preview small{color:#62776d}.send-file-link{font-size:14px;font-weight:600}
.send-file-status{margin:0;font-size:13px;line-height:1.5;color:#61766c;min-height:39px}
.send-file-form .send-file-submit{width:100%;min-height:44px;border:0;border-radius:11px;background:#dce9e2;color:#687c71;cursor:not-allowed;font:inherit;font-weight:600;box-shadow:none}
.send-file-note{margin:0;font-size:12px;line-height:1.5;color:#6f8077}
.send-file-form :focus-visible{outline:3px solid #119665;outline-offset:2px}
@media(max-width:480px){.send-file-form{padding:18px}.send-file-form h2{font-size:21px}}
