/* v120.3 — Global Copilot professional command drawer */
.global-copilot-launcher{position:fixed;right:22px;bottom:22px;z-index:1090;display:flex;align-items:center;gap:9px;height:46px;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:0 14px 0 8px;background:#0f172a;color:#fff;box-shadow:0 16px 38px rgba(15,23,42,.24);font:750 12px/1 system-ui;cursor:pointer;transition:.18s transform,.18s box-shadow}.global-copilot-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(15,23,42,.3)}.global-copilot-launcher span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fff;color:#2563eb;font-size:16px}.global-copilot-launcher.hidden{display:none!important}.global-copilot-launcher.dragging{transition:none!important;transform:none!important;cursor:grabbing!important;user-select:none}.global-copilot-launcher[data-custom-position="true"]{touch-action:none}body.global-copilot-open .global-copilot-launcher{display:none!important}
.global-copilot-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.18);z-index:1095;opacity:0;pointer-events:none;transition:.2s}.global-copilot-backdrop.open{opacity:1;pointer-events:auto}
.global-copilot{position:fixed;right:0;top:0;bottom:0;width:min(500px,100vw);z-index:1100;background:#f6f8fb;border-left:1px solid #dce3ec;box-shadow:-24px 0 70px rgba(15,23,42,.18);display:grid;grid-template-rows:auto auto 1fr auto auto;overflow:hidden;transform:translateX(102%);opacity:.98;transition:.24s cubic-bezier(.2,.8,.2,1)}.global-copilot.open{transform:none;opacity:1}
.global-copilot-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#fff;border-bottom:1px solid #e6ebf2}.global-copilot-brand{display:flex;align-items:center;gap:11px;min-width:0}.global-copilot-orb{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#0f172a;color:#fff;font-size:18px;box-shadow:0 8px 18px rgba(15,23,42,.15)}.global-copilot-brand>div{display:grid;gap:1px;min-width:0}.global-copilot-brand small{font-size:8px;letter-spacing:.18em;color:#2563eb;font-weight:900}.global-copilot-brand strong{font-size:14px;color:#0f172a;letter-spacing:-.01em}.global-copilot-brand em{font-style:normal;font-size:9px;color:#64748b}.global-copilot-head-actions{display:flex;gap:5px}.global-copilot-head-actions button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;color:#64748b;font-size:17px;cursor:pointer}.global-copilot-head-actions button:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}
.global-copilot-context{padding:10px 16px 11px;background:#fff;border-bottom:1px solid #e7ebf1}.global-copilot-context-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.global-copilot-context-head strong{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#475569}.global-copilot-context-head small{font-size:8px;color:#94a3b8}.global-copilot-context-chips{display:flex;gap:6px;overflow:auto;scrollbar-width:none}.global-copilot-context-chips::-webkit-scrollbar{display:none}.global-copilot-context-chips>span{display:flex;align-items:center;gap:5px;flex:0 0 auto;max-width:250px;height:26px;padding:0 9px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#475569;font-size:8.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-copilot-context-chips>span.accent{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.global-copilot-context-chips i{font-style:normal;font-size:8px}
.global-copilot-messages{min-height:0;overflow:auto;padding:18px 18px 22px;scroll-behavior:smooth}.global-copilot-message{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px}.global-copilot-message.user{justify-content:flex-end}.global-copilot-avatar{display:grid;place-items:center;flex:0 0 auto;width:27px;height:27px;margin-top:2px;border-radius:8px;background:#0f172a;color:#fff;font-size:11px}.global-copilot-bubble{max-width:calc(100% - 36px);border:1px solid #e1e7ef;border-radius:14px;background:#fff;padding:12px 13px;box-shadow:0 2px 7px rgba(15,23,42,.035);color:#334155;font-size:10.5px;line-height:1.6}.global-copilot-message.user .global-copilot-bubble{max-width:86%;border:0;background:#111827;color:#fff;border-radius:14px 14px 4px 14px;padding:11px 13px}.global-copilot-bubble p{margin:0}.global-copilot-message.result .global-copilot-bubble{width:calc(100% - 36px);max-width:none;padding:0;overflow:hidden}.global-copilot-message.thinking .global-copilot-bubble{width:calc(100% - 36px);max-width:none;padding:0;overflow:hidden}
.global-copilot-welcome{display:grid;gap:9px}.global-copilot-welcome .welcome-kicker{font-size:8px;font-weight:900;letter-spacing:.12em;color:#2563eb}.global-copilot-welcome>strong{font-size:13px;color:#0f172a;line-height:1.35}.global-copilot-welcome>p{font-size:10px;color:#64748b;line-height:1.55}.welcome-capabilities{display:flex;flex-wrap:wrap;gap:5px}.welcome-capabilities span{padding:4px 7px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:8px;font-weight:750}
.global-copilot-quick{display:flex;gap:6px;padding:9px 15px;border-top:1px solid #e5eaf1;background:#fff;overflow:auto;scrollbar-width:none}.global-copilot-quick::-webkit-scrollbar{display:none}.global-copilot-quick button{display:flex;align-items:center;gap:6px;flex:0 0 auto;height:32px;padding:0 9px;border:1px solid #dbe3ed;border-radius:8px;background:#fff;color:#475569;font-size:8.5px;font-weight:800;cursor:pointer}.global-copilot-quick button:hover{background:#f8fafc;border-color:#bfdbfe;color:#1d4ed8}.global-copilot-quick i{display:grid;place-items:center;width:18px;height:18px;border-radius:5px;background:#f1f5f9;font-style:normal;font-size:8px;color:#2563eb}
.global-copilot-composer{padding:11px 15px 12px;background:#fff;border-top:1px solid #e5eaf1}.global-copilot-inputbox{display:flex;align-items:flex-end;gap:8px;padding:7px 7px 7px 11px;border:1px solid #cfd8e5;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.03)}.global-copilot-inputbox:focus-within{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.global-copilot-inputbox textarea{flex:1;min-height:38px;max-height:110px;resize:none;border:0;outline:0;background:transparent;color:#0f172a;font:500 10.5px/1.45 system-ui;padding:5px 0}.global-copilot-inputbox textarea::placeholder{color:#a0aec0}.global-copilot-inputbox>button{height:36px;min-width:74px;border:0;border-radius:9px;background:#0f172a;color:#fff;font-size:9px;font-weight:850;cursor:pointer}.global-copilot-inputbox>button b{display:none}.global-copilot-inputbox>button:disabled{opacity:.55;cursor:wait}.global-copilot-composer>small{display:flex;justify-content:center;gap:10px;margin-top:7px;color:#94a3b8;font-size:7.5px}
/* progress timeline */
.global-copilot-progress{padding:13px 14px;background:#fff}.progress-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.progress-head strong{font-size:10px;color:#0f172a}.progress-head small{font-size:8px;color:#64748b}.progress-steps{display:grid;gap:0}.progress-step{position:relative;display:grid;grid-template-columns:24px 1fr;gap:9px;min-height:40px;padding-bottom:7px;opacity:.48}.progress-step:before{content:"";position:absolute;left:11px;top:23px;bottom:-1px;width:1px;background:#dbe3ec}.progress-step:last-child:before{display:none}.progress-step>span{display:grid;place-items:center;width:23px;height:23px;border:1px solid #cbd5e1;border-radius:50%;background:#fff;color:#94a3b8;font-size:8px;font-weight:850;z-index:1}.progress-step>div{display:grid;align-content:start;gap:1px;padding-top:1px}.progress-step strong{font-size:9px;color:#475569}.progress-step small{font-size:8px;color:#94a3b8}.progress-step.active{opacity:1}.progress-step.active>span{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 0 0 4px #dbeafe}.progress-step.done{opacity:1}.progress-step.done>span{border-color:#22c55e;background:#dcfce7;color:#15803d}.progress-step.done>span{font-size:0}.progress-step.done>span:after{content:"✓";font-size:9px}.progress-step.done:before{background:#bbf7d0}
/* response + entities */
.global-copilot-response-head{display:flex;align-items:center;gap:9px;padding:12px 13px 8px}.response-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#eff6ff;color:#2563eb;font-size:9px;font-weight:900}.global-copilot-response-head>div{display:grid;gap:1px}.global-copilot-response-head strong{font-size:10.5px;color:#0f172a}.global-copilot-response-head small{font-size:7.5px;color:#94a3b8;text-transform:uppercase;letter-spacing:.07em}.response-copy{padding:0 13px 11px;font-size:10px;color:#475569}.global-copilot-entities{display:grid;gap:6px;padding:0 10px 10px}.global-copilot-entities button{display:grid;grid-template-columns:28px 1fr 18px;align-items:center;gap:8px;width:100%;padding:8px;border:1px solid #e2e8f0;border-radius:9px;background:#fff;text-align:left;cursor:pointer}.global-copilot-entities button:hover{background:#f8fbff;border-color:#bfdbfe}.global-copilot-entities button>span{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:#f1f5f9;color:#2563eb;font-size:8px;font-weight:900}.global-copilot-entities button>div{display:grid;gap:1px;min-width:0}.global-copilot-entities strong{font-size:9px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-copilot-entities small,.global-copilot-entities em{font-size:7.5px;color:#64748b;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-copilot-entities b{color:#94a3b8}.global-copilot-actions{display:flex;gap:6px;flex-wrap:wrap;padding:0 12px 12px}.global-copilot-actions button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:32px;padding:0 10px;border:1px solid #d6dfeb;border-radius:8px;background:#fff;color:#334155;font-size:8.5px;font-weight:850;cursor:pointer}.global-copilot-actions button:hover{background:#f8fafc}.global-copilot-actions button.primary{border-color:#2563eb;background:#2563eb;color:#fff}.global-copilot-meta{display:flex;align-items:center;gap:5px;padding:8px 12px;border-top:1px solid #edf1f5;background:#fafbfc;color:#94a3b8;font-size:7.5px}
/* quote result + inline PDF */
.global-copilot-result-card.quote-result{background:#fff}.result-status{display:flex;align-items:center;gap:9px;padding:13px 13px 9px}.result-status>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:900}.result-status>div{display:grid;gap:1px}.result-status small{font-size:7.5px;letter-spacing:.09em;color:#15803d;font-weight:900}.result-status strong{font-size:12px;color:#0f172a}.result-total{display:flex;align-items:baseline;justify-content:space-between;margin:0 12px 9px;padding:10px 11px;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc}.result-total small{font-size:8px;color:#64748b}.result-total strong{font-size:14px;color:#0f172a}.quote-result>p{padding:0 13px 10px;color:#64748b;font-size:9px;line-height:1.5}.quote-actions{padding-top:10px}.copilot-inline-pdf{margin:0 12px 2px;border:1px solid #dce3ec;border-radius:10px;overflow:hidden;background:#f8fafc}.pdf-loading{display:flex;align-items:center;gap:8px;min-height:64px;padding:12px;color:#64748b;font-size:8.5px}.pdf-loading i{width:16px;height:16px;border:2px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:gcSpin .8s linear infinite}@keyframes gcSpin{to{transform:rotate(360deg)}}.inline-pdf-head{display:flex;align-items:center;justify-content:space-between;height:38px;padding:0 9px;border-bottom:1px solid #e2e8f0;background:#fff}.inline-pdf-head>div{display:flex;align-items:center;gap:7px}.inline-pdf-head span{padding:3px 5px;border-radius:4px;background:#fee2e2;color:#b91c1c;font-size:7px;font-weight:900}.inline-pdf-head strong{font-size:8.5px;color:#334155}.inline-pdf-head button{height:26px;border:1px solid #dbe3ec;border-radius:6px;background:#fff;color:#2563eb;font-size:7.5px;font-weight:850;cursor:pointer}.copilot-inline-pdf iframe{display:block;width:100%;height:260px;border:0;background:#eef2f7}.inline-pdf-error{display:grid;gap:5px;padding:11px}.inline-pdf-error strong{font-size:9px;color:#334155}.inline-pdf-error small{font-size:7.5px;color:#94a3b8}.inline-pdf-error button{justify-self:start;height:28px;border:0;border-radius:6px;background:#0f172a;color:#fff;font-size:8px;font-weight:800;padding:0 9px}
/* errors */
.global-copilot-message.error .global-copilot-bubble{width:calc(100% - 36px);max-width:none;border-color:#fecaca;padding:0;overflow:hidden}.global-copilot-error{display:grid;grid-template-columns:32px 1fr;gap:9px;padding:12px;background:#fff}.error-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fef2f2;color:#dc2626;font-weight:900}.error-main{display:grid;gap:5px}.error-main>strong{font-size:10px;color:#991b1b}.error-main>p{font-size:9px;color:#64748b}.error-actions{display:flex;gap:5px;margin-top:2px}.error-actions button{height:29px;border:1px solid #fecaca;border-radius:7px;background:#fff;color:#b91c1c;font-size:8px;font-weight:800;padding:0 8px;cursor:pointer}.error-actions button.ghost{border-color:#e2e8f0;color:#64748b}.error-detail{display:none;margin-top:4px;padding:8px;border-radius:7px;background:#0f172a;color:#cbd5e1;overflow:auto}.error-detail.open{display:block}.error-detail code{font-size:7.5px;white-space:pre-wrap}
/* history */
.global-copilot-history{position:absolute;z-index:4;left:14px;right:14px;top:74px;max-height:62%;overflow:auto;background:#fff;border:1px solid #dbe3ef;border-radius:12px;box-shadow:0 20px 55px rgba(15,23,42,.18);padding:7px}.global-copilot-history.hidden{display:none}.global-copilot-history-head{display:flex;justify-content:space-between;align-items:center;padding:6px 7px 9px}.global-copilot-history-head strong{font-size:10px;color:#0f172a}.global-copilot-history-head button{border:0;background:transparent;color:#2563eb;font-size:8.5px;font-weight:800;cursor:pointer}.global-copilot-history-row{width:100%;display:grid;gap:2px;text-align:left;border:0;border-top:1px solid #f1f5f9;background:#fff;padding:9px 7px;cursor:pointer}.global-copilot-history-row:hover{background:#f8fafc}.global-copilot-history-row strong{font-size:9px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-copilot-history-row small,.global-copilot-history-empty,.global-copilot-history-loading{font-size:8px;color:#94a3b8}.global-copilot-history-empty,.global-copilot-history-loading{padding:18px;text-align:center}
/* quote builder coexistence: no floating-button collision */
body.drawer-open .global-copilot-launcher{bottom:80px;right:18px;width:42px;height:42px;padding:6px;justify-content:center;border-radius:11px}body.drawer-open .global-copilot-launcher b{display:none}
@media(min-width:1300px){body.global-copilot-open #quoteBuilder.open{right:500px;width:auto;transition:right .22s ease}body.global-copilot-open #quoteBuilderBackdrop.open{right:500px}}
@media(max-width:700px){.global-copilot{width:100vw}.global-copilot-backdrop{display:none}.global-copilot-launcher{right:12px;bottom:12px}.global-copilot-launcher b{display:none}.global-copilot-launcher{width:44px;padding:7px}.global-copilot-composer>small span:nth-child(n+2){display:none}.copilot-inline-pdf iframe{height:220px}.global-copilot-messages{padding:14px 12px 18px}.global-copilot-context{padding-inline:12px}}
@media(prefers-reduced-motion:reduce){.global-copilot,.global-copilot-launcher,.global-copilot-backdrop{transition:none!important}.pdf-loading i{animation:none!important}}
/* v126 — Unified AI Quote Workspace */
.unified-quote-workspace{background:#fff}.uq-head{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:13px;border-bottom:1px solid #edf1f5;background:linear-gradient(180deg,#fbfdff,#fff)}.uq-head>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#0f172a;color:#fff;font-size:12px}.uq-head>div{display:grid;gap:2px}.uq-head small{font-size:7px;font-weight:900;letter-spacing:.1em;color:#2563eb}.uq-head strong{font-size:11px;color:#0f172a}.uq-head p{font-size:8.5px;line-height:1.45;color:#64748b;margin-top:2px}.uq-section{padding:11px 12px;border-bottom:1px solid #edf1f5}.uq-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.uq-label strong{font-size:9px;color:#334155}.uq-label small{font-size:7px;color:#94a3b8}.uq-customer-current{padding:9px 10px;border:1px solid #dbe5f0;border-radius:8px;background:#f8fafc;color:#1e293b;font-size:9px;font-weight:800}.uq-candidates{display:grid;gap:5px}.uq-candidates>button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 9px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.uq-candidates>button.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 2px rgba(37,99,235,.06)}.uq-candidates span{display:grid;gap:1px}.uq-candidates strong{font-size:8.5px;color:#1e293b}.uq-candidates small{font-size:7px;color:#94a3b8}.uq-candidates em{font-size:7px;font-style:normal;color:#2563eb;font-weight:900}.uq-question{display:grid;gap:7px;padding:9px;border:1px solid #fde68a;border-radius:9px;background:#fffbeb;margin-bottom:7px}.uq-question>strong{font-size:8.5px;color:#92400e}.uq-question>div{display:flex;gap:5px;flex-wrap:wrap}.uq-question>div button{min-height:29px;padding:0 8px;border:1px solid #fcd34d;border-radius:7px;background:#fff;color:#78350f;font-size:8px;font-weight:800;cursor:pointer}.uq-question>div button small{color:#b45309}.uq-question>button.ghost{justify-self:start;border:0;background:transparent;color:#92400e;font-size:7.5px;text-decoration:underline;cursor:pointer}.uq-products{display:grid;gap:5px}.uq-product{display:grid;grid-template-columns:18px minmax(0,1fr) 66px;gap:7px;align-items:center;padding:8px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer}.uq-product.selected{border-color:#bfdbfe;background:#f8fbff}.uq-product>input{accent-color:#2563eb}.uq-product>span{display:grid;gap:1px;min-width:0}.uq-product>span strong{font-size:8.5px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uq-product>span small{font-size:7px;color:#64748b}.uq-product>div{display:grid;gap:2px}.uq-product>div small{font-size:6.5px;color:#94a3b8}.uq-product>div input{width:100%;height:28px;border:1px solid #dbe3ec;border-radius:6px;padding:0 6px;font-size:8px;background:#fff}.uq-plan{display:grid;gap:5px;margin:0;padding:0;list-style:none}.uq-plan li{display:grid;grid-template-columns:22px 1fr;gap:7px;align-items:start}.uq-plan li>span{display:grid;place-items:center;width:21px;height:21px;border-radius:6px;background:#eff6ff;color:#2563eb;font-size:8px;font-weight:900}.uq-plan li>div{display:grid;gap:1px}.uq-plan strong{font-size:8px;color:#334155}.uq-plan small{font-size:7px;line-height:1.35;color:#94a3b8}.uq-footer{display:flex;justify-content:flex-end;gap:6px;padding:11px 12px;background:#f8fafc}.uq-footer button{min-height:32px;padding:0 10px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;color:#334155;font-size:8px;font-weight:850;cursor:pointer}.uq-footer button.primary{border-color:#2563eb;background:#2563eb;color:#fff}.uq-footer button:disabled{opacity:.45;cursor:not-allowed}.uq-empty{padding:12px;text-align:center;color:#94a3b8;font-size:8px}
.uq-customer-choice{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px}.uq-customer-choice>button:first-child{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 9px;border:1px solid #dbe3ec;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.uq-customer-choice>button:first-child.selected{border-color:#2563eb;background:#eff6ff}.uq-customer-choice>button.remember{padding:0 8px;border:1px solid #dbe3ec;border-radius:7px;background:#fff;color:#64748b;font-size:7px;font-weight:800;cursor:pointer}.uq-question-choice{display:inline-flex;gap:3px}.uq-question>div .uq-question-choice>button.remember{border-color:#e2e8f0;color:#64748b;background:#fff}

/* v139.1 — server-driven Copilot progress */
.global-copilot-progress{position:relative;overflow:hidden}.global-copilot-progress:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:var(--copilot-live-progress,0%);background:currentColor;color:#6366f1;transition:width .22s ease}
