:root{--jc-bg:#fff;--jc-bg-sub:#fafafa;--jc-text:#0f172a;--jc-text-muted:#64748b;--jc-text-soft:#94a3b8;--jc-text-ghost:#cbd5e1;--jc-border-strong:#cbd5e1;--jc-border:#e5e7eb;--jc-border-soft:#f1f5f9;--jc-border-whisper:#f5f6f8;--jc-code-bg:#0b1020;--jc-code-text:#e2e8f0;--jc-primary:#f97316;--jc-primary-soft:color-mix(in srgb, var(--jc-primary) 12%, white);--jc-primary-text:#fff;--nc-primary:var(--jc-primary);--nc-radius:14px;--nc-font:"Inter", "SF Pro Display", system-ui, sans-serif}#nexus-chat-root *{box-sizing:border-box}#nexus-chat-root{font-family:var(--nc-font);font-size:14px;line-height:1.5}#nexus-chat-root .nc-fab{z-index:9999;background:linear-gradient(135deg, var(--nc-primary) 0%, color-mix(in oklab, var(--nc-primary) 82%, black 18%) 100%);color:#fff;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;width:56px;height:56px;box-shadow:0 8px 24px -6px color-mix(in oklab, var(--nc-primary) 40%, transparent), 0 4px 12px -2px #0f172a2e;border:none;border-radius:50%;justify-content:center;align-items:center;transition:filter .15s,transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s;display:flex;position:fixed}#nexus-chat-root .nc-fab:hover{filter:brightness(1.06);box-shadow:0 12px 28px -6px color-mix(in oklab, var(--nc-primary) 48%, transparent), 0 6px 14px -2px #0f172a38;transform:translateY(-1px)}#nexus-chat-root .nc-fab:active{cursor:grabbing;transform:scale(.96)}#nexus-chat-root .nc-panel{z-index:9999;background:var(--jc-bg);border-radius:var(--nc-radius);border:1px solid var(--jc-border);will-change:width, height;transform-origin:100% 100%;flex-direction:column;transition:width .34s cubic-bezier(.16,1,.3,1),height .34s cubic-bezier(.16,1,.3,1),bottom .34s cubic-bezier(.16,1,.3,1);animation:.28s cubic-bezier(.16,1,.3,1) nc-panel-in;display:flex;position:fixed;overflow:hidden;box-shadow:0 30px 80px -12px #0f172a52,0 12px 30px -8px #0f172a2e,0 4px 10px -2px #0f172a14}@keyframes nc-panel-in{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}#nexus-chat-root .nc-panel--compact{width:440px;max-width:calc(100vw - 32px);height:660px;max-height:calc(100vh - 120px);bottom:96px;right:24px}#nexus-chat-root .nc-panel--expanded{width:min(960px,100vw - 96px);max-width:none;height:min(820px,100vh - 144px);max-height:none;bottom:96px;right:24px}@media (max-width:640px){#nexus-chat-root .nc-panel--compact,#nexus-chat-root .nc-panel--expanded{width:calc(100vw - 24px);max-width:none;height:calc(100vh - 24px);max-height:none;bottom:12px;right:12px}#nexus-chat-root .jc-composer-input{font-size:16px}}#nexus-chat-root .jc-header{border-bottom:1px solid var(--jc-border-strong);background:var(--jc-bg);flex-direction:column;flex-shrink:0;gap:10px;padding:13px 18px;display:flex}#nexus-chat-root .jc-header-row{align-items:center;gap:11px;display:flex}#nexus-chat-root .jc-header-avatar{background:linear-gradient(135deg, var(--jc-primary), color-mix(in srgb, var(--jc-primary) 65%, #fff));width:30px;height:30px;color:var(--jc-primary-text);box-shadow:0 2px 6px -1px color-mix(in srgb, var(--jc-primary) 40%, transparent);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}#nexus-chat-root .jc-header-meta{flex:1;min-width:0}#nexus-chat-root .jc-header-title{letter-spacing:-.01em;color:var(--jc-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}#nexus-chat-root .jc-header-status{color:var(--jc-text-muted);align-items:center;gap:5px;margin-top:1px;font-size:10.5px;display:flex}#nexus-chat-root .jc-header-status:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e2e}#nexus-chat-root .jc-header-actions{flex-shrink:0;gap:2px;display:flex}#nexus-chat-root .jc-icon-btn{cursor:pointer;width:30px;height:30px;color:var(--jc-text-muted);background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;transition:background .12s,color .12s;display:flex}#nexus-chat-root .jc-icon-btn:hover{background:var(--jc-border-soft);color:var(--jc-text)}#nexus-chat-root .jc-icon-btn:focus-visible{outline:2px solid var(--jc-primary);outline-offset:2px}#nexus-chat-root .jc-header-link{cursor:pointer;color:var(--jc-text-muted);background:0 0;border:none;border-radius:6px;padding:6px 8px;font-family:inherit;font-size:12px;transition:color .12s,background .12s}#nexus-chat-root .jc-header-link:hover{color:var(--jc-text);background:var(--jc-border-soft)}#nexus-chat-root .jc-header-link:focus-visible{outline:2px solid var(--jc-primary);outline-offset:2px}#nexus-chat-root .jc-profile-select{background:var(--jc-bg);width:100%;color:var(--jc-text);border:1px solid var(--jc-border);cursor:pointer;border-radius:6px;outline:none;padding:6px 10px;font-size:12px;transition:background .15s,border-color .15s}#nexus-chat-root .jc-profile-select:hover{border-color:var(--jc-text-soft)}#nexus-chat-root .jc-profile-select:focus{border-color:var(--jc-primary)}#nexus-chat-root .jc-profile-select:focus-visible{outline:2px solid var(--jc-primary);outline-offset:2px}#nexus-chat-root .jc-body-wrap{background:var(--jc-bg);flex-direction:column;flex:1;min-height:0;display:flex;position:relative}#nexus-chat-root .jc-body-wrap>.nc-messages{flex:1}#nexus-chat-root .nc-messages{background:var(--jc-bg);scrollbar-width:thin;scrollbar-color:var(--jc-border) transparent;flex-direction:column;gap:14px;padding:20px 18px 8px;display:flex;overflow-y:auto}#nexus-chat-root .jc-new-msgs{background:var(--jc-text);color:var(--jc-bg);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:11.5px;font-weight:500;display:inline-flex;position:absolute;bottom:14px;right:14px;box-shadow:0 6px 16px -4px #0f172a4d}#nexus-chat-root .jc-new-msgs:hover{transform:translateY(-1px)}#nexus-chat-root .nc-messages::-webkit-scrollbar{width:6px}#nexus-chat-root .nc-messages::-webkit-scrollbar-thumb{background:var(--jc-border);border-radius:3px}#nexus-chat-root .nc-messages::-webkit-scrollbar-thumb:hover{background:var(--jc-border-strong)}#nexus-chat-root .nc-empty{text-align:center;color:#6b7280;background:var(--jc-bg);flex-direction:column;justify-content:center;align-items:center;gap:10px;margin:auto 0;padding:24px 12px;font-size:13px;display:flex}#nexus-chat-root .nc-empty-icon{background:linear-gradient(135deg, color-mix(in oklab, var(--nc-primary) 14%, white) 0%, color-mix(in oklab, var(--nc-primary) 6%, white) 100%);border:1px solid color-mix(in oklab, var(--nc-primary) 24%, white);width:44px;height:44px;color:var(--nc-primary);border-radius:14px;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}#nexus-chat-root .nc-empty-title{color:#111827;margin:0;font-size:14px;font-weight:600}#nexus-chat-root .jc-empty{text-align:center;background:var(--jc-bg);flex-direction:column;align-items:center;gap:14px;padding:60px 24px 40px;display:flex}#nexus-chat-root .jc-empty-avatar{background:linear-gradient(135deg, var(--jc-primary), color-mix(in srgb, var(--jc-primary) 65%, #fff));width:40px;height:40px;color:var(--jc-primary-text);box-shadow:0 6px 16px -4px color-mix(in srgb, var(--jc-primary) 40%, transparent);border-radius:12px;justify-content:center;align-items:center;display:flex}#nexus-chat-root .jc-empty-greeting{color:var(--jc-text);margin-top:6px;font-size:16px;font-weight:600}#nexus-chat-root .jc-empty-subtitle{color:var(--jc-text-muted);max-width:300px;font-size:13px}#nexus-chat-root .jc-empty-prompts{grid-template-columns:1fr 1fr;gap:8px;width:100%;max-width:380px;margin-top:14px;display:grid}#nexus-chat-root .jc-empty-prompt{background:var(--jc-bg);color:var(--jc-text);border:1px solid var(--jc-border);cursor:pointer;text-align:left;border-radius:10px;padding:8px 12px;font-family:inherit;font-size:12.5px;transition:all .12s}#nexus-chat-root .jc-empty-prompt:hover{border-color:var(--jc-primary);background:var(--jc-primary-soft);color:var(--jc-text)}#nexus-chat-root .nc-msg-row{animation:.24s cubic-bezier(.16,1,.3,1) nc-msg-in;display:flex}@keyframes nc-msg-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}#nexus-chat-root .nc-msg-row.user{justify-content:flex-end}#nexus-chat-root .nc-msg-row.assistant{justify-content:flex-start}#nexus-chat-root .jc-body{background:var(--jc-bg);min-height:400px;padding:22px 18px 24px;overflow-y:auto}#nexus-chat-root .jc-msg{gap:11px;margin-bottom:20px;animation:.28s ease-out jc-msg-enter;display:flex}#nexus-chat-root .jc-msg:last-child{margin-bottom:4px}@keyframes jc-msg-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#nexus-chat-root .jc-cursor{width:.5em;color:var(--jc-text-muted);vertical-align:baseline;margin-left:1px;font-weight:400;animation:1s steps(2,end) infinite jc-cursor-blink;display:inline-block}@keyframes jc-cursor-blink{0%{opacity:1}to{opacity:0}}#nexus-chat-root .jc-msg-avatar{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:1px;display:flex}#nexus-chat-root .jc-msg-avatar-bot{background:var(--jc-primary-soft);color:var(--jc-primary)}#nexus-chat-root .jc-msg-content{flex:1;min-width:0}#nexus-chat-root .jc-msg-user{justify-content:flex-end}#nexus-chat-root .jc-msg-user .jc-msg-content{flex:0 auto;justify-content:flex-end;max-width:78%;display:flex}#nexus-chat-root .jc-msg-user .jc-bubble{background:var(--jc-primary-soft);color:var(--jc-text);white-space:pre-wrap;word-wrap:break-word;border-radius:16px 16px 4px;padding:9px 14px;font-size:13.5px}#nexus-chat-root .jc-msg-bot .jc-msg-content{background:var(--jc-border-soft);border-radius:14px 14px 14px 4px;flex:0 auto;min-width:0;max-width:78%;padding:10px 14px}#nexus-chat-root .jc-msg-bot .jc-msg-content>*{margin:0}#nexus-chat-root .jc-msg-bot .jc-msg-content>*+*{margin-top:10px}#nexus-chat-root .jc-msg-bot p{color:var(--jc-text)}#nexus-chat-root .jc-msg-bot ol,#nexus-chat-root .jc-msg-bot ul{padding-left:20px}#nexus-chat-root .jc-msg-bot li{margin-bottom:5px}#nexus-chat-root .jc-msg-bot .jc-msg-content h1,#nexus-chat-root .jc-msg-bot .jc-msg-content h2,#nexus-chat-root .jc-msg-bot .jc-msg-content h3,#nexus-chat-root .jc-msg-bot .jc-msg-content h4,#nexus-chat-root .jc-msg-bot .jc-msg-content h5,#nexus-chat-root .jc-msg-bot .jc-msg-content h6{color:var(--jc-text);letter-spacing:-.01em;font-weight:600;margin-top:14px!important;margin-bottom:4px!important}#nexus-chat-root .jc-msg-bot .jc-msg-content h1{font-size:16px}#nexus-chat-root .jc-msg-bot .jc-msg-content h2{font-size:15px}#nexus-chat-root .jc-msg-bot .jc-msg-content h3{font-size:14px}#nexus-chat-root .jc-msg-bot .jc-msg-content h4,#nexus-chat-root .jc-msg-bot .jc-msg-content h5,#nexus-chat-root .jc-msg-bot .jc-msg-content h6{font-size:13.5px}#nexus-chat-root .jc-msg-bot .jc-msg-content li{color:var(--jc-text)}#nexus-chat-root .jc-msg-bot .jc-msg-content strong,#nexus-chat-root .jc-msg-bot .jc-msg-content b{color:var(--jc-text);font-weight:600}#nexus-chat-root .jc-msg-bot .jc-msg-content em,#nexus-chat-root .jc-msg-bot .jc-msg-content i{color:var(--jc-text);font-style:italic}#nexus-chat-root .jc-msg-bot .jc-msg-content a{color:var(--jc-primary);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}#nexus-chat-root .jc-msg-bot .jc-msg-content a:hover{color:color-mix(in srgb, var(--jc-primary) 80%, black)}#nexus-chat-root .jc-msg-bot .jc-msg-content:has(table){max-width:95%}#nexus-chat-root .jc-msg-bot .jc-msg-content .jc-table-wrap{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;border-radius:6px;width:100%;overflow:auto hidden}#nexus-chat-root .jc-msg-bot .jc-msg-content table{border-collapse:collapse;background:var(--jc-bg);border:1px solid var(--jc-border);border-radius:6px;width:100%;margin:0;font-size:12.5px}#nexus-chat-root .jc-msg-bot .jc-msg-content th,#nexus-chat-root .jc-msg-bot .jc-msg-content td{color:var(--jc-text);border:1px solid var(--jc-border);text-align:left;vertical-align:top;padding:6px 10px}#nexus-chat-root .jc-msg-bot .jc-msg-content th{background:color-mix(in srgb, var(--jc-text) 8%, var(--jc-bg));font-weight:600}#nexus-chat-root .jc-msg-bot .jc-msg-content blockquote{color:var(--jc-text-muted);border-left:3px solid var(--jc-border);margin:8px 0;padding-left:12px}#nexus-chat-root .jc-msg-bot .jc-msg-content hr{border:none;border-top:1px solid var(--jc-border-soft);margin:12px 0}#nexus-chat-root .jc-msg-actions{opacity:0;gap:2px;transition:opacity .15s;display:flex;margin-top:8px!important}#nexus-chat-root .jc-msg-bot:hover .jc-msg-actions,#nexus-chat-root .jc-msg-bot:focus-within .jc-msg-actions{opacity:1}#nexus-chat-root .jc-msg-actions button{cursor:pointer;color:var(--jc-text-soft);background:0 0;border:none;border-radius:5px;align-items:center;gap:5px;padding:3px 8px;font-family:inherit;font-size:11px;display:inline-flex}#nexus-chat-root .jc-msg-actions button:hover{background:var(--jc-border-soft);color:var(--jc-text)}@media (hover:none){#nexus-chat-root .jc-msg-bot .jc-msg-actions{opacity:.6}#nexus-chat-root .jc-msg-bot .jc-msg-actions:focus-within{opacity:1}}#nexus-chat-root .jc-sources-legacy{color:var(--jc-text-muted);font-size:11px;margin-top:10px!important}#nexus-chat-root .jc-cite-anchor{display:inline-block;position:relative}#nexus-chat-root .jc-cite-anchor:focus-visible{outline:2px solid var(--jc-primary);outline-offset:2px;border-radius:4px}#nexus-chat-root .jc-cite{background:var(--jc-primary);color:var(--jc-primary-text);vertical-align:2px;cursor:pointer;border-radius:4px;margin:0 1px 0 2px;padding:1px 5px;font-size:9.5px;font-weight:600;line-height:1.4;display:inline-block}#nexus-chat-root .jc-cite:focus-visible{outline:2px solid var(--jc-primary);outline-offset:2px}#nexus-chat-root .jc-cite-pop{background:var(--jc-bg);border:1px solid var(--jc-border);z-index:10;text-align:left;pointer-events:auto;border-radius:10px;min-width:200px;max-width:320px;padding:12px 14px;font-family:inherit;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 12px 32px -8px #0f172a33,0 2px 6px #0f172a0f}#nexus-chat-root .jc-cite-pop-title{color:var(--jc-text);white-space:normal;word-wrap:break-word;font-size:13px;font-weight:600}#nexus-chat-root .jc-cite-pop-meta{color:var(--jc-text-muted);margin-top:4px;font-size:11.5px}#nexus-chat-root .jc-sources{flex-wrap:wrap;gap:6px;display:flex;margin-top:14px!important}#nexus-chat-root .jc-src-pill{background:var(--jc-bg);color:var(--jc-text-muted);border:1px solid var(--jc-border);cursor:pointer;border-radius:12px;align-items:center;gap:5px;padding:3px 10px 3px 9px;font-family:inherit;font-size:11px;transition:all .12s;display:inline-flex}#nexus-chat-root .jc-src-pill:before{content:"";background:var(--jc-primary);border-radius:50%;width:5px;height:5px}#nexus-chat-root .jc-src-pill:hover{border-color:var(--jc-primary);color:var(--jc-text);background:var(--jc-primary-soft)}#nexus-chat-root .jc-code{background:var(--jc-code-bg);color:var(--jc-code-text);border-radius:10px;padding:14px 16px;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:11.5px;line-height:1.6;position:relative;margin-top:12px!important}#nexus-chat-root .jc-code-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}#nexus-chat-root .jc-code-lang{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:600}#nexus-chat-root .jc-code-copy{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:3px 7px;font-family:inherit;font-size:10.5px;display:inline-flex}#nexus-chat-root .jc-code-copy:hover{color:#e2e8f0;background:#ffffff0f}#nexus-chat-root .jc-code pre{white-space:pre;margin:0;overflow-x:auto}#nexus-chat-root .jc-code code{font-family:inherit}#nexus-chat-root .jc-inline-code{background:var(--jc-border-soft);border-radius:4px;padding:1px 6px;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:12px}#nexus-chat-root .jc-toolcalls{flex-direction:column;gap:6px;display:flex}#nexus-chat-root .jc-toolcall{background:var(--jc-primary-soft);border:1px solid var(--jc-border-soft);border-radius:10px;padding:0}#nexus-chat-root .jc-toolcall-head{cursor:pointer;width:100%;color:var(--jc-text);background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:9px 12px;font-family:inherit;font-size:12px;display:flex}#nexus-chat-root .jc-toolcall-head:hover{background:color-mix(in srgb, var(--jc-primary) 6%, transparent)}#nexus-chat-root .jc-toolcall-status{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:inline-flex}#nexus-chat-root .jc-toolcall-status-pending{background:var(--jc-border-soft);color:var(--jc-text-muted)}#nexus-chat-root .jc-toolcall-status-success{color:#15803d;background:#d7f5e2}#nexus-chat-root .jc-toolcall-status-error{color:#b91c1c;background:#f9d8d8}#nexus-chat-root .jc-toolcall-name{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:11.5px;overflow:hidden}#nexus-chat-root .jc-toolcall-chev{color:var(--jc-text-soft);flex-shrink:0;font-size:11px}#nexus-chat-root .jc-toolcall-body{padding:0 12px 10px}#nexus-chat-root .jc-toolcall-label{color:var(--jc-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:8px 0 4px;font-size:10px}#nexus-chat-root .jc-toolcall-pre{color:var(--jc-text);white-space:pre-wrap;word-wrap:break-word;background:#fff9;border-radius:6px;max-height:180px;margin:0;padding:8px 10px;font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:11px;line-height:1.5;overflow-y:auto}#nexus-chat-root .jc-toolcall-pre-error{color:#b91c1c;background:#fceeee}#nexus-chat-root .nc-thinking{background:#fff;border:1px solid #eef0f3;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;padding:10px 14px;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}#nexus-chat-root .nc-dot{background:color-mix(in oklab, var(--nc-primary) 70%, #9ca3af 30%);opacity:.6;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite nc-bounce}#nexus-chat-root .nc-dot:nth-child(2){animation-delay:.15s}#nexus-chat-root .nc-dot:nth-child(3){animation-delay:.3s}@keyframes nc-bounce{0%,60%,to{opacity:.55;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}#nexus-chat-root .jc-error{background:#fceeee;border:1px solid #f6c9c9;border-radius:10px;align-items:flex-start;gap:10px;margin:0 18px 14px;padding:10px 12px;display:flex}#nexus-chat-root .jc-error-icon{color:#dc2626;flex-shrink:0;margin-top:1px}#nexus-chat-root .jc-error-body{flex:1}#nexus-chat-root .jc-error-msg{color:var(--jc-text);font-size:13px;line-height:1.5}#nexus-chat-root .jc-error-actions{margin-top:8px}#nexus-chat-root .jc-error-btn{cursor:pointer;color:var(--jc-text);background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:11.5px;display:inline-flex}#nexus-chat-root .jc-error-btn:hover{background:var(--jc-border-soft)}#nexus-chat-root .jc-error-btn-primary{background:var(--jc-bg);border:1px solid var(--jc-border);justify-content:center;width:100%;padding:8px}#nexus-chat-root .jc-error-btn-primary:hover{background:var(--jc-border-soft)}#nexus-chat-root .jc-composer-wrap{padding:14px 16px max(16px, env(safe-area-inset-bottom));background:var(--jc-bg);border-top:1px solid var(--jc-border-strong)}#nexus-chat-root .jc-composer{background:var(--jc-bg);border:1px solid var(--jc-border-strong);border-radius:16px;align-items:flex-end;gap:8px;padding:5px 5px 5px 16px;transition:border-color .18s,box-shadow .18s;display:flex}#nexus-chat-root .jc-composer:hover{border-color:color-mix(in srgb, var(--jc-border-strong) 80%, black)}#nexus-chat-root .jc-composer:focus-within{border-color:color-mix(in srgb, var(--jc-primary) 35%, var(--jc-border));box-shadow:0 0 0 3px color-mix(in srgb, var(--jc-primary) 10%, transparent)}#nexus-chat-root .jc-composer-input{color:var(--jc-text);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:24px;padding:8px 0;font-family:inherit;font-size:13.5px;line-height:1.45}#nexus-chat-root .jc-composer-input::placeholder{color:var(--jc-text-ghost)}#nexus-chat-root .jc-composer-send{background:var(--jc-border-whisper);color:var(--jc-text-muted);cursor:pointer;box-sizing:content-box;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:9px;line-height:0;transition:background .18s,color .18s;display:flex}#nexus-chat-root .jc-composer-send-active{background:var(--jc-primary-soft);color:var(--jc-primary)}#nexus-chat-root .jc-composer-send-active:hover{background:color-mix(in srgb, var(--jc-primary) 16%, white)}#nexus-chat-root .jc-composer-send:disabled{cursor:default}#nexus-chat-root .jc-composer-hint{text-align:center;color:var(--jc-text-ghost);margin-top:9px;font-size:10px}#nexus-chat-root .jc-composer-hint kbd{color:inherit;background:0 0;border:0;padding:0;font-family:inherit;font-size:10px;font-weight:500}#nexus-chat-root kbd{color:inherit;font:inherit;background:0 0;border:0;padding:0}@media (prefers-reduced-motion:reduce){#nexus-chat-root .nc-panel,#nexus-chat-root .jc-msg,#nexus-chat-root .jc-cursor,#nexus-chat-root .nc-dot{animation:none}#nexus-chat-root .jc-new-msgs{transition:none;transform:none}}#nexus-chat-root .jc-feedback{margin-top:8px}#nexus-chat-root .jc-feedback-btns{background:var(--jc-bg);border:1px solid var(--jc-border);border-radius:999px;gap:2px;padding:3px;display:inline-flex;box-shadow:0 1px 3px #0000000f}#nexus-chat-root .jc-feedback-btn{width:32px;height:32px;color:var(--jc-text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex}#nexus-chat-root .jc-feedback-btn:disabled{opacity:.45;cursor:default}#nexus-chat-root .jc-feedback-btn:first-child:not(:disabled):hover{color:#16a34a;background:#dcfce7;border-radius:999px}#nexus-chat-root .jc-feedback-btn:nth-child(2):not(:disabled):hover{color:#dc2626;background:#fee2e2;border-radius:999px}#nexus-chat-root .jc-feedback-btn:nth-child(3):not(:disabled):hover{color:var(--jc-text);background:var(--jc-border-soft);border-radius:999px}#nexus-chat-root .jc-feedback-btn--active-pos{color:#16a34a;background:#dcfce7}#nexus-chat-root .jc-feedback-btn--active-neg{color:#dc2626;background:#fee2e2}#nexus-chat-root .jc-feedback-btn--active-neu{color:var(--jc-text);background:var(--jc-border-soft)}#nexus-chat-root .jc-feedback-thanks{color:var(--jc-primary);margin-top:6px;font-size:12px;font-weight:500}#nexus-chat-root .jc-feedback-panel{background:var(--jc-bg-sub);border:1px solid var(--jc-border);border-radius:12px;margin-top:10px;padding:12px 14px;font-size:12px;box-shadow:0 2px 8px #0000000f}#nexus-chat-root .jc-feedback-field{margin-bottom:10px}#nexus-chat-root .jc-feedback-label{color:var(--jc-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px;font-weight:500;display:block}#nexus-chat-root .jc-feedback-textarea{border:1px solid var(--jc-border-strong);resize:none;background:var(--jc-bg);width:100%;color:var(--jc-text);border-radius:8px;padding:7px 10px;font-family:inherit;font-size:12px;transition:border-color .15s}#nexus-chat-root .jc-feedback-textarea:focus{border-color:var(--jc-primary);box-shadow:0 0 0 2px var(--jc-primary-soft);outline:none}#nexus-chat-root .jc-feedback-chips{flex-wrap:wrap;gap:5px;display:flex}#nexus-chat-root .jc-feedback-chip{border:1px solid var(--jc-border-strong);background:var(--jc-bg);color:var(--jc-text-muted);cursor:pointer;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:500;transition:background .15s,color .15s,border-color .15s}#nexus-chat-root .jc-feedback-chip:hover{border-color:var(--jc-primary);color:var(--jc-primary)}#nexus-chat-root .jc-feedback-chip--selected{background:var(--jc-primary);border-color:var(--jc-primary);color:var(--jc-primary-text)}#nexus-chat-root .jc-feedback-panel-actions{border-top:1px solid var(--jc-border-soft);justify-content:flex-end;gap:8px;margin-top:8px;padding-top:8px;display:flex}#nexus-chat-root .jc-feedback-cancel{color:var(--jc-text-muted);border:1px solid var(--jc-border);cursor:pointer;background:0 0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:color .15s,border-color .15s}#nexus-chat-root .jc-feedback-cancel:hover{color:var(--jc-text);border-color:var(--jc-border-strong)}#nexus-chat-root .jc-feedback-submit{background:var(--jc-primary);color:var(--jc-primary-text);cursor:pointer;border:0;border-radius:6px;padding:5px 14px;font-size:12px;font-weight:500;transition:opacity .15s}#nexus-chat-root .jc-feedback-submit:hover{opacity:.9}#nexus-chat-root .jc-feedback-submit:disabled{opacity:.5;cursor:default}
