.hs-sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:92px;padding:22px 16px;border-right:1px solid var(--border);background:#fffdf8eb;box-shadow:12px 0 34px #1f282312;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:width .28s ease}.hs-sidebar--extended{width:334px}.hs-sidebar-header,.hs-sidebar-brand,.hs-new-chat,.hs-history-item,.hs-sidebar-card{display:flex;align-items:center}.hs-sidebar-header{gap:12px;margin-bottom:24px}.hs-icon-button{display:inline-grid;place-items:center;gap:4px;width:46px;height:46px;border:1px solid var(--border);border-radius:50%;background:var(--white)}.hs-icon-button span{display:block;width:18px;height:2px;border-radius:99px;background:var(--leaf)}.hs-sidebar-brand{min-width:0;flex-direction:column;align-items:flex-start;gap:2px}.hs-sidebar-brand strong{color:var(--leaf);font-family:var(--font-display);font-size:26px;font-weight:600}.hs-sidebar-brand span,.hs-section-label,.hs-muted,.hs-sidebar-card span{color:var(--text-light);font-size:12px}.hs-new-chat{width:100%;min-height:50px;justify-content:center;gap:10px;border:none;border-radius:18px;background:linear-gradient(135deg,var(--leaf),var(--leaf-mid));color:var(--white);font-weight:700}.hs-new-chat svg,.hs-history-item svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}.hs-sidebar-section{margin-top:26px}.hs-section-label{margin:0 0 10px;font-family:var(--font-mono);letter-spacing:1.8px;text-transform:uppercase}.hs-history-list{display:grid;gap:8px}.hs-history-item{width:100%;min-height:44px;gap:10px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--text);padding:10px;text-align:left}.hs-history-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs-history-item:hover,.hs-history-item.is-active{border-color:var(--border);background:var(--leaf-soft);color:var(--leaf)}.hs-sidebar-card{flex-direction:column;align-items:flex-start;gap:6px;border:1px solid var(--border);border-radius:18px;background:#ffffffc7;padding:14px}.hs-sidebar-card strong{color:var(--leaf);font-size:22px}@media(max-width:860px){.hs-sidebar{display:none}}.chat-app{display:flex;min-height:100vh;background:linear-gradient(180deg,#e5f1e8bf,#f6f2e8f5),var(--surface-warm)}.chat-main{position:relative;width:100%;min-height:100vh;padding:22px;transition:margin-left .28s ease,width .28s ease}.chat-main:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(90deg,transparent,transparent 84px,rgba(29,36,32,.026) 84px,rgba(29,36,32,.026) 85px);-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.18),transparent 55%);mask-image:linear-gradient(180deg,rgba(0,0,0,.18),transparent 55%)}.chat-app--extended .chat-main{width:calc(100% - 334px);margin-left:334px}.chat-nav{position:sticky;top:22px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border:1px solid var(--border);border-radius:20px;background:#fffdf8e6;box-shadow:0 14px 34px #1f282314;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-nav-title,.chat-nav-right,.chat-user-info,.chat-user-meta{display:flex;align-items:center}.chat-nav-title{gap:14px;min-width:0}.chat-nav-brand{display:grid;gap:2px}.chat-nav-brand p{margin:0;color:var(--leaf);font-family:var(--font-display);font-size:32px;font-weight:600;letter-spacing:0;line-height:1}.chat-nav-subtitle{color:var(--text-light);font-family:var(--font-mono);font-size:10px;letter-spacing:2px;text-transform:uppercase}.chat-nav-right{margin-left:auto}.chat-user-info{gap:12px;padding-left:18px;border-left:1px solid var(--border)}.chat-user-icon,.chat-result-data-icon{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid rgba(36,92,61,.22);border-radius:50%;background:var(--leaf-soft);color:var(--leaf)}.chat-user-icon svg,.chat-result-data-icon svg,.chat-search-icon-button svg{width:20px;height:20px;fill:currentColor}.chat-user-meta{flex-direction:column;align-items:flex-start;gap:2px}.chat-user-name{color:var(--leaf);font-size:14px;font-weight:700}.chat-user-role{color:var(--text-light);font-family:var(--font-mono);font-size:10px;letter-spacing:1.2px;text-transform:uppercase}.chat-nav-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid transparent;border-radius:999px;background:var(--leaf);color:var(--white);padding:10px 16px;font-size:12px;font-weight:700;letter-spacing:1px;text-decoration:none;text-transform:uppercase;transition:transform .16s ease,background .2s ease,border-color .2s ease}.chat-nav-button:hover{transform:translateY(-1px);background:var(--leaf-mid)}.chat-nav-button:focus-visible,.chat-search-box textarea:focus-visible,.chat-search-icon-button:focus-visible,.chat-toggle-button:focus-visible,.chat-quick-prompts button:focus-visible,.chat-auth-form input:focus-visible,.chat-auth-toggle:focus-visible{outline:2px solid rgba(194,122,28,.55);outline-offset:2px}.chat-nav-button-secondary,.chat-toggle-button{background:transparent;color:var(--leaf);border-color:var(--border)}.chat-nav-button-secondary:hover,.chat-toggle-button:hover{background:#ffffffbf}.chat-toggle-button{width:46px;height:46px;padding:0}.chat-menu-lines,.chat-menu-lines:before,.chat-menu-lines:after{display:block;width:18px;height:2px;border-radius:99px;background:currentColor}.chat-menu-lines{position:relative}.chat-menu-lines:before,.chat-menu-lines:after{content:"";position:absolute;left:0}.chat-menu-lines:before{top:-6px}.chat-menu-lines:after{top:6px}.chat-main-container{position:relative;z-index:1;display:flex;flex-direction:column;gap:22px;min-height:calc(100vh - 120px);padding-top:24px}.chat-greet{display:grid;gap:10px;padding:24px 28px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(135deg,#fffffff0,#e5f1e8b3),var(--surface);box-shadow:0 20px 42px #1f282312}.chat-greet-kicker{margin:0;color:var(--saffron);font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:2.8px;text-transform:uppercase}.chat-greet-text{margin:0}.chat-greet-text span{color:var(--leaf);font-family:var(--font-display);font-size:clamp(34px,4vw,54px);font-weight:600;line-height:1.08}.chat-greet>p:last-of-type{max-width:760px;margin:0;color:var(--text-light);font-size:16px;line-height:1.8}.chat-quick-prompts{display:flex;flex-wrap:wrap;gap:10px;padding-top:8px}.chat-quick-prompts button{border:1px solid rgba(36,92,61,.22);border-radius:999px;background:#ffffffc7;color:var(--leaf);padding:9px 13px;font-size:13px;font-weight:650}.chat-quick-prompts button:disabled{opacity:.5;cursor:not-allowed}.chat-auth-card{display:grid;gap:18px;padding:24px 28px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(135deg,#fffaf3f5,#e5f1e8bd);box-shadow:0 20px 42px #1f282312}.chat-auth-copy h2,.chat-auth-copy p{margin:0}.chat-auth-copy h2{color:var(--leaf);font-family:var(--font-display);font-size:clamp(28px,3vw,38px);line-height:1.1}.chat-auth-copy p:last-child{margin-top:10px;color:var(--text-light);line-height:1.7}.chat-auth-form{display:grid;gap:12px;max-width:420px}.chat-auth-form input{min-height:48px;border:1px solid var(--border);border-radius:16px;background:#ffffffeb;color:var(--text);padding:0 16px;font-size:15px}.chat-auth-form input:focus{outline:none}.chat-auth-toggle{justify-self:start;border:none;background:transparent;color:var(--leaf);font-weight:700;padding:0}.chat-result{flex:1;min-height:420px;max-height:calc(100vh - 402px);padding:28px;border:1px solid var(--border);border-radius:30px;background:#ffffffd6;box-shadow:0 16px 40px #1f282312;overflow-y:auto}.chat-result-entry{display:flex;width:100%;margin-bottom:22px;animation:fadeIn .28s ease}.chat-result-entry.user{justify-content:flex-end}.chat-result-entry.assistant{justify-content:flex-start}.chat-result-entry-content{display:flex;align-items:flex-start;gap:14px;max-width:min(86%,980px)}.chat-result-entry.user .chat-result-entry-content{flex-direction:row-reverse}.chat-result-icon{flex-shrink:0;margin-top:4px}.chat-result-text{padding:16px 18px;border:1px solid var(--border);border-radius:22px;background:#fffefa;box-shadow:0 8px 22px #1f28230d;color:var(--text);line-height:1.75;word-break:break-word}.chat-result-entry.user .chat-result-text{border-color:#c27a1c47;background:linear-gradient(135deg,#fff4e0f0,#fffcf4fa)}.chat-result-text p,.chat-result-text ul,.chat-result-text ol,.chat-result-text blockquote,.chat-result-text pre,.chat-result-text h1,.chat-result-text h2,.chat-result-text h3{margin:0 0 12px}.chat-result-text p:last-child,.chat-result-text ul:last-child,.chat-result-text ol:last-child,.chat-result-text blockquote:last-child,.chat-result-text pre:last-child,.chat-result-text h1:last-child,.chat-result-text h2:last-child,.chat-result-text h3:last-child{margin-bottom:0}.chat-result-text h1,.chat-result-text h2,.chat-result-text h3{color:var(--leaf);font-family:var(--font-display);line-height:1.25}.chat-result-text ul,.chat-result-text ol{padding-left:1.2rem}.chat-result-text code{border-radius:6px;background:#245c3d14;padding:.15rem .4rem;color:var(--leaf);font-family:var(--font-mono);font-size:.92em}.chat-product-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.chat-product-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;border:1px solid var(--border);border-radius:16px;background:#e5f1e86b;padding:8px}.chat-product-card img{width:58px;height:58px;border-radius:12px;object-fit:cover;background:var(--surface-warm)}.chat-product-card strong,.chat-product-card span{display:block}.chat-product-card strong{overflow:hidden;color:var(--leaf);font-size:12px;line-height:1.25;text-overflow:ellipsis}.chat-product-card span{margin-top:4px;color:var(--saffron);font-weight:800}.chat-empty-state{display:grid;place-items:center;min-height:220px;border:1px dashed rgba(36,92,61,.32);border-radius:24px;background:#e5f1e880;padding:28px;text-align:center;color:var(--text-light)}.chat-loader{display:flex;justify-content:center;align-items:center;gap:4px;padding-top:8px}.chat-loader hr{width:8px;height:36px;border:none;border-radius:999px;background:linear-gradient(180deg,var(--leaf),var(--saffron));animation:loading 1.15s linear infinite}.chat-loader hr:nth-child(2){animation-delay:.12s}.chat-loader hr:nth-child(3){animation-delay:.24s}.chat-error-message{border:1px solid rgba(181,75,62,.16);border-left:4px solid var(--red);border-radius:12px;background:#b54b3e14;color:#913429;padding:14px 16px}.chat-main-bottom{padding-bottom:4px}.chat-search-box{position:relative;display:flex;align-items:center;border:1px solid var(--border);border-radius:28px;background:#ffffffed;box-shadow:0 16px 36px #1f282314}.chat-search-box textarea{width:100%;min-height:72px;border:none;background:transparent;padding:20px 72px 20px 22px;color:var(--text);font-size:15px;line-height:1.6;resize:none}.chat-search-box textarea::placeholder{color:#6d766fad}.chat-search-box textarea:focus{outline:none}.chat-search-box textarea:disabled{cursor:not-allowed;opacity:.7}.chat-search-icon-button{position:absolute;right:12px;top:50%;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:none;border-radius:50%;background:linear-gradient(135deg,var(--leaf),var(--leaf-mid));color:var(--white);transform:translateY(-50%);transition:transform .16s ease,box-shadow .2s ease,opacity .2s ease}.chat-search-icon-button:hover:not(:disabled){transform:translateY(-50%) scale(1.03);box-shadow:0 12px 24px #245c3d38}.chat-search-icon-button:disabled{opacity:.55;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes loading{0%,80%,to{opacity:.32;transform:scaleY(.5)}40%{opacity:1;transform:scaleY(1)}}@media(max-width:1120px){.chat-nav{flex-direction:column;align-items:stretch}.chat-nav-right{margin-left:0}.chat-user-info{justify-content:space-between;width:100%;padding-left:0;border-left:none;border-top:1px solid var(--border);padding-top:14px}.chat-product-strip{grid-template-columns:1fr}}@media(max-width:860px){.chat-main{padding:14px}.chat-app--extended .chat-main{width:100%;margin-left:0}.chat-nav{top:14px;padding:14px 16px;border-radius:18px}.chat-nav-title{flex-wrap:wrap}.chat-nav-brand p{font-size:27px}.chat-main-container{gap:18px}.chat-greet,.chat-result{padding:22px;border-radius:24px}.chat-result{max-height:none}.chat-result-entry-content{max-width:100%}}@media(max-width:640px){.chat-main{padding:12px}.chat-nav-button,.chat-nav-button-secondary,.chat-nav-title,.chat-nav-right,.chat-user-info{width:100%}.chat-greet{padding:20px}.chat-greet-text span{font-size:clamp(30px,10vw,40px)}.chat-result{padding:18px}.chat-result-entry-content{gap:10px}.chat-result-data-icon,.chat-user-icon{width:32px;height:32px}.chat-search-box textarea{min-height:88px;padding-right:22px;padding-bottom:72px}.chat-search-icon-button{top:auto;bottom:12px;right:12px;transform:none}.chat-search-icon-button:hover:not(:disabled){transform:scale(1.03)}}:root{--leaf: #245c3d;--leaf-mid: #32734f;--leaf-soft: #e5f1e8;--saffron: #c27a1c;--saffron-light: #e2a743;--ink: #1d2420;--text: #2f3833;--text-light: #6d766f;--surface: #fffdf8;--surface-warm: #f6f2e8;--white: #ffffff;--border: rgba(78, 92, 82, .18);--red: #b54b3e;--font-display: Georgia, "Times New Roman", serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--text);background:var(--surface-warm);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea{font:inherit}button{cursor:pointer}
