.numeai-product-link{display:block;color:inherit;text-decoration:none}.numeai-product-block{margin-top:12px;padding:12px;border-radius:14px;background:#ffffffb8;border:1px solid rgba(24,50,56,.09);transition:border-color .2s ease,transform .2s ease,background-color .2s ease;display:flex;gap:12px;align-items:center}.numeai-product-block-interactive{cursor:pointer}.numeai-product-link:hover .numeai-product-block-interactive,.numeai-product-link:focus-visible .numeai-product-block-interactive{border-color:#0f8d853d;background:#ffffffe0;transform:translateY(-1px)}.numeai-product-link:focus-visible{outline:none}.numeai-product-link:focus-visible .numeai-product-block-interactive{box-shadow:0 0 0 3px #0f8d851f}.numeai-product-block-static{background:#ffffff8a;border-style:dashed;box-shadow:none}.numeai-product-image{width:64px;height:64px;min-width:64px;border-radius:12px;object-fit:cover;background:#eef4f4;border:1px solid rgba(24,50,56,.08)}.numeai-product-image-placeholder{display:flex;align-items:center;justify-content:center;color:#9ca3af}.numeai-product-image-placeholder svg{width:28px;height:28px}.numeai-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.numeai-product-title{font-size:15px;font-weight:620;color:#183238;margin-bottom:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.numeai-product-price{font-size:13px;font-weight:600;color:#0f8d85;line-height:1.2}.numeai-product-affordance,.numeai-product-status{display:inline-flex;align-items:center;gap:6px;width:fit-content;font-size:12px;font-weight:600;letter-spacing:.02em;line-height:1}.numeai-product-affordance{color:#0f8d85}.numeai-product-affordance svg{width:14px;height:14px;transition:transform .2s ease}.numeai-product-link:hover .numeai-product-affordance svg,.numeai-product-link:focus-visible .numeai-product-affordance svg{transform:translate(2px)}.numeai-product-status{color:#6d858c}.numeai-message-text{font-size:14px;line-height:1.6;color:#1f2937;margin-bottom:8px}.numeai-message-text:last-child{margin-bottom:0}.numeai-product-block+.numeai-product-block{margin-top:8px}.nma-starters-row{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.nma-starter-chip{display:inline-block;padding:10px 16px;background:#fffffff2;color:#374151;border:1px solid rgba(0,0,0,.08);border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.nma-starter-chip:hover{background:#f3f4f6;border-color:#0000001f;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.nma-starter-chip:active{transform:translateY(0)}.nma-primary-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;transition:all .2s ease}.nma-primary-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.nma-input-indent{font-size:15px;transition:all .2s ease;border:1px solid transparent}.nma-input-indent:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.nma-reply-indent{box-shadow:0 1px 3px #0000000d}.nma-safe-bottom{padding-bottom:calc(env(safe-area-inset-bottom,0px) + 16px)}@keyframes numeai-typing{0%,to{opacity:.4}50%{opacity:1}}.numeai-product-loading{background:linear-gradient(90deg,#1e293b,#334155,#1e293b);background-size:200% 100%;animation:numeai-shimmer 1.5s ease-in-out infinite}@keyframes numeai-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 640px){.numeai-product-block{align-items:flex-start;padding:11px;gap:10px}.numeai-product-image{width:56px;height:56px;min-width:56px}.numeai-product-title{font-size:14px}.numeai-product-affordance,.numeai-product-status{font-size:11px}}.nma-chat-root{--nma-chat-bg: #f4f8f8;--nma-chat-surface: rgba(255, 255, 255, .94);--nma-chat-surface-strong: #ffffff;--nma-chat-tint: #f1f7f7;--nma-chat-line: rgba(24, 50, 56, .1);--nma-chat-line-strong: rgba(24, 50, 56, .14);--nma-chat-ink: #183238;--nma-chat-ink-soft: #395961;--nma-chat-muted: #688088;--nma-chat-accent: #0f8d85;--nma-chat-accent-strong: #0a6c65;--nma-chat-user: #2f5158;--nma-chat-user-ink: #f6fbfb;--nma-chat-elevation: 0 -12px 30px rgba(18, 39, 43, .04);display:flex;flex-direction:column;min-height:100vh;width:100%;height:100%;background:var(--nma-chat-bg);color:var(--nma-chat-ink);font-family:Geist Variable,sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden}@supports (height: 100dvh){.nma-chat-root{min-height:100dvh}}.nma-chat-root.nma-chat-compact{background:var(--nma-chat-surface-strong)}.nma-chat-root.nma-widget-mode{min-height:100%;background:var(--nma-chat-surface-strong)}.nma-chat-loading,.nma-chat-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 24px;color:var(--nma-chat-muted);font-size:14px;text-align:center}.nma-loading-spinner{width:36px;height:36px;border:3px solid rgba(15,141,133,.16);border-top-color:var(--nma-chat-accent);border-radius:50%;animation:nma-spin .8s linear infinite}@keyframes nma-spin{to{transform:rotate(360deg)}}.nma-chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 24px 16px;background:#ffffffdb;border-bottom:1px solid var(--nma-chat-line);flex-shrink:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nma-header-identity{display:flex;align-items:center;gap:12px;min-width:0}.nma-avatar-wrap{position:relative;flex-shrink:0}.nma-avatar{width:44px;height:44px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.7);background:#dfe9e8}.nma-avatar-fallback{display:flex;align-items:center;justify-content:center;background:#dfeeed;color:var(--nma-chat-accent-strong);font-weight:700;font-size:17px}.nma-online-dot{position:absolute;right:-2px;bottom:-2px;width:11px;height:11px;background:var(--nma-chat-accent);border:2px solid #ffffff;border-radius:50%}.nma-header-info{display:flex;flex-direction:column;gap:3px;min-width:0}.nma-header-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--nma-chat-accent)}.nma-header-name{font-size:17px;font-weight:650;color:var(--nma-chat-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nma-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}button.nma-header-action:not([data-slot=button]):not([data-slot=select-trigger]){display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 12px;border-radius:12px;border:1px solid var(--nma-chat-line);background:#ffffffb8;color:var(--nma-chat-ink-soft);font-size:13px;font-weight:550;line-height:1;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.nma-header-action svg{width:15px;height:15px;flex-shrink:0}.nma-header-action:hover{background:var(--nma-chat-surface-strong);border-color:var(--nma-chat-line-strong);color:var(--nma-chat-ink);transform:translateY(-1px)}.nma-header-action:focus-visible{outline:2px solid rgba(15,141,133,.34);outline-offset:2px}.nma-messages-container{flex:1;overflow-y:auto;padding:clamp(18px,2.5vw,32px);display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth;background:transparent}.nma-messages-container::-webkit-scrollbar{width:6px}.nma-messages-container::-webkit-scrollbar-track{background:transparent}.nma-messages-container::-webkit-scrollbar-thumb{background:#18323829;border-radius:3px}.nma-messages-container::-webkit-scrollbar-thumb:hover{background:#18323842}.nma-message{display:flex;max-width:100%}.nma-message-user{justify-content:flex-end}.nma-message-assistant{justify-content:flex-start}.nma-bubble{max-width:min(84%,46rem);padding:14px 16px;border-radius:18px;border:1px solid transparent;line-height:1.62;font-size:15px;letter-spacing:-.01em;word-wrap:break-word;white-space:pre-wrap;animation:nma-bubble-in .2s ease-out}@keyframes nma-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.nma-bubble-user{background:var(--nma-chat-user);color:var(--nma-chat-user-ink);border-radius:18px 18px 6px;border-color:#162c312e}.nma-bubble-assistant{background:var(--nma-chat-tint);color:var(--nma-chat-ink);border-radius:18px 18px 18px 6px;border-color:#12393f14}.nma-text-block{margin:0 0 11px}.nma-text-block:last-child{margin-bottom:0}.nma-text-followup{margin-top:12px;padding-top:10px;border-top:1px solid rgba(24,50,56,.08);color:var(--nma-chat-ink);font-weight:540}.nma-structured-products{display:flex;flex-direction:column;gap:10px}.nma-structured-products-with-text{margin-top:10px}.nma-structured-products .numeai-product-block{margin-top:0}.nma-structured-products .numeai-product-block+.numeai-product-block{margin-top:0}.nma-typing-indicator{display:flex;align-items:center;gap:5px;padding:15px 18px;background:var(--nma-chat-tint);border:1px solid rgba(18,57,63,.08);border-radius:18px 18px 18px 6px}.nma-typing-indicator span{width:7px;height:7px;background:#88a0a6;border-radius:50%;animation:nma-typing 1.4s ease-in-out infinite}.nma-typing-indicator span:nth-child(2){animation-delay:.2s}.nma-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes nma-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.nma-input-area{position:sticky;bottom:0;padding:16px 20px 20px;background:#ffffffe6;border-top:1px solid var(--nma-chat-line);box-shadow:var(--nma-chat-elevation);flex-shrink:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nma-starters{display:flex;gap:9px;margin-bottom:12px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.nma-welcome-tries{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(24,50,56,.08);font-size:13px;color:var(--nma-chat-ink-soft);width:0;min-width:100%;box-sizing:border-box}.nma-welcome-tries-label{font-weight:600;color:var(--nma-chat-ink);flex-shrink:0}.nma-starters-inline-welcome{display:flex;flex-wrap:nowrap;gap:8px;margin:0;flex:1 1 auto;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:4px}.nma-starters-inline-welcome::-webkit-scrollbar{height:4px}.nma-starters-inline-welcome::-webkit-scrollbar-thumb{background:#1832382e;border-radius:2px}.nma-starters-vertical{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin:4px 0 0;align-self:flex-end;max-width:min(84%,46rem)}.nma-starter-btn-vertical{text-align:left;white-space:normal}.nma-starters::-webkit-scrollbar{display:none}.nma-starter-btn{flex-shrink:0;scroll-snap-align:start;padding:10px 14px;background:#ffffffc7;color:var(--nma-chat-ink-soft);border:1px solid rgba(24,50,56,.1);border-radius:14px;font-size:13px;font-weight:560;white-space:nowrap;line-height:1.2;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease,padding .2s ease}.nma-starter-btn:hover{background:var(--nma-chat-surface-strong);border-color:#0f8d852e;color:var(--nma-chat-ink);transform:translateY(-1px)}.nma-starter-btn:active{transform:translateY(0)}.nma-input-row{display:flex;align-items:flex-end;gap:12px}.nma-input{flex:1;min-height:50px;padding:14px 18px;background:#f4f8f8f5;border:1px solid rgba(24,50,56,.12);border-radius:18px;font-size:16px;color:var(--nma-chat-ink);line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;outline:none}.nma-input::placeholder{color:#7a9198}.nma-input:focus{background:var(--nma-chat-surface-strong);border-color:#0f8d856b;box-shadow:0 0 0 3px #0f8d851a}.nma-send-btn{width:48px;height:48px;border-radius:16px;background:var(--nma-chat-accent);border:1px solid rgba(10,108,101,.24);color:#fff;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease,filter .2s ease;flex-shrink:0;position:relative}.nma-send-btn svg{width:20px;height:20px;transform:translate(.5px)}.nma-send-btn-ready:hover:not(:disabled){transform:translateY(-1px);background:var(--nma-chat-accent-strong)}.nma-send-btn-ready:active:not(:disabled){transform:translateY(0)}.nma-send-btn-empty{background:#eef4f4;border-color:#18323814;color:#95a9ae;opacity:1}.nma-send-btn-ready{background:var(--nma-chat-accent);border-color:#0a6c653d}.nma-send-btn-sending{background:var(--nma-chat-accent-strong);border-color:#0a6c6547}button.nma-send-btn:not([data-slot=button]):not([data-slot=select-trigger]):disabled{cursor:not-allowed;opacity:1}.nma-send-btn:disabled svg{opacity:.9}.nma-send-btn:focus-visible{outline:2px solid rgba(15,141,133,.42);outline-offset:3px}.nma-send-spinner{width:18px;height:18px;border-radius:999px;border:2px solid rgba(255,255,255,.32);border-top-color:#fff;animation:nma-spin .8s linear infinite}.nma-footer-branding{margin-top:10px;text-align:center;font-size:11px;color:#8aa0a5}.nma-footer-branding a{color:var(--nma-chat-ink-soft);text-decoration:none;font-weight:550;transition:color .2s ease}.nma-footer-branding a:hover{color:var(--nma-chat-accent)}@media (max-width: 900px){.nma-chat-header,.nma-messages-container{padding-inline:18px}}@media (max-width: 640px){.nma-chat-header{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px 12px}.nma-avatar{width:40px;height:40px}.nma-header-actions{justify-content:flex-start}button.nma-header-action:not([data-slot=button]):not([data-slot=select-trigger]){min-height:34px;padding:8px 11px;font-size:12px}.nma-header-name{font-size:15px}.nma-messages-container{padding:16px;gap:12px}.nma-bubble{max-width:92%;padding:12px 14px;font-size:14px}.nma-input-area{padding:14px 16px 16px}.nma-input{min-height:48px;padding:12px 16px;font-size:16px}.nma-send-btn{width:44px;height:44px;border-radius:14px}.nma-send-btn svg{width:18px;height:18px}.nma-starter-btn{padding:9px 12px;font-size:12px}}@media (max-width: 420px){.nma-input-row{gap:10px}.nma-bubble{max-width:94%}}@supports (padding: max(0px)){.nma-input-area{padding-bottom:max(20px,calc(env(safe-area-inset-bottom) + 6px))}}.nma-chat-root,.nma-chat-root.nma-widget-mode,.nma-chat-root.nma-chat-compact{height:100vh;height:100dvh;min-height:0}.nma-messages-container{min-height:0}.nma-input-area{position:sticky;bottom:0}
