:root{color-scheme:light}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji";background:#f8fafc;color:#111827}.container{max-width:960px;margin:0 auto;padding:24px}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000f;margin-bottom:16px}button{cursor:pointer;border:none;border-radius:10px;padding:10px 14px}.btn-ghost{background:transparent;color:#111827}button:disabled{opacity:.6;cursor:not-allowed}input,textarea{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px}.btn{background:#111827;color:#fff}.btn:hover:not(:disabled){filter:brightness(.95)}.btn-ghost{background:transparent;color:#111827;border:1px solid #e5e7eb}.btn-ghost:hover:not(:disabled){background:#f3f4f6}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #4f46e5;outline-offset:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.row{display:grid;gap:12px}@media (min-width: 768px){.row-2{grid-template-columns:1fr 1fr}}img,video{max-width:100%;height:auto;display:block}.nma-chat-root{display:flex;flex-direction:column;height:100%;width:100%;background:linear-gradient(180deg,#fafafa,#f5f5f5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}.nma-chat-root.nma-widget-mode{background:#fff}.nma-chat-loading,.nma-chat-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#6b7280;font-size:14px}.nma-loading-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:nma-spin .8s linear infinite}@keyframes nma-spin{to{transform:rotate(360deg)}}.nma-chat-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.nma-avatar-wrap{position:relative;flex-shrink:0}.nma-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 2px 8px #00000014}.nma-avatar-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;font-size:18px}.nma-online-dot{position:absolute;bottom:2px;right:2px;width:10px;height:10px;background:#22c55e;border:2px solid #ffffff;border-radius:50%;animation:nma-pulse 2s ease-in-out infinite}@keyframes nma-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.nma-header-info{display:flex;flex-direction:column;gap:2px;min-width:0}.nma-header-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#10b981}.nma-header-name{font-size:16px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nma-messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth}.nma-messages-container::-webkit-scrollbar{width:6px}.nma-messages-container::-webkit-scrollbar-track{background:transparent}.nma-messages-container::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.nma-messages-container::-webkit-scrollbar-thumb:hover{background:#00000040}.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:85%;padding:14px 18px;border-radius:20px;line-height:1.5;font-size:15px;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:#fff;color:#dc2626;border-radius:20px 20px 6px;box-shadow:0 1px 3px #00000014;border:1px solid rgba(0,0,0,.04)}.nma-bubble-assistant{background:#f3f4f6;color:#000;border-radius:20px 20px 20px 6px;box-shadow:0 1px 2px #0000000a}.nma-text-block{margin:0 0 10px}.nma-text-block:last-child{margin-bottom:0}.nma-typing-indicator{display:flex;align-items:center;gap:5px;padding:16px 20px;background:#f3f4f6;border-radius:20px 20px 20px 6px}.nma-typing-indicator span{width:8px;height:8px;background:#9ca3af;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{padding:16px 20px 20px;background:#fff;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.nma-starters{display:flex;gap:8px;margin-bottom:14px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nma-starters::-webkit-scrollbar{display:none}.nma-starter-btn{flex-shrink:0;padding:10px 16px;background:#fff;color:#374151!important;border:1px solid #e5e7eb;border-radius:100px;font-size:13px;font-weight:500;white-space:nowrap;transition:all .2s ease;cursor:pointer}.nma-starter-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.nma-starter-btn:active{transform:translateY(0)}.nma-input-row{display:flex;align-items:center;gap:12px}.nma-input{flex:1;padding:14px 20px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:100px;font-size:15px;color:#111827;transition:all .2s ease;outline:none}.nma-input::placeholder{color:#9ca3af}.nma-input:focus{background:#fff;border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.nma-send-btn{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #10b9814d;flex-shrink:0}.nma-send-btn svg{width:20px;height:20px;transform:translate(1px)}.nma-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 6px 20px #10b98166}.nma-send-btn:active:not(:disabled){transform:scale(.95)}.nma-send-btn:disabled{background:#e5e7eb;box-shadow:none;cursor:not-allowed}.nma-send-btn:disabled svg{opacity:.4}.nma-footer-branding{margin-top:12px;text-align:center;font-size:11px;color:#9ca3af}.nma-footer-branding a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease}.nma-footer-branding a:hover{color:#10b981}@media (max-width: 640px){.nma-chat-header{padding:14px 16px}.nma-avatar{width:40px;height:40px}.nma-header-name{font-size:15px}.nma-messages-container{padding:16px;gap:14px}.nma-bubble{max-width:90%;padding:12px 16px;font-size:14px}.nma-input-area{padding:14px 16px 16px}.nma-input{padding:12px 18px;font-size:16px}.nma-send-btn{width:44px;height:44px}.nma-send-btn svg{width:18px;height:18px}.nma-starter-btn{padding:8px 14px;font-size:12px}}@supports (padding: max(0px)){.nma-input-area{padding-bottom:max(20px,env(safe-area-inset-bottom))}}.nma-input-indent{font-size:16px}.nma-reply-indent{line-height:1.35}.nma-safe-bottom{padding-bottom:max(env(safe-area-inset-bottom),12px)}.nma-chat-container{padding:16px!important}@media (max-width: 640px){.nma-reply-indent{margin-left:0!important}.nma-input-indent{padding-left:12px!important}}.nma-chat-container{padding-left:16px!important;padding-right:16px!important}.widget .nma-chat-container{padding-left:12px!important;padding-right:12px!important}@media (max-width: 640px){.nma-chat-container{padding-left:14px!important;padding-right:14px!important}.nma-chat-container>div{max-width:calc(100% - 8px)}.nma-reply-indent{margin-left:0!important}.nma-input-indent{padding-left:12px!important}}.numeai-product-block{margin-top:14px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid rgba(255,255,255,.08);transition:all .2s ease;display:flex;gap:14px;align-items:flex-start}.numeai-product-block:hover{border-color:#10b9814d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.numeai-product-image{width:72px;height:72px;min-width:72px;border-radius:10px;object-fit:cover;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.numeai-product-image-placeholder{display:flex;align-items:center;justify-content:center;color:#6b7280}.numeai-product-image-placeholder svg{width:32px;height:32px}.numeai-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.numeai-product-title{font-size:15px;font-weight:600;color:#f9fafb;margin-bottom:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.numeai-product-button{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;padding:10px 18px;border-radius:10px;text-decoration:none;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #10b98140}.numeai-product-button:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b98159}.numeai-product-button:active{transform:translateY(0)}.numeai-product-button:after{content:"→";font-size:14px;transition:transform .2s ease}.numeai-product-button:hover:after{transform:translate(3px)}.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:10px}.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!important;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)!important}@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}}
