:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:radial-gradient(circle at top left, #0ebb6224, transparent 38%), #f6fbf8;--surface:#ffffffeb;--surface-strong:#fff;--text:#091223;--muted:#5f6d7d;--muted-strong:#465464;--line:#d7e3dd;--green:#0cb457;--green-deep:#0a7a4b;--shadow-soft:0 24px 60px #0a182714}*{box-sizing:border-box}html{font-size:16px}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input{font:inherit}button{cursor:pointer;border:0}input{border:1px solid var(--line);width:100%;min-height:48px;color:var(--text);background:#fff;padding:0 14px}.product-bot-page{min-height:100vh;padding:20px}.product-bot-shell-page{gap:20px;width:min(100%,1260px);min-height:0;margin:0 auto;display:grid}.surface-panel{background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #d7e3dde6;border-radius:20px;padding:24px}.status-chip{min-height:32px;color:var(--muted-strong);background:#ffffffe6;border:1px solid #dce8e1;border-radius:999px;align-items:center;padding:0 12px;font-size:.84rem;font-weight:700;display:inline-flex}.status-chip.success{color:#17623f;background:#eaf9f0;border-color:#cde9da}.product-bot-hero{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#fffffff5,#f5fbf8eb);border:1px solid #d7e3dde6;border-radius:20px;grid-template-columns:minmax(260px,360px) minmax(0,1fr);align-items:center;gap:28px;padding:28px;display:grid}.product-bot-brand{align-items:center;min-width:0;display:flex}.product-bot-brand img{border-radius:8px;width:min(320px,100%);height:auto;display:block}.product-bot-hero-copy{gap:14px;display:grid}.product-bot-hero-copy h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.product-bot-hero-copy p{max-width:700px;color:var(--muted-strong);margin:0}.product-bot-hero-chips{flex-wrap:wrap;gap:10px;display:flex}.product-bot-shell{min-width:0;min-height:0}.product-bot-chat{grid-template-rows:auto minmax(0,1fr) auto auto auto;gap:18px;min-width:0;height:min(820px,100vh - 120px);min-height:620px;display:grid;overflow:hidden}.product-bot-chat-header{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.product-bot-chat-header h2,.product-bot-results-head h2{margin:0;font-size:1.2rem;line-height:1.1}.product-bot-chat-header p{color:var(--muted-strong);margin:4px 0 0}.product-bot-reset{border:1px solid var(--line);min-height:38px;color:var(--muted-strong);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-left:auto;padding:0 14px;font-weight:700;display:inline-flex}.product-bot-reset:disabled{opacity:.55;cursor:wait}.product-bot-avatar,.product-bot-message-icon{flex:none;place-items:center;display:grid}.product-bot-avatar{width:42px;height:42px;color:var(--green-deep);background:#e6f7ef;border-radius:14px}.product-bot-messages{overscroll-behavior:contain;border:1px solid var(--line);background:linear-gradient(#fbfcfd,#f5f8fa);border-radius:20px;align-content:end;gap:12px;height:100%;min-height:0;max-height:100%;padding:16px;display:grid;overflow-y:auto}.product-bot-message{grid-template-columns:28px minmax(0,auto);align-items:start;gap:10px;max-width:min(720px,100%);display:grid}.product-bot-message.is-user{grid-template-columns:minmax(0,auto) 28px;justify-self:end}.product-bot-message.is-user .product-bot-message-icon{grid-area:1/2}.product-bot-message.is-user p{background:#dff7ea;border-color:#bbe9d2;grid-area:1/1}.product-bot-message-block{gap:10px;display:grid}.product-bot-message-block.is-user{justify-items:end}.product-bot-inline-products{gap:10px;width:min(720px,100%);margin-left:38px;display:grid}.product-bot-message-icon{width:28px;height:28px;color:var(--green-deep);background:#e6f7ef;border-radius:999px}.product-bot-message p{white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--line);background:#fff;border-radius:14px;margin:0;padding:10px 12px}.product-bot-message p a{color:var(--green-deep);font-weight:700;text-decoration:underline}.product-bot-prompt-block,.product-bot-input-wrap,.product-bot-summary-card{gap:10px;display:grid}.product-bot-inline-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.product-bot-inline-head span{font-weight:700}.product-bot-inline-head small,.product-bot-summary-copy{color:var(--muted-strong)}.product-bot-prompts{flex-wrap:wrap;gap:8px;display:flex}.product-bot-prompts button{color:#17623f;background:#f1fbf6;border:1px solid #cde9da;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 12px;font-size:.9rem;font-weight:700;display:inline-flex}.product-bot-prompts button:disabled{opacity:.55;cursor:wait}.product-bot-prompts-inline button{text-align:left;justify-content:flex-start}.product-bot-input{grid-template-columns:minmax(0,1fr) 48px;gap:10px;display:grid}.product-bot-input input{border-radius:16px}.product-bot-input button{color:#fff;background:var(--green-deep);border-radius:16px;place-items:center;width:48px;height:48px;display:grid}.product-bot-input button:disabled{opacity:.5;cursor:not-allowed}.product-bot-filter-pills{flex-wrap:wrap;gap:8px;display:flex}.product-bot-filter-pill{color:#2c4c9c;background:#eef4ff;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:.84rem;font-weight:700;display:inline-flex}.product-bot-product-row{background:#f8fbf9eb;border:1px solid #d7e3dde6;border-radius:16px;gap:8px;padding:14px;display:grid}.product-bot-product-row div:first-child{justify-content:space-between;gap:10px;display:flex}.product-bot-product-row strong,.product-bot-product-row span,.product-bot-product-row b{overflow-wrap:anywhere}.product-bot-product-row div:first-child span,.product-bot-product-row p{color:var(--muted-strong)}.product-bot-product-row p{margin:0;font-size:.92rem}.product-bot-product-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.product-bot-product-meta span,.product-bot-product-meta b{background:#f1f3fb;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.82rem;display:inline-flex}.product-bot-product-meta b{color:var(--green-deep);background:#e6f7ef}.product-bot-product-actions{flex-wrap:wrap;gap:8px;display:flex}.product-bot-product-actions button,.product-bot-product-link{border:1px solid var(--line);min-height:34px;color:var(--muted-strong);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-weight:700;text-decoration:none;display:inline-flex}.product-bot-product-link{color:#17623f;background:#f1fbf6;border-color:#cde9da}.product-bot-product-actions button:disabled{opacity:.55;cursor:wait}.product-bot-summary-card{background:#f8fbf9d6;border:1px solid #d7e3dde6;border-radius:16px;padding:14px}.product-bot-spinner{animation:.9s linear infinite product-bot-spin}@keyframes product-bot-spin{to{transform:rotate(360deg)}}@media (max-width:1180px){.product-bot-hero{grid-template-columns:1fr}}@media (max-width:720px){.product-bot-page{padding:10px}.product-bot-hero,.surface-panel{padding:18px}.product-bot-chat{grid-template-rows:auto minmax(0,1fr) auto auto auto;height:min(760px,100vh - 60px);min-height:560px}.product-bot-message,.product-bot-message.is-user{grid-template-columns:1fr}.product-bot-message-icon,.product-bot-message.is-user .product-bot-message-icon{display:none}.product-bot-inline-products{width:100%;margin-left:0}.product-bot-prompts button{width:100%}.product-bot-inline-head{flex-direction:column;align-items:flex-start}.product-bot-reset{margin-left:0}}
