.copilot-panel{background:var(--cds-background);border-left:1px solid var(--cds-border-subtle);z-index:9000;flex-direction:column;width:420px;max-width:100vw;transition:transform .16s ease-out;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(0);box-shadow:0 2px 6px #0000004d}.copilot-panel--entering{transform:translate(100%)}.copilot-header{border-bottom:1px solid var(--cds-border-subtle);flex:none;justify-content:space-between;align-items:center;height:48px;padding:0 0 0 16px;display:flex}.copilot-header__title{color:var(--cds-text-primary);letter-spacing:0;margin:0;font-size:20px;font-weight:600}.copilot-header__close{cursor:pointer;width:48px;height:48px;color:var(--cds-text-primary);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.copilot-header__close:hover{background:var(--cds-layer-hover)}.copilot-header__close:focus-visible{outline:2px solid var(--cds-focus);outline-offset:-2px}.copilot-context{letter-spacing:.32px;color:var(--cds-text-secondary);border-bottom:1px solid var(--cds-border-subtle);flex:none;padding:8px 16px;font-size:12px}.copilot-thread{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.copilot-msg{max-width:100%}.copilot-msg__role{letter-spacing:.32px;color:var(--cds-text-secondary);margin:0 0 4px;font-size:12px}.copilot-msg__bubble{letter-spacing:.16px;color:var(--cds-text-primary);font-size:14px;line-height:1.45}.copilot-msg--user{align-self:flex-end;max-width:85%}.copilot-msg--user .copilot-msg__bubble{background:var(--cds-layer-01);padding:8px 12px}.copilot-msg__caret{vertical-align:text-bottom;background:var(--cds-text-primary);width:8px;height:15px;margin-left:2px;animation:1s step-end infinite copilot-caret-blink;display:inline-block}@keyframes copilot-caret-blink{0%,60%{opacity:1}61%,to{opacity:0}}.copilot-table-wrap{border-top:1px solid var(--cds-border-subtle);border-bottom:1px solid var(--cds-border-subtle);margin-top:8px;overflow-x:auto}.copilot-table{border-collapse:collapse;letter-spacing:.32px;width:100%;font-size:12px}.copilot-table th{text-align:left;color:var(--cds-text-primary);border-bottom:1px solid var(--cds-border-strong);white-space:nowrap;padding:8px 8px 8px 0;font-weight:600}.copilot-table th:last-child,.copilot-table td:last-child{padding-right:0}.copilot-table th+th,.copilot-table td+td{padding-left:8px}.copilot-table td:first-child{max-width:140px}.copilot-table th.copilot-table__num,.copilot-table td.copilot-table__num{text-align:right}.copilot-table td{border-bottom:1px solid var(--cds-border-subtle);color:var(--cds-text-primary);vertical-align:top;padding:8px 8px 8px 0}.copilot-table tr:last-child td{border-bottom:none}.copilot-table tr.copilot-table__total td{border-top:1px solid var(--cds-border-strong);border-bottom:none;font-weight:600}.copilot-table .mono{font-family:IBM Plex Mono,ui-monospace,monospace}.copilot-citations{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.copilot-citation{letter-spacing:.32px;color:var(--cds-link-primary);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px;text-decoration:underline}.copilot-citation:hover{color:var(--cds-link-primary-hover)}.copilot-citation:focus-visible{outline:2px solid var(--cds-focus);outline-offset:2px}.copilot-msg__source{letter-spacing:.32px;color:#6f6f6f;margin:4px 0 0;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:12px}.copilot-suggested{border-top:1px solid var(--cds-border-subtle);flex:none;padding:8px 16px}.copilot-suggested__label{letter-spacing:.32px;color:var(--cds-text-secondary);margin:0 0 8px;font-size:12px;font-weight:600}.copilot-suggested__chips{flex-wrap:wrap;gap:8px;display:flex}.copilot-chip{background:var(--cds-tag-background-blue);color:var(--cds-tag-color-blue);letter-spacing:.32px;cursor:pointer;text-align:left;border:none;border-radius:24px;padding:4px 12px;font-family:inherit;font-size:12px}.copilot-chip:hover:not(:disabled){background:#d0e2ff}.copilot-chip:disabled{cursor:not-allowed;opacity:.5}.copilot-chip:focus-visible{outline:2px solid var(--cds-focus);outline-offset:1px}.copilot-input{border-top:1px solid var(--cds-border-subtle);flex:none;align-items:stretch;gap:0;padding:0 0 0 16px;display:flex}.copilot-input__field{background:var(--cds-layer-01);border:none;border-bottom:1px solid var(--cds-border-strong);letter-spacing:.16px;height:48px;color:var(--cds-text-primary);flex:1;padding:0 12px;font-family:inherit;font-size:14px}.copilot-input__field::placeholder{color:var(--cds-text-secondary)}.copilot-input__field:focus{border-bottom:2px solid var(--cds-focus);outline:none}.copilot-input__field:disabled{color:var(--cds-text-secondary);cursor:not-allowed}.copilot-input__send{background:var(--cds-button-primary);color:#fff;letter-spacing:.16px;cursor:pointer;border:none;flex:none;height:48px;margin-left:8px;margin-right:0;padding:14px 15px;font-family:inherit;font-size:14px}.copilot-input__send:hover:not(:disabled){background:var(--cds-button-primary-hover)}.copilot-input__send:active:not(:disabled){background:var(--cds-button-primary-active)}.copilot-input__send:disabled{cursor:not-allowed;opacity:.5}.copilot-input__send:focus-visible{outline:2px solid var(--cds-focus);outline-offset:-2px}
