.assistant-attach-btn{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;color:var(--text-2);background:0 0;align-items:center;gap:4px;padding:6px 8px;font-size:13px;transition:border-color .15s,color .15s;display:flex}.assistant-attach-btn:hover{border-color:var(--border-hover);color:var(--text)}.assistant-file-pill{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-2);align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.assistant-file-pill-remove{cursor:pointer;color:var(--text-3);background:0 0;border:none;padding:0;font-size:14px;line-height:1}.assistant-file-pill-remove:hover{color:var(--red)}.floating-chat-btn{background:var(--accent);cursor:pointer;z-index:90;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 12px #00000026}.floating-chat-btn:hover{transform:scale(1.05);box-shadow:0 4px 20px #16a34a59}.command-overlay{z-index:150;background:#0006;justify-content:center;align-items:flex-start;padding-top:15vh;animation:.15s forwards fadeIn;display:flex;position:fixed;inset:0}.command-card{background:var(--bg);border-radius:var(--radius);width:100%;max-width:560px;overflow:hidden;box-shadow:0 8px 32px #0000001f}.command-input-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px 20px;display:flex}.command-input{color:var(--text);font-size:15px;font-family:var(--font-inter);background:0 0;border:none;outline:none;flex:1}.command-input::placeholder{color:var(--text-3)}.command-kbd{color:var(--text-3);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-radius:3px;padding:2px 6px;font-size:11px}.command-close{color:var(--text-3);cursor:pointer;background:0 0;border:none;padding:0;font-size:18px}.command-close:hover{color:var(--text)}.command-body{max-height:400px;padding:8px 0;overflow-y:auto}.command-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-3);padding:8px 20px 4px;font-size:11px;font-weight:500}.command-suggestion-item{color:var(--text-2);cursor:pointer;align-items:center;gap:10px;padding:10px 20px;font-size:14px;display:flex}.command-suggestion-item:hover{background:var(--surface);color:var(--text)}.command-result{color:var(--text);border-top:1px solid var(--border);padding:16px 20px;font-size:14px;line-height:1.7}.command-loading{justify-content:center;padding:20px;display:flex}.command-dots span{background:var(--text-3);border-radius:50%;width:6px;height:6px;margin:0 2px;animation:1.2s ease-in-out infinite dotPulse;display:inline-block}.command-dots span:nth-child(2){animation-delay:.2s}.command-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.invoice-preview-overlay{z-index:160;background:#00000073;justify-content:center;align-items:center;padding:24px;animation:.2s forwards fadeIn;display:flex;position:fixed;inset:0}.invoice-preview-modal{background:var(--bg);border-radius:var(--radius);width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000001f}.invoice-preview-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.invoice-preview-title{color:var(--text);font-size:15px;font-weight:500}.invoice-preview-body{padding:24px}.invoice-preview-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}
