/* Shared source sheet and five destinations, 2026-09-21. */
.modal-layer .assistant-attachment-sheet[open]{background:var(--overlay-surface,#eaf0ec);color:var(--overlay-on-surface,#1b1c1b);opacity:1}
.assistant-attachment-sheet .sheet-options{padding:0 16px max(20px,env(safe-area-inset-bottom))}
.assistant-attachment-sheet .source-options{display:block;margin:0}
.assistant-attachment-sheet .source-option{display:flex;align-items:center;width:100%;min-height:84px;padding:14px 8px;border:0;border-bottom:1px solid var(--overlay-outline-variant,#cbd5ce);border-radius:0;background:transparent;text-align:left;color:var(--overlay-on-surface,#1b1c1b);font:inherit}
.assistant-attachment-sheet .source-option:last-child{border-bottom:0}
.assistant-attachment-sheet .attachment-source-icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:14px;background:#d5efea;color:#005149;margin-right:14px}
.assistant-attachment-sheet svg{width:24px;height:24px;flex-shrink:0}
.assistant-attachment-sheet .attachment-source-copy{flex:1;min-width:0}
.assistant-attachment-sheet strong{display:block;font-size:16px;line-height:24px;font-weight:600}
.assistant-attachment-sheet small{display:block;font-size:13px;line-height:21px;color:#535e58;margin-top:3px}
.assistant-attachment-sheet .attachment-limits{font-size:12px;line-height:20px;margin:14px 8px 0;color:#535e58}
.assistant-attachment-sheet .source-option:focus-visible{outline:2px solid #006b62;outline-offset:-2px;border-radius:12px}
.sa-root.sa-primary{height:100vh;height:var(--sa-visible-height,100dvh);min-height:0;max-width:480px}
.sa-primary .bottom-nav{position:static;flex-shrink:0;width:100%;min-height:76px;padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--line)}
.sa-primary .bottom-nav .nav-button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding:4px}
.sa-primary .bottom-nav .nav-icon{width:64px;height:32px;padding:4px;display:flex;align-items:center;justify-content:center}
.sa-primary .bottom-nav .nav-icon svg{width:24px;height:24px}
.sa-primary .bottom-nav .nav-label{font-size:11px;line-height:18px;white-space:nowrap}
.sa-primary .sa-latest{position:absolute;right:18px;bottom:260px;border:1px solid var(--line);border-radius:24px;background:var(--surface);color:var(--brand);padding:8px 16px;box-shadow:0 2px 8px #0002;min-height:48px}
.sa-primary .composer{padding-bottom:12px}
.cap-root .acquisition-tools{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:4px 0 20px;border-bottom:1px solid var(--line,#d9e0dc);margin-bottom:20px}
.cap-root .acquisition-tools button{display:flex;flex-direction:column;align-items:center;min-width:0;min-height:72px;padding:4px 0;border:0;background:none;color:inherit}
.cap-root .acquisition-tools button>span{display:grid;place-items:center;width:44px;height:40px;background:#e1f1eb;border-radius:12px;color:#006b62;margin-bottom:8px}
.cap-root .acquisition-tools strong{font-size:12px;font-weight:500;white-space:nowrap}
.cap-root .customer-create-row{display:flex;align-items:center;justify-content:space-between}
.cap-root .customer-create-row h2{font-size:18px;line-height:28px;margin:0}

.sa-primary .bottom-nav .nav-button-primary{margin-top:-24px;padding:0 4px;color:var(--brand)}
.sa-primary .bottom-nav .nav-button-primary .nav-icon{width:56px;height:56px;border:4px solid var(--surface);border-radius:50%;background:var(--brand-dark);color:white}
.sa-primary .bottom-nav .nav-button-primary .nav-icon svg{width:28px;height:28px}
