.cc-launcher{position:fixed;right:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:45;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--ed-paper-lift);box-shadow:0 0 0 1px #191f281a,0 8px 24px #191f281a,0 1px 3px #191f280f;color:var(--ed-ink);transition:box-shadow .2s ease-out}.cc-launcher:hover,.cc-launcher:focus-visible{box-shadow:0 0 0 1px #191f281f,0 12px 32px #191f2829,0 1px 3px #191f280f}.cc-launcher:focus-visible{outline:2px solid var(--ed-ink);outline-offset:3px}.cc-launcher svg{flex:none;transition:transform .2s cubic-bezier(.25,0,0,1)}.cc-launcher:hover svg,.cc-launcher:focus-visible svg{transform:scale(1.08)}.cc-launcher[data-hidden=true]{visibility:hidden}@media (prefers-reduced-motion: reduce){.cc-launcher:hover svg,.cc-launcher:focus-visible svg{transform:none}}.cc{--cc-blue: #3182F6;--cc-blue-deep: #1B64DA;--cc-grey-50: #F9FAFB;--cc-grey-100: #F2F4F6;--cc-grey-200: #E5E8EB;--cc-grey-300: #D1D6DB;--cc-grey-500: #8B95A1;--cc-grey-600: #6B7684;--cc-grey-700: #4E5968;--cc-grey-900: #191F28;position:fixed;right:16px;bottom:max(16px,env(safe-area-inset-bottom));z-index:50;width:min(400px,calc(100vw - 32px));height:min(80dvh,840px);max-height:calc(100dvh - 32px);overflow:hidden;outline:none;background:#fff;border-radius:6px;box-shadow:0 0 0 1px var(--ed-hair-strong),0 10px 28px #1a1c211f;color:var(--cc-grey-900);font-family:var(--ed-sans);font-size:14px;line-height:1.5;letter-spacing:-.01em}.cc[data-phase=closing]{pointer-events:none}.cc-body{position:absolute;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column}.cc-ghost{position:absolute;right:13px;bottom:13px;width:22px;height:22px;opacity:0;pointer-events:none}.cc-ghost svg{display:block}.ed .cc :is(a,button,textarea):focus-visible{outline:2px solid var(--cc-blue);outline-offset:2px}.cc-resize{position:absolute;top:0;left:0;right:0;z-index:1;height:8px;cursor:ns-resize;touch-action:none;outline:none}.cc-resize:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--cc-blue);opacity:0;transition:opacity .16s ease-out}.cc-resize:hover:after,.cc-resize:focus-visible:after,.cc[data-resizing] .cc-resize:after{opacity:1}.cc-head{flex:none;display:flex;align-items:center;gap:2px;height:44px;padding:0 8px;border-bottom:1px solid var(--cc-grey-100)}.cc-head-actions{display:flex;align-items:center;gap:2px;margin-left:auto}.cc-icon-btn{display:inline-flex;align-items:center;justify-content:center;flex:none;width:28px;height:28px;border-radius:4px;color:var(--cc-grey-600);transition:background .16s ease-out,color .16s ease-out}.cc-icon-btn:hover,.cc-icon-btn[aria-expanded=true]{background:var(--cc-grey-100);color:var(--cc-grey-900)}.cc-icon-btn svg{width:16px;height:16px}.cc-compute{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 8px;border-radius:4px;font-size:13px;color:var(--cc-grey-600)}.cc-compute:hover{background:var(--cc-grey-100);color:var(--cc-grey-900)}.cc-compute svg{width:14px;height:14px}.cc-scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:12px 12px 16px;scrollbar-width:thin;scrollbar-color:rgba(25,31,40,.16) transparent}.cc-scroll::-webkit-scrollbar{width:8px}.cc-scroll::-webkit-scrollbar-thumb{background:#191f2829;border-radius:999px;border:2px solid transparent;background-clip:content-box}.cc-empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 12px 48px;text-align:center}.cc-greeting{margin:0;font-family:var(--ed-serif);font-size:22px;font-weight:400;line-height:1.3;letter-spacing:-.01em;text-wrap:balance}.cc-opening{margin:0;font-size:13px;color:var(--cc-grey-600);text-wrap:balance}.cc-msg-user{display:flex;flex-direction:column;align-items:flex-end;gap:6px;margin:16px 0 8px}.cc-msg-images{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:84%}.cc-msg-images button{display:block;border-radius:8px;cursor:pointer}.cc-msg-images img{width:120px;height:120px;border-radius:8px;background:var(--cc-grey-100);object-fit:cover;outline:1px solid rgba(25,31,40,.08);outline-offset:-1px}.cc-msg-user>div{max-width:84%;padding:8px 14px;border-radius:18px;background:var(--ed-paper-deep);color:var(--ed-ink);white-space:pre-wrap;overflow-wrap:anywhere}.cc-msg-assistant{margin:10px 0}.cc .cm{font-size:14px;line-height:22px}.cc-error-line{display:flex;align-items:flex-start;gap:6px;margin-top:6px;font-size:12.5px;color:#ef4444}.cc-error-line svg{flex:none;transform:translateY(2px)}.cc-status,.cc-tool,.cc-mention-row,.cc-tools-summary{display:flex;align-items:center;gap:7px;min-width:0;font-size:12.5px;color:var(--cc-grey-600)}.cc-status{margin:10px 0 6px}.cc-tools,.cc-mentions{margin:8px 0;padding-left:10px;border-left:2px solid var(--cc-grey-200)}.cc-tool,.cc-mention-row,.cc-tools-summary{padding:2px 0}.cc-tool[data-status=error],.cc-mention-row[data-status=error]{color:#ef4444}.cc-tools-summary:hover{color:var(--cc-grey-900)}.cc-tools-summary svg{width:12px;height:12px;transition:transform .16s ease-out}.cc-tools-summary[data-open=true]>svg:last-child{transform:rotate(90deg)}.cc-mention-row a{flex:none;font-weight:600;color:var(--cc-blue)}.cc-mention-row a:hover{text-decoration:underline;text-underline-offset:3px}.cc-mention-row>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-glyph{display:inline-flex;align-items:center;justify-content:center;flex:none;width:12px;height:12px}.cc-glyph svg{width:12px;height:12px}.cc-spin{width:10px;height:10px;border-radius:50%;border:1.5px solid var(--cc-grey-300);border-top-color:var(--cc-grey-700);animation:cc-spin .8s linear infinite}.cc-typing{display:inline-flex;gap:4px;margin:10px 0;padding:8px 0}.cc-typing span{width:6px;height:6px;border-radius:50%;background:var(--cc-grey-500);animation:cc-blink 1.2s ease-in-out infinite}.cc-typing span:nth-child(2){animation-delay:.15s}.cc-typing span:nth-child(3){animation-delay:.3s}.cc-usage{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin:4px 0 2px;font-size:11.5px;color:var(--cc-grey-500);font-variant-numeric:tabular-nums}.cc-usage span{display:inline-flex;align-items:center;gap:4px}.cc-usage span[data-over=true]{color:#ef4444}.cc-usage svg{width:12px;height:12px}.cc-card{margin:10px 0;padding:10px 12px;border:1px solid var(--cc-grey-200);border-radius:6px;background:var(--cc-grey-50)}.cc-card-title{margin:0 0 4px;font-size:13px;font-weight:700}.cc-card-body{margin:0;font-size:12.5px;line-height:1.5;color:var(--cc-grey-700)}.cc-card-action{margin-top:8px;font-size:12.5px;font-weight:600;color:var(--cc-blue)}.cc-card-action:hover{color:var(--cc-blue-deep)}.cc-dock{flex:none;position:relative;padding:8px 12px;border-top:1px solid var(--cc-grey-100);background:#fff}.cc-tobottom{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;box-shadow:0 0 0 1px var(--cc-grey-200),0 2px 8px #191f281a;color:var(--cc-grey-600)}.cc-tobottom:hover{color:var(--cc-grey-900)}.cc-tobottom svg{width:14px;height:14px}.cc-notice{margin:0 0 8px;padding:8px 12px;border:1px solid rgba(239,68,68,.28);border-radius:6px;background:#ef44440f;font-size:12.5px;line-height:1.5}.cc-notice :is(a,button){font-weight:600;color:var(--cc-blue)}.cc-notice :is(a,button):hover{color:var(--cc-blue-deep)}.cc-field{display:flex;flex-direction:column;border:1px solid transparent;border-radius:6px;background:var(--cc-grey-100);cursor:text}.cc-field-input{display:flex;padding:6px 14px 0}.cc-field[data-inert=true] textarea{opacity:.5}.cc-field textarea{display:block;flex:1;min-width:0;width:100%;min-height:32px;max-height:112px;padding:6px 0;border:0;background:none;resize:none;font:inherit;line-height:20px;color:var(--cc-grey-900);outline:none;overflow-wrap:anywhere}.cc-field textarea::placeholder{color:var(--cc-grey-500)}.ed .cc .cc-field textarea:focus-visible{outline:none}.cc-strip{display:flex;gap:8px;padding:10px 12px 2px;overflow-x:auto;scrollbar-width:none}.cc-strip[data-inert=true]{opacity:.5}.cc-thumb{position:relative;flex:none;width:56px;height:56px;overflow:hidden;border-radius:4px;background:var(--cc-grey-200)}.cc-thumb img{width:100%;height:100%;object-fit:cover}.cc-thumb-scrim{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fff}.cc-thumb-scrim svg{width:16px;height:16px}.cc-thumb-spin{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:cc-spin .8s linear infinite}.cc-thumb-remove{position:absolute;top:3px;right:3px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#0009;color:#fff}.cc-thumb-remove svg{width:11px;height:11px}.cc-field-notice{margin:0;padding:2px 14px 4px;font-size:12px;line-height:1.45;color:#ef4444}.cc-actions{display:flex;align-items:center;gap:4px;padding:2px 5px 5px}.cc-attach{flex:none;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--cc-grey-700);transition:color .16s ease-out}.cc-attach:hover:not(:disabled,[aria-disabled=true]){color:var(--cc-grey-900)}.cc-attach:disabled,.cc-attach[aria-disabled=true]{opacity:.5}.cc-attach:disabled{cursor:default}.cc-attach svg{width:16px;height:16px}.cc-model{display:flex;align-items:center;gap:2px;min-width:0;max-width:160px;height:28px;padding:0 7px 0 11px;border-radius:999px;background:#fff;font-size:13px;font-weight:500;color:var(--cc-grey-700);transition:color .16s ease-out}.cc-model:hover:not(:disabled){color:var(--cc-grey-900)}.cc-model:disabled{opacity:.5;cursor:default}.cc-model span,.cc-model-pin{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-model svg{flex:none;width:14px;height:14px}.cc-model-pin{display:block;padding:0 9px;background:none;line-height:28px;color:var(--cc-grey-500);cursor:default}.cc-send{margin-left:auto;flex:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--cc-blue);color:#fff;transition:background .16s ease-out,transform .16s ease-out}.cc-send:hover:not([aria-disabled=true]){background:var(--cc-blue-deep)}.cc-send:active:not([aria-disabled=true]){transform:scale(.94)}.cc-send[aria-disabled=true]{background:var(--cc-grey-300);cursor:default}.cc-send svg{width:16px;height:16px}.cc-send-spin{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;animation:cc-spin .8s linear infinite}.cc-field--signin{width:100%;text-align:left;cursor:pointer}.cc-field--signin .cc-send{margin:2px 5px 5px auto;background:var(--cc-grey-300)}.cc-signin{padding:12px 14px 6px;line-height:20px;color:#7a8089;text-decoration:underline;text-underline-offset:3px}.cc-field--signin:hover .cc-signin{color:var(--cc-grey-600)}.cc-disclaimer{margin:6px 0 0;text-align:center;font-size:11px;color:var(--cc-grey-500)}.cc-sheet-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-end;padding:8px;background:#191f2847;animation:cc-fade .16s ease-out}.cc-sheet{width:100%;max-height:100%;overflow-y:auto;overscroll-behavior:contain;padding:18px 16px 12px;border-radius:16px;background:#fff;box-shadow:0 12px 40px #191f2833;animation:cc-rise .24s cubic-bezier(.22,1,.36,1)}.cc-sheet-title{margin:0 0 4px;font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.02em}.cc-sheet-option{display:flex;align-items:center;gap:10px;width:100%;padding:11px 0;text-align:left}.cc-sheet-option+.cc-sheet-option{border-top:1px solid var(--cc-grey-100)}.cc-sheet-option:active{opacity:.6}.cc-sheet-option-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.cc-sheet-option-name{display:flex;align-items:center;gap:6px;font-size:14.5px;font-weight:500;color:var(--cc-grey-700)}.cc-sheet-option[aria-checked=true] .cc-sheet-option-name{font-weight:600;color:var(--cc-grey-900)}.cc-sheet-option-hint{font-size:12.5px;color:var(--cc-grey-500)}.cc-sheet-compute{flex:none;display:flex;align-items:center;gap:4px;font-size:11.5px;font-weight:500;color:var(--cc-grey-500)}.cc-sheet-compute svg{width:13px;height:13px}.cc-sheet-check{flex:none;display:flex;justify-content:center;width:18px;color:var(--cc-grey-900)}.cc-sheet-check svg{width:18px;height:18px}.cc-sheet-foot{display:flex;gap:8px;padding-top:12px}.cc-sheet-close,.cc-sheet-apply{flex:1;height:42px;border-radius:10px;font-size:14px;font-weight:600;text-align:center;transition:background .16s ease-out,opacity .16s ease-out}.cc-sheet-close{background:var(--cc-grey-100);color:var(--cc-grey-700)}.cc-sheet-close:hover{background:var(--cc-grey-200)}.cc-sheet-apply{background:var(--cc-blue);color:#fff}.cc-sheet-apply:hover:not(:disabled){background:var(--cc-blue-deep)}.cc-sheet-apply:disabled{opacity:.35;cursor:default}.cc-drawer-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#191f2847;animation:cc-fade .16s ease-out}.cc-drawer{position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;width:280px;max-width:calc(100% - 56px);border-right:1px solid var(--ed-hair-strong);background:#fff;box-shadow:10px 0 28px #1a1c211f;animation:cc-slide .22s cubic-bezier(.25,1,.5,1)}.cc-drawer-head{flex:none;display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 8px 0 14px;border-bottom:1px solid var(--cc-grey-100)}.cc-drawer-title{margin:0;font-size:14px;font-weight:600;line-height:20px}.cc-history{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:6px;scrollbar-width:thin;scrollbar-color:rgba(25,31,40,.16) transparent}.cc-history::-webkit-scrollbar{width:8px}.cc-history::-webkit-scrollbar-thumb{background:#191f2829;border-radius:999px;border:2px solid transparent;background-clip:content-box}.cc-history-row{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:6px 8px;border-radius:4px;font-size:13px;line-height:20px;transition:background .16s ease-out}.cc-history-row+.cc-history-row{margin-top:2px}.cc-history-row:hover{background:var(--cc-grey-100)}.cc-history-row[aria-current=true]{background:var(--cc-grey-200)}.cc-history-row .cc-spin{flex:none;margin-left:auto}.cc-history-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-history-title--pending{width:58%;height:10px;border-radius:4px;background:linear-gradient(100deg,var(--cc-grey-100) 40%,var(--cc-grey-300) 50%,var(--cc-grey-100) 60%);background-size:200% 100%;animation:cc-shimmer 1.5s linear infinite}.cc-history-note{margin:0;padding:10px 8px;font-size:12.5px;line-height:1.5;color:var(--cc-grey-600)}.cc-history-note p{margin:0}.cc-history-more{display:block;height:28px;margin:8px auto;padding:0 12px;border:1px solid var(--cc-grey-300);border-radius:4px;font-size:12.5px;color:var(--cc-grey-700)}.cc-history-more:hover{background:var(--cc-grey-100);color:var(--cc-grey-900)}.cc-history-note .cc-history-more{margin:8px 0 0}.cc-history-spin{display:block;width:14px;height:14px;margin:12px auto;border-radius:50%;border:1.5px solid var(--cc-grey-300);border-top-color:var(--cc-grey-700);animation:cc-spin .8s linear infinite}@keyframes cc-fade{0%{opacity:0}}@keyframes cc-slide{0%{transform:translate(-100%)}}@keyframes cc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes cc-rise{0%{opacity:0;transform:translateY(16px)}}@keyframes cc-spin{to{transform:rotate(360deg)}}@keyframes cc-blink{0%,80%,to{opacity:.35}40%{opacity:1}}@media (prefers-reduced-motion: reduce){.cc-typing span{animation:none;opacity:.6}.cc-sheet-scrim,.cc-sheet,.cc-drawer-scrim,.cc-drawer{animation:none}.cc-history-title--pending{animation:none;background:var(--cc-grey-100)}}
