:root{--nfd-ai-chat-color-primary:#2271b1;--nfd-ai-chat-color-primary-hover:#135e96;--nfd-ai-chat-color-primary-active:#0e4b72;--nfd-ai-chat-color-primary-light-8:rgba(34,113,177,.08);--nfd-ai-chat-color-primary-light-12:rgba(34,113,177,.12);--nfd-ai-chat-color-primary-light-16:rgba(34,113,177,.16);--nfd-ai-chat-color-primary-light-20:rgba(34,113,177,.2);--nfd-ai-chat-color-grey-dark:#666;--nfd-ai-chat-color-grey-medium:#999;--nfd-ai-chat-color-grey-light:#ddd;--nfd-ai-chat-color-grey-placeholder:#9e9e9e;--nfd-ai-chat-color-error:#d63638;--nfd-ai-chat-color-error-hover:#b32d2e;--nfd-ai-chat-color-error-active:#8a2424;--nfd-ai-chat-color-error-alpha-10:rgba(214,54,56,.1);--nfd-ai-chat-color-error-alpha-15:rgba(214,54,56,.15);--nfd-ai-chat-color-success:#00a32a;--nfd-ai-chat-color-border:#e0e0e0;--nfd-ai-chat-color-background:#f5f5f5;--nfd-ai-chat-color-text:#1e1e1e;--nfd-ai-chat-color-text-secondary:#424242;--nfd-ai-chat-color-white:#fff;--nfd-ai-chat-font-size-base:14px;--nfd-ai-chat-font-size-xl:22px;--nfd-ai-chat-font-size-lg:20px;--nfd-ai-chat-font-size-md:16px;--nfd-ai-chat-font-size-sm:12px;--nfd-ai-chat-font-size-xs:10px;--nfd-ai-chat-spacing-xs:4px;--nfd-ai-chat-spacing-sm:8px;--nfd-ai-chat-spacing-md:16px;--nfd-ai-chat-spacing-lg:24px;--nfd-ai-chat-spacing-xl:32px;--nfd-ai-chat-radius-sm:4px;--nfd-ai-chat-radius-md:8px;--nfd-ai-chat-radius-lg:12px;--nfd-ai-chat-radius-xl:16px;--nfd-ai-chat-radius-full:9999px;--nfd-ai-chat-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--nfd-ai-chat-shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--nfd-ai-chat-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.nfd-brand-bluehost,[data-brand=bluehost]{--nfd-ai-chat-color-primary:#346bd5;--nfd-ai-chat-color-primary-hover:#2c5fc1;--nfd-ai-chat-color-primary-active:#2554ad;--nfd-ai-chat-color-primary-light-8:rgba(52,107,213,.08);--nfd-ai-chat-color-primary-light-12:rgba(52,107,213,.12);--nfd-ai-chat-color-primary-light-16:rgba(52,107,213,.16);--nfd-ai-chat-color-primary-light-20:rgba(52,107,213,.2);--nfd-ai-chat-color-background:#f1f5f9;--nfd-ai-chat-color-border:#e2e8f0;--nfd-ai-chat-color-text:#0f172a;--nfd-ai-chat-color-text-secondary:#4a5567}.nfd-ai-chat-messages-shell{height:100%;overflow:hidden;position:relative}.nfd-ai-chat-messages,.nfd-ai-chat-messages-shell{display:flex;flex:1 1 0%;flex-direction:column;min-height:0}.nfd-ai-chat-messages{background:var(--nfd-ai-chat-color-white);gap:4px;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:12px 18px 24px;scroll-behavior:smooth}.nfd-ai-chat-messages::-webkit-scrollbar{width:8px}.nfd-ai-chat-messages::-webkit-scrollbar-track{background:transparent}.nfd-ai-chat-messages::-webkit-scrollbar-thumb{background:var(--nfd-ai-chat-color-border);border-radius:4px;opacity:.8}.nfd-ai-chat-messages::-webkit-scrollbar-thumb:hover{opacity:1}.nfd-ai-chat-messages__retry{margin:0 0 var(--nfd-ai-chat-spacing-sm)}.nfd-ai-chat-messages__retry-button{background:none;border:none;color:var(--nfd-ai-chat-color-primary);cursor:pointer;font-family:inherit;font-size:inherit;padding:0;text-decoration:underline}.nfd-ai-chat-messages__retry-button:hover{text-decoration:none}.nfd-ai-chat-messages__jump{align-items:center;animation:nfd-ai-chat-jump-in .2s ease-out both;background:var(--nfd-ai-chat-color-white);border:1px solid var(--nfd-ai-chat-color-border);border-radius:50%;bottom:12px;box-shadow:0 6px 16px rgba(17,24,39,.08),0 2px 4px rgba(17,24,39,.04);color:var(--nfd-ai-chat-color-text-secondary);cursor:pointer;display:flex;height:32px;justify-content:center;right:50%;padding:0;position:absolute;transform:translateX(50%);transition:color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease;width:32px;z-index:5}.nfd-ai-chat-messages__jump:hover{border-color:var(--nfd-ai-chat-color-primary);box-shadow:0 8px 20px rgba(17,24,39,.1),0 2px 6px rgba(17,24,39,.06);color:var(--nfd-ai-chat-color-primary);transform:translateX(50%) translateY(-1px)}.nfd-ai-chat-messages__jump:focus-visible{border-color:var(--nfd-ai-chat-color-primary);box-shadow:0 0 0 3px var(--nfd-ai-chat-color-primary-light-20);color:var(--nfd-ai-chat-color-primary);outline:none}.nfd-ai-chat-messages__jump:active{transform:translateX(50%) scale(.96)}.nfd-ai-chat-messages-shell .nfd-ai-chat-messages__jump{position:absolute}@keyframes nfd-ai-chat-jump-in{0%{opacity:0;transform:translateX(50%) translateY(8px)}to{opacity:1;transform:translateX(50%) translateY(0)}}.nfd-ai-chat-messages--minimal{background:transparent}.nfd-ai-chat-messages--minimal .nfd-ai-chat-message--assistant .nfd-ai-chat-message__content{background:transparent;border:none;box-shadow:none;padding:4px 0 0}.nfd-ai-chat-messages--minimal .nfd-ai-chat-message--user .nfd-ai-chat-message__content{background:var(--nfd-ai-chat-color-background);box-shadow:none;color:var(--nfd-ai-chat-color-text)}.nfd-ai-chat-message{align-items:flex-start;animation:nfd-ai-chat-message-in .22s cubic-bezier(.16,1,.3,1) both;display:flex;font-size:var(--nfd-ai-chat-font-size-base);gap:12px}.nfd-ai-chat-message .nfd-ai-chat-message__content>*{margin-bottom:.75rem}.nfd-ai-chat-message .nfd-ai-chat-message__content>:last-child{margin-bottom:0}.nfd-ai-chat-message .nfd-ai-chat-message__content h1,.nfd-ai-chat-message .nfd-ai-chat-message__content h2,.nfd-ai-chat-message .nfd-ai-chat-message__content h3,.nfd-ai-chat-message .nfd-ai-chat-message__content h4,.nfd-ai-chat-message .nfd-ai-chat-message__content h5,.nfd-ai-chat-message .nfd-ai-chat-message__content h6{color:var(--nfd-ai-chat-color-text);font-weight:600;letter-spacing:-.01em;line-height:1.25;margin-bottom:.5rem;margin-top:1.25rem}.nfd-ai-chat-message .nfd-ai-chat-message__content h1{font-size:var(--nfd-ai-chat-font-size-lg);margin-top:0}.nfd-ai-chat-message .nfd-ai-chat-message__content h2{font-size:var(--nfd-ai-chat-font-size-md)}.nfd-ai-chat-message .nfd-ai-chat-message__content h3{font-size:var(--nfd-ai-chat-font-size-md);text-transform:none}.nfd-ai-chat-message .nfd-ai-chat-message__content h4,.nfd-ai-chat-message .nfd-ai-chat-message__content h5,.nfd-ai-chat-message .nfd-ai-chat-message__content h6{font-size:var(--nfd-ai-chat-font-size-base);font-weight:600}.nfd-ai-chat-message .nfd-ai-chat-message__content p{font-size:var(--nfd-ai-chat-font-size-base);line-height:1.6;margin-bottom:.75rem}.nfd-ai-chat-message .nfd-ai-chat-message__content strong{font-weight:600}.nfd-ai-chat-message .nfd-ai-chat-message__content em{font-style:italic}.nfd-ai-chat-message .nfd-ai-chat-message__content u{text-decoration:underline}.nfd-ai-chat-message .nfd-ai-chat-message__content s{text-decoration:line-through}.nfd-ai-chat-message .nfd-ai-chat-message__content mark{background-color:var(--nfd-ai-chat-color-primary-light-20);border-radius:2px;padding:.1em .2em}.nfd-ai-chat-message .nfd-ai-chat-message__content small{font-size:.875em}.nfd-ai-chat-message .nfd-ai-chat-message__content a{color:var(--nfd-ai-chat-color-primary);text-decoration:none}.nfd-ai-chat-message .nfd-ai-chat-message__content a:hover{text-decoration:underline}.nfd-ai-chat-message .nfd-ai-chat-message__content code{background-color:rgba(0,0,0,.05);border-radius:4px;color:var(--nfd-ai-chat-color-text);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.88em;padding:.15em .4em}.nfd-ai-chat-message .nfd-ai-chat-message__content code.inline-code{background-color:rgba(0,0,0,.05);color:var(--nfd-ai-chat-color-text);font-weight:500}.nfd-ai-chat-message .nfd-ai-chat-message__content ol,.nfd-ai-chat-message .nfd-ai-chat-message__content ul{margin:.5rem 0 .75rem;padding-right:1.25rem}.nfd-ai-chat-message .nfd-ai-chat-message__content ul{list-style-type:disc}.nfd-ai-chat-message .nfd-ai-chat-message__content ol{list-style-type:decimal}.nfd-ai-chat-message .nfd-ai-chat-message__content li{line-height:1.55;margin-bottom:.25rem}.nfd-ai-chat-message .nfd-ai-chat-message__content li:last-child{margin-bottom:0}.nfd-ai-chat-message .nfd-ai-chat-message__content blockquote{background-color:transparent;border-right:3px solid var(--nfd-ai-chat-color-primary);color:var(--nfd-ai-chat-color-text-secondary);font-style:normal;line-height:1.55;margin:.75rem 0;padding:.5rem .875rem}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-callout{background-color:var(--nfd-ai-chat-color-primary-light-8);border-right:3px solid var(--nfd-ai-chat-color-primary);border-radius:var(--nfd-ai-chat-radius-md);color:var(--nfd-ai-chat-color-text);padding:.625rem .875rem}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-callout--warn{background-color:rgba(176,109,0,.08);border-right-color:#b06d00}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-status{border-radius:var(--nfd-ai-chat-radius-full);display:inline-block;font-size:.82em;font-weight:500;letter-spacing:.01em;line-height:1.5;padding:.05em .55em;text-transform:lowercase;vertical-align:baseline;white-space:nowrap}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-status--success{background-color:rgba(0,163,42,.14);color:#0a5e0a}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-status--neutral{background-color:rgba(0,0,0,.08);color:var(--nfd-ai-chat-color-text-secondary)}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-status--warn{background-color:rgba(176,109,0,.16);color:#8a5400}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-status--danger{background-color:var(--nfd-ai-chat-color-error-alpha-15);color:var(--nfd-ai-chat-color-error-active)}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-status--info{background-color:var(--nfd-ai-chat-color-primary-light-12);color:var(--nfd-ai-chat-color-primary-hover)}.nfd-ai-chat-message .nfd-ai-chat-message__content pre{background-color:#f6f8fa;border:1px solid rgba(0,0,0,.05);border-radius:8px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.85em;line-height:1.5;margin:.75rem 0;overflow-x:auto;padding:12px 14px;position:relative}.nfd-ai-chat-message .nfd-ai-chat-message__content pre code{background:none;border-radius:0;font-size:inherit;padding:0}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-codeblock-copy{align-items:center;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:hsla(0,0%,100%,.92);border:1px solid rgba(0,0,0,.08);border-radius:6px;color:var(--nfd-ai-chat-color-text-secondary,#6b7280);cursor:pointer;display:inline-flex;font-size:11px;font-weight:500;gap:4px;line-height:1;opacity:0;padding:4px 8px;position:absolute;left:6px;top:6px;transform:translateY(-1px);transition:opacity .12s ease,transform .12s ease,color .12s ease,background-color .12s ease,border-color .12s ease}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-codeblock-copy:focus-visible,.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-codeblock-copy:hover{background:#fff;border-color:rgba(0,0,0,.14);color:var(--nfd-ai-chat-color-text,#111827)}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-codeblock-copy:focus-visible{outline:2px solid var(--nfd-ai-chat-color-primary,#0075fa);outline-offset:1px}.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-codeblock-copy.is-copied{border-color:var(--nfd-ai-chat-color-success,#00a32a);color:var(--nfd-ai-chat-color-success,#00a32a)}.nfd-ai-chat-message .nfd-ai-chat-message__content pre:focus-within .nfd-ai-chat-codeblock-copy,.nfd-ai-chat-message .nfd-ai-chat-message__content pre:hover .nfd-ai-chat-codeblock-copy{opacity:1;transform:translateY(0)}@media(hover:none){.nfd-ai-chat-message .nfd-ai-chat-message__content .nfd-ai-chat-codeblock-copy{opacity:1;transform:none}}.nfd-ai-chat-message .nfd-ai-chat-message__content hr{border:none;border-top:1px solid var(--nfd-ai-chat-color-grey-light);margin:2rem 0}.nfd-ai-chat-message--assistant{align-items:flex-start;flex-direction:row;gap:10px;justify-content:flex-start;position:relative}.nfd-ai-chat-message--assistant:before{background:rgba(17,24,39,.03);border-radius:8px;content:"";inset:-4px -10px;opacity:0;pointer-events:none;position:absolute;transition:opacity .15s ease;z-index:0}.nfd-ai-chat-message--assistant:focus-within:before,.nfd-ai-chat-message--assistant:hover:before{opacity:1}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__avatar,.nfd-ai-chat-message--assistant .nfd-ai-chat-message__main{position:relative;z-index:1}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__avatar{align-items:center;color:var(--nfd-ai-chat-color-text);display:flex;flex-shrink:0;height:18px;justify-content:center;margin-top:2px;transition:opacity .18s ease;width:18px}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__avatar svg{display:block}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__main{display:flex;flex:1 1 auto;flex-direction:column;gap:6px;min-width:0}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__bubble-wrap{align-self:stretch;max-width:100%}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__content{background:transparent;border:none;border-radius:0;box-shadow:none;color:var(--nfd-ai-chat-color-text);flex:1;line-height:1.6;max-width:100%;min-width:0;overflow-wrap:break-word;padding:0;white-space:pre-wrap;width:auto;word-break:break-word}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__content--rich{white-space:normal}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__content--rich>:first-child{margin-top:0}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__content--rich>:last-child{margin-bottom:0}.nfd-ai-chat-message--user{justify-content:flex-end}.nfd-ai-chat-message--user .nfd-ai-chat-message__bubble-wrap{align-self:flex-end;max-width:78%}.nfd-ai-chat-message--user .nfd-ai-chat-message__content{align-self:flex-end;background:linear-gradient(-135deg,var(--nfd-ai-chat-color-primary) 0,var(--nfd-ai-chat-color-primary-hover,var(--nfd-ai-chat-color-primary)) 100%);border-radius:14px 14px 14px 4px;box-shadow:0 4px 16px -4px var(--nfd-ai-chat-color-primary-light-20,rgba(0,0,0,.12)),inset 0 1px 0 hsla(0,0%,100%,.16);color:var(--nfd-ai-chat-color-white,var(--nfd-ai-chat-color-text-secondary));font-weight:450;letter-spacing:.005em;line-height:1.5;max-width:100%;overflow-wrap:break-word;padding:10px 14px;position:relative;transition:transform .18s ease,box-shadow .18s ease;white-space:pre-wrap}.nfd-ai-chat-message--user .nfd-ai-chat-message__content ::-moz-selection,.nfd-ai-chat-message--user .nfd-ai-chat-message__content::-moz-selection{background:hsla(0,0%,100%,.3);color:var(--nfd-ai-chat-color-white,#fff)}.nfd-ai-chat-message--user .nfd-ai-chat-message__content ::selection,.nfd-ai-chat-message--user .nfd-ai-chat-message__content::selection{background:hsla(0,0%,100%,.3);color:var(--nfd-ai-chat-color-white,#fff)}.nfd-ai-chat-message--user:focus-within .nfd-ai-chat-message__content,.nfd-ai-chat-message--user:hover .nfd-ai-chat-message__content{box-shadow:0 8px 22px -6px var(--nfd-ai-chat-color-primary-light-20,rgba(0,0,0,.16)),inset 0 1px 0 hsla(0,0%,100%,.2);transform:translateY(-1px)}.nfd-ai-chat-message--user .nfd-ai-chat-message-actions{justify-content:flex-end}.nfd-ai-chat-message--user+.nfd-ai-chat-message--user .nfd-ai-chat-message__content{border-top-left-radius:4px}.nfd-ai-chat-message__bubble-wrap{display:inline-flex;flex-direction:column;min-width:0;position:relative}.nfd-ai-chat-message--assistant+.nfd-ai-chat-message--user,.nfd-ai-chat-message--user+.nfd-ai-chat-message--assistant{margin-top:14px}.nfd-ai-chat-message--assistant+.nfd-ai-chat-message--assistant{margin-top:10px}.nfd-ai-chat-message--assistant+.nfd-ai-chat-message--assistant .nfd-ai-chat-message__avatar{visibility:hidden}.nfd-ai-chat-message--assistant+.nfd-ai-chat-message--assistant.nfd-ai-chat-message--fallback .nfd-ai-chat-message__avatar{visibility:visible}@keyframes nfd-ai-chat-message-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-message{animation:none}}.nfd-ai-chat-message__content--streaming:after{animation:nfd-ai-chat-cursor-blink .85s step-end infinite;color:var(--nfd-ai-chat-color-primary);content:"▍";font-weight:400;margin-right:1px}[data-nfd-typewriter-pending]{display:none!important}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-message__cursor{animation:none}}.nfd-ai-chat-message-actions{align-items:center;display:flex;gap:0;margin:0 -2px 0 0;max-height:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;transition:max-height .18s ease,opacity .18s ease,margin-top .18s ease}.nfd-ai-chat-message:focus-within .nfd-ai-chat-message-actions,.nfd-ai-chat-message:hover .nfd-ai-chat-message-actions{margin-top:2px;max-height:20px;opacity:.5;pointer-events:auto}@media(hover:none){.nfd-ai-chat-message-actions{margin-top:2px;max-height:20px;opacity:.5;pointer-events:auto}}.nfd-ai-chat-message-actions__btn{align-items:center;background:transparent;border:none;border-radius:3px;color:var(--nfd-ai-chat-color-grey-medium);cursor:pointer;display:inline-flex;height:18px;justify-content:center;padding:0;transition:color .12s ease;width:18px}.nfd-ai-chat-message-actions__btn:hover:not(:disabled){color:var(--nfd-ai-chat-color-text-secondary)}.nfd-ai-chat-message-actions__btn:focus-visible{box-shadow:0 0 0 1.5px var(--nfd-ai-chat-color-primary-light-16);color:var(--nfd-ai-chat-color-text-secondary);outline:none}.nfd-ai-chat-message-actions__btn:disabled{cursor:not-allowed;opacity:.4}.nfd-ai-chat-message-actions__btn.is-active{color:var(--nfd-ai-chat-color-success)}.nfd-ai-chat-message-actions__btn svg{display:block;height:11px;width:11px}.nfd-ai-chat-message:focus-within .nfd-ai-chat-message-actions:focus-within,.nfd-ai-chat-message:hover .nfd-ai-chat-message-actions:hover{opacity:1}.nfd-ai-chat-message-divider{align-items:center;display:flex;gap:0;justify-content:center;margin:12px 0 14px;min-height:22px;position:relative}.nfd-ai-chat-message-divider:first-child{margin-top:0}.nfd-ai-chat-message-divider:after,.nfd-ai-chat-message-divider:before{background:var(--nfd-ai-chat-color-border);content:"";flex:1;height:1px;opacity:.7}.nfd-ai-chat-message-divider__label{color:var(--nfd-ai-chat-color-grey-medium);font-size:11px;font-weight:500;letter-spacing:.04em;padding:0 10px;text-transform:uppercase;white-space:nowrap}.nfd-ai-chat-message__content--failed{box-shadow:0 0 0 1.5px var(--nfd-ai-chat-color-error,#d63638),0 4px 16px -4px var(--nfd-ai-chat-color-error-alpha-15,rgba(214,54,56,.15))}.nfd-ai-chat-message:focus-within .nfd-ai-chat-message__content--failed,.nfd-ai-chat-message:hover .nfd-ai-chat-message__content--failed{box-shadow:0 0 0 1.5px var(--nfd-ai-chat-color-error,#d63638),0 8px 22px -6px var(--nfd-ai-chat-color-error-alpha-15,rgba(214,54,56,.18))}.nfd-ai-chat-message__status{align-items:center;display:flex;font-size:11px;font-weight:500;gap:6px;line-height:1.2;margin-top:6px}.nfd-ai-chat-message--user .nfd-ai-chat-message__status{justify-content:flex-end}.nfd-ai-chat-message__status--failed{color:var(--nfd-ai-chat-color-error,#d63638)}.nfd-ai-chat-message__status-action{background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;font:inherit;margin:0;padding:0;text-decoration:underline;text-underline-offset:2px}.nfd-ai-chat-message__status-action:hover{text-decoration-thickness:2px}.nfd-ai-chat-message__status-action:focus-visible{outline:2px solid currentcolor;outline-offset:2px}.nfd-ai-chat-input{background:var(--nfd-ai-chat-color-white);border-top:1px solid var(--nfd-ai-chat-color-border);padding:16px;position:relative;z-index:25}.nfd-ai-chat-input--no-top-border{border-top:none}.nfd-ai-chat-input__disclaimer{color:var(--nfd-ai-chat-color-grey-medium);font-size:12px;line-height:1.4;margin-top:8px;text-align:center}.nfd-ai-chat-input__disclaimer a{color:var(--nfd-ai-chat-color-grey-dark);font-weight:500;text-decoration:none}.nfd-ai-chat-input__disclaimer a:hover{text-decoration:underline}.nfd-ai-chat-input__container{background:var(--nfd-ai-chat-color-white);border:1px solid var(--nfd-ai-chat-color-border);border-radius:22px;box-shadow:none;display:flex;flex-direction:column;gap:6px;padding:6px 14px 6px 6px;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.nfd-ai-chat-input__container:hover{border-color:#d1d5db}.nfd-ai-chat-input__container:focus-within{border-color:var(--nfd-ai-chat-color-primary);box-shadow:0 0 0 3px var(--nfd-ai-chat-color-primary-light-12)}.nfd-ai-chat-input--disabled .nfd-ai-chat-input__container{background:var(--nfd-ai-chat-color-background);border-color:transparent;box-shadow:none}.nfd-ai-chat-input__context-row{align-items:center;display:flex;gap:6px;min-height:0}.nfd-ai-chat-input__row{align-items:flex-end;display:flex;gap:6px;min-width:0}.nfd-ai-chat-input__textarea{background:transparent;border:none;color:var(--nfd-ai-chat-color-text);flex:1 1 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:var(--nfd-ai-chat-font-size-base);line-height:1.5;max-height:200px;min-height:24px;min-width:0;overflow-y:hidden;padding:6px 0;resize:none}.nfd-ai-chat-input__textarea:focus{border:none;box-shadow:none;outline:none}.nfd-ai-chat-input__textarea::-moz-placeholder{color:var(--nfd-ai-chat-color-grey-placeholder)}.nfd-ai-chat-input__textarea::placeholder{color:var(--nfd-ai-chat-color-grey-placeholder)}.nfd-ai-chat-input__textarea:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.nfd-ai-chat-input__textarea::-webkit-scrollbar{width:8px}.nfd-ai-chat-input__textarea::-webkit-scrollbar-track{background:transparent}.nfd-ai-chat-input__textarea::-webkit-scrollbar-thumb{background:var(--nfd-ai-chat-color-border);border-radius:4px;opacity:.8}.nfd-ai-chat-input__textarea::-webkit-scrollbar-thumb:hover{opacity:1}.nfd-ai-chat-input__hint{color:var(--nfd-ai-chat-color-grey-medium);font-size:11px;line-height:1.4;margin-top:0;max-height:0;opacity:0;overflow:hidden;pointer-events:none;text-align:center;transition:max-height .18s ease,opacity .18s ease,margin-top .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nfd-ai-chat-input__hint--visible{margin-top:6px;max-height:18px;opacity:1}.nfd-ai-chat-input__hint-key{background:var(--nfd-ai-chat-color-background);border:1px solid var(--nfd-ai-chat-color-border);border-radius:3px;color:var(--nfd-ai-chat-color-text-secondary);display:inline-block;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:10px;line-height:1.4;padding:0 4px}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-input__hint{transition:none}}.components-button.nfd-ai-chat-input__stop,.components-button.nfd-ai-chat-input__submit{align-items:center;align-self:flex-end;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;min-width:auto;padding:0;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease;width:30px}.components-button.nfd-ai-chat-input__stop svg,.components-button.nfd-ai-chat-input__submit svg{display:block;fill:none;height:16px;stroke-width:2.25;width:16px}.components-button.nfd-ai-chat-input__submit,.components-button.nfd-ai-chat-input__submit:disabled{background:transparent;color:var(--nfd-ai-chat-color-grey-medium);stroke:var(--nfd-ai-chat-color-grey-medium)}.components-button.nfd-ai-chat-input__submit:disabled{cursor:not-allowed;opacity:.55}.components-button.nfd-ai-chat-input__submit:not(:disabled){background:var(--nfd-ai-chat-color-primary);color:var(--nfd-ai-chat-color-white);stroke:var(--nfd-ai-chat-color-white)}.components-button.nfd-ai-chat-input__submit:hover:not(:disabled){background:var(--nfd-ai-chat-color-primary-hover)}.components-button.nfd-ai-chat-input__submit:focus:not(:disabled){background:var(--nfd-ai-chat-color-primary-hover);box-shadow:0 0 0 3px var(--nfd-ai-chat-color-primary-light-20);outline:none}.components-button.nfd-ai-chat-input__submit:active:not(:disabled){background:var(--nfd-ai-chat-color-primary-active);transform:scale(.96)}.components-button.nfd-ai-chat-input__stop{animation:nfd-ai-chat-stop-pulse 1.6s ease-out infinite;background:var(--nfd-ai-chat-color-primary);color:var(--nfd-ai-chat-color-white);position:relative;stroke:var(--nfd-ai-chat-color-white)}.components-button.nfd-ai-chat-input__stop:hover:not(:disabled){animation:none;background:var(--nfd-ai-chat-color-primary-hover);box-shadow:0 0 0 4px var(--nfd-ai-chat-color-primary-light-12)}.components-button.nfd-ai-chat-input__stop:focus:not(:disabled){animation:none;box-shadow:0 0 0 3px var(--nfd-ai-chat-color-primary-light-20);outline:none}.components-button.nfd-ai-chat-input__stop:active:not(:disabled){background:var(--nfd-ai-chat-color-primary-active);transform:scale(.96)}.components-button.nfd-ai-chat-input__stop:disabled,.components-button.nfd-ai-chat-input__stop[aria-busy=true]{animation:none;cursor:not-allowed;opacity:.55;pointer-events:none}.nfd-ai-chat-input__stop-icon{background:currentColor;border-radius:2px;display:block;height:9px;width:9px}@keyframes nfd-ai-chat-stop-pulse{0%{box-shadow:0 0 0 0 var(--nfd-ai-chat-color-primary-light-20)}70%{box-shadow:0 0 0 7px transparent}to{box-shadow:0 0 0 0 transparent}}@media(prefers-reduced-motion:reduce){.components-button.nfd-ai-chat-input__stop{animation:none}}.nfd-ai-chat-welcome{align-items:center;animation:nfd-ai-chat-welcome-in .45s cubic-bezier(.16,1,.3,1) both;background:var(--nfd-ai-chat-color-white);display:flex;flex:1;flex-direction:column;justify-content:center;padding:var(--nfd-ai-chat-spacing-xl) var(--nfd-ai-chat-spacing-md);text-align:center}@keyframes nfd-ai-chat-welcome-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.nfd-ai-chat-welcome__content{align-items:center;display:flex;flex-direction:column;gap:16px}.nfd-ai-chat-welcome__avatar{align-items:center;color:var(--nfd-ai-chat-color-primary);display:flex;isolation:isolate;justify-content:center;margin-bottom:20px;position:relative}.nfd-ai-chat-welcome__avatar:before{animation:nfd-ai-chat-welcome-glow 3.6s ease-in-out infinite;background:radial-gradient(circle at center,var(--nfd-ai-chat-color-primary-light-20,rgba(0,117,250,.2)) 0,var(--nfd-ai-chat-color-primary-light-8,rgba(0,117,250,.08)) 35%,transparent 65%);border-radius:50%;content:"";inset:-28px;position:absolute;z-index:-1}.nfd-ai-chat-welcome__avatar svg{display:block}@keyframes nfd-ai-chat-welcome-glow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-welcome,.nfd-ai-chat-welcome__avatar:before{animation:none}}.nfd-ai-chat-welcome__message{display:flex;flex-direction:column;gap:4px}.nfd-ai-chat-welcome__title{color:var(--nfd-ai-chat-color-text);font-size:var(--nfd-ai-chat-font-size-lg);font-weight:600;letter-spacing:-.015em}.nfd-ai-chat-welcome__subtitle{color:var(--nfd-ai-chat-color-text-secondary);font-size:var(--nfd-ai-chat-font-size-base);line-height:1.55;max-width:320px}.nfd-ai-chat-welcome__cursor{animation:nfd-ai-chat-cursor-blink .8s step-end infinite;background:currentcolor;display:inline-block;height:1em;margin-right:2px;vertical-align:text-bottom;width:2px}@keyframes nfd-ai-chat-cursor-blink{0%,50%{opacity:1}51%,to{opacity:0}}.nfd-ai-chat-suggestions{display:flex;flex-wrap:wrap;gap:var(--nfd-ai-chat-spacing-sm);justify-content:center;margin-top:var(--nfd-ai-chat-spacing-lg);max-width:400px}.nfd-ai-chat-avatar{align-items:center;background:linear-gradient(-135deg,var(--nfd-ai-chat-color-primary) 0,var(--nfd-ai-chat-color-primary-hover) 100%);border-radius:var(--nfd-ai-chat-radius-full);color:var(--nfd-ai-chat-color-white);display:flex;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.nfd-ai-chat-avatar svg{fill:currentcolor}.nfd-ai-chat-header{align-items:center;background-color:var(--nfd-ai-chat-color-white);box-sizing:border-box;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;min-height:56px;padding:12px 16px 12px 14px}.nfd-ai-chat-header .nfd-ai-chat-header__brand .nfd-ai-chat-avatar{background:none;box-shadow:none;color:var(--nfd-ai-chat-color-text,#1e1e1e)}.nfd-ai-chat-header__brand{align-items:center;color:var(--nfd-ai-chat-color-text,#1e1e1e);display:flex;gap:10px;min-width:0}.nfd-ai-chat-header__title{color:var(--nfd-ai-chat-color-text,#1e1e1e);font-size:var(--nfd-ai-chat-font-size-base);font-weight:600;letter-spacing:-.01em;line-height:1}.nfd-ai-chat-header__actions{align-items:center;display:flex;flex-shrink:0;gap:4px}.nfd-ai-chat-header__btn{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--nfd-ai-chat-color-text-secondary,#6b7280);cursor:pointer;display:inline-flex;height:30px;justify-content:center;padding:0;transition:background-color .15s ease,color .15s ease,transform .15s ease;width:30px}.nfd-ai-chat-header__btn:disabled{cursor:not-allowed;opacity:.4}.nfd-ai-chat-header__btn:hover:not(:disabled){background-color:rgba(17,24,39,.05);color:var(--nfd-ai-chat-color-text,#111827)}.nfd-ai-chat-header__btn:active:not(:disabled){transform:scale(.94)}.nfd-ai-chat-header__btn:focus-visible{outline:2px solid var(--nfd-ai-chat-color-primary,#0075fa);outline-offset:-2px}.nfd-ai-chat-header__btn svg{display:block}.nfd-ai-chat-header__divider{background:var(--nfd-ai-chat-color-border,#e5e7eb);display:inline-block;flex-shrink:0;height:18px;margin:0 4px;width:1px}.nfd-ai-chat-blu-beta-badge{align-items:center;background-color:var(--nfd-ai-chat-color-primary);border-radius:999px;color:var(--nfd-ai-chat-color-white);display:inline-flex;font-size:9px;font-weight:700;justify-content:center;letter-spacing:.5px;line-height:1;padding:3px 7px;text-transform:uppercase}.nfd-ai-chat-error-alert{align-items:flex-start;background:rgba(214,54,56,.08);border:1px solid var(--nfd-ai-chat-color-error);border-radius:8px;display:flex;gap:12px;margin:8px 0;padding:12px 16px}.nfd-ai-chat-error-alert__icon{color:var(--nfd-ai-chat-color-error);flex-shrink:0;margin-top:2px}.nfd-ai-chat-error-alert__content{flex:1;min-width:0;overflow:hidden}.nfd-ai-chat-error-alert__message{color:var(--nfd-ai-chat-color-error);font-size:var(--nfd-ai-chat-font-size-base);line-height:1.5;min-width:0;overflow-wrap:break-word;word-break:break-word}.components-button.nfd-ai-chat-suggestion{align-items:center;background:var(--nfd-ai-chat-color-white);border:1px solid var(--nfd-ai-chat-color-border);border-radius:var(--nfd-ai-chat-radius-full);box-shadow:var(--nfd-ai-chat-shadow-sm);color:var(--nfd-ai-chat-color-text-secondary);cursor:pointer;display:flex;font-size:var(--nfd-ai-chat-font-size-sm);gap:var(--nfd-ai-chat-spacing-sm);padding:var(--nfd-ai-chat-spacing-sm) var(--nfd-ai-chat-spacing-md);transition:all .15s ease}.components-button.nfd-ai-chat-suggestion:hover{background:var(--nfd-ai-chat-color-background);border-color:var(--nfd-ai-chat-color-primary);box-shadow:var(--nfd-ai-chat-shadow-md);color:var(--nfd-ai-chat-color-primary);transform:translateY(-1px)}.components-button.nfd-ai-chat-suggestion:active{transform:translateY(0)}.nfd-ai-chat-suggestion__icon{align-items:center;display:flex;justify-content:center}.nfd-ai-chat-suggestion__text{white-space:nowrap}.nfd-ai-chat-typing-indicator{align-items:center;display:flex;gap:8px;padding:var(--nfd-ai-chat-spacing-xs) 0}.nfd-ai-chat-connecting-dots{align-items:center;display:inline-flex;gap:4px}.nfd-ai-chat-connecting-dots span{animation:nfd-ai-chat-connecting-pulse 1.1s ease-in-out infinite;background:var(--nfd-ai-chat-color-grey-medium,#999);border-radius:50%;display:inline-block;height:5px;opacity:.4;width:5px}.nfd-ai-chat-connecting-dots span:nth-child(2){animation-delay:.18s}.nfd-ai-chat-connecting-dots span:nth-child(3){animation-delay:.36s}@keyframes nfd-ai-chat-connecting-pulse{0%,80%,to{opacity:.35;transform:scale(.85)}40%{background:var(--nfd-ai-chat-color-primary,#0075fa);opacity:1;transform:scale(1)}}.nfd-ai-chat-message--assistant:has(.nfd-ai-chat-typing-indicator--connecting) .nfd-ai-chat-message__avatar{animation:none;opacity:.55}.nfd-ai-chat-typing-indicator--reconnected{animation:nfd-ai-chat-reconnected-fade 3.5s ease forwards}.nfd-ai-chat-typing-indicator__check{color:var(--nfd-ai-chat-color-success,#2e7d32);flex-shrink:0}.nfd-ai-chat-typing-indicator--offline{opacity:.85}.nfd-ai-chat-typing-indicator__offline-icon{color:var(--nfd-ai-chat-color-grey-dark,#555);flex-shrink:0}.nfd-ai-chat-message--assistant:has(.nfd-ai-chat-typing-indicator--offline) .nfd-ai-chat-message__avatar{animation:none;opacity:.55}.nfd-ai-chat-typing-indicator__text--static{background:none;color:var(--nfd-ai-chat-color-text-secondary);-webkit-text-fill-color:var(--nfd-ai-chat-color-text-secondary);animation:none}@keyframes nfd-ai-chat-reconnected-fade{0%{opacity:0;transform:translateY(2px)}10%,75%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2px)}}.nfd-ai-chat-message--assistant:has(.nfd-ai-chat-typing-indicator--reconnected) .nfd-ai-chat-message__avatar{animation:none;opacity:.55}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-connecting-dots span{animation:none;opacity:.6}.nfd-ai-chat-typing-indicator--reconnected{animation:none;opacity:1;transform:none}}.nfd-ai-chat-message--assistant:has(.nfd-ai-chat-typing-indicator) .nfd-ai-chat-message__avatar{animation:nfd-ai-chat-icon-heartbeat 1.3s ease-in-out infinite;transform-origin:center}@keyframes nfd-ai-chat-icon-heartbeat{0%,to{color:var(--nfd-ai-chat-color-text);transform:scale(1)}15%{color:var(--nfd-ai-chat-color-primary);transform:scale(1.06)}30%{color:var(--nfd-ai-chat-color-primary);transform:scale(1)}45%{color:var(--nfd-ai-chat-color-primary);transform:scale(1.06)}65%{color:var(--nfd-ai-chat-color-primary);transform:scale(1)}}.nfd-ai-chat-typing-indicator__text{background:linear-gradient(-90deg,var(--nfd-ai-chat-color-text-secondary) 0,var(--nfd-ai-chat-color-text-secondary) 35%,var(--nfd-ai-chat-color-text) 50%,var(--nfd-ai-chat-color-text-secondary) 65%,var(--nfd-ai-chat-color-text-secondary) 100%);-webkit-background-clip:text;background-clip:text;background-position:0% 0;background-size:200% 100%;color:var(--nfd-ai-chat-color-text-secondary);font-size:var(--nfd-ai-chat-font-size-base);font-weight:500;min-width:0;-webkit-text-fill-color:transparent;animation:nfd-ai-chat-text-shimmer 2.4s linear infinite;color:transparent}@keyframes nfd-ai-chat-text-shimmer{0%{background-position:-100% 0}to{background-position:300% 0}}.nfd-ai-chat-message--assistant .nfd-ai-chat-message__content:has(>.nfd-ai-chat-typing-indicator:only-child){background:transparent;border:none;border-radius:0;box-shadow:none;padding:4px 2px}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-message--assistant:has(.nfd-ai-chat-typing-indicator) .nfd-ai-chat-message__avatar,.nfd-ai-chat-typing-indicator__text{animation:none}.nfd-ai-chat-typing-indicator__text{color:var(--nfd-ai-chat-color-text-secondary);-webkit-text-fill-color:var(--nfd-ai-chat-color-text-secondary)}}.nfd-ai-chat-typing-indicator__reasoning{color:var(--nfd-ai-chat-color-grey-medium);font-size:var(--nfd-ai-chat-font-size-sm);font-style:italic;line-height:1.4;margin-top:4px}@keyframes nfd-ai-chat-spin{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}.nfd-ai-chat-tool-execution{width:100%}.nfd-ai-chat-tool-execution__header{align-items:center;background:none;border:none;color:var(--nfd-ai-chat-color-grey-dark);cursor:pointer;display:flex;font-size:var(--nfd-ai-chat-font-size-sm);gap:6px;padding:4px 0;text-align:right;width:100%}.nfd-ai-chat-tool-execution__header:hover{color:var(--nfd-ai-chat-color-text)}.nfd-ai-chat-tool-execution__chevron{flex-shrink:0}.nfd-ai-chat-tool-execution__header-count{color:var(--nfd-ai-chat-color-grey-medium);margin-right:4px}.nfd-ai-chat-tool-execution__item,.nfd-ai-chat-tool-execution__list{display:flex;flex-direction:column}.nfd-ai-chat-tool-execution__item{gap:2px;padding:4px 0}.nfd-ai-chat-tool-execution__item-header{align-items:center;display:flex;gap:6px}.nfd-ai-chat-tool-execution__icon{flex-shrink:0}.nfd-ai-chat-tool-execution__icon--active{animation:nfd-ai-chat-spin 1s linear infinite;color:var(--nfd-ai-chat-color-primary)}.nfd-ai-chat-tool-execution__icon--success{color:var(--nfd-ai-chat-color-success)}.nfd-ai-chat-tool-execution__icon--error{color:var(--nfd-ai-chat-color-error)}.nfd-ai-chat-tool-execution__icon--pending{color:var(--nfd-ai-chat-color-grey-medium)}.nfd-ai-chat-tool-execution__item-title{color:var(--nfd-ai-chat-color-text);font-size:var(--nfd-ai-chat-font-size-sm)}.nfd-ai-chat-tool-execution__item-params{color:var(--nfd-ai-chat-color-grey-medium);font-size:var(--nfd-ai-chat-font-size-sm);margin-right:4px}.nfd-ai-chat-tool-execution__item-progress{color:var(--nfd-ai-chat-color-grey-dark);font-size:var(--nfd-ai-chat-font-size-sm);padding-right:18px}.nfd-ai-chat-tool-execution__item-summary{color:var(--nfd-ai-chat-color-grey-medium);font-size:var(--nfd-ai-chat-font-size-sm);margin-top:2px;padding-right:18px}.nfd-ai-chat-container{display:flex;flex-direction:column;height:100%}.nfd-brand-bluehost .nfd-ai-chat-message--user .nfd-ai-chat-message__content,[data-brand=bluehost] .nfd-ai-chat-message--user .nfd-ai-chat-message__content{background:var(--nfd-ai-chat-color-primary);box-shadow:none;color:var(--nfd-ai-chat-color-white);font-weight:400}.nfd-brand-bluehost .nfd-ai-chat-input,[data-brand=bluehost] .nfd-ai-chat-input{background:var(--nfd-ai-chat-color-white);box-shadow:none}.nfd-brand-bluehost .nfd-ai-chat-input .nfd-ai-chat-input__textarea:focus,[data-brand=bluehost] .nfd-ai-chat-input .nfd-ai-chat-input__textarea:focus{outline:none}.nfd-brand-bluehost .nfd-ai-chat-welcome .nfd-ai-chat-welcome__title,[data-brand=bluehost] .nfd-ai-chat-welcome .nfd-ai-chat-welcome__title{color:var(--nfd-ai-chat-color-text);font-weight:600}.nfd-brand-bluehost .nfd-ai-chat-welcome .nfd-ai-chat-welcome__subtitle,[data-brand=bluehost] .nfd-ai-chat-welcome .nfd-ai-chat-welcome__subtitle{color:var(--nfd-ai-chat-color-text-secondary)}.nfd-brand-bluehost .nfd-ai-chat-avatar,[data-brand=bluehost] .nfd-ai-chat-avatar{background:linear-gradient(-135deg,var(--nfd-ai-chat-color-primary) 0,var(--nfd-ai-chat-color-primary-hover) 100%);box-shadow:var(--nfd-ai-chat-shadow-md)}.nfd-brand-bluehost .nfd-ai-chat-suggestion:hover,[data-brand=bluehost] .nfd-ai-chat-suggestion:hover{background:var(--nfd-ai-chat-color-primary-light-8);border-color:var(--nfd-ai-chat-color-primary);box-shadow:var(--nfd-ai-chat-shadow-sm);color:var(--nfd-ai-chat-color-primary);transform:translateY(-1px)}.nfd-brand-bluehost .nfd-ai-chat-typing-indicator .nfd-ai-chat-typing-indicator__dots span,[data-brand=bluehost] .nfd-ai-chat-typing-indicator .nfd-ai-chat-typing-indicator__dots span{background:var(--nfd-ai-chat-color-primary)}.nfd-brand-bluehost .nfd-ai-chat-messages,[data-brand=bluehost] .nfd-ai-chat-messages{background:var(--nfd-ai-chat-color-white)}.nfd-brand-bluehost .nfd-ai-chat-messages::-webkit-scrollbar,[data-brand=bluehost] .nfd-ai-chat-messages::-webkit-scrollbar{width:8px}.nfd-brand-bluehost .nfd-ai-chat-messages::-webkit-scrollbar-track,[data-brand=bluehost] .nfd-ai-chat-messages::-webkit-scrollbar-track{background:var(--nfd-ai-chat-color-background)}.nfd-brand-bluehost .nfd-ai-chat-messages::-webkit-scrollbar-thumb,[data-brand=bluehost] .nfd-ai-chat-messages::-webkit-scrollbar-thumb{background:var(--nfd-ai-chat-color-grey-light);border-radius:var(--nfd-ai-chat-radius-full)}.nfd-brand-bluehost .nfd-ai-chat-messages::-webkit-scrollbar-thumb:hover,[data-brand=bluehost] .nfd-ai-chat-messages::-webkit-scrollbar-thumb:hover{background:var(--nfd-ai-chat-color-grey-medium)}.nfd-brand-bluehost .nfd-ai-chat-message__content blockquote,[data-brand=bluehost] .nfd-ai-chat-message__content blockquote{background:var(--nfd-ai-chat-color-primary-light-8);border-right-color:var(--nfd-ai-chat-color-primary)}.nfd-brand-bluehost .nfd-ai-chat-message__content a,[data-brand=bluehost] .nfd-ai-chat-message__content a{color:var(--nfd-ai-chat-color-primary);font-weight:500}.nfd-brand-bluehost .nfd-ai-chat-message__content a:hover,[data-brand=bluehost] .nfd-ai-chat-message__content a:hover{color:var(--nfd-ai-chat-color-primary-hover);text-decoration:underline}.nfd-brand-bluehost .nfd-ai-chat-message__content mark,[data-brand=bluehost] .nfd-ai-chat-message__content mark{background-color:var(--nfd-ai-chat-color-primary-light-20);color:var(--nfd-ai-chat-color-primary-active)}.nfd-brand-bluehost .nfd-ai-chat-error-alert,[data-brand=bluehost] .nfd-ai-chat-error-alert{background:rgba(214,54,56,.08);border-color:var(--nfd-ai-chat-color-error);border-radius:var(--nfd-ai-chat-radius-md)}.nfd-ai-chat-history-dropdown-wrapper{align-items:center;display:flex;position:relative}.nfd-ai-chat-history-dropdown-trigger{position:relative}.nfd-ai-chat-history-dropdown-trigger.is-open{background-color:rgba(17,24,39,.06);color:var(--nfd-ai-chat-color-primary)}.nfd-ai-chat-history-dropdown-trigger.has-items:after{background:var(--nfd-ai-chat-color-primary,#0075fa);border-radius:50%;box-shadow:0 0 0 2px var(--nfd-ai-chat-color-white,#fff);content:"";height:6px;pointer-events:none;position:absolute;left:6px;top:6px;width:6px}.nfd-ai-chat-history-dropdown-trigger svg{display:block}.nfd-ai-chat-history-dropdown{animation:nfd-ai-chat-history-panel-in .16s ease-out;background:var(--nfd-ai-chat-color-white,#fff);border:1px solid var(--nfd-ai-chat-color-border,#e5e7eb);border-radius:12px;box-shadow:0 12px 32px -8px rgba(17,24,39,.18),0 4px 12px -4px rgba(17,24,39,.08);display:flex;flex-direction:column;max-height:380px;max-width:calc(100vw - 16px);overflow:hidden;transform-origin:top left;width:320px}.nfd-ai-chat-history-dropdown--up{transform-origin:bottom left}[dir=rtl] .nfd-ai-chat-history-dropdown{transform-origin:top right}[dir=rtl] .nfd-ai-chat-history-dropdown.nfd-ai-chat-history-dropdown--up{transform-origin:bottom right}@keyframes nfd-ai-chat-history-panel-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.nfd-ai-chat-history-dropdown__header{align-items:center;color:var(--nfd-ai-chat-color-text-secondary,#6b7280);display:flex;font-size:11px;font-weight:600;letter-spacing:.04em;padding:12px 14px 8px;text-transform:uppercase}.nfd-ai-chat-history-dropdown-inner{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 6px 8px;scrollbar-color:rgba(17,24,39,.18) transparent;scrollbar-width:thin}.nfd-ai-chat-history-dropdown-inner::-webkit-scrollbar{width:8px}.nfd-ai-chat-history-dropdown-inner::-webkit-scrollbar-thumb{background:rgba(17,24,39,.18);background-clip:padding-box;border:2px solid transparent;border-radius:999px}.nfd-ai-chat-history-dropdown-inner::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){.nfd-ai-chat-history-dropdown{animation:none}}.nfd-ai-chat-history-list{display:flex;flex-direction:column;gap:2px}.nfd-ai-chat-history-dropdown-inner .nfd-ai-chat-history-list{border-top:none;margin-top:0;padding-top:0}.nfd-ai-chat-history-list__section-label{color:var(--nfd-ai-chat-color-text-secondary,#6b7280);font-size:10px;font-weight:600;letter-spacing:.06em;padding:10px 8px 4px;text-transform:uppercase}.nfd-ai-chat-history-list__section-label:first-child{padding-top:4px}.nfd-ai-chat-history-list--empty{padding:0}.nfd-ai-chat-history-empty{align-items:center;display:flex;flex-direction:column;gap:6px;padding:28px 16px 32px;text-align:center}.nfd-ai-chat-history-empty__icon{align-items:center;background:linear-gradient(-135deg,var(--nfd-ai-chat-color-primary-light-12,rgba(0,117,250,.12)),var(--nfd-ai-chat-color-primary-light-16,rgba(0,117,250,.16)));border-radius:50%;color:var(--nfd-ai-chat-color-primary);display:inline-flex;height:36px;justify-content:center;margin-bottom:2px;width:36px}.nfd-ai-chat-history-empty__title{color:var(--nfd-ai-chat-color-text,#111827);font-size:13px;font-weight:600}.nfd-ai-chat-history-empty__hint{color:var(--nfd-ai-chat-color-text-secondary,#6b7280);font-size:12px;line-height:1.4}.nfd-ai-chat-history-item{align-items:flex-start;background:transparent;border-radius:8px;color:var(--nfd-ai-chat-color-text,#111827);cursor:pointer;display:flex;gap:8px;padding:8px 10px;position:relative;transition:background-color .12s ease,color .12s ease}.nfd-ai-chat-history-item:focus-visible,.nfd-ai-chat-history-item:hover{background-color:rgba(17,24,39,.04)}.nfd-ai-chat-history-item:focus-visible{outline:2px solid var(--nfd-ai-chat-color-primary,#0075fa);outline-offset:-2px}.nfd-ai-chat-history-item--disabled{cursor:not-allowed;opacity:.5}.nfd-ai-chat-history-item:focus-within .nfd-ai-chat-history-item__delete,.nfd-ai-chat-history-item:hover .nfd-ai-chat-history-item__delete{opacity:1;pointer-events:auto;transform:translateY(0)}.nfd-ai-chat-history-item__body{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.nfd-ai-chat-history-item__title-row{align-items:baseline;display:flex;gap:8px;min-width:0}.nfd-ai-chat-history-item__title{color:var(--nfd-ai-chat-color-text,#111827);flex:1 1 auto;font-size:13px;font-weight:600;line-height:1.3;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nfd-ai-chat-history-item__time{color:var(--nfd-ai-chat-color-text-secondary,#6b7280);flex-shrink:0;font-size:11px;font-weight:500;transition:opacity .12s ease;white-space:nowrap}.nfd-ai-chat-history-item:focus-within .nfd-ai-chat-history-item__time,.nfd-ai-chat-history-item:hover .nfd-ai-chat-history-item__time{opacity:0}@media(hover:none){.nfd-ai-chat-history-item__time{opacity:0}}.nfd-ai-chat-history-item__preview{color:var(--nfd-ai-chat-color-text-secondary,#6b7280);display:-webkit-box;font-size:12px;-webkit-line-clamp:1;line-clamp:1;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.nfd-ai-chat-history-item__delete{align-items:center;background:transparent;border:none;border-radius:6px;color:var(--nfd-ai-chat-color-text-secondary,#6b7280);cursor:pointer;display:inline-flex;height:24px;justify-content:center;opacity:0;padding:0;pointer-events:none;position:absolute;left:6px;top:6px;transform:translateY(-1px);transition:opacity .12s ease,transform .12s ease,color .12s ease,background-color .12s ease;width:24px}.nfd-ai-chat-history-item__delete:hover{background-color:var(--nfd-ai-chat-color-error-alpha-10,rgba(214,54,56,.1));color:var(--nfd-ai-chat-color-error,#dc2626)}.nfd-ai-chat-history-item__delete:focus-visible{opacity:1;outline:2px solid var(--nfd-ai-chat-color-primary,#0075fa);outline-offset:1px;pointer-events:auto}.nfd-ai-chat-history-item__delete-icon{display:block;stroke:currentcolor}@media(hover:none){.nfd-ai-chat-history-item__delete{opacity:1;pointer-events:auto;transform:none}}
